Replace `iff' in doc-strings and comments.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-08-08 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
4
5 * Replace `iff' in doc-strings and comments.
6
7 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8
9 * dired.el (dired-pop-to-buffer):
10 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11 * calendar/calendar.el (generate-calendar-window):
12 * progmodes/compile.el (compilation-set-window-height):
13 * textmodes/two-column.el (2C-two-columns, 2C-merge):
14 Use window-full-width-p instead of comparing frame-width and
15 window-width.
16
17 * progmodes/compile.el (compilation-find-buffer): Remove extra
18 argument in call to compilation-buffer-internal-p.
19
20 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
23 parameters IDENTIFICATION and CONNECTED.
24 (tramp-handle-insert-file-contents): VISIT must be handled after
25 insertion of the local copy. Reported by Peter Gordon
26 <peter@pg-consultants.com>.
27 (tramp-file-name-handler): No special handling for
28 `expand-file-name'. But for `file-name-as-directory'.
29 (tramp-find-shell, tramp-open-connection-telnet)
30 (tramp-open-connection-rsh, tramp-open-connection-su)
31 (tramp-open-connection-multi)
32 (tramp-open-connection-setup-interactive-shell): Guard against
33 $PROMPT_COMMAND shell var. Reported by Steve Youngs
34 <steve@sxemacs.org>.
35 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
36 the hint.
37
38 * net/trampver.el: Update release number.
39
40 2007-08-07 Tom Tromey <tromey@redhat.com>
41
42 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
43 Add safe-local-variable property.
44
45 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
46
47 * image-mode.el (image-toggle-display): Use image-refresh.
48
49 * longlines.el (longlines-decoded): New variable.
50 (longlines-mode): Avoid encoding or decoding the buffer twice.
51
52 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
53
54 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
55 unofficial version.
56 (vc-bzr-command): Remove redundant setting of process-connection-type.
57 (vc-bzr-admin-checkout-format-file): Add autoload.
58 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
59 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
60 (vc-bzr-registered): Compare dirstate format tag with known good
61 value, abort parsing if match fails. Warn user in docstring.
62 (vc-bzr-workfile-version): Case for different Bzr branch formats.
63 See bzrlib/branch.py in Bzr sources.
64 (vc-bzr-diff): First argument FILES may be a string rather than a list.
65 (vc-bzr-shell-command): Remove in favor of
66 vc-bzr-command-discarding-stderr.
67 (vc-bzr-command-discarding-stderr): New function.
68
69 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
70
71 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
72 program, and return nil
73 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
74 (vc-bzr-state): Look for path names relative to the repository
75 root after status keyword.
76 (vc-bzr-file-name-relative): New function.
77 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
78 depend on it.
79 (vc-bzr-admin-dirname, ...-checkout-format-file)
80 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
81 files that we now parse directly for speed.
82 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
83 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
84 (vc-bzr-state): "bzr status" successful only if exitcode is 0
85 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
86 Bzr warnings, so we must discard it.
87 (vc-bzr-workfile-version): Speedup counting lines from
88 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
89 if that file doesn't exist.
90 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
91 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
92 (not ".bzr"!) to `vc-directory-exclusion-list'
93 (vc-bzr-shell-command): New function.
94
95 2007-08-06 Tom Tromey <tromey@redhat.com>
96
97 * diff-mode.el (diff-unified->context, diff-reverse-direction)
98 (diff-fixup-modifs): Typo in docstring.
99
100 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
103 count-screen-lines.
104 (tpu-edt-off): Disable relevant pieces of advice.
105
106 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
107 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
108 (newline, newline-and-indent, do-auto-fill): Use advice instead of
109 redefining the function.
110 (tpu-set-scroll-margins): Activate the pieces of advice.
111
112 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
113
114 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
115 process-filter.
116
117 2007-08-06 Martin Rudalics <rudalics@gmx.at>
118
119 * help.el (resize-temp-buffer-window): Use window-full-width-p
120 instead of comparing frame-width and window-width.
121
122 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
123
124 * term.el: Honor term-default-fg-color and term-default-bg-color
125 settings when modifying term-current-face.
126 (term-default-fg-color, term-default-bg-color): Initialize from
127 default term-current-face.
128 (term-mode, term-reset-terminal): Set term-current-face with
129 term-default-fg-color and term-default-bg-color.
130 (term-handle-colors-array): term-current-face has term-default-fg-color
131 and term-default-bg-color after reset escape sequence.
132 (term-handle-colors-array): Set term-current-color with
133 term-default-fg/bg-color instead of ansi-term-color-vector when the
134 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
135
136 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
137
138 * files.el (set-auto-mode): Handle also remote files wrt
139 `auto-mode-alist'.
140
141 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
142 remote identification.
143
144 2007-08-04 Glenn Morris <rgm@gnu.org>
145
146 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
147 zero, not nil, when the library is first loaded. Check for a file
148 that has been modified on disk.
149
150 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
151 Remove duplicate defvar preventing initialization.
152 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
153
154 2007-08-03 Miles Bader <miles@gnu.org>
155
156 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
157 backend names for new backends to `Git', `Hg', and `Bzr'.
158 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
159 not `HG'.
160 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
161 name, not `GIT'.
162 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
163 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
164
165 2007-08-03 Glenn Morris <rgm@gnu.org>
166
167 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
168
169 2007-08-02 Richard Stallman <rms@gnu.org>
170
171 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
172 to update deleted flag.
173
174 * cus-edit.el (customize-apropos, customize-apropos-options)
175 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
176
177 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
178
179 * startup.el (fancy-splash-head, startup-echo-area-message):
180 Change message text.
181
182 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
183 All callers use line-move.
184
185 * progmodes/compile.el (compilation-find-buffer): Return current
186 buffer immediately if suitable.
187 (compile, compilation-buffer-name, compilation-start): Doc fixes.
188
189 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
192 Make it more discriminating and more useful.
193 (vc-bzr-root-dir): Use new name.
194 (vc-bzr-registered): Use new name and look at the dirstate file to
195 determine if it's registered or not without running `bzr'.
196
197 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
198
199 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
200
201 2007-07-31 Drew Adams <drew.adams@oracle.com>
202
203 * cus-edit.el (custom-group-value-create, custom-goto-parent):
204 Fix parent groups link.
205
206 2007-07-31 Daiki Ueno <ueno@unixuser.org>
207
208 * faces.el (face-normalize-spec): New function.
209 (frame-set-background-mode): Normalize face-spec before calling
210 face-spec-match-p.
211
212 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * vc-bzr.el: New file (copied from the trunk).
215
216 * vc-hooks.el (vc-handled-backends): Add BZR.
217 (vc-find-file-hook): Failsafe if the backend's `registered'
218 function burps.
219
220 * server.el (server-window): Add switch-to-buffer-other-frame option.
221
222 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
223
224 * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
225 Remove.
226 (vc-git-revision-completion-table): Enable.
227
228 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
229
230 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
231
232 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
233 (vc-hg-registered): Set the vc-state property.
234
235 * diff-mode.el (diff-mode-menu): New entries.
236
237 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
240 (diff-file-kill): Use it.
241 (diff-beginning-of-hunk): Add arg `try-harder' using it.
242 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
243 Use it so they find the hunk even when we're in the file header.
244
245 * vc.el: Add new VC operation `revision-completion-table'.
246 (vc-default-revision-completion-table): New function.
247 (vc-version-diff, vc-version-other-window): Use it to provide
248 completion of revision names if the backend provides it.
249
250 * vc-arch.el (vc-arch--version-completion-table)
251 (vc-arch-revision-completion-table): New functions to provide
252 completion of revision names.
253
254 * vc-cvs.el: Require CL.
255 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
256 New functions to provide completion of revision names.
257
258 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
259
260 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
261 (copyright-fix-years, copyright): Correctly handle the case where
262 copyright-limit is nil.
263
264 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
265
266 * progmodes/python.el (run-python): Fix path separator under w32.
267
268 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
269
270 * vc-git.el: New File.
271
272 2007-07-28 Alan Mackenzie <acm@muc.de>
273
274 Fix problem with modes derived from CC Mode:
275 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
276 macro to cc-langs.
277 (c-init-language-vars-for): Remove call to above macro.
278 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
279 been moved to here.
280 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
281
282 2007-07-28 Eli Zaretskii <eliz@gnu.org>
283
284 * net/trampver.el: Fix the `coding' cookie.
285
286 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
287
288 * add-log.el (change-log-redate): Remove (not needed anymore and
289 doesn't appear to work).
290
291 2007-07-25 Glenn Morris <rgm@gnu.org>
292
293 * Relicense all FSF files to GPLv3 or later.
294
295 * COPYING: Switch to GPLv3.
296
297 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
300 Replace it with another one which disables undo before calling
301 erase-buffer and then turns it back on if needed.
302
303 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
304
305 * ps-print.el: Problem with foreground and background color when
306 printing a buffer with and without faces. Reported by Christian
307 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
308 (ps-print-version): New version 6.7.5.
309 (ps-default-fg): Change default value to nil, so black color is used
310 when a face does not specify a foreground color.
311 (ps-default-bg): Change default value to nil, so white color is used
312 for background color.
313 (ps-begin-job): Fix code.
314
315 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
316
317 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
318
319 2007-07-24 Alan Mackenzie <acm@muc.de>
320
321 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
322 Initialise byte-compile-unresolved-functions before rather than
323 after a compilation.
324 (byte-compile-unresolved-functions): Amplify doc string.
325
326 2007-07-24 Glenn Morris <rgm@gnu.org>
327
328 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
329 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
330 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
331 (cal-tex-cursor-week, cal-tex-cursor-week2)
332 (cal-tex-cursor-week-iso, cal-tex-week-hours)
333 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
334 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
335 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
336
337 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
340
341 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
344 underlying file is uptodate.
345
346 2007-07-23 Richard Stallman <rms@gnu.org>
347
348 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
349
350 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
353 (sh-font-lock-flush-syntax-ppss-cache): New funs.
354 (sh-font-lock-syntactic-keywords): Use them to distinguish the
355 different possible cases for \'.
356 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
357
358 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
359 `file' from which to start the search and fix case where `file' is the
360 current directory and the root as well.
361
362 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
363 name for buffer-file-name if it refers to a directory.
364
365 2007-07-22 Jason Rumney <jasonr@gnu.org>
366
367 * w32-fns.el (set-default-process-coding-system): Use dos line ends
368 for input to cmdproxy on all versions of Windows.
369 Use dos line ends for input to plink.
370
371 * comint.el (comint-simple-send): Concat newline before sending.
372 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
373
374 2007-07-22 Juri Linkov <juri@jurta.org>
375
376 * isearch.el (isearch-edit-string): Save old point and
377 isearch-other-end to old-point and old-other-end before reading
378 the search string from minibuffer. After exiting minibuffer set
379 point to old-other-end if point and the search direction is the
380 same as before reading the search string.
381 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
382 to isearch-other-end. Instead of isearch-search-and-update call
383 three functions isearch-search, isearch-push-state and isearch-update.
384
385 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
386
387 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
388 destroying an existing buffer.
389
390 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
391
392 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
393
394 * term/x-win.el (x-handle-no-bitmap-icon): New function.
395
396 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
397
398 * textmodes/reftex.el (reftex-access-parse-file): Create parse
399 file in a way that does not interfere with recentf.
400
401 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
402
403 * image-dired.el (image-dired-sane-db-file): New func.
404 (image-dired-write-tags, image-dired-remove-tag)
405 (image-dired-list-tags, image-dired-write-comments)
406 (image-dired-get-comment, image-dired-mark-tagged-files)
407 (image-dired-create-gallery-lists): Call new func.
408 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
409
410 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
411
412 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
413 (vc-hg-dir-state): Fix loop.
414 (vc-hg-print-log): Fix expected return value for vc-hg-command.
415 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
416 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
417 (vc-hg-revert): Likewise.
418 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
419
420 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
421
422 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
423 case of alignment under a constant symbol, find and consider
424 the sexp actually at indentation to be the "last sexp".
425
426 2007-07-20 Eli Zaretskii <eliz@gnu.org>
427
428 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
429 (install): Use them to copy all *.el files before *.elc.
430 (clean): Don't delete *~.
431
432 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
433
434 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
435
436 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
437
438 * vc-hg.el (vc-hg-registered): Replace if with when.
439 (vc-hg-state): Deal with nonexistent files.
440
441 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
442
443 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
444 (follow-delete-other-windows-and-split, follow-recenter)
445 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
446 (follow-redisplay, follow-estimate-first-window-start)
447 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
448 Fix typos in docstrings.
449
450 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
451
452 * bookmark.el (bookmark-show-all-annotations):
453 Make sure each inserted annotation ends with newline.
454
455 (bookmark-maybe-sort-alist): Don't modify
456 bookmark-alist. Instead, if not sorting, simply return it.
457 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
458 for its return value, not for its side effect.
459
460 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
461
462 * vc.el: Add more info about the vc-registered function.
463
464 2007-07-16 David Kastrup <dak@gnu.org>
465
466 * emacs-lisp/advice.el (defadvice): Doc fix.
467
468 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
469
470 * subr.el (when, unless): Doc fix.
471
472 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
473
474 * vc-hg.el (vc-hg-state): Handle removed files.
475 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
476 (vc-hg-checkout): Re-enable.
477
478 2007-07-15 Richard Stallman <rms@gnu.org>
479
480 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
481
482 * tutorial.el (tutorial--find-changed-keys):
483 Handle C-x specially like ESC.
484
485 2007-07-15 Roland McGrath <roland@frob.com>
486
487 * add-log.el (add-change-log-entry): Check add-log-full-name
488 and add-log-mailing-address later, after change-log-mode-hook.
489
490 2007-07-15 Richard Stallman <rms@gnu.org>
491
492 * isearch.el (isearch-mode, isearch-done):
493 Delete unintended code in previous change.
494
495 * ps-print.el (ps-default-bg): Change to White.
496
497 2007-07-15 Aaron Hawley <aaronh@garden.org>
498
499 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
500
501 2007-07-15 Martin Rudalics <rudalics@gmx.at>
502
503 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
504 when handling the terminating event.
505
506 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
507
508 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
509
510 2007-07-13 Eli Zaretskii <eliz@gnu.org>
511
512 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
513 (install): Use them to copy all *.el files before *.elc.
514
515 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
516
517 * replace.el (match): Use yellow1 instead of yellow.
518
519 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
520
521 * pcvs-info.el (cvs-unknown): Likewise.
522
523 2007-07-12 Davis Herring <herring@lanl.gov>
524
525 * desktop.el (desktop-buffer-info, desktop-save):
526 Use `desktop-dirname' instead of `dirname'.
527
528 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
529
530 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
531
532 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
533
534 2007-07-10 Richard Stallman <rms@gnu.org>
535
536 * emacs-lisp/lisp-mode.el (eval-defun):
537 Explain special handling of `defface'.
538
539 2007-07-09 Richard Stallman <rms@gnu.org>
540
541 * isearch.el (isearch-edit-string): Call to isearch-push-state
542 after the search.
543
544 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
545
546 * cus-start.el (file-coding-system-alist): Fix custom type.
547
548 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
549
550 * longlines.el (longlines-wrap-region): Avoid marking buffer as
551 modified.
552 (longlines-auto-wrap, longlines-window-change-function):
553 Remove unnecessary calls to set-buffer-modified-p.
554
555 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * vc.el (vc-default-log-view-mode): New function.
558 (vc-print-log): Add new `log-view-mode' VC operation.
559
560 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
561
562 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
563 Rename and move to...
564
565 * subr.el (strings->string, string->strings): ...here.
566
567 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
568 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
569
570 * progmodes/gud.el (gud-common-init): Call string->strings instead
571 of split-string.
572
573 2007-07-07 Eli Zaretskii <eliz@gnu.org>
574
575 * term/w32-win.el (menu-bar-open): New function.
576 Bind <f10> to it.
577
578 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
579
580 * log-view.el (log-view-mode-menu): New menu.
581
582 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
583
584 * vc-hg.el: New file.
585
586 2007-07-06 Andreas Schwab <schwab@suse.de>
587
588 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
589 dynamic bindings around the evaluation of the expression.
590 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
591
592 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
593
594 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
595 file names.
596
597 2007-07-02 Martin Rudalics <rudalics@gmx.at>
598
599 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
600
601 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
602 event is not a cons cell. Do not unread drag-mouse-1 events.
603 Select right window in check whether space was stolen from
604 window above.
605
606 2007-07-01 Richard Stallman <rms@gnu.org>
607
608 * files.el (find-file-visit-truename): Fix safe-local-variable value.
609
610 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
611
612 * generic-x.el (generic-define-mswindows-modes)
613 (generic-define-unix-modes, apache-log-generic-mode)
614 (bat-generic-mode-keymap, java-manifest-generic-mode)
615 (show-tabs-generic-mode): Fix typos in docstrings.
616
617 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
618
619 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
620 replace-regexp-in-string.
621
622 2007-06-28 Andreas Schwab <schwab@suse.de>
623
624 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
625 $(lisp)/subdirs.el.
626
627 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
628
629 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
630 the speedbar frame if nil; that deletes the current frame or
631 causes an error if it is the only frame.
632 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
633
634 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
635
636 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
637 directory where the desktop file was found, as the docstring says.
638 (desktop-kill): Use `read-directory-name'.
639
640 * desktop.el (desktop-load-locked-desktop): New option.
641 (desktop-read): Use it.
642 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
643 Use `when'.
644
645 2007-06-24 Davis Herring <herring@lanl.gov>
646
647 * desktop.el (desktop-save-mode-off): New function.
648 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
649 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
650 (desktop-claim-lock, desktop-release-lock): New functions.
651 (desktop-kill): Tell `desktop-save' that this is the last save.
652 Release the lock afterwards.
653 (desktop-buffer-info): New function.
654 (desktop-save): Use it. Run `desktop-save-hook' where the doc
655 says to. Detect conflicts, and manage the lock.
656 (desktop-read): Detect conflicts. Manage the lock.
657
658 2007-06-23 Eli Zaretskii <eliz@gnu.org>
659
660 * ls-lisp.el (insert-directory): If an invalid regexp error is
661 thrown, try using FILE as a literal file name, not a wildcard.
662 Check for FILE as an existing file, not just a directory.
663
664 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
665
666 * ruler-mode.el (ruler-mode): Prevent clobbering the original
667 `header-line-format' when reentering ruler mode.
668
669 2007-06-23 Eli Zaretskii <eliz@gnu.org>
670
671 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
672 FILE exists as a directory.
673
674 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
677 (vera-font-lock-match-item): Fix doc string.
678 (vera-in-comment-p): Remove unused function.
679 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
680 use `syntax-ppss'.
681 (vera-forward-syntactic-ws): Fix argument order.
682 (vera-prepare-search): Use `with-syntax-table'.
683 (vera-indent-line): Fix doc string.
684 (vera-electric-tab): Fix doc string.
685 (vera-expand-abbrev): Define alias instead of using `fset'.
686 (vera-comment-uncomment-region): Use `comment-start-skip'.
687
688 2007-06-20 Reto Zimmermann <reto@gnu.org>
689
690 * progmodes/vera-mode.el: New file.
691
692 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
693
694 * ido.el (ido-find-file-in-dir): Don't signal an error for
695 empty directories.
696
697 2007-06-18 Alan Mackenzie <acm@muc.de>
698
699 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
700 When removing lines, also remove the \n. Correction of patch of
701 2007-04-21.
702
703 2007-06-17 Glenn Morris <rgm@gnu.org>
704
705 * lpr.el (lpr-page-header-switches): Move %s to separate element
706 for correct quoting. Doc fix.
707
708 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
709
710 * term/xterm.el (terminal-init-xterm): Escape parens in character
711 constants.
712
713 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
714
715 * scroll-lock.el (scroll-lock-mode): Doc fix.
716
717 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * font-lock.el (font-lock-add-keywords): In case font-lock was only
720 half-activated, forcefully activate it completely.
721
722 2007-06-11 Richard Stallman <rms@gnu.org>
723
724 * cus-edit.el (custom-variable-type): Doc fix.
725
726 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
727
728 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
729
730 2007-06-09 Davis Herring <herring@lanl.gov>
731
732 * desktop.el (desktop-minor-mode-table): Doc fix.
733
734 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
735
736 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
737 (image-next-line, image-previous-line, image-scroll-up)
738 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
739 New functions.
740 (image-mode-map): Remap motion commands.
741 (image-mode-text-map): New keymap for viewing images as text.
742 (image-mode): Use image-mode-map.
743 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
744
745 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
746
747 Sync with Tramp 2.0.56.
748
749 * net/tramp.el:
750 * net/tramp-ftp.el:
751 * net/tramp-smb.el:
752 * net/tramp-util.el:
753 * net/tramp-vc.el:
754 Don't load cl.el, because that pollutes the namespace. Replace cl
755 macros by their implementations where necessary. Requested by
756 Richard Stallman <rms@gnu.org>.
757
758 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
759 doesn't exist.
760 (with-parsed-tramp-file-name): Protect debug spec during compilation.
761 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
762 (tramp-file-name-p, tramp-file-name-multi-method)
763 (tramp-file-name-method, tramp-file-name-user)
764 (tramp-file-name-host, tramp-file-name-localname): New defuns,
765 replacing defstruct `tramp-file-name'.
766 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
767 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
768 Apply `vector' instead of `make-tramp-file-name'.
769 (tramp-handle-make-auto-save-file-name):
770 Apply `tramp-temporary-file-directory' for compatibility reasons.
771 (tramp-completion-mode): Use `natnump' instead of `wholenump'
772 because of XEmacs.
773 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
774 started.
775
776 2007-06-07 David Kastrup <dak@gnu.org>
777
778 * dired.el (dired-recursive-deletes, dired-recursive-copies):
779 Change default to `top'.
780
781 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
782
783 * dired.el (dired-mode-map): Remove spurious separator.
784
785 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
786
787 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
788
789 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
790 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
791
792 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
793
794 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
795 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
796
797 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
798
799 * progmodes/ebrowse.el (ebrowse-member-table):
800 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
801
802 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
803
804 * pgg.el (pgg-sign-region, pgg-sign):
805 * ses.el (ses-call-printer):
806 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
807 * textmodes/org.el (org-cycle): Fix typos in docstrings.
808
809 2007-06-06 Eli Zaretskii <eliz@gnu.org>
810
811 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
812 (tar-get-descriptor): Handle type 55, an extended pax header.
813
814 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * textmodes/css-mode.el: New file.
817
818 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
819
820 * net/socks.el: New file, taken from w3 repository.
821 (top): Update Copyright. Don't load cl.el.
822 (all): Replace `case' by `cond', `string-to-int' by
823 `string-to-number', and `process-kill-without-query' by
824 `set-process-query-on-exit-flag'.
825 (socks-char-int): Remove defalias and all occurrences.
826
827 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
828
829 * international/mule-cmds.el (toggle-enable-multibyte-characters)
830 (sort-coding-systems, search-unencodable-char): Doc fixes.
831 (coding-system-change-eol-conversion, set-default-coding-systems)
832 (prefer-coding-system, find-multibyte-characters, princ-list)
833 (leim-list-entry-regexp, set-input-method, locale-language-names)
834 (input-method-exit-on-first-char, exit-language-environment-hook)
835 (locale-charset-language-names): Fix typos in docstrings.
836
837 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
838
839 * bs.el (bs-cycle-previous): Don't modify the cycle list until
840 `switch-to-buffer' has returned succesfully.
841 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
842 window is dedicated (it could iconify the frame).
843
844 2007-06-05 Glenn Morris <rgm@gnu.org>
845
846 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
847
848 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
849
850 * files.el (auto-mode-alist): Add lower-priority match for names
851 like ChangeLog.old.
852
853 2007-06-04 Andreas Schwab <schwab@suse.de>
854
855 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
856
857 2007-06-04 Davis Herring <herring@lanl.gov>
858
859 * calendar/timeclock.el: Update version number.
860 (timeclock-modeline-display): Mention timeclock-use-display-time
861 in explanatory message.
862 (timeclock-log): Suppress warnings when finding the log.
863 Don't check for a nil project twice. Run hooks after killing the
864 buffer (if applicable).
865 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
866 was geometric). All uses changed.
867 (timeclock-generate-report): Support prefix argument.
868
869 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
870
871 * man.el (Man-next-section): Don't consider the last line of the
872 page as being part of any section.
873
874 2007-06-04 Martin Rudalics <rudalics@gmx.at>
875
876 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
877 modified flag of buffer. Use `inhibit-modification-hooks'.
878
879 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
880
881 * mail/mail-extr.el (mail-extract-address-components):
882 Recognize non-ASCII characters except for NBSP as words.
883
884 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
885
886 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
887
888 2007-06-04 Michael Olson <mwolson@gnu.org>
889
890 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
891 died and we are trying to send a signal to it.
892
893 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
894
895 * emacs-lisp/easy-mmode.el (define-minor-mode)
896 (easy-mmode-define-navigation): Fix typos in docstrings.
897
898 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
899 Fix typos in docstrings.
900 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
901 (compilation-finish-function): Fix typo in obsolescence declaration.
902
903 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
904
905 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
906
907 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
908 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
909
910 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
911
912 * longlines.el (longlines-mode): Make longlines-auto-wrap
913 buffer-local. Add hooks unconditionally.
914 (longlines-auto-wrap): Toggle wrapping.
915 (longlines-after-change-function)
916 (longlines-post-command-function): Check longlines-auto-wrap.
917
918 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
919
920 * Version 22.1 released.
921
922 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
923
924 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
925 changes.
926
927 2007-05-31 Richard Stallman <rms@gnu.org>
928
929 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
930
931 2007-05-29 Martin Rudalics <rudalics@gmx.at>
932
933 * textmodes/table.el (table--point-entered-cell-function)
934 (table--point-left-cell-function):
935 Bind `inhibit-point-motion-hooks' to t.
936
937 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
938
939 * emacs-lisp/rx.el (rx): Doc fix.
940
941 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
942
943 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
944
945 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
946
947 * log-edit.el (log-edit-changelog-paragraph): Return point-max
948 as the end of the ChangeLog paragraph when it ends without a line
949 termination.
950
951 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * textmodes/fill.el (canonically-space-region): Make the second arg
954 a marker if it's not already the case.
955
956 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
957 (xterm-mouse-event): Use it.
958
959 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
960
961 * vc-hooks.el (vc-find-root): Fix file attribute test.
962
963 2007-05-24 Richard Stallman <rms@gnu.org>
964
965 * textmodes/flyspell.el (flyspell-correct-word-before-point):
966 Don't let opoint be nil.
967 (flyspell-emacs-popup): Explicit error if no dialogs.
968
969 2007-05-23 Eli Zaretskii <eliz@gnu.org>
970
971 * tar-mode.el (tar-file-name-handler): New function.
972 (tar-extract): Bind file-name-handler-alist to it to force
973 find-buffer-file-type-coding-system behave as if the file being
974 extracted existed. Use last-coding-system-used to force
975 buffer-file-coding-system to what decode-coding-region actually
976 used to decode the file.
977
978 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
979
980 * progmodes/compile.el (compilation-handle-exit):
981 `compilation-finish-function' may change the current buffer.
982
983 2007-05-22 Richard Stallman <rms@gnu.org>
984
985 * files.el (set-auto-mode): Doc fix.
986
987 2007-05-22 Eli Zaretskii <eliz@gnu.org>
988
989 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
990
991 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
992
993 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
994 (rcirc-print): Handle `window-width'.
995 (rcirc-buffer-maximum-lines): Doc fix.
996
997 2007-05-19 Kevin Ryde <user42@zip.com.au>
998
999 * info.el (Info-fontify-node): Match https also.
1000
1001 2007-05-18 Richard Stallman <rms@gnu.org>
1002
1003 * simple.el (push-mark): Doc fix.
1004
1005 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1006
1007 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1008 tpu-global-map.
1009 (tpu-original-global-map): Delete variable.
1010 (tpu-control-keys-map): New keymap variable.
1011 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1012 setting keymapping directly.
1013 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1014 tpu-global-map.
1015 (tpu-edt-on): Activate the tpu-global-map.
1016 (tpu-edt-off): Deactivate the tpu-global-map.
1017
1018 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1019
1020 * textmodes/ispell.el (ispell-get-word): Return markers
1021 for start and end positions.
1022 (ispell-word): Assume END is a marker.
1023
1024 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1025
1026 * ps-print.el: Use default color when foreground or background color
1027 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1028 (ps-print-version): New version 6.7.4.
1029 (ps-rgb-color): New argument. Use default color when color is
1030 unspecified.
1031 (ps-begin-job): Fix code.
1032
1033 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1034
1035 * textmodes/ispell.el (ispell-start-process): Defend against bad
1036 default-directory.
1037
1038 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1041
1042 2007-05-16 Richard Stallman <rms@gnu.org>
1043
1044 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1045
1046 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1049 Move the *ml, Postscript, and XmCD entries to the fallback part.
1050
1051 * files.el (magic-fallback-mode-alist):
1052 Rename from file-start-mode-alist.
1053
1054 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1055
1056 * progmodes/compile.el (compilation-handle-exit): Quote first
1057 argument of `run-hook-with-args'.
1058
1059 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * buff-menu.el (Buffer-menu-sort-column):
1062 * dabbrev.el (dabbrev-upcase-means-case-search):
1063 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1064 * info.el (Info-current-subfile):
1065 * ls-lisp.el (ls-lisp-verbosity):
1066 * msb.el (msb-menu-cond):
1067 * pcvs.el (cvs-dired-use-hook):
1068 * simple.el (set-mark-command-repeat-pop):
1069 * time.el (display-time-24hr-format, display-time-mail-file):
1070 Doc fixes.
1071
1072 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1073 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1074
1075 * view.el (view-inhibit-help-message): Fix typo in docstring.
1076 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1077
1078 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1079
1080 * mail/rmail.el (rmail-convert-to-babyl-format):
1081 Check content-transfer-encoding _last_, because we need its position
1082 in base64-header-field-end.
1083
1084 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * files.el (mode-require-final-newline, require-final-newline)
1087 (enable-local-variables, enable-local-eval): Doc fixes.
1088
1089 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1090
1091 * progmodes/python.el (python-font-lock-keywords)
1092 (python-open-block-statement-p, python-mode): Add support for the new
1093 "with" keyword.
1094
1095 2007-05-10 Richard Stallman <rms@gnu.org>
1096
1097 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1098 (iso-cvt-write-only): Likewise.
1099
1100 * emacs-lisp/easy-mmode.el (define-minor-mode):
1101 Fix generated doc string.
1102
1103 * startup.el (fancy-splash-text): Add URL of guided tour.
1104 Adjust horizontal and vertical whitespace.
1105
1106 * progmodes/compile.el (compilation-handle-exit):
1107 Use run-hook-with-args to run compilation-finish-functions.
1108
1109 * files.el (file-start-mode-alist): New variable.
1110 (magic-mode-regexp-match-limit): Doc fix.
1111 (set-auto-mode): Handle file-start-mode-alist.
1112 A little cleanup of structure.
1113
1114 2007-05-10 Davis Herring <herring@lanl.gov>
1115
1116 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1117 workday specifications.
1118 (timeclock-log): Don't kill the log buffer if it already existed.
1119
1120 2007-05-08 Richard Stallman <rms@gnu.org>
1121
1122 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1123 Don't include non-self-insert commands in the exception for `-'.
1124
1125 2007-05-08 David Reitter <david.reitter@gmail.com>
1126
1127 * progmodes/python.el (python-guess-indent): Check non-nullness
1128 before comparing indent against the 2..8 interval.
1129
1130 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1131
1132 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1133 available.
1134
1135 2007-05-06 Richard Stallman <rms@gnu.org>
1136
1137 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1138
1139 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1140
1141 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1142 disconnections.
1143
1144 2007-05-01 Romain Francoise <romain@orebokech.com>
1145
1146 * dired-x.el: Revert 2007-04-06 change.
1147
1148 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
1149
1150 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1151 don't put stop on toolbar.
1152
1153 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1154
1155 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1156
1157 2007-04-29 Richard Stallman <rms@gnu.org>
1158
1159 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1160
1161 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1164 than 1.
1165
1166 2007-04-28 Richard Stallman <rms@gnu.org>
1167
1168 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1169
1170 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1173
1174 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1175
1176 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1177 instead of $(lisp)/mh-e.
1178
1179 * textmodes/fill.el (fill-paragraph): Doc fix.
1180
1181 2007-04-28 Glenn Morris <rgm@gnu.org>
1182
1183 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1184 (image-dired-cmd-create-temp-image-options): Replace option
1185 +profile "*" with -strip.
1186
1187 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1190 Use window-start and window-end.
1191
1192 2007-04-26 Glenn Morris <rgm@gnu.org>
1193
1194 * progmodes/python.el: Restore file pending consideration of legal
1195 status.
1196
1197 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1198
1199 * locate.el (locate-in-alternate-database): Doc fix.
1200
1201 2007-04-26 Glenn Morris <rgm@gnu.org>
1202
1203 * button.el (button): Use underline if supported, else fall back
1204 to color.
1205
1206 2007-04-25 Richard Stallman <rms@gnu.org>
1207
1208 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1209
1210 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1211
1212 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1213 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1214 pushing mark.
1215 (idlwave-current-routine): Don't push mark.
1216
1217 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1218
1219 * image-dired.el (image-dired-display-image): Derive image-type from
1220 filename rather than assuming jpeg, in case no resizing was needed.
1221
1222 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1223
1224 * custom.el (defface): Doc fix.
1225
1226 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * progmodes/python.el: Remove due to unclear legal issues.
1229
1230 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1231
1232 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1233 Don't re-query for each cleared BP.
1234 (idlwave-shell-clear-bp): Optionally skip BP query.
1235 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1236 of set-window-buffer, which incorrectly moves displayed region.
1237
1238 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1239
1240 * calc/calc.el (calc-bug-address): Update maintainer's address.
1241 * calc/*: Update maintainer's address.
1242
1243 2007-04-23 Richard Stallman <rms@gnu.org>
1244
1245 * simple.el (set-mark-command-repeat-pop): Doc fix.
1246 Put in `editing-basics' group.
1247
1248 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1251 New functions.
1252 (Info-mode-line-node-keymap): Bind mouse commands to
1253 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1254
1255 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
1256
1257 * locate.el (locate-local-prompt): New var.
1258 (locate-prompt-for-command): Doc fix.
1259 (locate-prompt-for-search-string): New function.
1260 (locate): New optional arg. Make locate-local-prompt
1261 buffer-local. Use locate-prompt-for-search-string.
1262 (locate-with-filter): New optional arg.
1263 Use locate-prompt-for-search-string.
1264 (locate-update): Bind locate-prompt-for-command.
1265
1266 2007-04-23 Glenn Morris <rgm@gnu.org>
1267
1268 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1269
1270 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
1271
1272 * button.el (button): Inherit from link face on a tty.
1273
1274 2007-04-23 Glenn Morris <rgm@gnu.org>
1275
1276 * button.el (button): Use color for this face on a tty.
1277
1278 * files.el (magic-mode-alist): Allow for carriage-returns in
1279 html-mode and sgml-mode entries.
1280
1281 2007-04-22 Richard Stallman <rms@gnu.org>
1282
1283 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1284 Improve doc string of generated command.
1285
1286 * subr.el (read-number): Catch errors.
1287
1288 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1289
1290 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * image-dired.el: Rename from thumbnails.el. All instances of
1293 "thumbnails" replaced with "image-dired".
1294
1295 * dired.el (dired-mode-map): Rename "thumbnails" again, to
1296 "image-dired".
1297
1298 2007-04-22 Kim F. Storm <storm@cua.dk>
1299
1300 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1301 Don't use kill-line.
1302
1303 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
1304
1305 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1306 error message.
1307
1308 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * dired.el: Rename "tumme" to "thumbnails".
1311
1312 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
1313 replaced with "thumbnails".
1314
1315 2007-04-22 Glenn Morris <rgm@gnu.org>
1316
1317 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1318 and give it the risky-local-variable property.
1319
1320 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1321 before defining it.
1322
1323 2007-04-21 Martin Rudalics <rudalics@gmx.at>
1324
1325 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1326 Use delete-region instead of kill-line.
1327
1328 2007-04-21 Alan Mackenzie <acm@muc.de>
1329
1330 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1331 `kill-region' by `delete-region'.
1332
1333 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1336 instead of kill-region.
1337
1338 * progmodes/mantemp.el (mantemp-make-mantemps-region)
1339 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1340 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1341 and kill-line.
1342
1343 * progmodes/vhdl-mode.el (vhdl-template-type)
1344 (vhdl-template-record, vhdl-template-nature)
1345 (vhdl-template-configuration-spec, vhdl-template-component-inst)
1346 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1347 Use delete-region instead of kill-word and kill-line.
1348
1349 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1350
1351 * dired-x.el (dired-virtual-mode): Doc fix.
1352
1353 2007-04-21 Richard Stallman <rms@gnu.org>
1354
1355 * font-lock.el (font-lock-keywords-alist): Mark as risky.
1356
1357 * subr.el (read-number): Doc fix.
1358
1359 * simple.el (pop-to-mark-command): Display message "mark popped"
1360 if point does not move.
1361 (set-mark-command): Doc fix.
1362
1363 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1364
1365 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1366 (locate-local-filter, locate-local-search): New vars.
1367 (locate): Make variables local.
1368 (locate-update): Bind locate-buffer-name. Call locate using
1369 locate-local-filter and locate-local-search.
1370
1371 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1372
1373 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1374 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1375 (hi-lock-mode): Update docstring.
1376
1377 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1380 fill-nobreak-predicate when the break is past fill-column.
1381
1382 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1383
1384 * locate.el (locate): Output from shell-command should go in the
1385 current buffer rather than *Shell Command Output*.
1386
1387 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * paren.el (show-paren-function): Fix last fix.
1390
1391 2007-04-19 Kevin Ryde <user42@zip.com.au>
1392
1393 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1394 (archive-lzh-summarize): Add optional start arg for where to start
1395 looking at the archive.
1396 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1397
1398 * international/mule.el (auto-coding-alist): no-conversion for .exe
1399 and .EXE.
1400
1401 2007-04-19 Alan Mackenzie <acm@muc.de>
1402
1403 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1404 function return type contains "struct", "union", etc.
1405 c-end-of-defun goes too far forward.
1406
1407 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * paren.el (show-paren-function): Reset window-start to avoid
1410 recentering.
1411
1412 2007-04-19 Glenn Morris <rgm@gnu.org>
1413
1414 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1415
1416 2007-04-18 Glenn Morris <rgm@gnu.org>
1417
1418 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1419 :set function.
1420 (diary-list-entries): Only switch to diary-mode from
1421 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1422 diary-mode set header-line-format, in case of any customization.
1423
1424 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1425
1426 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1427 is less than the length of parse-time-syntax.
1428
1429 2007-04-17 David Kastrup <dak@gnu.org>
1430
1431 * replace.el (query-replace-regexp-eval): Deprecate.
1432
1433 2007-04-17 Alan Mackenzie <acm@muc.de>
1434
1435 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1436 point too close to EOB, leave point at EOB rather than last `}'.
1437
1438 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1439
1440 * textmodes/bibtex.el (bibtex-include-OPTkey)
1441 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1442 Fix defcustom.
1443
1444 2007-04-17 Glenn Morris <rgm@gnu.org>
1445
1446 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1447 be encoded, fall back to current year.
1448
1449 2007-04-14 Kevin Ryde <user42@zip.com.au>
1450
1451 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1452 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1453 M "MSDOS".
1454
1455 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * progmodes/python.el (python-end-of-block): Avoid looping forever
1458 if python-next-statement fails.
1459
1460 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1461
1462 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1463
1464 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1465
1466 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1467 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1468
1469 2007-04-15 Jay Belanger <belanger@truman.edu>
1470
1471 * calc/calc.el (calc-version): New function.
1472 (calc-trail-mode): Shorten the title.
1473
1474 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * mail/footnote.el (footnote-style): Clarify docstring to state
1477 that customizing this only applies to future footnotes.
1478
1479 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1480
1481 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1482 (bibtex-make-field): Check that INIT is a string. Use functionp.
1483
1484 2007-04-14 Glenn Morris <rgm@gnu.org>
1485
1486 * complete.el (PC-goto-end): New buffer-local variable.
1487 (PC-do-completion-end): Make buffer-local.
1488 (partial-completion-mode) <choose-completion-string-functions>:
1489 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1490 (PC-do-completion): New optional fourth argument GOTO-END. Add a
1491 doc string. Set PC-goto-end for choose-completion.
1492 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1493 PC-do-completion.
1494
1495 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1496 arg to bibtex-make-field.
1497 (bibtex-make-field): Add optional fourth arg NODELIM.
1498 Insert delimiters around INIT unless this arg is non-nil.
1499
1500 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
1501
1502 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1503 global map isn't modified.
1504
1505 2007-04-14 Glenn Morris <rgm@gnu.org>
1506
1507 * calendar/appt.el (appt-disp-window): Do not split small windows.
1508 Suggested by Jeff Miller <jmiller@cablespeed.com>.
1509
1510 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1513
1514 * files.el: Ditto.
1515
1516 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1519
1520 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1521 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1522 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1523 (term-pager-help): Fix typos in docstrings.
1524
1525 * wid-edit.el (widget-documentation): Fix typo in docstring.
1526
1527 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1528 Fix typos in error messages.
1529
1530 2007-04-13 Martin Rudalics <rudalics@gmx.at>
1531
1532 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1533 window marked as dedicated.
1534
1535 * mail/footnote.el (footnote-latin-string): New variable.
1536 (footnote-latin-regexp): Redefine as regexp alternative.
1537 (Footnote-latin): Use footnote-latin-string instead of
1538 footnote-latin-regexp.
1539
1540 2007-04-13 Glenn Morris <rgm@gnu.org>
1541
1542 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1543 inherited keymaps.
1544
1545 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * outline.el (outline-get-next-sibling): Clarify docstring.
1548 (outline-get-last-sibling): Handle case where we are at the first
1549 heading. Clarify docstring.
1550
1551 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
1552
1553 * progmodes/gud.el (gud-minor-mode-map): Make go button same
1554 length as stop button to lessen flicker.
1555 (jdb): Add gud-print.
1556 (gud-find-expr): Jdb prints the expression with the value, so
1557 don't insert it in the output.
1558
1559 2007-04-11 Jason Rumney <jasonr@gnu.org>
1560
1561 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1562 case hex. Do not try to decode non-hex letters.
1563
1564 2007-04-11 Markus Triska <markus.triska@gmx.at>
1565
1566 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1567 (byte-optimize-backward-word): Remove (move to bytecomp.el).
1568 (byte-optimize-form-code-walker): Evaluate pure function calls if
1569 possible.
1570 (byte-optimize-all-constp): New function.
1571
1572 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1573 Improve numeric argument case.
1574 (byte-compile-backward-char, byte-compile-backward-word):
1575 New functions, performing rewriting previously done in byte-opt.el.
1576 Fix their "Fixme" item (restriction to numeric arguments).
1577
1578 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1581 with dolist.
1582 (after-init-hook): Don't quote lambda.
1583 (desktop-first-buffer): Don't wrap it in eval-when-compile.
1584 (desktop-internal-v2s): Remove unused var `el'.
1585 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1586 desktop-restore-file-buffer.
1587 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1588 desktop-create-buffer.
1589
1590 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * woman.el (woman-decode-buffer): Postpone macro-set check...
1593 (woman-decode-region): ...to here.
1594
1595 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1596
1597 * startup.el (tty-handle-args): Use %S to log ARGS.
1598
1599 2007-04-10 Glenn Morris <rgm@gnu.org>
1600
1601 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1602 it is obsolete and has no effect.
1603
1604 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1605 byte-compiler.
1606
1607 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1608 obsolete function make-local-hook.
1609
1610 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1611 start to quieten byte-compiler.
1612
1613 2007-04-10 Markus Triska <markus.triska@gmx.at>
1614
1615 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1616 to bytecomp.el as byte-compile-char-before).
1617 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1618 New function (modified replacement for byte-optimize-char-before in
1619 byte-opt.el).
1620
1621 2007-04-09 Alan Mackenzie <acm@muc.de>
1622
1623 * startup.el (inhibit-splash-screen): Emphatically state that it
1624 can't be set in site-start.el.
1625
1626 2007-04-09 Masatake YAMATO <jet@gyve.org>
1627
1628 * progmodes/cc-subword.el (c-capitalize-subword): More closely
1629 mimic the behavior of `capitalize-word'. Do not move point with a
1630 negative argument. Based on tiny change by Paul Curry.
1631
1632 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
1633
1634 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1635 Don't move point if ARG is negative.
1636
1637 2007-04-09 Alan Mackenzie <acm@muc.de>
1638
1639 Changes to make `narrow-to-defun' and `mark-defun' work properly
1640 in CC Mode:
1641
1642 * progmodes/cc-defs.el (c-beginning-of-defun-1):
1643 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1644 Bind beginning/end-of-defun-function to nil around calls to
1645 beginning/end-of-defun.
1646
1647 * progmodes/cc-langs.el (beginning-of-defun-function)
1648 (end-of-defun-function): New c-lang-setvar's.
1649
1650 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1651 (setq arg 1))" to enable non-interactive call.
1652
1653 2007-04-09 Eli Zaretskii <eliz@gnu.org>
1654
1655 * simple.el (set-mark-command): Doc fix.
1656
1657 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
1658
1659 * progmodes/gud.el (gdb): Restore existing session if user
1660 tries to start a second one in graphical mode.
1661
1662 2007-04-08 Martin Rudalics <rudalics@gmx.at>
1663
1664 * cus-start.el <scroll-preserve-screen-position>: Add choices.
1665
1666 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1667
1668 * term/xterm.el (terminal-init-xterm): Fix key definitions.
1669 Add binding for C-M-SPC.
1670
1671 2007-04-08 Richard Stallman <rms@gnu.org>
1672
1673 * pcomplete.el (pcomplete-read-event): One single definition,
1674 and not a defsubst.
1675
1676 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1679 byte-compiler warning "value unused".
1680
1681 2007-04-08 Andreas Schwab <schwab@suse.de>
1682
1683 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1684
1685 2007-04-07 Glenn Morris <rgm@gnu.org>
1686
1687 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1688 Autoload these functions.
1689 (diary-date-forms): Add a custom :set form.
1690
1691 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1692 before first use.
1693 (diary-font-lock-keywords): New function with old code for
1694 initialization of variable of same name.
1695
1696 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
1697
1698 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1699 clean-up: only insert space when on identifier, etc.
1700
1701 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1704
1705 * net/tls.el (open-tls-stream): Properly handle case where there
1706 is no associated buffer.
1707
1708 2007-04-07 Glenn Morris <rgm@gnu.org>
1709
1710 * ffap.el (ffap-file-at-point): Lower the priority of the
1711 ffap-ftp-sans-slash-regexp check.
1712
1713 2007-04-06 Alan Mackenzie <acm@muc.de>
1714
1715 Fix fontification of labels, and other things with ":".
1716
1717 * progmodes/cc-engine.el (c-forward-label): The function now
1718 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1719 the former t.
1720
1721 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1722 new return code from c-forward-label, fontifying tokens properly.
1723 Add some general comments throughout the file.
1724
1725 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1728 Revert 2006-01-27 change.
1729
1730 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1731
1732 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1733
1734 * desktop.el (desktop-create-buffer, desktop-save):
1735 Revert 2004-11-12 change for lack of copyright papers.
1736
1737 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1738 (dired-guess-default): Respect case.
1739
1740 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1741
1742 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1743 was originally checked in as byte-optimize-concat on 1997-11-02.
1744
1745 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1746 1995-05-19 doc changes.
1747
1748 2007-04-06 Kim F. Storm <storm@cua.dk>
1749
1750 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
1751 (unload-feature): Update interactive spec accordingly.
1752
1753 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1754
1755 2007-04-06 John Paul Wallington <jpw@pobox.com>
1756
1757 * subr.el (with-case-table): Use `make-symbol' to avoid variable
1758 capture. Restore the table in the same buffer.
1759
1760 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1761
1762 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1765 Print entire form.
1766
1767 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
1768
1769 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1770 for low-color displays.
1771
1772 2007-04-05 Glenn Morris <rgm@gnu.org>
1773
1774 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1775 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
1776 Seed random number generator on loading.
1777
1778 * emacs-lisp/authors.el (top-level): Provide self.
1779
1780 * play/animate.el (top-level): Provide self.
1781
1782 2007-04-04 Alan Mackenzie <acm@muc.de>
1783
1784 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1785 to mention c-syntactic-indentation.
1786
1787 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * subr.el (with-case-table): New macro.
1790
1791 * international/mule.el (ascii-case-table): New var.
1792
1793 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1794 downcasing.
1795
1796 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
1797
1798 * progmodes/gud.el (gud-minor-mode-map): Simplify.
1799
1800 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1801 of the window if we're outside it e.g menu-bar.
1802
1803 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1804 window if we're outside it e.g menu-bar.
1805
1806 2007-04-03 Eli Zaretskii <eliz@gnu.org>
1807
1808 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1809 decode base-64 encoded body if its content-type is something other
1810 than text/* or message/*.
1811
1812 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
1813
1814 * simple.el (activate-mark-hook): Fix typo in docstring.
1815
1816 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
1817
1818 * tmm.el (tmm-c-prompt): Initialize.
1819 (tmm-menubar): Deal with extended menu-items at top level.
1820 (tmm-get-keybind): Handle bindings redefined/undefined locally.
1821 (tmm-prompt): Handle visibility of top level menu-items.
1822
1823 * progmodes/gud.el (gud-menu-map): Simplify.
1824 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1825 menubar.
1826
1827 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1830
1831 * comint.el (comint-send-input): Widen the buffer first.
1832
1833 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1834
1835 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1838 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1839
1840 * newcomment.el (comment-search-forward): Discard comment starters
1841 before point.
1842
1843 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
1844
1845 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1846
1847 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1850 when downcasing.
1851
1852 * button.el (previous-button): Rewrite to account for adjacent buttons.
1853
1854 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
1855
1856 * progmodes/idlwave.el (idlwave-auto-fill):
1857 Revert paragraph-separate change.
1858
1859 * progmodes/idlw-shell.el (idlwave-shell-break-in):
1860 Simplify module calc.
1861 (idlwave-shell-set-bp-in-module): Compute module.
1862
1863 2007-03-31 Glenn Morris <rgm@gnu.org>
1864
1865 * emacs-lisp/timer.el (run-at-time): Doc fix.
1866
1867 * emacs-lisp/warnings.el (display-warning): If we create the
1868 buffer displaying the warning, disable undo there.
1869
1870 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
1871
1872 * net/tramp.el (tramp-register-file-name-handler)
1873 (tramp-register-completion-file-name-handler): New defsubst,
1874 derived from `tramp-register-file-name-handlers'. The split is
1875 necessary because Tramp's file name handlers must be registered at
1876 different startup places.
1877
1878 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * progmodes/hideshow.el (turn-off-hideshow): New function.
1881 (hs-minor-mode): Use it instead of a lambda expression in
1882 change-major-mode-hook.
1883
1884 2007-03-31 David Kastrup <dak@gnu.org>
1885
1886 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1887 corresponding to MANPATH_MAP entries.
1888 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1889 (woman-parse-man.conf): Use more discriminating man.conf name.
1890 (woman-parse-man.conf): Parse MANPATH_MAP entries.
1891 (woman-manpath): Doc fix and type fix.
1892 (woman-cached-data): Check for MANPATH_MAP entries.
1893 (woman-expand-directory-path): Treat MANPATH_MAP entries.
1894
1895 2007-03-31 Stuart Herring <herring@lanl.gov>
1896
1897 * emacs-lisp/sregex.el (sregexq): Doc fix.
1898
1899 2007-03-31 Markus Triska <markus.triska@gmx.at>
1900
1901 * flymake.el (flymake-err-line-patterns): Doc fix.
1902
1903 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
1904
1905 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1906 Move to the right.
1907
1908 2007-03-30 Alan Mackenzie <acm@muc.de>
1909
1910 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1911
1912 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1913
1914 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1915 Use it, passed in explicitly, instead of from the dynamic binding.
1916 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1917
1918 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * simple.el (blink-matching-open): When in minibuffer, don't
1921 search for a match inside the prompt.
1922
1923 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
1924
1925 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1926 (tmm-prompt): Don't make the mouse user select the first menu
1927 item twice.
1928
1929 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1932 SIGUSR1 and SIGUSR2.
1933
1934 2007-03-29 Kim F. Storm <storm@cua.dk>
1935
1936 * ido.el (ido-read-internal): When reading file or dir, only override
1937 minibuffer-local-filename-completion-map, otherwise only override
1938 minibuffer-local-completion-map.
1939
1940 2007-03-29 Glenn Morris <rgm@gnu.org>
1941
1942 * complete.el (partial-completion-mode): Set PC-do-completion-end
1943 to nil after use.
1944 (PC-lisp-complete-symbol): Create and use a marker at `end',
1945 rather than using point-marker.
1946
1947 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * simple.el (next-error-highlight): Doc fix.
1950 (compose-mail): Revert 2007-03-19 change.
1951
1952 2007-03-28 Richard Stallman <rms@gnu.org>
1953
1954 * emacs-lisp/edebug.el (edebug-display): Don't go to
1955 edebug-outside-buffer if it is dead.
1956
1957 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * view.el (view-mode): Fix typos in docstring.
1960
1961 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
1962
1963 * recentf.el (recentf-save-file): Add a custom :set function.
1964
1965 2007-03-28 Glenn Morris <rgm@gnu.org>
1966
1967 * complete.el (PC-do-completion-end): New variable.
1968 (partial-completion-mode) <choose-completion-string-functions>:
1969 Use PC-do-completion-end in the non-minibuffer case to replace the
1970 correct amount of text.
1971 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1972 (PC-lisp-complete-symbol): Give marker the after-insertion type,
1973 to deal with improvements inserted after point.
1974
1975 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * button.el (make-text-button): Add explicit `button' property.
1978 (default-button): Don't put a `button' property on it.
1979
1980 * progmodes/python.el (python-mode): Skip comments when parsing.
1981
1982 * vc-arch.el (vc-with-current-file-buffer): New macro.
1983 (vc-arch-file-source-p): Use it to avoid infloop.
1984
1985 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
1986
1987 * emacs-lisp/lisp.el (lisp-complete-symbol):
1988 Fix call to get-buffer-window to find windows in other frames.
1989
1990 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * comint.el (comint-proc-query, comint-dynamic-list-completions):
1993 Fix calls to get-buffer-window to find windows in other frames.
1994 Reported by David Hansen <david.hansen@gmx.net>.
1995
1996 2007-03-27 Kevin Ryde <user42@zip.com.au>
1997
1998 * info.el (Info-display-images-node): On a text-only terminal,
1999 show the "text" or "alt" parts of the image blobs.
2000
2001 2007-03-27 Glenn Morris <rgm@gnu.org>
2002
2003 * complete.el (PC-do-completion): Compute completion-base-size in
2004 the non-filename case, rather than setting to nil.
2005 (PC-lisp-complete-end): New variable.
2006 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2007 original end in a series of consecutive invocations.
2008
2009 * calendar/calendar.el (calendar-mode-hook): Declare it.
2010
2011 * calendar/diary-lib.el (diary-live-p): Do not check for
2012 diary-selective-display.
2013
2014 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * replace.el (occur-next-error): *Occur* might not be displayed in the
2017 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2018
2019 2007-03-26 Richard Stallman <rms@gnu.org>
2020
2021 * textmodes/flyspell.el (flyspell-large-region):
2022 Use ispell-call-process-region.
2023
2024 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2025
2026 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2027 Use prin1 instead of princ.
2028
2029 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2032 Merge in X resources before global face.
2033
2034 * progmodes/compile.el (compilation-start): Save compilation-directory
2035 rather than default-directory as local var.
2036 (compilation-directory): Mark as safe local var.
2037
2038 * files.el: Don't mark default-directory as a safe local var.
2039
2040 2007-03-25 Alan Mackenzie <acm@muc.de>
2041
2042 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2043 * progmodes/cc-engine.el: Fix typo.
2044
2045 2007-03-25 Juri Linkov <juri@jurta.org>
2046
2047 * compare-w.el (compare-windows): Rename customization group
2048 `compare-w' to `compare-windows'.
2049 (compare-windows-whitespace, compare-ignore-whitespace)
2050 (compare-ignore-case, compare-windows-sync)
2051 (compare-windows-sync-string-size, compare-windows-recenter)
2052 (compare-windows-highlight, compare-windows): Change group name in
2053 the `group' tag from `compare-w' to `compare-windows'.
2054 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2055
2056 2007-03-24 Markus Triska <markus.triska@gmx.at>
2057
2058 * expand.el: Change example to always enable abbrev-mode,
2059 and remove redundant `function'.
2060 (expand-abbrev-hook): Add autoload cookie.
2061
2062 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2063
2064 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2065 (testcover-mark-all, testcover-unmark-all): Add prompts to
2066 interactive specs.
2067
2068 2007-03-24 Jason Rumney <jasonr@gnu.org>
2069
2070 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2071 Use file size in bytes for auto-revert-tail-pos not characters.
2072
2073 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2074
2075 * vc-rcs.el (vc-rcs-annotate-command):
2076 Set text property :vc-annotate-prefix on the annotation text.
2077 (vc-rcs-annotate-time): Instead of searching for ": ",
2078 search for end of text propertized with :vc-annotate-prefix.
2079
2080 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2081
2082 * whitespace.el (top level): Remove calls putting
2083 permanent-local nil property since these are no-ops.
2084
2085 * man.el (Man-support-local-filenames): Assure that
2086 default-directory exists when doing call-process.
2087
2088 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2089
2090 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2091 Fix omission bug: Use m4-program-options to construct shell command.
2092
2093 2007-03-23 David Kastrup <dak@gnu.org>
2094
2095 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2096 Use `mapcar' rather than `mapcan' to silence compiler warning.
2097
2098 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2099
2100 * textmodes/reftex.el, textmodes/reftex-vars.el,
2101 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2102 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2103 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2104 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2105 * textmodes/reftex-auc.el: Add maintainer address.
2106
2107 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2108
2109 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2110 Make sure that `global-font-lock-mode' does not turn on font-lock
2111 in these buffers.
2112
2113 2007-03-21 Kim F. Storm <storm@cua.dk>
2114
2115 * xt-mouse.el (xt-mouse-epoch): New variable.
2116 (xterm-mouse-event): Use float-time.
2117
2118 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
2119
2120 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2121 current-time.
2122
2123 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * complete.el (read-file-name-internal): Don't add the final > if the
2126 completion is not finished (re-application of this patch, which was
2127 accidentally undone by Eli).
2128
2129 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * emulation/viper.el (viper-non-hook-settings): Handle mouse
2132 clicks in describe-key and describe-key-briefly advice a little better.
2133
2134 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2135
2136 * server.el (server-process-filter): Cancel any pending isearch.
2137
2138 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2139
2140 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2141 (icalendar--get-unfolded-buffer): Define actual arguments rather
2142 than just using &rest. Check replace-in-string is fbound.
2143 (icalendar-import-buffer): Doc fix.
2144 (icalendar--convert-ical-to-diary): Set diary-file.
2145 Check diary-file before inserting final newline.
2146 (icalendar--add-diary-entry): Return diary-file.
2147
2148 2007-03-21 Glenn Morris <rgm@gnu.org>
2149
2150 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2151 (diary-display-hook): Add custom :set function.
2152
2153 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2154 Add custom :set function.
2155 (diary-header-line-format): Doc fix.
2156 (diary-set-maybe-redraw): New function.
2157 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2158 (diary-list-entries): Always run diary-mode.
2159
2160 2007-03-20 Kenichi Handa <handa@m17n.org>
2161
2162 * international/quail.el (quail-setup-completion-buf): Make the
2163 completion buffer read-only.
2164 (quail-completion): Adjusted for the above change. Leave the
2165 modified flag nil.
2166
2167 2007-03-20 David Kastrup <dak@gnu.org>
2168
2169 * files.el (magic-mode-alist): Require literal "%!PS" string for
2170 magic postscript file detection.
2171
2172 2007-03-20 Richard Stallman <rms@gnu.org>
2173
2174 * textmodes/ispell.el (ispell-call-process): New function.
2175 Defends against bad `default-directory.'
2176 (ispell-check-version, ispell-find-aspell-dictionaries)
2177 (ispell-get-aspell-config-value, lookup-words): Call it.
2178 (ispell-call-process-region): New function.
2179 (ispell-send-string): Call it.
2180
2181 2007-03-20 Andreas Schwab <schwab@suse.de>
2182
2183 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2184 (finder-data): Likewise.
2185 (autoloads): Likewise.
2186
2187 2007-03-20 Martin Rudalics <rudalics@gmx.at>
2188
2189 * files.el (basic-save-buffer): Do not set visited filename when
2190 the corresponding directory does not exist or the specified
2191 filename is that of an existing directory.
2192
2193 2007-03-20 Glenn Morris <rgm@gnu.org>
2194
2195 * calendar/diary-lib.el (diary-live-p): New function.
2196 (number-of-diary-entries): Add a :set function to redisplay diary
2197 when necessary.
2198
2199 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
2200
2201 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2202 from client program, mev, to compute mouse event.
2203
2204 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * faces.el (momentary): Face removed; unused due to reversion of
2207 2007-01-04 changes by Kevin Rodgers.
2208
2209 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2210 Suggested by Johan Bockg\e,Ae\e(Brd.
2211
2212 2007-03-19 Martin Rudalics <rudalics@gmx.at>
2213
2214 * font-lock.el (lisp-font-lock-keywords-1):
2215 Highlight define-globalized-minor-mode as a keyword.
2216
2217 2007-03-19 Kim F. Storm <storm@cua.dk>
2218
2219 * calc/calc-forms.el (math-std-daylight-savings)
2220 (math-std-daylight-savings-old): Doc fix.
2221
2222 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
2223
2224 * progmodes/python.el (python-default-template): Doc fix.
2225 (python-buffer): Fix typo in docstring.
2226
2227 * isearchb.el (isearchb-follow-char):
2228 * subr.el (def-edebug-spec): Fix typo in docstring.
2229
2230 2007-03-19 Richard Stallman <rms@gnu.org>
2231
2232 * files.el (default-directory): Mark safe.
2233 (basic-save-buffer-2): Put proper dir name in error message.
2234
2235 * simple.el (compose-mail): Run switch-function after
2236 setting up the mail buffer.
2237
2238 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2239
2240 2007-03-18 Jay Belanger <belanger@truman.edu>
2241
2242 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2243 (math-std-daylight-savings-new): Rename from
2244 `math-std-daylight-savings'.
2245 (math-std-daylight-savings-old): Rename from old value of
2246 `math-std-daylight-savings'.
2247 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2248 `math-std-daylight-savings-old' depending on the year.
2249
2250 2007-03-18 Detlev Zundel <dzu@gnu.org>
2251
2252 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2253 zero-width regexps as invalid but rather at least count them correctly.
2254
2255 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
2256
2257 * net/tls.el (open-tls-stream): In handshake-waiting loop,
2258 don't wait more if there is output available to process.
2259
2260 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
2261
2262 * progmodes/compile.el (compilation-find-file): Revert change
2263 from 2006-07-18 to allow completion of directory names.
2264 Reported by John Carter <john.carter@tait.co.nz>.
2265
2266 2007-03-18 Kim F. Storm <storm@cua.dk>
2267
2268 * subr.el (when, unless): Doc fix.
2269
2270 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2271
2272 * net/tls.el (tls-program): Doc fix.
2273
2274 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
2275
2276 * autorevert.el (auto-revert-tail-handler):
2277 Call after-revert-hook.
2278
2279 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
2280
2281 * simple.el (switch-to-completions): No error if search for \n\n fails.
2282
2283 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * simple.el (line-move-1):
2286 Respect `inhibit-line-move-field-capture' property.
2287
2288 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * comint.el (comint-arguments): Mark backslash-escaped chars.
2291 (comint-delim-arg): Don't treat them as delimiters.
2292
2293 2007-03-12 Kim F. Storm <storm@cua.dk>
2294 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2295
2296 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
2297
2298 * tempo.el (tempo-insert): Deal with 'r> if it appears
2299 specified with a prompt argument.
2300
2301 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
2302
2303 * textmodes/org.el (org-set-font-lock-defaults):
2304 Handle narrow table columns correctly.
2305
2306 2007-03-12 Mark A. Hershberger <mah@everybody.org>
2307
2308 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2309 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2310 Return to use of the -no-properties variants. There was
2311 consensus on emacs-devel that the speed of these variants was
2312 prefered since we are usually parsing files (from the internet
2313 or on disk) instead of XML created in Emacs.
2314
2315 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2316 Add customize option.
2317
2318 2007-03-12 Glenn Morris <rgm@gnu.org>
2319
2320 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2321 North American rule. Replace "daylight savings" with "daylight
2322 saving" in doc.
2323
2324 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2325 * calendar/lunar.el, solar.el: Replace "daylight savings" with
2326 "daylight saving" in text.
2327
2328 * woman.el (woman-change-fonts): Tweak previous change by using
2329 woman-request-regexp rather than "^\\.".
2330
2331 * startup.el (command-line-1): Make insertion of
2332 initial-scratch-message not depend on scratch being selected.
2333
2334 2007-03-11 Juri Linkov <juri@jurta.org>
2335
2336 * replace.el (match): Use yellow background on light-bg terminals.
2337
2338 2007-03-11 Richard Stallman <rms@gnu.org>
2339
2340 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2341 Correctly compute line number.
2342
2343 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
2344
2345 * type-break.el (type-break-get-previous-count):
2346 Repeat previous change here.
2347
2348 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2349
2350 * progmodes/grep.el (grep-find-ignored-directories):
2351 Add .git and .bzr to list.
2352
2353 2007-03-11 Andreas Schwab <schwab@suse.de>
2354
2355 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2356
2357 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2360
2361 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * faces.el (face-set-after-frame-default): Recalculate face
2364 customizations after applying X resources.
2365
2366 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2367
2368 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2369 (rcirc-keepalive-seconds): Remove variable.
2370 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2371 (rcirc-process, rcirc-user-disconnect): New variables.
2372 (rcirc-connect): Initalize new variables.
2373 (rcirc-keepalive): Don't send keepalive pings before connection
2374 is completed.
2375 (rcirc-sentinel): Do mark all channels with activity when
2376 connection is dropped. Run hook with process buffer local.
2377 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2378 (rcirc-buffer-process): Return value of rcirc-process if
2379 rcirc-server-buffer is nil.
2380 (rcirc-server-name): Return the reported server name.
2381 (rcirc-update-prompt): Simplify computation of the server name.
2382 (rcirc-format-response-string): Likewise.
2383 (rcirc-handler-001): Mark server as connected, record the reported
2384 server name, and schedule a timeout.
2385 (rcirc-track-nick): Add a spec for the tty class.
2386 (rcirc-user-non-nick): Remove function.
2387 (rcirc-nick-prefix-chars): Add variable.
2388 (rcirc-user-nick): Use above variable.
2389
2390 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2391
2392 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2393 Bind deactivate-mark to nil.
2394
2395 2007-03-10 Martin Rudalics <rudalics@gmx.at>
2396
2397 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2398 that buffer contents get erased during completion.
2399
2400 2007-03-10 Glenn Morris <rgm@gnu.org>
2401
2402 * woman.el (woman-change-fonts): Add a hack to deal with
2403 font-escape followed by "." at start of a line.
2404 (woman2-IP): Add a hack to deal with consecutive requests.
2405 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2406
2407 2007-03-10 Alan Mackenzie <acm@muc.de>
2408
2409 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2410
2411 2007-03-09 Richard Stallman <rms@gnu.org>
2412
2413 * abbrev.el (abbrev): Add `provide'.
2414
2415 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2416
2417 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2418
2419 2007-03-09 Martin Rudalics <rudalics@gmx.at>
2420
2421 * complete.el (PC-try-completion): New function.
2422 (PC-do-completion, read-file-name-internal): Use it instead of
2423 try-completion.
2424
2425 2007-03-08 Alan Mackenzie <acm@muc.de>
2426
2427 Remove stale tokens from `c-found-types' cache.
2428
2429 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2430 (c-unfind-coalesced-tokens, c-before-change): New functions.
2431 (c-maybe-stale-found-type): New variable.
2432
2433 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2434 (c-trim-found-types): New functions.
2435
2436 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2439 (debug-ignored-errors): Add entry from smerge-match-conflict.
2440
2441 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2442
2443 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2444 special help topics for keywords.
2445 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2446 etc. Assistant command.
2447
2448 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * replace.el (occur-engine): Move buffer-undo-list binding...
2451 (occur-1): ...to here.
2452
2453 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2454
2455 * simple.el (minibuffer-completing-symbol): New var.
2456 (eval-expression): Use it.
2457 (completion-setup-function): Don't bind completion-base-size when
2458 completing a symbol in the minibuffer.
2459
2460 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
2461
2462 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2463 tries to start a second session in graphical mode.
2464
2465 2007-03-07 Miles Bader <miles@gnu.org>
2466
2467 * international/isearch-x.el
2468 (isearch-process-search-multibyte-characters):
2469 Strip text-properties from PROMPT to avoid an error from read-string.
2470
2471 2007-03-07 Kim F. Storm <storm@cua.dk>
2472
2473 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2474 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2475
2476 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2477
2478 * complete.el (PC-do-completion): Delete duplicates in the list of
2479 possible completions.
2480
2481 2007-03-07 Glenn Morris <rgm@gnu.org>
2482
2483 * ses.el (ses-mode): Doc fix.
2484
2485 2007-03-06 Kim F. Storm <storm@cua.dk>
2486
2487 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2488
2489 2007-03-06 Kenichi Handa <handa@m17n.org>
2490
2491 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2492
2493 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * simple.el (completion-setup-function): Improve last fix so it doesn't
2496 set it to a relative directory name either.
2497
2498 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2499
2500 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2501
2502 2007-03-05 Richard Stallman <rms@gnu.org>
2503
2504 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2505
2506 * files.el (find-file-noselect): No error if file no longer exists.
2507 Display a message and avoid other questions.
2508
2509 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * pcomplete.el (pcomplete-show-completions): Improve last change, so
2512 as not to use an invisible window and to create a window if none exist.
2513
2514 * progmodes/python.el (python-send-command): Restart proc if necessary.
2515 (python-proc): Simplify.
2516
2517 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
2518
2519 * pcomplete.el (pcomplete-show-completions): Search all frames for
2520 completions buffer.
2521
2522 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * cus-edit.el (customize-save-variable): Clear customized-value
2525 property (saved values are now put in theme-value property).
2526 (customize-set-variable): Doc fix.
2527
2528 * complete.el (PC-do-completion): If completion-ignore-case is
2529 non-nil, replace field with completion string before exiting.
2530
2531 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
2532
2533 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2534 Append its extension to the resulting temporary file name.
2535 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2536
2537 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2538 (tramp-smb-handle-write-region): Apply it.
2539
2540 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2541
2542 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2543 Redo previous change.
2544
2545 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2546
2547 * diff-mode.el (diff-mode): Doc fix.
2548
2549 2007-03-05 Kenichi Handa <handa@m17n.org>
2550
2551 * international/characters.el: Set category `l' (latin)
2552 for more characters.
2553
2554 2007-03-04 Kim F. Storm <storm@cua.dk>
2555
2556 * emacs-lisp/authors.el (authors-aliases): Add alias.
2557
2558 2007-03-04 Glenn Morris <rgm@gnu.org>
2559
2560 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2561 all when switching major mode.
2562 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2563 (hs-block-start-mdata-select, hs-block-end-regexp)
2564 (hs-forward-sexp-func, hs-adjust-block-beginning):
2565 Do not make these variables permanent-local.
2566
2567 2007-03-04 Richard Stallman <rms@gnu.org>
2568
2569 * progmodes/cperl-mode.el (cperl-mode):
2570 Modify cperl-compilation-error-regexp-alist by appending.
2571
2572 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2573 (edebug-mode): Add the hook.
2574 (edebug-recursive-edit): Remove the hook on exiting.
2575
2576 * type-break.el (type-break-get-previous-time):
2577 Handle end-of-file errors specially
2578 so they don't get reported wrong in .emacs.
2579
2580 * startup.el (fancy-splash-text): Clarify text.
2581
2582 * simple.el (beginning-of-buffer, end-of-buffer):
2583 Avoid treating plain C-u like numeric arg.
2584
2585 * simple.el (completion-setup-function): Don't set
2586 default-directory to nil.
2587
2588 * shell.el (shell-dirstack-query): Doc fix.
2589
2590 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2591 Don't select the window -- pass it to primitives instead.
2592
2593 * faces.el (minibuffer-prompt): Use medium blue by default.
2594
2595 2007-03-04 David Kastrup <dak@gnu.org>
2596
2597 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2598 Preserve 16 as default value for "seconds" when customizing.
2599
2600 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
2601
2602 * textmodes/org.el (org-self-insert-command)
2603 (orgtbl-self-insert-command, org-delete-char)
2604 (org-delete-backward-char): Set the `flyspell-delayed' property.
2605
2606 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * international/mule.el (find-auto-coding): Don't search for
2609 line-ending characters past the end of the tail.
2610
2611 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2612
2613 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2614 Jump to the line where new score has been uploaded.
2615
2616 * play/tetris.el (tetris-move-bottom, tetris-move-left)
2617 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2618 Do nothing when the game is paused.
2619
2620 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
2621
2622 * textmodes/org.el (org-set-tags): Prevent slipping of point
2623 during completion.
2624
2625 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2626
2627 * isearch.el (isearch-message-prefix):
2628 Use minibuffer-prompt-properties.
2629
2630 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2631
2632 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2633 (ps-setup): Print which Emacsen is running ps-print package.
2634
2635 2007-03-01 Stuart Herring <herring@lanl.gov>
2636
2637 * files.el (set-auto-mode-0): Use `indirect-function'.
2638 (hack-one-local-variable): Don't reapply current major mode.
2639
2640 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * progmodes/python.el (python-quote-syntax): Don't bother with
2643 syntax-ppss-context.
2644 (python-fill-paragraph): Make sure that fenced-string delimiters that
2645 stand on their own line stay there.
2646
2647 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2648
2649 * replace.el (perform-replace): Propertize message.
2650
2651 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
2652
2653 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2654 invisible heading.
2655
2656 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * net/tramp.el (tramp-file-name-handler): Revert last change.
2659
2660 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2663 Correct doc strings.
2664
2665 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * replace.el (perform-replace): Undo forward-char immediately if
2668 non-adjacent search fails.
2669
2670 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * version.el (emacs-major-version, emacs-minor-version):
2673 string-to-int -> string-to-number.
2674
2675 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
2676
2677 * help.el (where-is): Fail gracefully when not passed a command.
2678
2679 2007-02-28 Stuart Herring <herring@lanl.gov>
2680
2681 * find-lisp.el (find-lisp-default-directory-predicate):
2682 Fix bug: Do symlink check on expanded filename.
2683
2684 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
2685
2686 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2687 changes during replacement.
2688 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2689
2690 2007-02-28 Lars Hansen <larsh@soem.dk>
2691
2692 * desktop.el: Delete header line listing me as maintainer.
2693
2694 2007-02-28 Glenn Morris <rgm@gnu.org>
2695
2696 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2697 the menus case.
2698
2699 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2702 hooks to avoid confusion when combining after-change calls.
2703
2704 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2705
2706 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2707 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2708 (allout-distinctive-bullets-string): Add info about bullet conventions.
2709 (allout-mode): Add info about distinctive vs plain bullets.
2710
2711 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
2712
2713 * textmodes/org.el (org-archive-subtree): Quote variable name.
2714 (org-agenda-get-todos): Make sure skip properties are checked correctly.
2715
2716 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2717
2718 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2719 (gud-bashdb-command-name, bashdb): Remove.
2720 (gud, gud-menu-map): Remove references to bash/bashdb.
2721
2722 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2723
2724 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2725 keyword for Python 2.5.
2726
2727 2007-02-26 Romain Francoise <romain@orebokech.com>
2728
2729 * net/net-utils.el (whois-server-tld): Update server for .org.
2730 (whois-server-list): Add whois.publicinterestregistry.net.
2731 (whois-guess-server): Fix formatting in docstring.
2732
2733 2007-02-26 Kim F. Storm <storm@cua.dk>
2734
2735 * mouse.el (mouse-show-mark): Run hooks and perform command
2736 remapping for mouse-region-delete-keys.
2737
2738 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2739
2740 * font-core.el (font-lock-mode): Doc fix.
2741
2742 2007-02-25 Kim F. Storm <storm@cua.dk>
2743
2744 * ido.el (ido-buffer-internal): Set this-command to fallback command.
2745 Add selected buffer to buffer-name-history.
2746 (ido-file-internal): Set this-command to fallback command.
2747 Add file names to file-name-history.
2748
2749 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2750 Apply minibuffer-prompt-properties.
2751
2752 2007-02-25 Andreas Schwab <schwab@suse.de>
2753
2754 * files.el (hack-one-local-variable-eval-safep): Correct handling
2755 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
2756
2757 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
2758
2759 * textmodes/org.el (org-table-overlay-coordinates)
2760 (org-table-toggle-coordinate-overlays): New functions.
2761 (org-table-overlay-coordinates, org-table-coordinate-overlays):
2762 New variables.
2763 (org-startup-with-deadline-check): Remove option.
2764 (org-mode): Remove deadline check on startup.
2765 (org-table-limit-column-width): Remove option.
2766 (org-table-formula-numbers-only): Remove option.
2767 (org-link-style, org-link-format): Remove options.
2768 (org-select-agenda-window, org-fit-agenda-window): Remove options.
2769 (org-export-ascii-show-new-buffer)
2770 (org-export-html-show-new-buffer): Remove options.
2771 (org-activate-links): Remove camel option.
2772 (org-file-link-context-use-camel-case): Remove option.
2773 (org-camel-regexp): Remove variable.
2774 (org-activate-camels): Remove function.
2775 (org-store-link): Remove Camel stuff.
2776 (org-make-org-heading-camel): Remove function.
2777 (org-open-at-point): Remove camel stuff.
2778 (org-link-search): Remove camel stuff.
2779 (org-camel-to-words): Function removed.
2780 (org-get-agenda-file-buffer): Make sure we prepare the base
2781 buffers, not any indirect buffers.
2782 (org-sort-entries): Sort top-level when not on a headline, and no
2783 active region.
2784 (org-in-regexp): New function.
2785 (org-search-not-self): Rename from `org-search-not-link'.
2786 (org-open-link-marker): New variable.
2787 (org-open-at-point): Set `org-open-link-marker'.
2788 (org-print-icalendar-entries): Fixe bug with excluding DONE
2789 entries from the exported list.
2790 (org-edit-formula-lisp-indent): New command.
2791 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2792 (orgtbl-to-latex, orgtbl-insert-radio-table)
2793 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2794 (orgtbl-radio-table-templates): New option.
2795 (org-store-link-props):
2796 (org-remember-templates): More possibilities to insert info
2797 into templates.
2798 (org-remember-apply-template): Make use of the extended
2799 template capabilities.
2800 (org-remember-redo-template): New command.
2801 (org-upgrade-old-links)
2802 (org-table-modify-formulas, org-table-replace-in-formulas)
2803 (org-table-find-dataline)
2804 (org-table-get-vertical-vector): Remove functions.
2805 (org-table-remove-rectangle-highlight)
2806 (org-time-stamp-format, org-toggle-log-option)
2807 (org-table-highlight-rectangle)
2808 (org-table-iterate, org-table-make-reference):
2809 (org-translate-time, org-tree-to-indirect-buffer)
2810 (org-table-field-info, org-table-fix-formulas)
2811 (org-table-force-dataline, org-table-get-descriptor-line)
2812 (org-table-get-range)
2813 (org-skip-comments, org-sort)
2814 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2815 (org-table-current-dline, org-table-current-field-formula)
2816 (org-table-edit-backward-field)
2817 (org-table-edit-formulas-post-command)
2818 (org-table-edit-line-down, org-table-edit-line-up)
2819 (org-agenda-archive)
2820 (org-agenda-clock-cancel)
2821 (org-agenda-clock-out, org-agenda-list-stuck-projects)
2822 (org-agenda-open-link, org-agenda-show-new-time)
2823 (org-agenda-skip-subtree-when-regexp-matches)
2824 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2825 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2826 (org-do-sort, org-file-image-p, org-find-overlays)
2827 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2828 (org-highlight-until-next-command, org-isearch-end)
2829 (org-match-any-p, org-next-link, org-previous-link):
2830 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2831 (org-rewrite-old-row-references)
2832 (org-isearch-post-command)
2833 (org-table-edit-move, org-table-edit-next-field)
2834 (org-table-edit-scroll, org-table-edit-scroll-down)
2835 (org-set-frame-title, org-show-reference)
2836 (org-unhighlight-once, org-verify-change-for-undo): New functions.
2837 (org-show-variable): Remove command.
2838 (org-add-log-maybe): New arguments STATE, FINDPOS
2839 (org-table-sort-lines): Rewrite from scratch.
2840 (org-link-search): New argument AVOID-POS.
2841 (org-print-icalendar-entries): Remove argument CATEGORY.
2842 (org-run-agenda-series): Remove argument WONDOW.
2843 (org-next-link, org-previous-link): New commands.
2844 (org-agenda-date-format): New option.
2845 (org-table-iterate): New command.
2846 (org-table-modify-formulas)
2847 (org-table-replace-in-formulas): Remove functions.
2848 (org-table-fix-formulas): New function.
2849 (org-table-insert-column, org-table-delete-column)
2850 (org-table-move-column): Use `org-table-fix-formulas'.
2851 (org-follow-gnus-link): Patch from Bastien/Leo.
2852 (org-table-current-field-formula): New function.
2853 (org-file-image-p): New function.
2854 (org-agenda-show-new-time): New function.
2855 (org-agenda-date-later): Call `org-agenda-show-new-time'.
2856 (org-with-remote-undo): New macro.
2857 (org-agenda-undo): New command.
2858 (org-verify-change-for-undo): New function.
2859 (org-time-stamp-format): New function.
2860 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2861 by user.
2862 (org-match-any-p): New function.
2863 (org-make-tags-matcher): Handle regular expressions for tag and
2864 todo matches.
2865 (org-read-date): Accept "+N" as input for a date relative to the
2866 current date.
2867 (org-remove-subtree-entries-from-agenda): New function.
2868 (org-agenda-archive, org-agenda-kill):
2869 Use `org-remove-subtree-entries-from-agenda'.
2870 (org-do-sort, org-sort-entries): New functions.
2871 (org-sort): New command.
2872 (org-table-sort-lines): Use `org-do-sort'.
2873 (org-fix-decoded-time): New function.
2874 (org-table-number-regexp): Require 0x... to identify as number
2875 in tables.
2876 (org-startup-options): New keywords for note taking.
2877 (org-upgrade-old-links): Remove function.
2878 (org-get-repeat): New function.
2879 (org-show-context): Also show siblings on current level.
2880 (org-show-siblings): New function.
2881 (org-isearch-end, org-isearch-post-command): New functions.
2882 (org-show-siblings): New option.
2883 (org-show-context): Use `org-show-siblings'.
2884 (org-table-maybe-recalculate-line): No longer require `calc-eval'
2885 to be bound, because user may just use elisp.
2886
2887 2007-02-24 Kim F. Storm <storm@cua.dk>
2888
2889 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2890 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2891
2892 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2893
2894 * startup.el (command-line): Also check if the abbrev file is readable.
2895
2896 2007-02-24 John Paul Wallington <jpw@pobox.com>
2897
2898 * net/tls.el (tls-certtool-program): Fix custom type.
2899
2900 * mail/feedmail.el (feedmail-message-id-generator)
2901 (feedmail-date-generator): Fix custom types.
2902
2903 * mail/rmail.el (rmail-message-filter): Fix custom type.
2904
2905 2007-02-24 Eli Zaretskii <eliz@gnu.org>
2906
2907 * startup.el (command-line): If simple.el cannot be found, proceed
2908 with a warning message.
2909
2910 2007-02-24 Kenichi Handa <handa@m17n.org>
2911
2912 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2913 case that BEG is a string.
2914
2915 2007-02-24 Chris Moore <dooglus@gmail.com>
2916
2917 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2918 * pgg-pgp.el (pgg-pgp-encrypt-region):
2919 * pgg-gpg.el (pgg-gpg-encrypt-region):
2920 Check pgg-encrypt-for-me if no other recipients.
2921
2922 2007-02-23 Eli Zaretskii <eliz@gnu.org>
2923
2924 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2925
2926 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2927 shell-quote-argument.
2928
2929 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2930
2931 * comint.el (comint-read-input-ring): Use comint-input-ring-size
2932 from the comint buffer instead of the temporary one.
2933
2934 2007-02-23 David Reitter <david.reitter@gmail.com>
2935
2936 * cus-edit.el (custom-save-all): Canonicalize custom-file before
2937 storing it in recentf-exclude.
2938
2939 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2942 in splash screen.
2943
2944 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
2945
2946 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2947 commands, for restart.
2948 (idlwave-shell-current-module): Fix handling of module name by type.
2949 (idlwave-shell-break-in): Update type handling.
2950 (idlwave-shell-bp-get): Encode type in BP structure.
2951 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2952 (idlwave-shell-module-source-query): Query routine info based on type.
2953 Fix path parsing for non-compiled files.
2954 (idlwave-shell-module-source-filter): Don't signal error in filter
2955 if no source found.
2956 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2957 filter race.
2958
2959 2007-02-22 Kim F. Storm <storm@cua.dk>
2960
2961 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2962 (editable-field): Document need to put some text before the %v
2963 escape in :format string.
2964
2965 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2968 (vc-svn-use-edit): Remove unused config var.
2969 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2970
2971 * outline.el (hide-sublevels): Keep empty last line, if available.
2972
2973 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2974 rather than the corresponding unicode char, to make the code
2975 more readable.
2976
2977 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2980 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2981 (speedbar-item-info-tag-helper): Doc fixes.
2982
2983 2007-02-19 Kenichi Handa <handa@m17n.org>
2984
2985 * international/mule-cmds.el (locale-language-names):
2986 Map "eo" to "Esperanto".
2987
2988 * language/european.el ("Esperanto"): New language environment.
2989
2990 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
2991
2992 * simple.el (kill-line): Doc fix.
2993
2994 2007-02-17 Kim F. Storm <storm@cua.dk>
2995
2996 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2997 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2998 (bindat--unpack-group, bindat--pack-group):
2999 Handle vectors with optional element type.
3000
3001 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3002
3003 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3004 if PASSPHRASE is given.
3005
3006 2007-02-17 Chris Moore <dooglus@gmail.com>
3007
3008 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3009 Recognize backups of bz2 compressed files.
3010
3011 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3012
3013 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3014 to nil to speed up lookup of the symbol in index nodes.
3015
3016 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3017
3018 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3019 Add indentation for the constants of Lisp.
3020
3021 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * ps-print.el: Use (defvar <foo>) where applicable.
3024 (ps-print-emacs-type): Remove.
3025 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3026 (ps-frame-parameter): Align its call-convention with frame-parameter.
3027 (ps-begin-job): Adjust calls to it appropriately.
3028 (ps-setup): Don't print ps-print-emacs-type.
3029 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3030 Define in such a way that it's obvious that it's defined.
3031 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3032 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3033 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3034
3035 2007-02-15 Alan Mackenzie <acm@muc.de>
3036
3037 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3038 an empty one-line C-style comment, post-position point properly.
3039
3040 2007-02-15 Chris Moore <dooglus@gmail.com>
3041
3042 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3043 (isearch-lazy-highlight-new-loop): Bind it.
3044 (isearch-lazy-highlight-search): Use it.
3045
3046 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3047
3048 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * font-lock.el (font-lock-extend-region-wholelines):
3051 Only return non-nil if the region has really been changed.
3052 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3053
3054 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3057 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3058 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3059
3060 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3061
3062 * faces.el (color-values): Revert changes to docstring from
3063 2007-01-31 and 2000-09-07.
3064
3065 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3066 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3067 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3068 (ispell-help): Fix typos in docstring and output message.
3069
3070 2007-02-14 Kim F. Storm <storm@cua.dk>
3071
3072 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3073 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3074 (grep): Fix lgrep reference.
3075
3076 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3077 (standard-display-underline): Use make-glyph-code.
3078
3079 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3080
3081 * international/latin1-disp.el (latin1-display-char):
3082 Use make-glyph-code.
3083
3084 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3085
3086 * ehelp.el (with-electric-help, electric-help-exit)
3087 (electric-help-retain): Doc fixes.
3088
3089 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3090 (byte-compile-file): Doc fixes.
3091
3092 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3093
3094 * term/mac-win.el: Change all uses of
3095 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3096 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3097 (mac-ae-get-url): Call select-frame-set-input-focus.
3098 (mac-dnd-handle-drag-n-drop-event): Don't call
3099 select-frame-set-input-focus.
3100
3101 2007-02-13 Kenichi Handa <handa@m17n.org>
3102
3103 * international/characters.el: Fix documentation of category `a'.
3104
3105 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3108
3109 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
3110
3111 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3112 (tramp-get-remote-ln): Handle error case.
3113 Reported by Chris Moore <dooglus@gmail.com>.
3114
3115 2007-02-11 Kim F. Storm <storm@cua.dk>
3116
3117 * bindings.el (ctl-x-map): Remove register compatibility bindings
3118 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3119
3120 2007-02-11 Richard Stallman <rms@gnu.org>
3121
3122 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3123 in load history.
3124
3125 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3126 condition -- don't fail to stop at endpos.
3127
3128 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
3129
3130 * textmodes/org.el (org-agenda-get-todos)
3131 (org-agenda-get-timestamps, org-agenda-get-closed)
3132 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3133 (org-agenda-get-blocks, org-format-agenda-item)
3134 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3135 from `category' to `org-category'.
3136
3137 2007-02-11 Kenichi Handa <handa@m17n.org>
3138
3139 * international/titdic-cnv.el (titdic-convert): Force files be written
3140 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3141 (miscdic-convert): Force files be written with Unix-like eol format.
3142
3143 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3146
3147 * calculator.el (calculator-prompt): Doc fix.
3148 (calculator-mode-map): Fix typo in menu entry.
3149
3150 2007-02-10 Jay Belanger <belanger@truman.edu>
3151
3152 * calculator.el (calculator): Do more extensive checking for when
3153 3 lines should be used for the calculator.
3154
3155 2007-02-10 Eli Zaretskii <eliz@gnu.org>
3156
3157 * info-look.el (info-lookup-make-completions):
3158 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3159 index nodes.
3160
3161 * info.el (Info-fontify-maximum-menu-size): Document the effect
3162 of a nil value.
3163 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3164 non-nil before using it as size.
3165
3166 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * subr.el (insert-for-yank-1): Prevent read-only properties from
3169 interfering with text property operations.
3170
3171 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3172
3173 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3174 (image-type-auto-detected-p): Fail if another match is found in
3175 auto-mode-alist.
3176
3177 * files.el (magic-mode-alist): Call image-mode instead of
3178 image-mode-maybe for autodetected images.
3179
3180 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3183 Fix typos in docstrings.
3184 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3185
3186 2007-02-09 Kim F. Storm <storm@cua.dk>
3187
3188 * emacs-lisp/float-sup.el: Remove obsolete comment.
3189
3190 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3193
3194 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3195
3196 * simple.el: Revert previous change, at request of RMS:
3197 (fundamental-mode-hook): Remove.
3198 (fundamental-mode): Run after-change-major-mode-hooks manually,
3199 and don't run the now-nonexistent fundamental-mode-hook.
3200
3201 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3202
3203 * simple.el (fundamental-mode-hook): Declare new hook.
3204 (fundamental-mode): Run the new dedicated hook, and don't run
3205 after-change-major-mode-hooks manually anymore.
3206
3207 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3210 added columns of chars. Remove support for the "no-meta-info" format.
3211 Prompted by Romain Francoise <romain@orebokech.com>.
3212
3213 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3214
3215 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3216 (gdb-mouse-until, gdb-mouse-jump): Use it.
3217
3218 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3219
3220 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3221 work when there is just an assembler buffer (no source buffer).
3222
3223 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3224
3225 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3226 just because the diff was produced using "-p" (--show-c-function).
3227
3228 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * faces.el (frame-set-background-mode): Use `color-values' and
3231 `display-color-p', not `x-color-values' and `x-display-color-p'.
3232 (face-valid-attribute-values): Use `defined-colors' instead of
3233 `x-defined-colors'.
3234
3235 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3236
3237 * ps-print.ps: The ps-print commands without face printing should not
3238 print background color. Reported by Leo <sdl.web@gmail.com>.
3239 (ps-print-version): New version 6.7.3.
3240 (ps-begin-job): New arg. Fix ps-default-background and
3241 ps-default-foreground initialization.
3242 (ps-face-attributes): Fix doc string.
3243 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3244
3245 * printing.el: Fix ps-print link.
3246
3247 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * faces.el (face-set-after-frame-default): Compile attributes to
3250 be set by frame parameters before merging in X resources.
3251
3252 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * simple.el (blink-matching-paren-dont-ignore-comments):
3255 (blink-matching-paren-on-screen): Doc fixes.
3256
3257 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
3258
3259 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3260
3261 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * loadhist.el (unload-feature): Silently ignore `load-history' entries
3264 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3265 entries like `defun'. Return nil.
3266
3267 2007-02-05 Kim F. Storm <storm@cua.dk>
3268
3269 * ido.el: Doc fixes.
3270
3271 2007-02-04 David Kastrup <dak@gnu.org>
3272
3273 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3274 `mpuz-allow-double-multiplicator' is non-zero, and correct
3275 calculation of `min'.
3276
3277 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
3278
3279 * wid-edit.el (widget-default-create): Insert new text at the
3280 :from marker _after_ the marker, not before it.
3281
3282 2007-02-04 Alan Mackenzie <acm@muc.de>
3283
3284 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3285 containing it is re-indented.
3286
3287 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3288
3289 * net/newsticker.el (newsticker--insert-image): Update docstring,
3290 and insert the image directly.
3291 (newsticker--buffer-redraw): Update docstring.
3292
3293 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3294 Rename from define-global-minor-mode.
3295
3296 * progmodes/cwarn.el (global-cwarn-mode):
3297 * emacs-lisp/autoload.el (make-autoload):
3298 * hi-lock.el (global-hi-lock-mode):
3299 * font-core.el (global-font-lock-mode): All callers changed.
3300
3301 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3302
3303 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3304 Don't copy @ignore lines into menu descriptions.
3305 (texinfo-multi-file-update): Goto the @node line before attempting
3306 to pluck the node name.
3307 (texinfo-multiple-files-update): Reverse the optional arguments'
3308 order, as per the doc string and the `interactive' form.
3309
3310 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * image-mode.el: Use autoload to avoid overriding disabled setting
3313 applied in .emacs.
3314
3315 2007-02-03 Alan Mackenzie <acm@muc.de>
3316
3317 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3318 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
3319 adjacent paren groups).
3320
3321 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3322
3323 * progmodes/ebnf2ps.el: Doc fixes.
3324 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3325
3326 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3327
3328 * dired-x.el (dired-do-relsymlink): Add reference to
3329 dired-do-symlink. Add an autoload cookie.
3330
3331 * dired-aux.el (dired-do-symlink): Add reference to
3332 dired-do-relsymlink.
3333
3334 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
3335
3336 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3337 <left-fringe mouse-3>: New bindings.
3338
3339 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
3340
3341 * newsticker.el (newsticker-version): Changed to "1.10".
3342 (newsticker--set-customvar): Doc string.
3343 (newsticker-new-item-face): Doc string.
3344 (newsticker-mode): Initialize `invisibility-spec' with t.
3345 (newsticker-mode-map): Added
3346 `newsticker-mark-all-items-at-point-as-read'.
3347 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3348 (newsticker-w3m-show-inline-images): Do not call
3349 `w3m-remove-image'.
3350 (newsticker--buffer-after-w3m-insert-image): New advice for
3351 w3m-insert-image to cache images.
3352 (newsticker-next-item-same-feed): New.
3353 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3354 (newsticker-mark-all-items-of-feed-as-read): New.
3355 (newsticker-mark-all-items-at-point-as-read): Use new functions.
3356 (newsticker-mark-item-at-point-as-read): Doc string.
3357 (newsticker-mark-item-at-point-as-read): Use new functions.
3358 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3359 `newsticker-mark-item-at-point-as-read'.
3360 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3361 (newsticker--sentinel): Yet another xml-parser workaround.
3362 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3363 days.
3364 (newsticker--buffer-do-insert-text): Fix.
3365 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3366 (newsticker--buffer-make-item-completely-visible):
3367 `switch-to-buffer' not necessary.
3368
3369 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3370
3371 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3372 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3373 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3374 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3375 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3376
3377 2007-02-02 Kenichi Handa <handa@m17n.org>
3378
3379 * international/quail.el (quail-show-key): Fix an error message.
3380
3381 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3382
3383 * faces.el (set-face-underline-p, modify-face): Rename arg
3384 UNDERLINE-P to UNDERLINE (it is not a flag).
3385
3386 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
3387
3388 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3389 when adding gdb-speedbar-update to gdb-input-queue.
3390
3391 2007-02-01 Kenichi Handa <handa@m17n.org>
3392
3393 * international/quail.el (quail-show-key): Signal an error if the
3394 current input method is not using Quail.
3395
3396 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3397
3398 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3399 Trim leading whitespace in sysvar names.
3400
3401 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3404
3405 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3408
3409 2007-01-31 Romain Francoise <romain@orebokech.com>
3410
3411 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3412 previous change to this file.
3413
3414 2007-01-31 Jason Rumney <jasonr@gnu.org>
3415
3416 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3417 image-mode.
3418
3419 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3420 interfering with attempt to set major mode from modified
3421 auto-mode-alist.
3422
3423 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * faces.el (color-values): Doc fix.
3426 (face-differs-from-default-p): Don't check :foreground twice.
3427
3428 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3429
3430 * comint.el (comint-mode): Prevent non-keyword fontification by default.
3431
3432 2007-01-31 Kenichi Handa <handa@m17n.org>
3433
3434 * international/quail.el (quail-store-decode-map-key): Store a
3435 translated character too.
3436 (quail-char-equal-p): New function.
3437 (quail-find-key1): Check character equality by quail-char-equal-p.
3438 (quail-decode-map-generated): New variable.
3439 (quail-find-key): Check quail-decode-map-generated and re-generate
3440 a decode map if necessary.
3441
3442 2007-01-30 Richard Stallman <rms@gnu.org>
3443
3444 * tutorial.el (tutorial--detailed-help): Make the list of
3445 changed keys look nicer.
3446
3447 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
3448
3449 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3450 (gdb-var-delete): Use it.
3451 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3452 `in_scope'.
3453
3454 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * files.el (get-free-disk-space): Return nil for remote directories.
3457
3458 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3459 instead of "dir".
3460
3461 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * type-break.el (type-break-catch-up-event): New function.
3464 (type-break-demo-hanoi, type-break-demo-life)
3465 (type-break-demo-boring): Use it.
3466
3467 * image-mode.el (image-mode): Don't automatically view as image.
3468 (image-toggle-display): Add `disabled' property.
3469
3470 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3471
3472 * isearchb.el (isearchb-iswitchb):
3473 * ps-print.el (ps-build-face-reference):
3474 * emacs-lisp/shadow.el (list-load-path-shadows):
3475 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3476 * international/mule.el (find-auto-coding):
3477 * mail/supercite.el (sc-attrib-selection-list):
3478 * progmodes/cc-defs.el (c-emacs-features):
3479 * progmodes/cc-vars.el (c-offsets-alist):
3480 * progmodes/flymake.el
3481 (flymake-init-create-temp-source-and-master-buffer-copy):
3482 Fix typos in docstrings (some suggested by Chris Moore).
3483
3484 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3485 (vhdl-get-library-unit, vhdl-corresponding-begin)
3486 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3487 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3488 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3489 (vhdl-font-lock-match-item): Fix typos in docstrings.
3490 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3491 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3492 (vhdl-speedbar-insert-project-hierarchy):
3493 Improve argument/docstring consistency.
3494
3495 2007-01-29 Kenichi Handa <handa@m17n.org>
3496
3497 * international/titdic-cnv.el (py-converter): Fix previous change.
3498
3499 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * jka-compr.el (jka-compr-partial-uncompress)
3502 (jka-compr-call-process): Rebind default-directory if it is
3503 invalid. Suggested by Chris Moore.
3504
3505 * comint.el (comint-insert-input): Handle situation where the
3506 selected buffer is not the clicked buffer.
3507
3508 2007-01-29 Kenichi Handa <handa@m17n.org>
3509
3510 * international/ja-dic-cnv.el (skkdic-convert):
3511 Add byte-compile-disable-print-circle:t at the head.
3512
3513 * international/titdic-cnv.el (tit-process-header):
3514 Add byte-compile-disable-print-circle:t at the head.
3515 (miscdic-convert): Likewise.
3516 (py-converter): Skip the header comments.
3517
3518 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3519 New variable.
3520 (byte-compile-output-file-form): Bing print-circle to nil if
3521 byte-compile-output-file-form is not nil.
3522 (byte-compile-output-docform): Likewise.
3523
3524 2007-01-28 Kim F. Storm <storm@cua.dk>
3525
3526 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3527 Declare earlier to avoid byte compiler warnings.
3528
3529 2007-01-28 Markus Triska <markus.triska@gmx.at>
3530
3531 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3532
3533 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3536 (gamegrid-add-score-with-update-game-score-1): Allow local quits
3537 when calling update-game-score program. Remove unnecessary
3538 save-excursion.
3539
3540 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3541
3542 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
3543
3544 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3545 avoid compiler warning.
3546 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3547 might have values other than "true" or "false".
3548
3549 2007-01-28 Richard Stallman <rms@gnu.org>
3550
3551 * textmodes/fill.el (fill-paragraph-function): Doc fix.
3552 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3553
3554 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3555
3556 * image.el (image-type-header-regexps): Make GIF regex more specific.
3557
3558 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3559 Don't check `backspace'.
3560 (tutorial--find-changed-keys): Look up bindings in a temp buffer
3561 in Fundamental mode.
3562
3563 * startup.el (fancy-splash-text, normal-splash-screen):
3564 Mention C-g.
3565
3566 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3567 when inserting in buffer.
3568
3569 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3570 inside the if.
3571
3572 2007-01-27 Richard Stallman <rms@gnu.org>
3573
3574 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3575
3576 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
3577
3578 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3579 enum/union/struct/class definition.
3580 Revert change to call `forward-sexp' multiple times.
3581
3582 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * files.el (hack-local-variables-confirm): Don't keep trying to
3585 read an event from an empty kbd macro.
3586
3587 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3588
3589 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3590
3591 2007-01-27 Ben North <ben@redfrontdoor.org>
3592
3593 * outline.el (outline-promote, outline-demote): Doc fix. Rename
3594 the arg CHILDREN -> WHICH.
3595
3596 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
3597
3598 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3599 default-directory to a sane value when calling start-process.
3600
3601 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3602
3603 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3604 (ls-lisp-format-time-list): Doc fix. Mention
3605 ls-lisp-use-localized-time-format.
3606 (ls-lisp-format-time): Use ls-lisp-format-time-list if
3607 ls-lisp-use-localized-time-format is non-nil, even if a valid
3608 locale is defined.
3609
3610 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * jka-compr.el (jka-compr-shell): Doc fix.
3613
3614 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3615
3616 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3617
3618 * ps-print.ps: Fix background height.
3619 (ps-print-version): New version 6.7.2.
3620
3621 2007-01-26 Eli Zaretskii <eliz@gnu.org>
3622
3623 * makefile.w32-in (finder-data, custom-deps): Depend on
3624 $(lisp)/loaddefs.el.
3625
3626 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3627
3628 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3629
3630 2007-01-24 Miles Bader <miles@gnu.org>
3631
3632 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3633 (byte-compile-output-docform): Bind `print-circle' to t.
3634
3635 2007-01-24 Kenichi Handa <handa@m17n.org>
3636
3637 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3638 file name of the original SKK dictionary file.
3639
3640 2007-01-24 Kim F. Storm <storm@cua.dk>
3641
3642 * ido.el (ido-initial-position): New variable.
3643 (ido-read-internal): Set it if default item is specified.
3644 (ido-minibuffer-setup): Position cursor accordingly if set.
3645 (ido-edit-input): C-e moves to end of input if not already there.
3646 (ido-magic-backward-char): C-b does like M-b if prev char is /.
3647 Don't switch to buffer mode if repeating C-b at start of input.
3648 (ido-toggle-ignore): C-a only toggles ignore at start or end of
3649 input; else it moves to start of input.
3650 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3651 not at end of input, delete rest of input, rather than normal op.
3652
3653 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
3654
3655 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3656
3657 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3658 of message. Activate mark.
3659 (ediff-activate-mark): Set transient-mark-mode to t.
3660
3661 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3662
3663 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3664
3665 * help-fns.el (describe-variable): Don't suppress display of
3666 buffer local value when the value is "large".
3667
3668 2007-01-22 Kim F. Storm <storm@cua.dk>
3669
3670 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3671 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3672 (ido-tidy): Use ido-active.
3673
3674 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
3675
3676 * hexl.el (hexl-mode-exit): Add missing quote.
3677
3678 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3679
3680 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3681 (mac-ae-keyboard-modifiers): New function.
3682 (mac-handle-toolbar-switch-mode): Use it.
3683 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
3684 if keyboard modifiers on drop contain option key.
3685 (mac-dnd-drop-data): Add optional argument `action'.
3686 (special-event-map): Remove binding for M-drag-n-drop.
3687
3688 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
3689
3690 * add-log.el (add-log-current-defun): Use CC Mode functions to
3691 find the beginning and end of a defun.
3692
3693 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3694
3695 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3696 (gdb-var-create-handler): Handle value field in GDB output of
3697 -var-create.
3698 (gdb-max-frames): New variable.
3699 (gdb-stack-buffer, gdb-frames-select): Use it.
3700 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3701 if necessary.
3702 (gdb-get-frame-number): Simplify.
3703
3704 2007-01-21 Glenn Morris <rgm@gnu.org>
3705
3706 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3707 Update copyrights.
3708
3709 2007-01-21 Alan Mackenzie <acm@muc.de>
3710
3711 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3712 handling of K&R stuff.
3713
3714 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3715
3716 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3717
3718 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3719
3720 * ps-print.el: Handle frame parameters (background and/or foreground
3721 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
3722 (ps-print-version): New version 6.7.1.
3723 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3724 (ps-frame-parameter): New fun.
3725 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3726 Fix doc and customization.
3727 (ps-begin-job): Get frame parameters (background and/or foreground
3728 colors).
3729 (ps-do-despool): Ensure ps-printer-name has a valid value.
3730
3731 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3732
3733 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3734 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3735 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3736 mean unlimited.
3737
3738 2007-01-20 Alan Mackenzie <acm@muc.de>
3739
3740 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3741 much more rigorous analysis of putative K&R regions.
3742
3743 2007-01-20 Alan Mackenzie <acm@muc.de>
3744
3745 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3746 New functions.
3747
3748 2007-01-20 Alan Mackenzie <acm@muc.de>
3749
3750 * progmodes/cc-align.el, progmodes/cc-cmds.el,
3751 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3752 * progmodes/cc-langs.el, progmodes/cc-styles.el,
3753 * progmodes/cc-vars.el: Add my name.
3754
3755 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * files.el (find-alternate-file): Revert query message to Emacs 21
3758 version.
3759
3760 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
3761
3762 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3763 the doc string how to use personal abbrevs without electric
3764 keywords.
3765
3766 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3767
3768 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3769 Fixed cursor position when toggle abbreviated display.
3770
3771 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
3772
3773 * t-mouse.el: Update copyright following assignment by
3774 Alessandro Rubini.
3775
3776 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3779 (type-break-demo-boring): Call read-event instead of read-char.
3780
3781 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
3782
3783 * progmodes/compile.el: Add handling for makepplog.
3784
3785 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3786
3787 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3788 aspell dictionaries are initialized when called non-interactively.
3789
3790 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * progmodes/compile.el (compilation-loop): New arg limit.
3793 Handle case where the first error is at point-min.
3794 (compilation-next-error): New arg to compilation-loop call.
3795
3796 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3797
3798 * info.el (Info-default-dirs): Change default info dir to
3799 share/info.
3800
3801 * paths.el (Info-default-directory-list): Ditto.
3802
3803 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
3804
3805 * hexl.el (hexl-before-revert-hook): New function.
3806 (hexl-mode): Use it.
3807 (hexl-after-revert-hook): Just call hexl-mode.
3808 (hexl-mode-exit): Remove before-revert-hook.
3809
3810 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3813
3814 2007-01-16 Martin Rudalics <rudalics@gmx.at>
3815
3816 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3817 by "-" in francais7 otherchars entry.
3818 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3819 otherchars entry.
3820
3821 2007-01-15 Karl Fogel <kfogel@red-bean.com>
3822
3823 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3824 path. Rewrite function in `cond' style for readability.
3825
3826 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3827 (The path shortening, that is, not the rearrarangement.)
3828
3829 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3830
3831 * term/mac-win.el (mac-ae-quit-application): New function.
3832 (mac-apple-event-map): Bind "quit application" Apple event to it.
3833
3834 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3837 than the program's output.
3838
3839 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3842 (kmacro-start-macro-or-insert-counter)
3843 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3844 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3845
3846 * longlines.el (longlines-show-hard-newlines):
3847 * ruler-mode.el (ruler-mode-ruler):
3848 * emulation/keypad.el (keypad-setup):
3849 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3850 Fix typo in docstring.
3851
3852 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
3853
3854 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3855 Remove redirect character ">".
3856
3857 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * replace.el (perform-replace): Remove leftover code.
3860
3861 2007-01-12 Richard Stallman <rms@gnu.org>
3862
3863 * replace.el (perform-replace): Don't clear NODENT when computing
3864 the replacement string.
3865
3866 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
3867
3868 * net/tramp.el (tramp-handle-file-local-copy):
3869 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
3870 <christopher.ian.moore@gmail.com>.
3871
3872 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * diff-mode.el (diff-sanity-check-context-hunk-half)
3875 (diff-sanity-check-hunk): New functions.
3876 (diff-find-source-location): Use'em to check the hunks are well-formed.
3877
3878 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3879 activate undo when undo is not active.
3880 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
3881
3882 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3885 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3886 (ffap-url-at-point): Use char-classes rather than "a-z".
3887
3888 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * ediff-init.el (ediff-autostore-merges):
3891 * textmodes/fill.el (fill-region): Doc fix.
3892
3893 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * server.el (server-ensure-safe-dir): UIDs may be floats.
3896
3897 2007-01-10 Richard Stallman <rms@gnu.org>
3898
3899 * battery.el (battery-linux-proc-acpi): Use ignore-errors
3900 around calls to directory-files.
3901
3902 * subr.el (momentary-string-display): Use save-excursion.
3903
3904 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3905 argument, but read it as `X' does.
3906
3907 2007-01-09 Juri Linkov <juri@jurta.org>
3908
3909 * info.el (Info-fontify-node): Don't hide node names of index entries.
3910
3911 * faces.el (momentary): Change :group to basic-faces where all
3912 basic faces belong to. Add :version.
3913
3914 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
3915
3916 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3917 keybinding is found.
3918 (tutorial--find-changed-keys): Never treat null keybinding as a
3919 remapping.
3920
3921 2007-01-09 Martin Rudalics <rudalics@gmx.at>
3922
3923 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
3924
3925 2007-01-09 Kenichi Handa <handa@m17n.org>
3926
3927 * international/mule-cmds.el
3928 (select-safe-coding-system-interactively): Fix message.
3929
3930 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
3931
3932 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3933 (tramp-process-actions): Add optional parameter TIMEOUT.
3934 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3935 (tramp-open-connection-su): Add timeout of 60".
3936
3937 2007-01-09 Richard Stallman <rms@gnu.org>
3938
3939 * progmodes/compile.el (compile): Doc fix.
3940
3941 2007-01-09 Markus Triska <markus.triska@gmx.at>
3942
3943 * tumme.el (tumme-display-thumb): Doc fix.
3944
3945 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * battery.el (battery-search-for-one-match-in-files):
3948 * bindings.el (mode-line-minor-mode-help):
3949 * x-dnd.el (x-dnd-types-alist):
3950 * calendar/icalendar.el (icalendar-import-buffer):
3951 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3952
3953 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3954
3955 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
3956
3957 * replace.el (replace-regexp): Fix typo in docstring.
3958
3959 2007-01-07 Alan Mackenzie <acm@muc.de>
3960
3961 * progmodes/cc-langs.el (c-operators, c-filter-ops):
3962 Amend doc-string and comments.
3963
3964 2007-01-06 Eli Zaretskii <eliz@gnu.org>
3965
3966 * files.el (abbreviate-file-name): Doc fix.
3967
3968 2007-01-06 Markus Triska <triska@gmx.at>
3969
3970 * subr.el (split-string): Remove spurious ")" from doc string.
3971
3972 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3973
3974 * textmodes/table.el (table--warn-incompatibility):
3975 Use display-warning instead of momentary-string-display.
3976
3977 2007-01-05 Richard Stallman <rms@gnu.org>
3978
3979 * image.el (image-type-header-regexps): Recognize xbm more strictly.
3980
3981 * simple.el (backward-kill-word): Doc fix.
3982
3983 2007-01-05 Romain Francoise <romain@orebokech.com>
3984
3985 * international/mule.el (sgml-html-meta-auto-coding-function):
3986 Ensure that the buffer contains a HTML document.
3987
3988 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3989
3990 * faces.el (momentary): Move here ...
3991 * subr.el (momentary): ... from here.
3992
3993 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
3994
3995 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3996 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3997 large structures/arrays.
3998
3999 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * files.el (find-file-noselect-1, set-visited-file-name):
4002 Allow backup-enable-predicate to be nil.
4003
4004 2007-01-04 Andreas Schwab <schwab@suse.de>
4005
4006 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4007 last change.
4008
4009 2007-01-03 Richard Stallman <rms@gnu.org>
4010
4011 * woman.el (woman-decode-buffer): Clarify error message.
4012
4013 2007-01-03 Alan Mackenzie <acm@muc.de>
4014
4015 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4016
4017 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4018
4019 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4020
4021 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4024
4025 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4026
4027 * emulation/viper.el (viper-custom-file-name, viper-mode):
4028 Fix typos in docstrings.
4029
4030 * subr.el (momentary-string-display): After moving point, set POS
4031 variable to it to avoid later errors once the buffer is modified.
4032 Doc fix.
4033
4034 2007-01-02 Alan Mackenzie <acm@muc.de>
4035
4036 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4037 check that the "*/" is present before trying to manipulate it.
4038
4039 2007-01-02 Richard Stallman <rms@gnu.org>
4040
4041 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4042
4043 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4044 Fix format of value.
4045
4046 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4047 Change messages accordingly.
4048 (customize-customized): Now alias.
4049
4050 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4051
4052 * files.el (version-control): Doc fix.
4053
4054 2007-01-01 Alan Mackenzie <acm@muc.de>
4055
4056 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4057 Check the format of c-state-cache is valid for an optimisation before
4058 using it.
4059
4060 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4061 are at a statement within a macro". Other changes so that only
4062 the first continuation line in a macro gets the symbol
4063 `cpp-define-intro', the others getting `statement', or whatever.
4064
4065 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4066 a string, preserve whitespace. Add a backslash only when also in
4067 a macro.
4068
4069 * progmodes/cc-defs.el: Correct typos.
4070
4071 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4072 new line after an escaped EOL in a string.
4073
4074 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4075 label when it directly follows "else", "do", ....
4076
4077 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4078 angle brackets (as seen in "explicit specialisations" of C++
4079 templates).
4080
4081 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4082 in the doc-string.
4083
4084 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4085 when the comment ender looks like "=========*/" and is alone on
4086 its line.
4087
4088 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4089 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4090 for the old name.
4091
4092 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4093 c-\(beginning\|end\)-of-defun by default.
4094
4095 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4096 New line-up function, for the DEFUN macro in the Emacs C sources.
4097 Only used in "gnu" style.
4098
4099 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4100 the "gnu" style.
4101
4102 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4103 clean-up comment-close-slash also to work when there's a comment
4104 terminator on the line.
4105 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4106 these for large arg - only take account of top level {..}, except
4107 for initial and final adjustments. M-- C-M-[ae] now go to the
4108 right defuns when the starting point is between defuns. They use
4109 the four new functions:
4110 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4111 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4112 support c-\(beginning\|end\)-of-defun.
4113
4114 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4115 expressions more rigorously, to exclude bit-field specifiers from
4116 being classed as labels.
4117 (c-forward-label): When analyzing a ":" within a macro, be careful
4118 about using c-forward-syntactic-ws at the macro beginning.
4119 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4120 stmt boundary, check for "operator=", etc.
4121
4122 * progmodes/cc-mode.el (c-postprocess-file-styles):
4123 Bind inhibit-read-only to t, around the call to
4124 c-remove-any-local-eval-or-mode-variables, so that it works on a
4125 RO file.
4126
4127 * progmodes/cc-defs.el (c-version): Update the version number to
4128 "5.31.4".
4129
4130 2007-01-01 Richard Stallman <rms@gnu.org>
4131
4132 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4133 only if we restored isearch-window-configuration.
4134
4135 2006-12-31 Romain Francoise <romain@orebokech.com>
4136
4137 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4138
4139 2006-12-31 Kim F. Storm <storm@cua.dk>
4140
4141 * files.el (auto-mode-case-fold): New defcustom.
4142 (set-auto-mode): If non-nil, perform second case-sensitive pass
4143 through auto-mode-alist if first pass failed.
4144
4145 2006-12-30 Richard Stallman <rms@gnu.org>
4146
4147 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4148
4149 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4150
4151 * allout.el (allout-encrypt-string): Handle symmetric-key
4152 passphrase caching but leave keypair caching to pgg.
4153
4154 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
4155
4156 Sync with Tramp 2.0.55.
4157
4158 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4159 `integerp'. `char-equal' could fail else in case of negative
4160 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4161 (top): Check for `font-lock-add-keywords' before calling; it
4162 doesn't exist under XEmacs.
4163 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4164 (tramp-completion-mode): Remove clause (not
4165 tramp-unified-filenames), because the function is called in other
4166 context too, where this check results in wrong results in the
4167 XEmacs case on Windows.
4168 (tramp-touch): UTC handling is not possible for XEmacs.
4169
4170 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4171
4172 * scroll-bar.el (previous-scroll-bar-mode): New variable
4173 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4174 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4175
4176 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4177
4178 2006-12-30 Richard Stallman <rms@gnu.org>
4179
4180 * files.el (make-backup-file-name-1): Precompute abs name
4181 but don't lose the relative name.
4182
4183 * international/mule-cmds.el (select-safe-coding-system-interactively):
4184 Fix message.
4185
4186 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4187
4188 * files.el (backup-buffer): Show entire backup file name in msg.
4189
4190 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * image.el (image-type-header-regexps, image-type-from-data)
4193 (image-type-from-buffer, image-type-from-file-header):
4194 Revert changes from 2006-12-26.
4195 (image-type-auto-detectable): New variable.
4196 (image-type-auto-detected-p): New function.
4197
4198 * files.el (magic-mode-alist): Detect image files with
4199 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4200
4201 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
4202
4203 * dired.el (dired-sort-other): Move test for dired-mode...
4204 (dired-sort-set-modeline): ...to here.
4205
4206 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4207
4208 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4209 change. Suggested by Stefan Monnier.
4210
4211 2006-12-29 Kim F. Storm <storm@cua.dk>
4212
4213 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4214 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4215
4216 2006-12-27 Kim F. Storm <storm@cua.dk>
4217
4218 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4219 so it doesn't accidentally match an fsf.org mail address.
4220 (authors-renamed-files-alist): Add tcover-*.el.
4221
4222 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * vc-arch.el (vc-arch-find-version): New function.
4225
4226 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4227 composed of arbitrary characters (even /) in some systems.
4228
4229 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4230
4231 * international/mule-cmds.el (select-safe-coding-system-interactively):
4232 Improve the message in the *Warning* buffer.
4233
4234 2006-12-27 Kim F. Storm <storm@cua.dk>
4235
4236 * ido.el (ido-set-matches-1): Fix last change. If default item is
4237 current buffer, it is ok to be first.
4238
4239 2006-12-27 Kenichi Handa <handa@m17n.org>
4240
4241 * international/mule-cmds.el (select-safe-coding-system-interactively):
4242 Use face `link' for problematic chars.
4243
4244 2006-12-27 Kenichi Handa <handa@m17n.org>
4245
4246 * international/mule-cmds.el (select-safe-coding-system-interactively):
4247 Improve the message in *Warning* buffer.
4248
4249 2006-12-27 Kim F. Storm <storm@cua.dk>
4250
4251 * ido.el (ido-set-matches-1): Never put current buffer first if
4252 there are other matches.
4253
4254 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
4255
4256 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4257 expressions.
4258 (gdb-var-delete): Handle duplicate names. Print message for non
4259 root expressions.
4260 (gdb-partial-output-name): Start buffer name with a space.
4261 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4262 buffer name.
4263
4264 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4265
4266 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4267 last footnote when `footnote-spaced-footnotes' is nil.
4268
4269 2006-12-26 Richard Stallman <rms@gnu.org>
4270
4271 * cus-edit.el (custom-browse-sort-alphabetically)
4272 (custom-buffer-sort-alphabetically)
4273 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
4274
4275 * image.el (image-type-header-regexps): Change element format
4276 to include third item NOT-ALWAYS.
4277 (image-type-from-data): Handle new format.
4278 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
4279 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4280
4281 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
4282
4283 * add-log.el (add-log-current-defun): Call `forward-sexp'
4284 multiple times to pick a member function name defined as
4285 part of nested classes/namespaces.
4286
4287 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4288
4289 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4290 which keymap should be used to change menu. It does not affect any
4291 existent code.
4292
4293 2006-12-26 Richard Stallman <rms@gnu.org>
4294
4295 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4296 rather than for being in a minibuffer window.
4297
4298 2006-12-25 Daiki Ueno <ueno@unixuser.org>
4299
4300 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4301 locale-coding-system.
4302 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4303 LF.
4304
4305 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
4306
4307 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4308 (sql-mode-syntax-table): Disable double quoted strings.
4309 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4310
4311 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4312
4313 * startup.el (fancy-splash-last-input-event): New variable.
4314 (fancy-splash-special-event-action): New function.
4315 (fancy-splash-screens): Temporarily bind special events to it.
4316 Execute command for saved special event before exiting from
4317 recursive editing.
4318
4319 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4320 New functions.
4321 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4322 Use mac-unread-string.
4323
4324 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4325
4326 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4327 an optimized comment regexp if `comment-start-skip' uses a ^.
4328 * bs.el (bs--up): Remove interactive spec.
4329
4330 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4333 Suggested by James Cloos.
4334
4335 2006-12-24 Kevin Ryde <user42@zip.com.au>
4336
4337 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4338 in March.
4339 (calendar-dst-ends): Default to first Sunday in November.
4340
4341 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
4342
4343 * allout.el (allout-encrypt-string): Inhibit use of agent within
4344 body of let form where encryption happens. Acknowledge non-use of
4345 gpg-agent in docstring.
4346 (allout-toggle-subtree-encryption): Acknowledge non-use of
4347 gpg-agent in docstring.
4348
4349 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4352
4353 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
4354
4355 * ediff-diff.el (ediff-diff-options): Clarify docstring.
4356 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4357
4358 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4359 in hooks.
4360 (viper-add-newline-at-eob-if-necessary): Add newline only if we
4361 actually modify buffer; ignore errors if occur.
4362
4363 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4366 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4367 formatting.
4368
4369 2006-12-23 Richard Stallman <rms@gnu.org>
4370
4371 * simple.el (delete-horizontal-space): Doc fix.
4372
4373 2006-12-23 Eli Zaretskii <eliz@gnu.org>
4374
4375 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4376 explicitly in a recursive Make, not implicitly through prerequisites,
4377 since the latter is wrong under parallel builds.
4378
4379 2006-12-22 Eli Zaretskii <eliz@gnu.org>
4380
4381 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4382
4383 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4384
4385 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4386 message string.
4387
4388 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4389
4390 * outline.el (outline-next-visible-heading): Fix the case with a
4391 header at end-of-file with no final newline.
4392
4393 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4394
4395 * indent.el (tab-always-indent): Doc fix.
4396
4397 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4400 (Info-fontify-node): Do fontify indices.
4401
4402 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4403 to the Emacs Lisp reference manual.
4404 (tutorial--tab-map): Remove. All callers changed.
4405 (tutorial--find-changed-keys): New elt QUIET, used to...
4406 (tutorial--display-changes): ...ensure that warning messages are
4407 only issued once per changed key.
4408 (tutorial--remove-remarks): Delete unused code-path.
4409 (lang-strings): Remove extraneous formatting.
4410 (tutorial--save-tutorial): Prompt before saving tutorial state.
4411
4412 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4415 Replace '?\ ' by '?\s' throughout.
4416 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4417 `help' custom group.
4418 (tutorial--key-description): New function.
4419 (tutorial--display-changes): Remove redundant arg. Scan for all
4420 key sequences to avoid false matches. Cleanup.
4421 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4422 reduce homedir pollution.
4423 (help-with-tutorial): Call tutorial--display-changes with no arg.
4424
4425 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
4426
4427 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4428
4429 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
4430
4431 * net/tramp.el (tramp-default-method): We still need to check for
4432 `executable-find', because it is not bound under Emacs 20.
4433 (tramp-handle-file-name-completion)
4434 (tramp-completion-handle-file-name-completion): Handle optional
4435 parameter PREDICATE.
4436 (tramp-find-default-method): Add code for default values.
4437
4438 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
4439
4440 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4441 make gud-go send "continue".
4442
4443 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4446 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4447
4448 2006-12-19 Kim F. Storm <storm@cua.dk>
4449
4450 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4451 instead of global-map.
4452
4453 * files.el (magic-mode-alist): Allow matching file type by
4454 calling a function at bob. Check for image types by calling
4455 image-type-from-buffer. Suggested by Juanma Barranquero.
4456 (set-auto-mode): Do it.
4457
4458 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
4459
4460 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4461 Remove "ControlMaster" option from the other `scp*' methods.
4462 (tramp-default-method): Check for ssh-agent before setting to `scp'.
4463
4464 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4465
4466 * textmodes/org.el (org-mode): Show context after isearch.
4467 (org-show-siblings): New function.
4468 (org-show-context): Use `org-show-siblings'.
4469
4470 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4473 Use syntax-ppss-toplevel-pos.
4474
4475 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4476
4477 * textmodes/org.el (org-current-line): Make sure that lines are
4478 counted from beginning of buffer.
4479 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4480 lines are counted from beginning of buffer.
4481
4482 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
4483
4484 * info.el (Info-build-node-completions): Signal error if tag-table
4485 marker is not found.
4486
4487 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4488
4489 2006-12-17 Alan Mackenzie <acm@muc.de>
4490
4491 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4492 speed) the case when open-paren-in-column-0-is-defun-start is nil.
4493 Based on code by Martin Rudalics.
4494
4495 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4496 open-paren-in-column-0-is-defun-start to nil any more.
4497
4498 2006-12-17 Richard Stallman <rms@gnu.org>
4499
4500 * simple.el (delete-horizontal-space): Use prefix arg.
4501
4502 * help-fns.el (describe-variable): Improve blank separator lines.
4503
4504 * files.el (magic-mode-alist): Mark as risky.
4505
4506 * files.el (make-backup-file-name-1):
4507 Expand backup-directory explicitly.
4508
4509 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * net/tramp.el (tramp-default-method): Before setting to "pscp",
4512 check whether package password.el is loaded, or Pageant is running.
4513
4514 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
4515
4516 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4517 (icalendar--rris): First try Emacs, then XEmacs.
4518 (icalendar--convert-ical-to-diary): Doc fix.
4519 Insert newline at end of target file.
4520
4521 2006-12-17 Kim F. Storm <storm@cua.dk>
4522
4523 * outline.el (outline-isearch-open-invisible-function): New defvar.
4524 (outline-flag-region): Use it if non-nil for isearch-open-invisible
4525 overlay property instead of outline-isearch-open-invisible.
4526
4527 2006-12-16 Kim F. Storm <storm@cua.dk>
4528
4529 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4530 if ido-directory-too-big is set on entry.
4531 (ido-toggle-ignore, ido-completion-help): Print message while
4532 reading big directory.
4533
4534 2006-12-15 Richard Stallman <rms@gnu.org>
4535
4536 * shell.el (shell): Doc fix.
4537
4538 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4539
4540 * emulation/edt.el (edt-xserver):
4541 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4542 to fix a problem on Cygwin.
4543
4544 * emulation/edt.el
4545 * emulation/edt-mapper.el
4546 * emulation/edt-lk201.el
4547 * emulation/edt-pc.el
4548 * emulation/edt-vt100.el: Update maintainer's email address.
4549
4550 2006-12-15 Simon Marshall <simon@gnu.org>
4551
4552 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4553
4554 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4555
4556 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4557 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4558 instead of mac-atsu-font-table.
4559 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4560
4561 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
4562
4563 * align.el (align-match-tex-pattern): Fix a rare bug which
4564 hanged Emacs.
4565
4566 2006-12-14 Richard Stallman <rms@gnu.org>
4567
4568 * startup.el (use-fancy-splash-screens-p): Use frame-height
4569 instead of window-height. Pass frame to image-size.
4570
4571 2006-12-13 Kenichi Handa <handa@m17n.org>
4572
4573 * international/mule-cmds.el (set-locale-environment):
4574 Set default-sendmail-coding-system too.
4575
4576 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
4577
4578 * progmodes/idlw-help.el: Fix copyright notice.
4579
4580 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4583
4584 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4585
4586 * subr.el (unread-command-char): Reformat obsolescence info.
4587
4588 2006-12-11 Richard Stallman <rms@gnu.org>
4589
4590 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4591 about calls to cl-struct-setf-expander.
4592
4593 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4594
4595 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4596 (ediff-combination-pattern): Fix typo in docstring.
4597
4598 * textmodes/refer.el (refer-find-entry): Doc fix.
4599 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4600 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4601 Fix tipos in docstrings.
4602
4603 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4604
4605 2006-12-10 Kim F. Storm <storm@cua.dk>
4606
4607 * ido.el (ido-init-completion-maps): Remap backward-kill-word
4608 instead of binding M-backspace.
4609
4610 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
4611
4612 * replace.el (replace-match-data, replace-match-maybe-edit):
4613 * calc/calc-aent.el (calc-eval-error):
4614 * emulation/vi.el (vi-char-argument):
4615 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4616 (c-vsemi-status-unknown-p-fn): Doc fixes.
4617
4618 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4621 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
4622
4623 2006-12-10 Masatake YAMATO <jet@gyve.org>
4624
4625 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4626
4627 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4630
4631 * man.el (Man-xref-button-action): New function. If the
4632 `Man-target-string' button property is a function, assume it
4633 accepts a position argument.
4634 (Man-abstract-xref-man-page): Use it.
4635 (Man-default-man-entry): New optional arg POS.
4636
4637 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4638 symlink arrows read-only and non-rear-sticky.
4639
4640 2006-12-09 Martin Rudalics <rudalics@gmx.at>
4641
4642 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4643 (wdired-search-and-rename): Simplify code.
4644 (wdired-preprocess-files, wdired-preprocess-perms): Make
4645 read-only property of preceding character rear-nonsticky to
4646 avoid that it can be modified. Put old-name and old-link
4647 properties on character preceding name and replace
4648 put-text-property by add-text-properties.
4649 (wdired-get-filename, wdired-get-previous-link): Get old-name
4650 and old-link properties from character preceding name and
4651 simplify code.
4652 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4653 (wdired-perms-to-number): Make local-map property
4654 rear-nonsticky to avoid that text following permissions may be
4655 modified. Use add-text-properties instead of put-text-property
4656 when changing a permission bit.
4657 (wdired-change-to-dired-mode): Remove stickiness properties.
4658
4659 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * international/mule-cmds.el (register-input-method): Doc fix.
4662
4663 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
4664
4665 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4666
4667 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4668
4669 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4670 Force buffer local defs evaluation on local variables loading.
4671 (flyspell-mode-on, flyspell-mode-off): Use it in
4672 `hack-local-variables-hook'.
4673
4674 2006-12-09 Eli Zaretskii <eliz@gnu.org>
4675
4676 * emacs-lisp/find-func.el (find-variable): Doc fix.
4677
4678 * help-fns.el (variable-at-point): Doc fix.
4679
4680 * w32-fns.el (w32-append-code-lines): New function.
4681
4682 2006-12-09 Romain Francoise <romain@orebokech.com>
4683
4684 * comint.el (comint-insert-input): Delete obsolete comment.
4685
4686 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4689 current frame, in case we're connected to several displays.
4690
4691 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * frame.el (other-frame): Doc fix.
4694 (set-frame-parameter): Fix typo in docstring.
4695
4696 2006-12-07 Kim F. Storm <storm@cua.dk>
4697
4698 * info.el (Info-index): Strip leading colon from topic.
4699
4700 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4703 to pointers.
4704
4705 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4706
4707 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4708 Trim out spurious class inheritance "None" entries.
4709
4710 2006-12-05 Kim F. Storm <storm@cua.dk>
4711
4712 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4713 (cua-paste-pop): Rework last change for
4714 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4715 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4716 text inserted by the last M-y command.
4717
4718 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4719
4720 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4721 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4722
4723 * shell.el (shell): Search the start file in ~/.emacs.d as
4724 `init_SHELLNAME.sh' instead.
4725
4726 2006-12-05 Glenn Morris <rgm@gnu.org>
4727
4728 * progmodes/cperl-mode.el (cperl-mode)
4729 * progmodes/f90.el (f90-mode-abbrev-table)
4730 * progmodes/fortran.el (fortran-mode-abbrev-table)
4731 * progmodes/octave-mod.el (octave-abbrev-table)
4732 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4733 if abbrev-table is non-nil (saved user abbrevs may have been restored).
4734
4735 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4736 clear abbrev table, else saved abbrevs will not be restored.
4737
4738 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
4739
4740 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4741 the call to `make-obsolete-variable', not in the docstring.
4742
4743 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4746
4747 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4748
4749 * progmodes/ebnf-abn.el:
4750 * progmodes/ebnf-bnf.el:
4751 * progmodes/ebnf-dtd.el:
4752 * progmodes/ebnf-ebx.el:
4753 * progmodes/ebnf-iso.el:
4754 * progmodes/ebnf-otz.el:
4755 * progmodes/ebnf-yac.el:
4756 * progmodes/ebnf2ps.el:
4757 * delim-col.el:
4758 * printing.el:
4759 * ps-bdf.el:
4760 * ps-mule.el:
4761 * ps-print.el: Remove 'Time-stamp' comment mark.
4762
4763 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4764 'easy-menu-add-item' when called in Emacs 21 or higher.
4765
4766 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
4767
4768 * progmodes/ada-xref.el (ada-check-current): Doc fix.
4769 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
4770
4771 2006-12-04 Kim F. Storm <storm@cua.dk>
4772
4773 * bindings.el (global-map): Bind [signal t] to ignore, to have
4774 user signals ignored by default.
4775
4776 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4779 Unicode data file pointed to by `describe-char-unicodedata-file'.
4780
4781 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4784 O(n^2) regexp-search by anchoring the search.
4785
4786 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4787
4788 * whitespace.el (whitespace-cleanup-internal): Use current
4789 argument for recursive call.
4790
4791 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * net/tramp.el (tramp-methods): Add "ControlPath" and
4794 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
4795 Andreas Schwab <schwab@suse.de>.
4796 (tramp-do-copy-or-rename-file-out-of-band)
4797 (tramp-open-connection-rsh): Compute format spec for ?t.
4798 (tramp-process-actions): Trace command parameters.
4799
4800 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
4801
4802 * simple.el (toggle-truncate-lines): Clarify doc string.
4803
4804 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4805 (gdb-speedbar-expand-node): Use it.
4806
4807 2006-12-04 Richard Stallman <rms@gnu.org>
4808
4809 * progmodes/python.el (python-indent): Add safe-local-variable prop.
4810
4811 * dired.el (dired-revert): Turn off dired-after-readin-hook
4812 around call to dired-readin.
4813
4814 * menu-bar.el (menu-bar-make-toggle): Add "globally"
4815 to echo area messages.
4816 <indicate-empty-lines, case-fold-search>:
4817 Add "globally" to Help string.
4818 <case-fold-search>: MESSAGE arg need not say "globally".
4819 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4820
4821 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
4822
4823 * outline.el (outline-end-of-subtree): Don't leave an empty
4824 line hidden as we would a real next heading.
4825
4826 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
4827
4828 * allout.el (allout-ascend): Add an optional argument to preserve
4829 original position of point when unsuccessful. Also, fix a
4830 docstring error.
4831 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4832 work again, using allout-ascend's new option.
4833 (allout-setup-mode-map): Extract from allout-mode to initialize
4834 allout-mode-map. Call it on file load, so the mode docstring
4835 substitutions work even if allout mode has not yet been invoked.
4836 (allout-mode): Use new allout-setup-mode-map to track any keybinding
4837 customizations since the map was last processed. Also, refine the
4838 docstring so it's ship-shape for release.
4839 (allout-default-layout, allout-beginning-of-line-cycles)
4840 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4841 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4842 (allout-version, allout-layout, allout-infer-body-reindent)
4843 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4844 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4845 (allout-previous-heading, allout-goto-prefix-doublechecked)
4846 (allout-current-bullet-pos, allout-next-sibling-leap)
4847 (allout-pre-command-business, allout-encrypted-type-prefix)
4848 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4849 (allout-rebullet-topic, allout-rebullet-topic-grunt)
4850 (allout-flag-region, allout-expose-topic, allout-expose-topic)
4851 (allout-old-expose-topic, allout-listify-exposed)
4852 (allout-process-exposed, allout-latex-verb-quote)
4853 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4854 (allout-toggle-current-subtree-encryption)
4855 (allout-toggle-subtree-encryption, allout-bullet-isearch):
4856 Remove extraneous open-paren and close paren string escapes.
4857
4858 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4861 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4862 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4863 Fix typos in docstrings.
4864
4865 2006-12-03 Glenn Morris <rgm@gnu.org>
4866
4867 * progmodes/cc-align.el
4868 * progmodes/cc-awk.el
4869 * progmodes/cc-cmds.el
4870 * progmodes/cc-compat.el
4871 * progmodes/cc-defs.el
4872 * progmodes/cc-engine.el
4873 * progmodes/cc-langs.el
4874 * progmodes/cc-menus.el
4875 * progmodes/cc-mode.el
4876 * progmodes/cc-styles.el
4877 * progmodes/cc-vars.el
4878 * progmodes/vhdl-mode.el: Fix Copyright format.
4879
4880 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4883 initial down event.
4884
4885 2006-12-02 Kim F. Storm <storm@cua.dk>
4886
4887 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4888 (cua-repeat-replace-region): Make M-v more robust.
4889 (cua-paste-pop-rotate-temporarily): New defcustom.
4890 (cua-paste-pop): Use it.
4891 (cua-auto-mark-last-change): New defcustom.
4892 (cua-pop-to-last-change): New helper function.
4893 (cua-set-mark): Use them.
4894
4895 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
4898 mini-buffer message.
4899
4900 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4903
4904 2006-12-01 Ben North <ben@redfrontdoor.org>
4905
4906 * paren.el: Fix the highlight overlay extension when the user types a
4907 sequence of char very fast just before the open parenthesis.
4908
4909 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4910
4911 * ps-mule.el: Eliminate Emacs 20 compatibility.
4912
4913 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4914 (ps-print-version): New version 6.7.
4915 (ps-print-quote): Replace '?\ ' by '?\s'.
4916
4917 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4920 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4921 (hexl-end-of-1k-page): Doc fixes.
4922 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4923 Fix typos in docstrings.
4924
4925 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4926
4927 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
4928 locally, i.e. without using file name handlers.
4929 (ido-read-internal): Allow mono letter host names, avoiding the
4930 `c:' problem by testing if the file exists locally.
4931 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4932
4933 2006-11-30 Masatake YAMATO <jet@gyve.org>
4934
4935 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4936 to avoid bytecomp warnings.
4937 (hexl-mode-old-ruler-function): New variable.
4938 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4939 and `hl-line-range-function' after `require' hl-line.
4940 Then bind `hl-line-range-function' and `hl-line-face'.
4941 Don't require frame. Don't use `with-no-warnings'.
4942 (hexl-activate-ruler): Store the original value of
4943 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4944 (hexl-mode-exit): Restore the original value of
4945 `ruler-mode-ruler-function'.
4946
4947 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4948
4949 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4950 (hexl-mode-old-hl-line-face): New variable.
4951 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4952 line when exit from the hexl-mode.
4953
4954 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
4955
4956 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4957 Doc fixes.
4958
4959 * international/fontset.el (create-fontset-from-ascii-font)
4960 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4961 (fontset-name-p): Fix typo in docstring.
4962
4963 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4964
4965 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4966
4967 * ps-bdf.el: Fix maintainer email.
4968
4969 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
4970 compatibility.
4971
4972 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
4973 21 compatibility.
4974 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4975 Emacs 20 & 21.
4976
4977 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
4978
4979 * progmodes/idlwave.el (idlwave-auto-fill):
4980 Remove paragraph-start let to prevent auto-fill giving up.
4981
4982 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * vt100-led.el (led-state): Fix typo in previous change.
4985
4986 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4987
4988 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4989 Fix interactive spec of the functions getting defined to make them
4990 work as documented.
4991
4992 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * startup.el (fancy-splash-screens): Hide initial splash buffer.
4995
4996 2006-11-28 Kim F. Storm <storm@cua.dk>
4997
4998 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4999 icomplete-mode is enabled.
5000
5001 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5002
5003 * textmodes/org.el (require): Require gnus-sum during compilation
5004 to avoid problem with a macro call.
5005
5006 2006-11-28 Glenn Morris <rgm@gnu.org>
5007
5008 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5009
5010 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5011 (fortran-window-create-momentarily): Do not need string-to-char.
5012
5013 2006-11-28 Richard Stallman <rms@gnu.org>
5014
5015 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5016 Replace incorrect use of assoc-default with a loop.
5017
5018 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5019
5020 * simple.el (next-error-find-buffer): Improve messages.
5021
5022 * files.el (revert-buffer): Special error message if file
5023 is now not readable.
5024
5025 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5026 constructed commands.
5027
5028 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5029 in INSIDE_EMACS.
5030
5031 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5034
5035 * server.el: Remove spurious * in docstrings.
5036 (server-process-filter): Exit from recursive editing before processing
5037 a new request.
5038
5039 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5040
5041 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5042 line so hidden blocks will be correctly identified.
5043
5044 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * ledit.el (ledit-save-defun, ledit-mode):
5047 * resume.el (resume-emacs-args-buffer):
5048 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5049 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5050 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5051 (command-send-input, command-kill-line):
5052 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5053
5054 * autoarg.el (autoarg-kp-mode): Doc fix.
5055
5056 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5057 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5058 (check-emacs-lock): Doc fix. Simplify.
5059
5060 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5061 (iimage-mode-buffer): Fix typos in docstring.
5062
5063 * misc.el (zap-up-to-char): Doc fix.
5064
5065 * time-stamp.el: Fix comment and obsolescence string for old
5066 functions. Use `dolist' instead of `while'.
5067
5068 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5069
5070 * disp-table.el (standard-display-8bit, standard-display-default):
5071 * ebuff-menu.el (electric-buffer-list):
5072 * ehelp.el (electric-help-command-loop):
5073 * font-core.el (font-lock-mode):
5074 * help-macro.el (make-help-screen):
5075 * help.el (describe-minor-mode-completion-table-for-indicator)
5076 (lookup-minor-mode-from-indicator):
5077 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5078 * info-look.el (info-lookup-guess-custom-symbol):
5079 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5080 * longlines.el (longlines-wrap-line):
5081 * macros.el (insert-kbd-macro):
5082 * menu-bar.el (menu-bar-update-buffers):
5083 * misc.el (copy-from-above-command):
5084 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5085 * newcomment.el (comment-indent):
5086 * novice.el (disabled-command-function):
5087 * sort.el (sort-fields-syntax-table):
5088 * subr.el (momentary-string-display):
5089 * tar-mode.el (tar-header-block-summarize)
5090 (tar-clear-modification-flags):
5091 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5092 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5093 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5094 (te-delete-char, te-down-vertically-or-scroll):
5095 * time-stamp.el (time-stamp-string-preprocess):
5096 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5097
5098 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5099
5100 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5101 in GUD mode.
5102
5103 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5104 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5105
5106 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5107
5108 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5109
5110 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5111
5112 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5113 (ada-compile-goto-error): Adapt to new argument profile of
5114 compilation-goto-locus in Emacs 22. Don't check if the various
5115 compile functions are defined; we already do "(require 'compile)".
5116
5117 2006-11-26 Kim F. Storm <storm@cua.dk>
5118
5119 * kmacro.el: Fix commentary.
5120
5121 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5122
5123 * progmodes/gud.el (gdb): Explain how to run in text command mode
5124 more clearly. Say in error message that multiple debugging
5125 requires restarting GDB.
5126
5127 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5130
5131 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5132
5133 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5134 (flymake-popup-menu): Use it instead of posn-at-point.
5135
5136 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5137
5138 * progmodes/cc-vars.el (c-backslash-column):
5139 Mention c-backslash-max-column in documentation for c-backslash-column.
5140
5141 2006-11-24 Lars Hansen <larsh@soem.dk>
5142
5143 * net/tramp.el (tramp-default-method): Under Windows, change from
5144 plink to pscp.
5145 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5146 (tramp-actions-copy-out-of-band):
5147 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5148 (tramp-action-out-of-band): Move "Permission denied" handling to
5149 tramp-action-copy-failed.
5150 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5151 process buffer.
5152
5153 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5156 strings to a single string. Quote `errors-file-name'.
5157 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5158 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5159 Adjust calls. Use `shell-quote-argument'.
5160
5161 * international/mule.el (load-with-code-conversion)
5162 (with-category-table): Use with-current-buffer.
5163 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5164
5165 2006-11-24 Eli Zaretskii <eliz@gnu.org>
5166
5167 * mail/smtpmail.el (smtpmail-send-it):
5168 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5169 MIME header for the message encoding.
5170 Bind coding-system-for-write around the call to mail-do-fcc.
5171 Use smtpmail-code-conv-from to encode queued mail messages.
5172
5173 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * tabify.el (tabify-regexp): Doc fix.
5176
5177 * net/rcirc.el (rcirc-buffer-maximum-lines):
5178 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5179
5180 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5181 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5182 Fix typos in output messages.
5183 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5184
5185 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5188 the horse's mouth.
5189 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5190
5191 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5192
5193 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5194 Remove condition-case.
5195
5196 2006-11-23 Glenn Morris <rgm@gnu.org>
5197
5198 * progmodes/f90.el (f90-comment-indent): Do not move point in
5199 default case.
5200
5201 2006-11-21 Romain Francoise <romain@orebokech.com>
5202
5203 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5204 from library name (reverts change of 2005-10-25).
5205
5206 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5207
5208 * tutorial.el (tutorial--default-keys): Add newline and
5209 delete-backward-char bindings.
5210 (tutorial--detailed-help): Save excursion when finding keys.
5211 Correct warning string for M-x FOO case.
5212 (tutorial--display-changes): Print special keys in tutorial style.
5213 Tweak search regexp for changed keys.
5214
5215 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5216
5217 * thingatpt.el (thing-at-point-url-at-point): Don't add a
5218 redundant scheme.
5219
5220 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
5221
5222 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5223 are new to the list at IANA. Also added irc, mms, mmsh.
5224
5225 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
5226
5227 * progmodes/idlw-help.el (idlwave-html-help-location):
5228 Fail gracefully for missing help packages.
5229 (idlwave-help-assistant-open-link): Open full links.
5230 (idlwave-help-assistant-help-with-topic): Direct help link.
5231
5232 * progmodes/idlwave.el (idlwave-mode):
5233 Set add-log-current-defun-function.
5234 (idlwave-current-routine-fullname): Add, to support add-log.
5235 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5236 to reflect improvements to xml-parse-file.
5237 (idlwave-mode-menu-def): New binding for help-with-topic.
5238
5239 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5240 Handle extra newlines and spaces.
5241 (idlwave-shell-mode-map): Add help-with-topic.
5242
5243 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * tutorial.el (tutorial-warning-face): New face.
5246 (tutorial--detailed-help, tutorial--display-changes): Use it.
5247 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5248 Improve search pattern for occurrences of changed keys.
5249
5250 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5251
5252 * term/x-win.el (x-last-cut-buffer-coding): New variable.
5253 (x-select-text): Set it.
5254 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5255 when checking for newness.
5256
5257 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
5258
5259 * subr.el (posn-image):
5260 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5261
5262 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5263
5264 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5265
5266 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5267 Exceptions to the rule "add a space between an identifier and an
5268 opening parenthesis". Defaulted to the `#define' problem of cpp.
5269 (glasses-parenthesis-exception-p): New. Check if the region is an
5270 exception regarding to that.
5271 (glasses-make-readable): Use it.
5272 (glasses-convert-to-unreadable): Ditto. Modify the file also if
5273 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5274
5275 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5278
5279 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
5280
5281 * progmodes/ada-mode.el (ada-make-body): Fix typo.
5282
5283 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5284 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
5285
5286 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5289 conditions for function or variable bindings.
5290
5291 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5292
5293 * progmodes/compile.el (compilation-start): Ditto.
5294
5295 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
5296
5297 * net/tramp.el (top): cl and custom are always required.
5298
5299 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5300
5301 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5302 cut-buffers with next-selection-coding-system if not nil.
5303
5304 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5305
5306 * textmodes/org.el (org-fix-decoded-time): New function.
5307 (org-display-custom-time): Use `org-fix-decoded-time'.
5308
5309 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * menu-bar.el (menu-bar-games-menu): Remove yow.
5312
5313 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5314
5315 * textmodes/org.el (org-scan-tags): Re-align code fixed.
5316 (org-detach-overlay): Rename from `org-detatch-overlay'.
5317 (org-table-convert-region): Insert space after column separator.
5318 (org-agenda-kill): New command.
5319 (org-metaleft): Call `org-outdent-item' on bullets.
5320 (org-metaright): Call `org-indent-item' on bullets.
5321 (org-timestamp-change): Set `org-last-changed-timestamp'.
5322 (org-current-line): Make sure (bolp) returns correct result.
5323 (org-agenda-change-all-lines): Make sure TODO are highlighted.
5324
5325 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5328
5329 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * mouse.el (global-map): Change 2006-08-16 fix to call
5332 mouse-yank-at-click explicitly, since mouse events are not carried
5333 over into keyboard macros.
5334
5335 2006-11-16 Kim F. Storm <storm@cua.dk>
5336
5337 * ido.el (ido-file-internal): Use current buffer's file name as default
5338 choice for ido-find-alternate-file. Suggested by Matt Hodges.
5339
5340 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
5341
5342 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5343 (allout-inhibit-aberrance-doublecheck): Rename from
5344 allout-during-yank-processing. All callers changed.
5345 (allout-ascend): Provide for unusual case where some topic after
5346 the first in file is at lower depth than the first.
5347 (allout-shift-in): Ensure the offspring of the new containing
5348 topic are exposed.
5349 (allout-encrypt-string): Preserve the coding-system of the text,
5350 according to that of the containing buffer.
5351 (allout-toggle-subtree-encryption): When the text being encrypted
5352 requires a different coding system, offer to preserve the coding
5353 system using a file local var.
5354
5355 2006-11-15 Simon Marshall <simon@gnu.org>
5356
5357 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5358 to recognise "T t()" as a function declaration, rather than a
5359 variable instantiation, iff at the top-level or inside a class
5360 declaration. Suggested by Feng Li <fengli@gmail.com>.
5361
5362 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5363
5364 * progmodes/ada-xref.el (ada-parse-prj-file):
5365 Don't delete project buffer; user may want to edit it.
5366 (ada-xref-set-project-field, ada-xref-current-project-file)
5367 (ada-xref-current-project, ada-show-current-project)
5368 (ada-set-main-compile-application): New functions.
5369 (ada-xref-get-project-field, ada-require-project-file):
5370 Normalize use of ada-prj-default-project-file.
5371 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5372 Normalize use of ada-require-project-file.
5373 (ada-prj-find-prj-file): Improve doc string, comments.
5374
5375 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5376 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5377 (ada-create-menu): Add ada-set-main-compile-application,
5378 ada-show-current-main, ada-show-current-project.
5379
5380 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5383 (inferior-python-mode): Use it.
5384
5385 2006-11-14 Andreas Schwab <schwab@suse.de>
5386
5387 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5388
5389 2006-11-13 Kim F. Storm <storm@cua.dk>
5390
5391 * ido.el (ido-copy-current-word): C-o copies region if active.
5392
5393 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5394
5395 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5396
5397 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * ediff.el (ediff-revision):
5400 * files.el (set-visited-file-name):
5401 * mail/rmailout.el (rmail-output-body-to-file):
5402 Use `format', not `message', in `y-or-n-p' call.
5403
5404 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5405
5406 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5407 (org-metaright): Call `org-indent-item' on bullets.
5408 (org-timestamp-change): Set `org-last-changed-timestamp'.
5409 (org-current-line): Make sure (bolp) returns correct result.
5410 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5411
5412 2006-11-12 Richard Stallman <rms@gnu.org>
5413
5414 * language/european.el (turkish-case-conversion-enable)
5415 (turkish-case-conversion-disable): New functions.
5416 ("Turkish" lang env): Use them.
5417
5418 * international/characters.el (case table):
5419 Do nothing special for i and I.
5420
5421 * subr.el (remove-overlays): Fix last change.
5422
5423 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5424 for visiting the custom file.
5425
5426 2006-11-12 Markus Triska <triska@gmx.at>
5427
5428 * play/handwrite.el (handwrite): Also process lines not ending
5429 with newline. Replace some position-fiddling with different
5430 logic. Improve performance.
5431
5432 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5433
5434 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5435 replacing deleted variable `ada-check-switch'.
5436 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5437 (ada-xref-project-files): Improve doc string.
5438 (ada-find-executable): New function.
5439 (ada-initialize-runtime-library): Use `ada-find-executable'.
5440 (ada-xref-set-default-prj-values): In compile commands, don't need
5441 `ada-cd-command'; `compile' does that more portably.
5442 Use ada-prj-default-check-cmd.
5443 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5444 properties if not specified in project file.
5445 (ada-goto-declaration): Display useful message for new error
5446 'error-file-not-found.
5447 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5448 'error-file-not-found.
5449 (ada-get-all-references): Match latest ali syntax. Signal new
5450 error 'error-file-not-found.
5451 (ada-find-in-ali): Match latest ali syntax.
5452 (ada-make-filename-from-adaname): Handle different semantics of
5453 gnatkr in GNAT 3.15p vs later.
5454
5455 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5456 ada-procedure-start-regexp.
5457 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5458
5459 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5460 with defvar.
5461 (ada-language-version): Rename ada05 -> ada2005.
5462 (ada-align-region-separate): Add `eval-when-compile'.
5463 (ada-name-regexp): Remove unneeded escapes in regexp character
5464 alternative.
5465 (ada-compile-goto-error-file-linenr-re): New constant.
5466 (ada-matching-start-re): Handle additional cases `declare',
5467 `procedure', `function'.
5468 (ada-compile-goto-error): Handle "... at line nn".
5469 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5470 Delete support for old versions of `align'.
5471 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5472 (ada-check-defun-name): Simplify handling of `declare'.
5473 (ada-goto-matching-start): Handle nested `begin ... end'.
5474 Handle `declare', `protected', `procedure', `function'.
5475 (ada-create-menu): Presence of arm95 is not conditional on using
5476 GNAT compiler.
5477
5478 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
5479
5480 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5481 nil in the *RE-Builder* buffer (it causes spurious error messages).
5482
5483 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5484 been set to t, respect it.
5485
5486 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5487
5488 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5489 Delete commented out code for old Emacs versions. Autoloading of
5490 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5491 (ada-mode-version): Bump version number.
5492 (ada-95-string-keywords, ada-2005-string-keywords)
5493 (ada-2005-keywords, ada-name-regexp): New constant.
5494 (ada-language-version, ada-procedure-start-regexp, ada-mode)
5495 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5496 (ada-package-start-regexp): Support private packages, include package
5497 name (for ada-set-point-accordingly).
5498 (ada-next-procedure, ada-previous-procedure)
5499 (ada-which-function-are-we-in): Match changes to
5500 ada-procedure-start-regexp.
5501 (ada-make-body): Make non-interactive; not a user function.
5502 (ada-make-subprogram-body): Improve doc string.
5503
5504 2006-11-11 Romain Francoise <romain@orebokech.com>
5505
5506 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5507 `compilation-error-regexp-alist' buffer-local, since we changed
5508 `compilation-error-regexp-alist-alist' locally.
5509
5510 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
5511
5512 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5513 to the value of `server-raise-frame'.
5514
5515 2006-11-11 Glenn Morris <rgm@gnu.org>
5516
5517 * ido.el (ido-enable-prefix)
5518 * ses.el (ses-call-printer-return)
5519 * net/tramp.el (tramp-unified-filenames)
5520 * progmodes/cc-align.el (c-lineup-string-cont)
5521 * progmodes/compile.el (compilation-directory-matcher)
5522 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5523 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5524 (vhdl-clock-rising-edge)
5525 * textmodes/org.el (org-export-with-timestamps)
5526 (org-export-remove-timestamps-from-toc)
5527 (org-export-with-tags): Improve previous doc fixes.
5528
5529 2006-11-11 Richard Stallman <rms@gnu.org>
5530
5531 * textmodes/flyspell.el (flyspell-mode-map):
5532 Bind C-c $ instead of M-RET.
5533
5534 2006-11-10 Simon Marshall <simon@gnu.org>
5535
5536 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5537 fontification for "case" and "default" keywords.
5538
5539 2006-11-10 Andreas Schwab <schwab@suse.de>
5540
5541 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5542 Avoid starting sentence with "nil".
5543
5544 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * server.el (server-raise-frame): New option.
5547 (server-switch-buffer): Use it.
5548
5549 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5552 with a capital.
5553
5554 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5555
5556 * textmodes/org.el (org-show-hierarchy-above)
5557 (org-show-following-heading): Fix typo in default value.
5558 (org-scan-tags): Make the search case-sensitive.
5559 (org-tags-sparse-tree): Don't overrule
5560 `org-show-following-heading' and `org-show-hierarchy-above'.
5561 (org-reveal): New command.
5562 (org-show-context): Rename from `org-show-hierarchy-above'.
5563 (org-fast-tag-selection-single-key): New option.
5564 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5565 (org-tags-overlay): New variable.
5566 (org-agenda-todo-ignore-deadlines): New option.
5567 ("session"): Add circular data structure `org-mark-ring' to
5568 exceptions list in session.el.
5569 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5570 New options.
5571 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5572 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5573 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5574 (org-finalize-agenda): Activate bracket links in agenda.
5575 (org-at-timestamp-p, org-at-date-range-p): Additional argument
5576 INACTIVE-OK.
5577 (org-show-hierarchy-above, org-show-following-heading):
5578 List values allowed for fine-tuned configuration.
5579 (org-show-hierarchy-above): New argument CONTEXT, use the
5580 fine-tuned settings in `org-show-hierarchy-above' and
5581 `org-show-following-heading'.
5582 (org-display-custom-time): New function.
5583 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5584 (org-display-custom-times, org-time-stamp-custom-formats):
5585 (org-maybe-intangible): New macro.
5586 (org-activate-bracket-links, org-hide-wide-columns):
5587 Use `org-maybe-intangible'.
5588 (org-open-file): Use `shell-quote-argument'.
5589 (org-display-internal-link-with-indirect-buffer): New option.
5590 (org-file-remote-p): Get regexp from list.
5591 (org-link-expand-abbrev): New function.
5592 (org-link-abbrev-alist): New option.
5593 (org-open-at-point, org-cleaned-string-for-export):
5594 Call `org-link-expand-abbrev'.
5595 (org-timeline, org-agenda-list, org-todo-list)
5596 (org-tags-view): Remove the KEEP-MODES argument.
5597 (org-finalize-agenda-hook): New hook.
5598 (org-get-alist-option): New function.
5599 (org-follow-timestamp-link): New function.
5600 (org-open-at-point): Call `org-follow-timestamp-link'.
5601 (org-log-note-marker, org-log-note-purpose)
5602 (org-log-note-window-configuration): New variables.
5603 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5604 (org-log-note-headings): New option.
5605 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5606 (org-store-link): Support for dired-mode.
5607 (org-open-file): Substitute environment variables into filename.
5608 (org-last): New defsubst.
5609 (org-agenda-re-align-tags): New function.
5610 (org-agenda-align-tags-to-column): New option.
5611 (org-agenda-timeline): Group removed.
5612 (org-prepare-agenda, org-prepare-agenda-buffers)
5613 (org-run-agenda-series, org-timeline, org-agenda-list)
5614 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5615 the text property inticating the agenda type.
5616 (org-agenda-post-command-hook): Get agenda type from text property
5617 at point.
5618 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
5619 and obey `org-agenda-overriding-arguments'.
5620 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5621 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5622 (org-agenda-week-view, org-agenda-day-view):
5623 Use `org-agenda-overriding-arguments' to make updating work with
5624 multi-block agendas.
5625 (org-agenda-prefix-format): Allow different formats for the
5626 different agenda entry types.
5627 (org-timeline-prefix-format): Option removed, use
5628 `org-agenda-prefix-format' instead.
5629 (org-prepare-agenda): New function.
5630 (org-select-timeline-window): Option removed, use
5631 `org-select-agenda-window' instead.
5632 (org-respect-restriction): Variable removed.
5633 (org-cmp-tag): New function.
5634 (org-agenda-sorting-strategy, org-entries-lessp):
5635 Implement sorting by last tag.
5636 (org-complete): Better completion in in-buffer option lines.
5637 (org-in-item-p): New function.
5638 (org-org-menu): Add entries for checkboxes.
5639 (org-cycle): Extra brouping in outline-regexp, because it is used
5640 in a search with "^" prepended.
5641 (org-provide-checkbox-statistics): New option.
5642 (org-set-font-lock-defaults): Highlight checkbox statistics.
5643 (org-update-checkbox-count-maybe)
5644 (org-get-checkbox-statistics-face): New functions.
5645 (org-update-checkbox-count): New command.
5646 (org-insert-item, org-toggle-checkbox):
5647 Call `org-update-checkbox-count-maybe'.
5648 (org-export-as-html): XEmacs compatibility for coding system.
5649 (org-force-cycle-archived): New command.
5650 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5651 overrules cycling.
5652 (org-fix-position-after-promote): If the line contains only a todo
5653 keyword, add a final space.
5654 (org-promote-subtree, org-demote-subtree):
5655 Call `org-fix-position-after-promote'.
5656
5657 2006-11-10 Glenn Morris <rgm@gnu.org>
5658
5659 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5660 date in every year.
5661 (calendar-dst-check-each-year-flag): New customizable variable.
5662 (calendar-dst-find-data): New function, extracted from
5663 calendar-current-time-zone.
5664 (calendar-current-time-zone): Use calendar-dst-find-data.
5665 (calendar-dst-transition-cache): New variable.
5666 (calendar-dst-find-startend, calendar-dst-starts)
5667 (calendar-dst-ends): New functions.
5668 (calendar-daylight-savings-starts)
5669 (calendar-daylight-savings-ends): Change value to use
5670 calendar-dst-starts, calendar-dst-ends; respectively.
5671
5672 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5673
5674 * ido.el (ido-enable-prefix)
5675 * ses.el (ses-call-printer-return)
5676 * net/tramp.el (tramp-unified-filenames)
5677 * progmodes/cc-align.el (c-lineup-string-cont)
5678 * progmodes/compile.el (compilation-directory-matcher)
5679 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5680 * progmodes/gdb-ui.el (gdb-many-windows)
5681 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5682 (vhdl-clock-rising-edge)
5683 * textmodes/org.el (org-export-with-timestamps)
5684 (org-export-remove-timestamps-from-toc, org-export-with-tags)
5685 (org-read-date): Doc fix (Nil -> nil).
5686
5687 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5688
5689 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5690 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5691
5692 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5693
5694 * bs.el (bs--window-for-buffer): Remove.
5695 (bs--show-with-configuration): Use `get-window-with-predicate'
5696 instead of `bs--window-for-buffer'.
5697
5698 2006-11-10 Kenichi Handa <handa@m17n.org>
5699
5700 * files.el (revert-buffer): Fix previous change.
5701
5702 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * bs.el (bs--redisplay): Fix typo in docstring.
5705 (bs--window-config-coming-from): Make frame-local.
5706 (bs--restore-window-config): New function.
5707 (bs-kill, bs-select, bs-select-other-window)
5708 (bs-select-other-frame): Use it.
5709 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5710 (bs--show-with-configuration): Save the window configuration as a
5711 frame local var, and only if *buffer-selection* is not already
5712 visible on this frame.
5713
5714 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * vc-svn.el (vc-svn-admin-directory): New var.
5717 (vc-svn-registered, vc-svn-responsible-p)
5718 (vc-svn-repository-hostname): Use it.
5719 Suggested by arit93@yahoo.com.
5720
5721 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5722
5723 * ldefs-boot.el: Regenerate.
5724
5725 2006-11-08 Alan Mackenzie <acm@muc.de>
5726
5727 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5728 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5729 for least nested open-paren.
5730
5731 2006-11-08 Romain Francoise <romain@orebokech.com>
5732
5733 * subr.el (remove-overlays): Fix typo in last change.
5734
5735 2006-11-08 Richard Stallman <rms@gnu.org>
5736
5737 * subr.el (remove-overlays): Call overlay-recenter.
5738
5739 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5740
5741 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5742 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5743 behaviour.
5744 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5745 directly.
5746
5747 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5748
5749 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5750 (ido-max-dir-file-cache, ido-decorations)
5751 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5752 (ido-magic-backward-char, ido-enter-dired)
5753 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5754 (ido-list-directory, ido-first-match, ido-only-match)
5755 (ido-subdir, ido-indicator): Fix typos in docstrings.
5756 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5757 (ido-read-internal): Fix typo in error message.
5758
5759 2006-11-08 Kenichi Handa <handa@m17n.org>
5760
5761 * international/mule-cmds.el (set-default-coding-systems):
5762 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5763
5764 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * makefile.w32-in (setwins): Remove.
5767 (WINS_ALMOST): New macro.
5768 (WINS): Use it.
5769 (autoloads): Don't extract autoloads from files in obsolete/.
5770
5771 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * whitespace.el (whitespace-buffer): Call remove-overlays after
5774 overlay-recenter for performance. Suggested by Martin Rudalics.
5775
5776 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
5777
5778 * net/tramp.el (tramp-default-method): scp is the default method.
5779
5780 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * server.el (server-start): Save also the Emacs pid in the server file.
5783
5784 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
5785
5786 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5787 point when displaying a bibtex cross reference in the echo area.
5788
5789 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
5790
5791 * international/mule.el (make-char): Fix typo in docstring.
5792 (load-with-code-conversion, charsetp): Doc fixes.
5793
5794 * international/ja-dic-cnv.el (skkdic-convert):
5795 * cus-edit.el (hook): Fix typo in docstring.
5796
5797 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * cus-edit.el (custom-mode-map): Move defvar above code using it.
5800 (custom-mode-link-map): New variable.
5801 (custom-group-link, custom-manual): Use follow-link.
5802
5803 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5804
5805 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5806 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
5807
5808 2006-11-06 Richard Stallman <rms@gnu.org>
5809
5810 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5811 New function broken out of flyspell-correct-word.
5812 (flyspell-mode-map): Bind it to M-RET.
5813 (flyspell-correct-word): Call it.
5814
5815 * textmodes/fill.el (fill-minibuffer-function): New function.
5816 (fill-paragraph): Bind fill-paragraph-function to
5817 fill-minibuffer-function.
5818
5819 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5820 so that they aren't undefined.
5821
5822 * dired.el (dired-readin): Locally bind file-name-coding-system.
5823
5824 * bindings.el: Shorten and clarify usual mode line mouse help string.
5825
5826 * Makefile.in (autoloads): Don't include `obsolete'.
5827
5828 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
5829
5830 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5831 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5832 Printing menu if it's not initialized.
5833 (pr-menu-bind): Act on menu-bar-file-menu directly.
5834
5835 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
5836
5837 * help.el (view-emacs-news): Fix typo in error message.
5838
5839 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5840
5841 * shadowfile.el (shadow-define-regexp-group)
5842 (shadow-literal-groups, shadow-insert-var): Doc fixes.
5843 (shadow-read-files): Fix typo in message.
5844 (shadow-inhibit-overload, shadow-find, shadow-suffix)
5845 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5846 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5847 (shadow-file-match): Fix typos in docstrings.
5848
5849 * terminal.el (terminal-emulator): Fix typo in message.
5850
5851 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5852
5853 * emacs-lisp/lselect.el (x-kill-primary-selection)
5854 (x-delete-primary-selection, x-copy-primary-selection):
5855 Fix typos in error messages.
5856
5857 * emulation/edt-mapper.el: Fix typo in interactive message.
5858
5859 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5860
5861 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5862 (ispell-help): Fix typos in docstrings.
5863 (ispell-help): Fix typo in output message.
5864
5865 * allout.el (allout-adjust-file-variable)
5866 (allout-passphrase-verifier-string)
5867 (allout-passphrase-hint-string)
5868 (allout-toggle-current-subtree-encryption):
5869 * apropos.el (apropos-synonyms):
5870 * cus-edit.el (hook):
5871 * emacs-lock.el (emacs-lock-from-exiting):
5872 * follow.el (follow-avoid-tail-recenter-p):
5873 * hexl.el (hexl-mode):
5874 * mouse-copy.el (mouse-copy-work-around-drag-bug):
5875 * mouse.el (mouse-set-font):
5876 * resume.el (resume-emacs-args-file):
5877 * rfn-eshadow.el (file-name-shadow-tty-properties):
5878 * t-mouse.el (t-mouse-process, t-mouse-mode):
5879 * emacs-lisp/cust-print.el (custom-print-install)
5880 (custom-print-uninstall, custom-format):
5881 * emacs-lisp/shadow.el (list-load-path-shadows):
5882 * emulation/tpu-edt.el (tpu-help-text)
5883 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5884 (tpu-reset-control-keys):
5885 * emulation/vip.el (vip-emacs-local-map)
5886 (vip-change-mode-to-emacs):
5887 * emulation/viper.el (viper-mode, viper-set-hooks)
5888 (viper-major-mode-modifier-list):
5889 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5890 * emulation/viper-keym.el (viper-emacs-kbd-map)
5891 (viper-toggle-key):
5892 * mail/feedmail.el (feedmail-queue-reminder)
5893 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5894 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5895 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5896 (feedmail-sender-line, feedmail-force-binary-write)
5897 (feedmail-from-line, feedmail-deduce-envelope-from)
5898 (feedmail-x-mailer-line, feedmail-message-id-generator)
5899 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5900 (feedmail-enable-spray, feedmail-spray-this-address)
5901 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5902 (feedmail-queue-runner-confirm-global)
5903 (feedmail-ask-before-queue-prompt)
5904 (feedmail-ask-before-queue-reprompt)
5905 (feedmail-prompt-before-queue-standard-alist)
5906 (feedmail-prompt-before-queue-user-alist)
5907 (feedmail-prompt-before-queue-help-supplement)
5908 (feedmail-queue-use-send-time-for-message-id)
5909 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5910 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5911 (feedmail-mail-send-hook-queued)
5912 (feedmail-confirm-addresses-hook-example)
5913 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5914 (feedmail-queue-runner-mode-setter)
5915 (feedmail-queue-alternative-mail-header-separator)
5916 (feedmail-queue-runner-message-sender)
5917 (feedmail-buffer-eating-function, feedmail-binmail-template)
5918 (feedmail-run-the-queue-no-prompts)
5919 (feedmail-run-the-queue-global-prompt)
5920 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5921 (feedmail-envelope-deducer, feedmail-fiddle-date)
5922 (feedmail-default-message-id-generator)
5923 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5924 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5925 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5926 (vms-pmail-setup):
5927 * play/dunnet.el (dun-help):
5928 * play/handwrite.el (handwrite):
5929 * play/hanoi.el (hanoi-unix-64):
5930 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5931 * textmodes/enriched.el (fixed):
5932 * textmodes/org.el (org-file-apps)
5933 (org-emphasis-regexp-components, org-emphasis-alist):
5934 * textmodes/texinfmt.el (batch-texinfo-format):
5935 Fix typos in docstrings.
5936
5937 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * loadhist.el (read-feature): Don't complete features not loaded
5940 from a file (which make `unload-feature' to fail).
5941
5942 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5943
5944 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5945
5946 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * startup.el (command-line-1): Kill emacs if the last frame is
5949 deleted while evaluating the command-line arguments.
5950
5951 2006-11-05 Richard Stallman <rms@gnu.org>
5952
5953 * startup.el (init-file-had-error): Add doc string.
5954 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5955 Use fixed-width font for keyboard key descriptions.
5956
5957 * cus-edit.el (custom-save-all): Error if saving in .emacs
5958 and it had an error when loaded.
5959
5960 * dired-aux.el (dired-copy-file-recursive): Catch errors
5961 from recursive copies in the loop, around the recursive call.
5962
5963 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5964
5965 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5966 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
5967 `/proc/acpi/thermal_zone/*'.
5968 (battery-search-for-one-match-in-files): New. Search a regexp in
5969 the content of some files.
5970
5971 2006-11-05 Martin Rudalics <rudalics@gmx.at>
5972
5973 * window.el (mouse-autoselect-window-now): Remove variable.
5974 (mouse-autoselect-window-state): New variable.
5975 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5976 (mouse-autoselect-window-select, handle-select-window):
5977 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5978 Suspend delayed autoselection during menu or popup dialog.
5979
5980 * info-look.el (info-lookup-guess-custom-symbol): New function
5981 for retrieving symbol at point in custom buffers.
5982 (top level) <info-lookup-maybe-add-help>: Add backquote and
5983 comma to ignored characters in regexps of help specifications
5984 for emacs-lisp-mode and lisp-interaction-mode. This permits
5985 looking up symbols in `...' and after a comma. Add help
5986 specifications for custom-mode and help-mode.
5987
5988 2006-11-04 Eli Zaretskii <eliz@gnu.org>
5989
5990 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5991 Don't encode body if RAW is non-nil, or if the old encoding is
5992 identical to the new encoding, or if the body contains only
5993 eight-bit-* characters.
5994
5995 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5996
5997 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5998 (faces-sample-overlay): Remove variable.
5999 (describe-face): Insert sample text in the face being described.
6000
6001 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6002
6003 * whitespace.el (whitespace-indent-regexp): Make this match any
6004 multiples of eight spaces near the beginning of a line.
6005 (whitespace-buffer): Use `remove-overlays' instead of
6006 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6007 speed up overlay handling.
6008 (whitespace-buffer-leading, whitespace-buffer-trailing):
6009 Make these functions highlight the text removed by
6010 `whitespace-buffer-leading-cleanup' and
6011 `whitespace-buffer-trailing-cleanup' respectively.
6012 (whitespace-buffer-search): Use `with-local-quit'.
6013 Move `format' out of loop to speed up scanning larger buffers.
6014 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6015 that function is never added to a hook.
6016 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6017 (whitespace-buffer-leading-cleanup)
6018 (whitespace-refresh-rescan-list): Fix docstrings.
6019
6020 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6021
6022 * allout.el (allout-during-yank-processing): Cue for inhibiting
6023 aberrance processing during yanks.
6024 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6025 the amount of yanked topics that can be aberrant.
6026 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6027 a function, and supplement with inihibition of doublechecking
6028 during yanks.
6029 (allout-beginning-of-line, allout-next-heading)
6030 (allout-previous-heading, allout-goto-prefix-doublechecked)
6031 (allout-back-to-current-heading, allout-next-visible-heading)
6032 (allout-next-sibling): Use new allout-do-doublecheck function.
6033 (allout-next-sibling): Ensure we made progress when returning
6034 other than nil.
6035 (allout-rebullet-heading): Preserve text property annotations
6036 indicating the text was hidden, if it was.
6037 (allout-kill-line): Remove any added was-hidden annotations.
6038 (allout-kill-topic): Remove any added was-hidden annotations.
6039 (allout-annotate-hidden): Inhibit adding was-hidden text
6040 properties to the undo list.
6041 (allout-deannotate-hidden): New function to remove was-hidden
6042 annotation.
6043 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6044 (allout-remove-exposure-annotation): Replace by
6045 allout-deannotate-hidden.
6046 (allout-yank-processing): Signal that yank processing is happening
6047 with allout-during-yank-processing. Also, wrap
6048 allout-unprotected's closer to the text changes, for easier
6049 debugging. We need to inhibit-field-text-motion explicitly, in
6050 lieu of the encompassing allout-unprotected.
6051 (outlineify-sticky): Adjust criteria for triggering new outline
6052 decorations to presence or absence of any topics, not just a topic
6053 at the beginning of the buffer.
6054
6055 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * bs.el (bs--show-all, bs--redisplay):
6058 * cus-edit.el (custom-unlispify-menu-entries)
6059 (custom-unlispify-tag-names, custom-prompt-variable):
6060 * expand.el (expand-pos):
6061 * speedbar.el (speedbar-generic-list-tag-p):
6062 * wid-edit.el (widget-image-enable):
6063 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6064 * emacs-lisp/find-func.el (find-function-noselect)
6065 (find-function, find-variable-noselect, find-variable)
6066 (find-definition-noselect, find-face-definition):
6067 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6068 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6069 * progmodes/ada-xref.el (ada-find-in-ali):
6070 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6071 * textmodes/org.el (org-copy-subtree):
6072 * textmodes/table.el (table--row-column-insertion-point-p):
6073 Use "non-nil" in docstrings.
6074
6075 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6076
6077 * sort.el (sort-columns): Set the field separator to tab; on
6078 NetBSD, sort complains if "\n" is used as field separator.
6079
6080 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6081
6082 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6083
6084 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * server.el (server-auth-key): Remove. Replace by a process-property.
6087 (server-start): Don't remove the file of the previous process, but
6088 instead clear out the place for the new file.
6089 (server-start): Set the :auth-key property.
6090 (server-process-filter): Use the :auth-key property.
6091
6092 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6093
6094 * textmodes/org.el (org-mode-map): No longer copy
6095 `outline-mode-map' explicitly - this is already done by
6096 `define-derived-mode'.
6097
6098 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6099
6100 * server.el (server-visit-files): Use `when'.
6101 (server-process-filter): When authentication fails, send error
6102 message to client. Wrap `process-send-region' in `ignore-errors'
6103 instead of `condition-case', and remove misleading comment.
6104
6105 2006-11-01 Juri Linkov <juri@jurta.org>
6106
6107 * simple.el (yank): Doc fix.
6108
6109 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * server.el: Try and fit within 80 columns.
6112 (server-start): Make the auth file unreadable by other users.
6113
6114 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6115
6116 * battery.el (battery-linux-proc-acpi): Prevent range error when
6117 `full-capacity' is 0.
6118
6119 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6120
6121 * faces.el (faces-sample-overlay): New defvar.
6122 (faces-sample-overlay): New function to show face sample text.
6123 (describe-face): Use it.
6124
6125 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6126
6127 * progmodes/ada-stmt.el: Change maintainer, apply
6128 whitespace-cleanup, checkdoc.
6129 (ada-func-or-proc-name): Add doc string.
6130
6131 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6132 whitespace-cleanup, checkdoc. Minor improvements to many doc
6133 strings and comments.
6134 (ada-prj-display-page): Change buffer name to more accurately
6135 reflect function.
6136
6137 * progmodes/ada-xref.el: Change maintainer, apply
6138 whitespace-cleanup, checkdoc. Minor improvements to many doc
6139 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6140 (ada-compile-current): Don't add newlines to commands.
6141
6142 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
6143
6144 * server.el: Add support for TCP sockets.
6145 (server-use-tcp, server-host, server-auth-dir): New options.
6146 (server-auth-key): New variable.
6147 (server-ensure-safe-dir): Create nonexistent parent dirs.
6148 Ignore Unix-style file modes on Windows.
6149 (server-start): Crete a TCP or Unix socket according to the value
6150 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6151 `server-auth-dir' directory.
6152 (server-process-filter): Delete process if authentication
6153 fails (which never happens for Unix sockets).
6154
6155 2006-10-30 David Kastrup <dak@gnu.org>
6156
6157 * subr.el (add-to-list): Don't continue checking if a match has
6158 been found.
6159
6160 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * tutorial.el: Move defvars to avoid bytecomp warnings.
6163 (tutorial--find-changed-keys): Check if viper-current-state is
6164 bound before using it.
6165 (help-with-tutorial): Check if viper-tutorial is defined before
6166 using it.
6167
6168 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6169
6170 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6171
6172 * tutorial.el: New file.
6173 (help-with-tutorial): Move here from help-fns.el. Added help for
6174 rebound keys. Fixed resume of tutorial.
6175 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6176 (tutorial--find-changed-keys, tutorial--display-changes)
6177 (tutorial--saved-dir, tutorial--saved-file)
6178 (tutorial--save-tutorial): New functions to support the changes in
6179 help-with-tutorial.
6180
6181 2006-10-30 Kenichi Handa <handa@m17n.org>
6182
6183 * files.el (revert-buffer): If a unibyte buffer is being reverted
6184 with a coding system for multibyte, set buffer multibyte before
6185 calling insert-file-contents.
6186
6187 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * server.el (server-select-display): Use a dummy buffer to detect when
6190 the frame is later used.
6191 (server-select-display): New function.
6192 (server-process-filter): Use it to detect unused temp frames.
6193
6194 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
6195
6196 * progmodes/ada-mode.el: Change maintainer, apply
6197 whitespace-clean, checkdoc. Minor improvements to many doc strings.
6198 (ada-mode-version): New function.
6199 (ada-create-menu): Menu operations are available for all supported
6200 compilers.
6201
6202 2006-10-29 Lars Hansen <larsh@soem.dk>
6203
6204 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6205 Highlight as keyword.
6206 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6207 Don't call tramp-method-out-of-band-p for local files.
6208 (tramp-touch): Quote file name.
6209
6210 2006-10-28 Glenn Morris <rgm@gnu.org>
6211
6212 * calendar/calendar.el (cal-html-cursor-month)
6213 (cal-html-cursor-year): Add autoloads for this new package.
6214 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6215
6216 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
6217
6218 * calendar/cal-html.el: New file.
6219
6220 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * emacs-lisp/authors.el (authors-aliases): Update.
6223
6224 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * version.el (emacs-version): Bump version number to 22.0.90.
6227
6228 2006-10-26 John W. Eaton <jwe@octave.org>
6229
6230 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6231 New defvar.
6232 (inferior-octave-resync-dirs): Check to see whether Octave has
6233 built-in variables and set inferior-octave-has-built-in-variables.
6234 Check inferior-octave-has-built-in-variables to decide whether to
6235 send commands that set built-in variables or call functions to
6236 change Octave's behavior.
6237 Send "disp (pwd ())" to Octave instead of just "pwd".
6238 (inferior-octave-startup): Send "more off" to Octave instead of
6239 "page_screen_output = 0".
6240
6241 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6244 pattern normally.
6245
6246 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
6247
6248 * bindings.el (mode-line-mode-menu): Remove bindings for global
6249 minor modes (line/column number) as they are on the menubar.
6250
6251 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
6252
6253 * term/w32-win.el (x-handle-name-switch): Doc fix.
6254 (w32-standard-fontset-spec): Fix typo in docstring.
6255
6256 * midnight.el (midnight-buffer-display-time): Doc fix.
6257 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6258
6259 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
6260
6261 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6262
6263 * viper-ex.el (ex-read): Quote file argument.
6264
6265 * ediff-diff.el (ediff-same-file-contents): Expand file names.
6266
6267 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6268
6269 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6270
6271 * textmodes/flyspell.el (flyspell-check-region-doublons):
6272 Fix last fix.
6273
6274 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6275
6276 * bindings.el (mode-line-mode-menu): List global minor modes
6277 before local ones.
6278
6279 2006-10-23 Kim F. Storm <storm@cua.dk>
6280
6281 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6282 (sit-for): If last command was a prefix arg, add the read-ahead
6283 event to unread-command-events as (t . EVENT) so it will be added
6284 to this-command-keys by read-key-sequence.
6285
6286 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6287
6288 * textmodes/flyspell.el (flyspell-word): Skip past all previous
6289 whitespace when checking doublons.
6290 (flyspell-check-region-doublons): Fix doublon regexp.
6291 (flyspell-highlight-incorrect-region): Highlight doublons using
6292 flyspell-duplicate face.
6293
6294 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6295
6296 2006-10-22 John Wiegley <johnw@newartisans.com>
6297
6298 * progmodes/python.el (python-use-skeletons): python-mode was
6299 auto-inserting templates (for those with abbrev-mode on), not only
6300 by default -- *but without a configuration variable to disable
6301 it*. This rendered python-mode completely useless for me, so I
6302 have added `python-use-skeletons', which is now off by default.
6303
6304 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * progmodes/cperl-mode.el (cperl-mode): Don't assume
6307 font-lock-multiline is auto-local (it's not).
6308 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6309 initialized before calling cperl-init-faces.
6310
6311 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
6312
6313 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6314 gdb-stack-position a value when there is no fringe.
6315
6316 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6317 indicator if not visiting a file.
6318
6319 2006-10-20 David Kastrup <dak@gnu.org>
6320
6321 * window.el (kill-buffer-and-window): Fix a bug where an aborted
6322 operation would still cause some window to collapse later.
6323
6324 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * vc.el (vc-switch-backend): Try to be more careful with unwanted
6327 side-effect due to mixing various backends's file properties.
6328
6329 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6330 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
6331 Return `filename's status if applicable. Update callers.
6332
6333 2006-10-19 Kenichi Handa <handa@m17n.org>
6334
6335 * international/kkc.el (kkc-region): When a key sequence is not
6336 defined, append (this-single-command-raw-keys) to
6337 unread-input-method-events.
6338
6339 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
6340
6341 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6342
6343 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6344
6345 * version.el (emacs-version): Use mac-carbon-version-string.
6346
6347 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6348
6349 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6350
6351 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6352 Kenichi Handa).
6353 (xselect-convert-to-string): Decline requests for UTF8_STRING if
6354 the selection is not UTF-8.
6355
6356 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * progmodes/ada-mode.el (ada-83-string-keywords)
6359 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6360 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6361 (ada-looking-at-semi-private, ada-get-body-name):
6362 Fix typos in docstrings.
6363 (ada-create-case-exception, ada-create-case-exception-substring):
6364 Fix typos in error messages.
6365 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6366
6367 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6368
6369 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6370 to default-frame-alist if default-frame-alist already contains
6371 width/height.
6372
6373 2006-10-18 Richard Stallman <rms@gnu.org>
6374
6375 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6376 Non-interactive arg is the value, not the expression.
6377
6378 * simple.el (read-expression-map): Just set it, no defvar.
6379
6380 * subr.el (insert-for-yank-1): If last inserted char has
6381 properties, mark them as rear-nonsticky.
6382
6383 * recentf.el (recentf-mode): Doc fix.
6384
6385 * facemenu.el (facemenu-add-new-face): Defend against symbol
6386 that isn't a face name.
6387
6388 * dired-aux.el (dired-do-copy): Doc fix.
6389
6390 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * simple.el (line-move-1): Ignore fields when moving to the
6393 beginning of line to avoid getting point stuck.
6394
6395 2006-10-18 Martin Rudalics <rudalics@gmx.at>
6396
6397 * textmodes/flyspell.el (flyspell-word-search-backward):
6398 Set inhibit-point-motion-hooks to avoid looping due to intangibile
6399 text.
6400
6401 2006-10-16 Richard Stallman <rms@gnu.org>
6402
6403 * help-fns.el (describe-function-1): Special case optimization
6404 for self-insert-command.
6405
6406 2006-10-16 Kim F. Storm <storm@cua.dk>
6407
6408 * ido.el (ido-reread-directory): Work in `dir' mode too.
6409
6410 2006-10-15 Martin Rudalics <rudalics@gmx.at>
6411
6412 * textmodes/table.el: Require 'regexp-opt.
6413
6414 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6415
6416 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6417 Use shell-quote-argument.
6418
6419 * shell.el (explicit-bash-args): Likewise.
6420
6421 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6422 Use grep -E rather than egrep.
6423
6424 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6425
6426 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6427
6428 2006-10-15 Kim F. Storm <storm@cua.dk>
6429
6430 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6431
6432 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6433
6434 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6435 to protect whitespace and metacharacters from the shell.
6436
6437 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6438
6439 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6440
6441 2006-10-13 Eli Zaretskii <eliz@gnu.org>
6442
6443 * subr.el (start-process-shell-command): Doc fix.
6444
6445 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6446
6447 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6448 the regexp for Maxima symbols.
6449
6450 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6453 (vc-find-root): Don't walk higher up than ~.
6454
6455 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * international/utf-8.el (utf-translate-cjk-load-tables):
6458 Avoid clobbering last-coding-system-used during load.
6459
6460 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
6461
6462 * textmodes/reftex-global.el (reftex-create-tags-file):
6463 Quote file arguments.
6464
6465 2006-10-12 Richard Stallman <rms@gnu.org>
6466
6467 * files.el (file-name-history): Add defvar.
6468 (save-some-buffers-action-alist): Improve description strings.
6469
6470 2006-10-12 Andreas Schwab <schwab@suse.de>
6471
6472 * files.el (auto-mode-alist): Match change log file name also with
6473 a dash before a numeric extension.
6474
6475 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
6476
6477 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6478 After 5.0:
6479 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6480
6481 After 5.1: Major edit. Summary of most visible changes:
6482
6483 - Multiple <<HERE per line allowed.
6484 - Handles multiline subroutine declaration headers (with comments).
6485 (The exception is `cperl-etags' - but it is not used in the rest
6486 of the mode.)
6487 - Fontifies multiline my/our declarations (even with comments,
6488 and with legacy `font-lock').
6489 - Major speedup of syntaxification, both immediate and postponed
6490 (3.5x to 15x [for different CPUs and versions of Emacs] on the
6491 huge real-life document I tested).
6492 - New bindings, edits to imenu.
6493 - "_" is made into word-char during fontification/syntaxification;
6494 some attempts to recognize non-word "_" during other operations too.
6495 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6496 - autoload some more perldoc-related stuff
6497 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6498 - Attempt to incorporate XEmacs edits which reached me.
6499
6500 Fine-grained changelog:
6501 (cperl-hook-after-change): New configuration variable.
6502 (cperl-vc-sccs-header): Likewise.
6503 (cperl-vc-sccs-header): Likewise.
6504 (cperl-vc-header-alist): Default via two preceding variables.
6505 (cperl-invalid-face): Remove double quoting under XEmacs
6506 (still needed under 21.2).
6507 (cperl-tips): Update URLs for resources.
6508 (cperl-problems): Likewise.
6509 (cperl-praise): Mention new features.
6510 New C-c key bindings: for `cperl-find-bad-style',
6511 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6512 `cperl-perdoc', and `cperl-perldoc-at-point'.
6513 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6514 moved, new submenu of Tools with Ispell entries and narrowing.
6515 (cperl-after-sub-regexp): New defsubst.
6516 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6517 Allows heads up to head4.
6518 Allow "package;".
6519 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6520 (paren-backwards-message): ??? Something for XEmacs???
6521 (cperl-mode): Never auto-switch abbrev-mode off.
6522 Try to allow '_' be non-word char.
6523 Do not use `font-lock-unfontify-region-function' on XEmacs.
6524 Reset syntax cache on mode start.
6525 Support multiline facification (even on legacy `font-lock').
6526 (cperl-facemenu-add-face-function): ??? Some contributed code ???
6527 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6528 refuse to inform us whether the fontification is due to lazy
6529 calling or due to edit to a buffer, install our own hook
6530 (controlled by `cperl-hook-after-change').
6531 (cperl-electric-pod): =cut may have been recognized as start.
6532 (cperl-block-p): Move, updatedfor attributes.
6533 (cperl-calculate-indent): Try to allow '_' be non-word char
6534 Support subs with attributes.
6535 (cperl-where-am-i): Quiet (?) a warning.
6536 (cperl-cached-syntax-table): New function.
6537 (cperl-forward-re): Use `cperl-cached-syntax-table'.
6538 (cperl-unwind-to-safe): Recognize `syntax-type' property
6539 changing in a middle of line.
6540 (cperl-find-sub-attrs): New function.
6541 (cperl-find-pods-heres): Allow many <<EOP per line.
6542 Allow subs with attributes.
6543 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6544 Recognize "extproc " (OS/2) case-folded and only at start.
6545 /x on s///x with empty replacement was not recognized.
6546 Better comments.
6547 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6548 Allow subs with attributes, labels.
6549 Do not confuse "else::foo" with "else".
6550 Minor optimizations...
6551 (cperl-after-expr-p): Try to allow '_' be non-word char.
6552 (cperl-fill-paragraph): Try to detect a major bug in Emacs
6553 with `looking-at' inside `narrow' and bulk out if found.
6554 (cperl-imenu--create-perl-index): Updates for new
6555 `cperl-imenu--function-name-regexp-perl'.
6556 (cperl-outline-level): Likewise.
6557 (cperl-init-faces): Allow multiline subroutine headers
6558 and my/our declarations, and ones with comments.
6559 Allow subroutine attributes.
6560 (cperl-imenu-on-info): Better docstring.
6561 (cperl-etags): Rudimentary support for attributes.
6562 Support for packages and "package;".
6563 (cperl-add-tags-recurse-noxs): Better (?) docstring.
6564 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6565 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6566 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6567 (cperl-perldoc): Add autoload.
6568 (cperl-perldoc-at-point): Likewise.
6569 (cperl-here-doc-spell): New function.
6570 (cperl-pod-spell): Likewise.
6571 (cperl-map-pods-heres): Likewise.
6572 (cperl-get-here-doc-region): Likewise.
6573 (cperl-font-lock-fontify-region-function): Likewise (backward
6574 compatibility for legacy `font-lock').
6575 (cperl-font-lock-unfontify-region-function): Fix style.
6576 (cperl-fontify-syntaxically): Recognize and optimize away deferred
6577 calls with no-change. Governed by `cperl-hook-after-change'.
6578 (cperl-fontify-update): Recognize that syntaxification region
6579 can be larger than fontification one.
6580 XXXX we leave `cperl-postpone' property, so this is quadratic...
6581 (cperl-fontify-update-bad): Temporary placeholder until
6582 it is clear how to implement `cperl-fontify-update'.
6583 (cperl-time-fontification): New function.
6584 (attrib-group): New text attribute.
6585 (multiline): New value: `syntax-type' text attribute.
6586
6587 After 5.2:
6588 (cperl-emulate-lazy-lock): New function.
6589 (cperl-fontify-syntaxically): Would skip large regions.
6590 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6591 Some globals were declared, but uninitialized.
6592
6593 After 5.3, 5.4:
6594 (cperl-facemenu-add-face-function): Add docs, fix U<>.
6595 Copyright message updated.
6596 (cperl-init-faces): Work around a bug in `font-lock'. May slow
6597 facification down a bit.
6598 Misprint for my|our|local for old `font-lock'
6599 "our" was not fontified same as "my|local".
6600 Highlight variables after "my" etc even in
6601 a middle of an expression.
6602 Do not facify multiple variables after my etc
6603 unless parentheses are present.
6604
6605 After 5.5, 5.6
6606 (cperl-fontify-syntaxically): after-change hook could reset.
6607 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6608
6609 After 5.7:
6610 (cperl-init-faces): Allow highlighting of local ($/).
6611 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6612 (cperl-problems): Remove fixed problems.
6613 (cperl-find-pods-heres): Recognize #-comments in m##x too.
6614 Recognize charclasses (unless delimiter is \).
6615 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6616 (cperl-regexp-scan): Update docs.
6617 (cperl-beautify-regexp-piece): Use information got from regexp scan.
6618
6619 After 5.8:
6620 Major user visible changes:
6621 Recognition and fontification of character classes in RExen.
6622 Variable indentation of RExen according to groups.
6623
6624 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6625 Fontify REx charclasses in variable-name face.
6626 Fontify POSIX charclasses in "type" face.
6627 Fontify unmatched "]" in function-name face.
6628 Mark first-char of HERE-doc as `front-sticky'.
6629 Reset `front-sticky' property when needed.
6630 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6631 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6632 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6633 constructs. Support `narrow'ed buffers.
6634 (cperl-praise): Remove a reservation.
6635 (cperl-make-indent): New function.
6636 (cperl-indent-for-comment): Use `cperl-make-indent'.
6637 (cperl-indent-line): Likewise.
6638 (cperl-lineup): Likewise.
6639 (cperl-beautify-regexp-piece): Likewise.
6640 (cperl-contract-level): Likewise.
6641 (cperl-toggle-set-debug-unwind): New function.
6642 New menu entry for this.
6643 (fill-paragraph-function): Use when `boundp'.
6644 (cperl-calculate-indent): Take into account groups when indenting RExen.
6645 (cperl-to-comment-or-eol): Recognize # which end a string.
6646 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6647 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6648 (cperl-fontify-syntaxically): More clear debugging message.
6649 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6650 (cperl-init-faces): More complicated highlight even on XEmacs (new).
6651 Merge cosmetic changes from XEmacs.
6652
6653 After 5.9:
6654 (cperl-1+): Move to before the first use.
6655 (cperl-1-): Likewise.
6656
6657 After 5.10:
6658
6659 This code may lock Emacs hard!!! Use at your own risk!
6660
6661 (cperl-font-locking): New internal variable.
6662 (cperl-beginning-of-property): New function.
6663 (cperl-calculate-indent): Use `cperl-beginning-of-property'
6664 instead of `previous-single-property-change'.
6665 (cperl-unwind-to-safe): Likewise.
6666 (cperl-after-expr-p): Likewise.
6667 (cperl-get-here-doc-region): Likewise.
6668 (cperl-font-lock-fontify-region-function): Likewise.
6669 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6670 recursively.
6671 Bound `next-single-property-change' via `point-max'.
6672 (cperl-unwind-to-safe): Bound likewise
6673 (cperl-font-lock-fontify-region-function): Likewise.
6674 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6675 Initialization of `cperl-font-lock-multiline-start' could be
6676 missed if the "main" fontification did not run due to the
6677 keyword being already fontified.
6678 (cperl-pod-spell): Return t from do-one-chunk function.
6679 (cperl-map-pods-heres): Stop when the worker returns nil.
6680 Call `cperl-update-syntaxification'.
6681 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6682 (cperl-get-here-doc-delim): Remove unused function.
6683
6684 After 5.11:
6685
6686 The possible lockup of Emacs (introduced in 5.10) fixed.
6687
6688 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6689 (cperl-syntaxify-for-menu): New customization variable.
6690 (cperl-select-this-pod-or-here-doc): New function.
6691 (cperl-get-here-doc-region): Extra argument.
6692 Do not adjust pos by 1.
6693
6694 New menu entries
6695 (Perl/Tools): Selection of current POD or HERE-DOC section.
6696 (Debugging CPerl:) backtrace on fontification.
6697
6698 After 5.12:
6699 (cperl-cached-syntax-table): Use `car-safe'.
6700 (cperl-forward-re): Remove spurious argument SET-ST.
6701 Add documentation.
6702 (cperl-forward-group-in-re): New function.
6703 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6704 (XXXX Temporary (?) hack is to syntax-mark them as comment).
6705
6706 After 5.13:
6707 (cperl-string-syntax-table): Make { and } not-grouping
6708 (Sometimes they ARE grouping in RExen, but matching them would only
6709 confuse in many situations when they are not)
6710 (beginning-of-buffer): Replace two occurrences with goto-char...
6711 (cperl-calculate-indent): `char-after' could be nil...
6712 (cperl-find-pods-heres): REx can start after "[" too.
6713 Hightlight (??{}) in RExen too.
6714 (cperl-maybe-white-and-comment-rex): New constant
6715 (cperl-white-and-comment-rex): Likewise.
6716 XXXX Not very efficient, but hard to make
6717 better while keeping 1 group.
6718
6719 After 5.13:
6720 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6721 Likewise for 1 << identifier.
6722
6723 After 5.14:
6724 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6725 Error-less condition-case could fail.
6726 (cperl-font-lock-fontify-region-function): Likewise.
6727 (cperl-init-faces): Likewise.
6728
6729 After 5.15:
6730 (cperl-find-pods-heres): Support property REx-part2.
6731 (cperl-calculate-indent): Likewise.
6732 Don't special-case REx with non-empty 1st line.
6733 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6734 Invert highlighting of charclasses:
6735 now the envelop is highlighted.
6736 Highlight many others 0-length builtins.
6737 (cperl-praise): Mention indenting and highlight in RExen.
6738
6739 After 5.15:
6740 (cperl-find-pods-heres): Highlight capturing parens in REx.
6741
6742 After 5.16:
6743 (cperl-find-pods-heres): Highlight '|' for alternation
6744 Initialize `font-lock-warning-face' if not present.
6745 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6746 `font-lock-function-name-face'.
6747 (cperl-look-at-leading-count): Likewise.
6748 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6749 `font-lock-keyword-face' (needed for
6750 batch processing), etc...
6751 Use `font-lock-builtin-face' for builtin in REx
6752 Now `font-lock-variable-name-face'
6753 is used for interpolated variables
6754 Use "talking aliases" for faces inside REx
6755 Highlight parts of REx (except in charclasses)
6756 according to the syntax and/or semantic
6757 Syntax-mark a {}-part of (?{}) as "comment"
6758 (it was the ()-part)
6759 Better logic to distinguish what is what in REx
6760 (cperl-tips-faces): Document REx highlighting
6761 (cperl-praise): Mention REx syntax highlight etc.
6762
6763 After 5.17:
6764 (cperl-find-sub-attrs): Would not always manage to print error message.
6765 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6766
6767 After 5.18:
6768 (cperl-find-pods-heres): Misprint in REx for parsing REx.
6769 Very minor optimization.
6770 `my-cperl-REx-modifiers-face' got quoted.
6771 Recognize "print $foo <<END" as HERE-doc.
6772 Put `REx-interpolated' text attribute if needed.
6773 (cperl-invert-if-unless-modifiers): New function.
6774 (cperl-backward-to-start-of-expr): Likewise.
6775 (cperl-forward-to-end-of-expr): Likewise.
6776 (cperl-invert-if-unless): Works in "the opposite way" too.
6777 Cursor position on return is on the switch-word.
6778 Indents comments better.
6779 (REx-interpolated): New text attribute.
6780 (cperl-next-interpolated-REx): New function.
6781 (cperl-next-interpolated-REx-0): Likewise.
6782 (cperl-next-interpolated-REx-1): Likewise.
6783 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
6784 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6785 (cperl-praise): Mention finded interpolated RExen.
6786
6787 After 5.19:
6788 (cperl-init-faces): Highlight %$foo, @$foo too.
6789 (cperl-short-docs): Better docs for system, exec.
6790 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6791 Would not find HERE-doc ended by EOF without NL.
6792 (cperl-short-docs): Correct not-doubled \-escapes.
6793 start block: Put some `defvar' for stuff gone from XEmacs.
6794
6795 After 5.20:
6796 initial comment: Extend copyright, fix email address.
6797 (cperl-indent-comment-at-column-0): New customization variable.
6798 (cperl-comment-indent): Indentation after $#a would increasy by 1.
6799 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6800 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6801 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6802 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6803 highlight $ in $foo too (UNTESTED).
6804 (cperl-set-style): Docstring missed some available styles.
6805 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6806 Change "Current" to "Memorize Current".
6807 (cperl-indent-wrt-brace): New customization variable; the default is
6808 as for pre-5.2 version.
6809 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6810 (cperl-style-alist): Likewise.
6811 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6812 and `cperl-extra-newline-before-brace' etc
6813 being t
6814 (cperl-indent-exp): Plans B and C to find continuation blocks even
6815 if `cperl-extra-newline-before-brace' is t.
6816
6817 After 5.21:
6818 Improve some docstrings concerning indentation.
6819 (cperl-indent-rules-alist): New variable.
6820 (cperl-sniff-for-indent): New function name
6821 (separated from `cperl-calculate-indent').
6822 (cperl-calculate-indent): Separate the sniffer and the indenter;
6823 uses `cperl-sniff-for-indent' now.
6824 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6825 was inverted;
6826 Support `comment-column' = 0.
6827
6828 2006-10-11 Martin Rudalics <rudalics@gmx.at>
6829
6830 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6831 * help-at-pt.el (scan-buf-move-to-region): Likewise.
6832 * longlines.el (longlines-window-change-function): Likewise.
6833 * simple.el (undo-ask-before-discard): Likewise.
6834 * wid-edit.el (widget-field-prompt-internal)
6835 (widget-documentation-link-p): Likewise.
6836
6837 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6840 for a keyword.
6841
6842 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * newcomment.el (comment-valid-prefix-p): Make the check
6845 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
6846 (comment-indent-new-line): Adjust call.
6847
6848 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
6849
6850 * allout.el (allout-back-to-current-heading): Base on lower-level
6851 routines to get proper disqualification of aberrant topics.
6852
6853 2006-10-09 Richard Stallman <rms@gnu.org>
6854
6855 * textmodes/two-column.el (2C-two-columns): Doc fix.
6856
6857 2006-10-09 Kim F. Storm <storm@cua.dk>
6858
6859 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6860 about implicit use.
6861
6862 2006-10-08 Richard Stallman <rms@gnu.org>
6863
6864 * textmodes/two-column.el (2C-two-columns): Doc fix.
6865
6866 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6867
6868 * files.el: Mark `buffer-read-only' as safe-local-variable.
6869
6870 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
6871
6872 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6873 Burp if GUD buffer has been killed.
6874
6875 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * completion.el (add-completions-from-c-buffer):
6878 Don't presume an error's second element is a string.
6879 Use looking-at rather than buffer-substring + member.
6880
6881 2006-10-07 Eli Zaretskii <eliz@gnu.org>
6882
6883 * mail/rmail.el (rmail-redecode-body): If the old encoding is
6884 `undecided', call find-coding-systems-region to find a proper
6885 non-trivial encoding.
6886 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6887 and "text/plain".
6888
6889 2006-10-07 Kevin Ryde <user42@zip.com.au>
6890
6891 * textmodes/reftex-vars.el (defgroup reftex): Update home page
6892 url-link.
6893
6894 * strokes.el (defgroup strokes): Remove invalid url-link.
6895
6896 2006-10-07 Magnus Henoch <mange@freemail.hu>
6897
6898 * autoinsert.el (auto-insert-alist): Doc fix.
6899
6900 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6901
6902 * mouse-sel.el (mouse-insert-selection-internal):
6903 Use insert-for-yank, so that yank handlers are run.
6904
6905 2006-10-07 Kim F. Storm <storm@cua.dk>
6906
6907 * ido.el (ido-file-extension-aux): Fix comparison.
6908
6909 2006-10-06 Kim F. Storm <storm@cua.dk>
6910
6911 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6912
6913 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
6914
6915 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6916 (ad-make-mapped-call): Use `let', not `let*'.
6917
6918 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * international/mule-cmds.el (coding-system-change-eol-conversion):
6921 Ensure the coding system is initialized before calling
6922 coding-system-eol-type.
6923
6924 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
6925
6926 * textmodes/org.el (org-rm-props, org-activate-plain-links)
6927 (org-activate-angle-links, org-activate-dates)
6928 (org-activate-target-links, org-activate-camels)
6929 (org-activate-tags): Add `rear-nonsticky' text property to avoid
6930 textproperty keymaps from being active beyond the end of a line.
6931 (org-unfontify-region): Also remove `rear-nonsticky' property.
6932
6933 2006-10-04 Kenichi Handa <handa@m17n.org>
6934
6935 * international/code-pages.el (next): Table fixed.
6936
6937 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6940 that it's been made unnecessary by removing narrowing.
6941
6942 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6945 control flow a bit, simplify another bit, and add comments.
6946
6947 2006-10-03 David Kastrup <dak@gnu.org>
6948
6949 * help.el (describe-mode): For clicks on mode-line, use "@"
6950 interactive argument to get the major mode of the click instead of
6951 the current buffer.
6952
6953 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6954 in order to better redirect mouse-2 clicks. Also allow default
6955 bindings to apply.
6956
6957 2006-10-03 Kim F. Storm <storm@cua.dk>
6958
6959 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6960 (pushnew): Fix last change.
6961
6962 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
6963
6964 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6965 Use the interactive spec of `eval-expression'.
6966
6967 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
6968
6969 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6970
6971 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6972
6973 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6974 2006-09-28 commit.
6975
6976 2006-10-02 Kenichi Handa <handa@m17n.org>
6977
6978 * international/code-pages.el (iso-8859-6): Table fixed.
6979
6980 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
6981
6982 * dired.el (dired-build-subdir-alist): Fix previous change.
6983
6984 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6985
6986 * simple.el (undo-elt-crosses-region): Fix the inequalities.
6987
6988 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/find-func.el (find-function-regexp): Don't match
6991 "define-button-type".
6992
6993 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6994 they don't keep accumulating.
6995
6996 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6997
6998 * ffap.el (ffap-rfc-path): Change the address of the RFC
6999 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7000
7001 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7002
7003 * allout.el (allout-expose-topic): Rectify implementation of "+"
7004 spec, so that bodies are not exposed with headlines.
7005
7006 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7007
7008 * allout.el (allout-current-depth): Do aberrent check only at or
7009 below doublecheck depth.
7010 (allout-chart-subtree): Make it explicit that LEVELS being nil
7011 means unlimited depth. Drop undocumented support for LEVELS value
7012 t meaning unlimited depth. (This is consistent with
7013 allout-chart-to-reveal, but contrary to allout-show-children,
7014 which needs to use nil to default to depth of 1.)
7015 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7016 (allout-chart-to-reveal): Be explicit in docstring about meaning
7017 of nil LEVELS, and drop support for LEVELS value t.
7018 (allout-show-children): Translate the level spec used by this
7019 routine to that used by allout-chart-subtree and
7020 allout-chart-to-reveal.
7021 (allout-show-to-offshoot): Retry once when stuck, after opening
7022 subtree - improvements in discontinuity handling likely will
7023 enable progress.
7024
7025 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7026
7027 * wid-edit.el (widget-button-click-moves-point): New variable.
7028 (widget-button-click): If widget-button-click-moves-point is
7029 non-nil, set point after performing the button action.
7030
7031 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7032
7033 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7034
7035 * files.el (find-file-existing): Modify to not allow wildcards.
7036
7037 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7038
7039 * simple.el (undo-more): When undo information for the region is
7040 exhausted, say "No further undo information FOR REGION".
7041
7042 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7043
7044 * progmodes/sh-script.el (sh-prev-thing):
7045 Take `sh-leading-keywords' into account.
7046
7047 2006-09-29 Glenn Morris <rgm@gnu.org>
7048
7049 * custom.el (defcustom): Doc fix.
7050
7051 * calendar/calendar.el (european-calendar-style):
7052 Call european-calendar or american-calendar as needed when set.
7053 (diary-view-entries, list-calendar-holidays): Move autoloads
7054 before use.
7055
7056 2006-09-29 Juri Linkov <juri@jurta.org>
7057
7058 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7059 to nil if there is no previous property change.
7060
7061 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7062
7063 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7064 saving anything to be sure that `forward-sexp' behaves correctly.
7065
7066 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * simple.el (line-move-finish): Ignore field boundaries if the
7069 initial and final points have the same `field' property.
7070
7071 2006-09-29 Kim F. Storm <storm@cua.dk>
7072
7073 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7074 to t while calling ido-read-internal.
7075
7076 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7077
7078 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7079 (org-archive-subtree): Remove erraneous `]' from character list.
7080
7081 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7082
7083 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7084 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7085 markers for data-area and parameters-area.
7086
7087 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7090
7091 * font-lock.el (font-lock-after-change-function): Refontify next line
7092 as well if end is at BOL.
7093 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7094 only extend the region as much as needed.
7095
7096 2006-09-28 Richard Stallman <rms@gnu.org>
7097
7098 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7099
7100 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7101
7102 * international/mule.el (after-insert-file-set-coding):
7103 If VISIT, don't let set-buffer-multibyte make undo info.
7104
7105 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7106
7107 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7108 lines in base64-encoded authentication response.
7109
7110 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7111
7112 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7113 (ebnf-version): New version 4.3.
7114 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7115 (ebnf-prologue): Adjust PostScript programming.
7116 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7117 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7118
7119 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * jit-lock.el (jit-lock-force-redisplay): Rename from
7122 jit-lock-fontify-again, and undo the mistaken change I've just done.
7123
7124 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7125 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7126
7127 2006-09-26 Kenichi Handa <handa@m17n.org>
7128
7129 * startup.el (display-splash-screen): Allow a prefix argument.
7130
7131 2006-09-25 Jason Rumney <jasonr@gnu.org>
7132
7133 * subr.el (shell-quote-argument): Use DOS logic for Windows
7134 shells with DOS semantics.
7135
7136 2006-09-24 Richard Stallman <rms@gnu.org>
7137
7138 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7139 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7140 to delete the overlay. Put it on pre-command-hook.
7141
7142 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7143
7144 * startup.el (fancy-splash-screens, normal-splash-screen):
7145 Call the splash buffer *About GNU Emacs*.
7146
7147 * simple.el (next-error-highlight, next-error-highlight-no-select):
7148 Default to 0.5.
7149 (yank-excluded-properties): Add `fontified'.
7150
7151 * font-lock.el (font-lock-compile-keywords): Allow value of
7152 syntax-begin-function to enable paren-column-0 highlighting.
7153
7154 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
7155
7156 * dired.el (dired-build-subdir-alist): When file ends in colon,
7157 don't exit the loop, just disregard that file.
7158
7159 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * simple.el (line-move-finish): Handle corner case for fields in
7162 continued lines.
7163 (line-move-1): Remove flawed test for that case.
7164
7165 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7166
7167 * icomplete.el (icomplete-simple-completing-p): Use the correct
7168 name for the new variable, `icomplete-with-completion-tables'.
7169 (file local variables): Remove superfluous setting.
7170
7171 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7172
7173 * calendar/appt.el (appt-check): Fix typo for appointments just
7174 after midnight.
7175
7176 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * help.el (describe-key-briefly, describe-key): Don't expect an
7179 extra up event if a down-event is generated by a popup menu.
7180
7181 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
7182
7183 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7184 local dictionary when changing the global dictionary.
7185
7186 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7187
7188 * icomplete.el (icomplete-with-completion-tables): List of
7189 specialized completion tables with which icomplete should
7190 operate. Include the new `internal-complete-buffer', so icomplete
7191 works with interactive buffer-selection.
7192 (icomplete-simple-completing-p): Add acceptance of specialized
7193 completion tables listed in icomplete-with-completion-tables.
7194
7195 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7196
7197 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7198
7199 * startup.el (command-line): Use `custom-reevaluate-setting' for
7200 `focus-follows-mouse'.
7201
7202 2006-09-22 Richard Stallman <rms@gnu.org>
7203
7204 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7205 explain why Save is not available.
7206
7207 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * woman.el (woman0-so): Use `let*', not `let'.
7210 (woman-horizontal-line): Remove unbalanced parenthesis.
7211
7212 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * woman.el: Make sure all the end-of-region markers we use have
7215 a non-nil insertion-type.
7216 (woman0-so): Move things around so we can use copy-marker.
7217 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7218 Adjust marker type.
7219 (woman2-process-escapes): Check marker type.
7220 (woman-horizontal-line): Dispense with the use of a marker.
7221
7222 2006-09-22 Jay Belanger <belanger@truman.edu>
7223
7224 * calc/calc-lang.el: Add Greek letters to math-variable-table
7225 property of tex.
7226
7227 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7230
7231 2006-09-22 Masatake YAMATO <jet@gyve.org>
7232
7233 * add-log.el (add-log-current-defun): Use `forward-sexp'
7234 instead of `forward-word' to pick c++::symbol.
7235 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7236
7237 2006-09-22 Kenichi Handa <handa@m17n.org>
7238
7239 * bindings.el: Fix setting self-insert-command for multibyte
7240 characters in global-map.
7241
7242 2006-09-21 David Kastrup <dak@gnu.org>
7243
7244 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7245 doc string.
7246
7247 2006-09-21 Kenichi Handa <handa@m17n.org>
7248
7249 * language/european.el ("Latin-1"): Add windows-1252 to
7250 coding-priority.
7251 ("German"): Likewise.
7252
7253 2006-09-21 Kim F. Storm <storm@cua.dk>
7254
7255 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7256 Suggested by Miles Bader.
7257
7258 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7259 instead of add-to-list in the simple case.
7260
7261 2006-09-20 Kenichi Handa <handa@m17n.org>
7262
7263 * isearch.el (isearch-process-search-char): Cancel the previous change.
7264 (isearch-search-string): New function.
7265 (isearch-search): Use isearch-search-string.
7266 (isearch-lazy-highlight-search): Likewise.
7267
7268 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7269
7270 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7271 string to become an option.
7272
7273 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7276
7277 2006-09-20 Kim F. Storm <storm@cua.dk>
7278
7279 * simple.el (line-move-partial): Call pos-visible-in-window-p with
7280 position t instead of trying both window-end and window-end - 1.
7281
7282 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
7283
7284 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7285 hidden trees.
7286
7287 2006-09-20 David Kastrup <dak@gnu.org>
7288
7289 * mouse.el (mouse-posn-property): Improve doc string.
7290 (mouse-on-link-p): Change buffers for function calls on links.
7291
7292 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7293 buffer is read-only.
7294
7295 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
7296
7297 * allout.el (allout-unprotected): Let inhibit-read-only only when
7298 buffer-read-only isn't set.
7299 (allout-annotate-hidden): Enable topic annotation during copies even
7300 when the buffer is read-only, eg for topic copies. Ensure that the loop
7301 advances, even when the span extends beyond the deletion region.
7302 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7303 rather than allout-exposure-changed-hook, as a stronger assertion.
7304 (allout-keybindings-list): Add bindings for
7305 allout-copy-line-as-kill and allout-copy-topic-as-kill.
7306 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7307 Copy wrappers for allout-kill-line and allout-kill-topic.
7308 (allout-listify-exposed): Position correctly to accumulate lines.
7309
7310 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * simple.el (line-move-1): Escape field boundaries occurring
7313 exactly at point. Update goal column if constrained to a field.
7314 (line-move-finish): Escape field boundaries occurring exactly at point.
7315
7316 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * mouse.el (mouse-on-link-p): Tentatively fix last change.
7319 (mouse-drag-vertical-line): Remove unused var `wconfig'.
7320
7321 2006-09-19 Kim F. Storm <storm@cua.dk>
7322
7323 * help.el (describe-key-briefly, describe-key): Simplify printing
7324 of descriptions by using format and %S. Fix "is undefined"
7325 messages to say "at that spot" for mouse events.
7326
7327 * simple.el (line-move-partial): Optimize. Try window-line-height
7328 before posn-at-point to get vpos of current line.
7329
7330 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7331
7332 * viper.el: Bump up version/date of update to reflect the substantial
7333 changes done in August 2006.
7334
7335 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7336 are defined.
7337
7338 * ediff-util.el (ediff-add-to-history): New function.
7339
7340 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7341
7342 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7343
7344 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7345 Delete duplicate make-local-variable form.
7346 (conf-space-keywords): Add autoload cookie.
7347 Fix typo (`keywords', not `keyword').
7348
7349 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7350
7351 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7352 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
7353 to x-gtk-use-old-file-dialog.
7354
7355 2006-09-18 Richard Stallman <rms@gnu.org>
7356
7357 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7358 that might come in during mouse tracking.
7359
7360 2006-09-18 Kim F. Storm <storm@cua.dk>
7361
7362 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7363 new window-line-height function. Further optimize by not calling
7364 pos-visible-in-window-p for window-end when window-line-height
7365 returns useful information.
7366
7367 2006-09-16 Richard Stallman <rms@gnu.org>
7368
7369 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7370 (conf-space-mode): Don't handle prefix arg.
7371 Delete conf-space-keywords-override code.
7372 Use add-hook.
7373 (conf-space-keywords): New command.
7374 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7375 Delete conf-space-keywords-override code.
7376 (conf-space-keywords-alist): Doc fix.
7377 (conf-space-font-lock-keywords): Doc fix.
7378 (conf-space-keywords-override): Var deleted.
7379
7380 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * startup.el (fancy-splash-screens): Don't switch to the scratch
7383 buffer; it may not be the next buffer.
7384
7385 2006-09-16 Romain Francoise <romain@orebokech.com>
7386
7387 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7388 in both messages.
7389
7390 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7391
7392 * progmodes/python.el (python-preoutput-filter):
7393 Fix arg order to string-match.
7394
7395 2006-09-16 Richard Stallman <rms@gnu.org>
7396
7397 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7398 font-lock-compile-keywords.
7399
7400 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7401 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7402
7403 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7404
7405 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7406
7407 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7408 and the data doesn't look like UTF8, send STRING instead.
7409
7410 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7411
7412 * textmodes/flyspell.el (flyspell-check-region-doublons):
7413 New function to detect duplicated words.
7414 (flyspell-large-region): Use it.
7415
7416 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7419
7420 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7421
7422 * help.el (describe-prefix-bindings): Use let, not let*.
7423
7424 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
7425
7426 * allout.el (allout-regexp, allout-line-boundary-regexp)
7427 (allout-bob-regexp): Correct grouping and boundaries to fix
7428 backwards traversal.
7429 (allout-depth-specific-regexp, allout-depth-one-regexp):
7430 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7431 worse time in allout-ascend.
7432 (allout-doublecheck-at-and-shallower): Identify depth threshold
7433 below which topics are checked for and disqualified by containment
7434 discontinuities.
7435 (allout-hotspot-key-handler): Correctly handle multiple-key
7436 strokes. Remove some unused variables.
7437 (allout-mode-leaders): Clarify that mode-specific comment-start
7438 will be used.
7439 (set-allout-regexp): Correctly regexp-quote allout regexps to
7440 properly accept alternative header-leads and primary bullets with
7441 regexp-specific characters (eg, C "/*", mathematica "(*").
7442 Include new regular expressions among those configured.
7443 (allout-infer-header-lead-and-primary-bullet):
7444 Rename allout-infer-header-lead.
7445 (allout-recent-depth): Manifest as a variable as well as a function.
7446 (allout-prefix-data): Simplify into an inline instead of a macro,
7447 assuming current match data rather than being explicitly passed
7448 it. Establish allout-recent-depth value as well as
7449 allout-recent-prefix-beginning and allout-recent-prefix-end.
7450 (allout-aberrant-container-p): True when an item's immediate
7451 offspring discontinuously contained. Useful for disqualifying
7452 unintended topic prefixes, likely at low depths.
7453 (allout-goto-prefix-doublechecked): Elaborate version of
7454 allout-goto-prefix which disqualifies aberrant pseudo-items.
7455 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7456 get disqualification of aberrant containers.
7457 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7458 containers.
7459 (allout-beginning-of-current-entry): Position at start of buffer
7460 when in container (depth 0) entry.
7461 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7462 (allout-current-bullet): Strip text properties.
7463 (allout-get-prefix-bullet): Use right match groups.
7464 (allout-beginning-of-line, allout-next-heading):
7465 Disqualify aberrant containers.
7466 (allout-previous-heading): Disqualify aberrant containers, and
7467 change to regular (rather than inline) function, to allow
7468 self-recursion.
7469 (allout-get-invisibility-overlay): Increment so progress is made
7470 when the first overlay is not the sought one.
7471 (allout-end-of-prefix): Disqualify aberrant containers.
7472 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7473 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7474 outline.el outlines) functional again. Change the primary bullet
7475 along with the header-lead - level 1 new-style bullets now work.
7476 Engage allout-before-change-handler in mainline Emacs, not just
7477 XEmacs, to do undo handling.
7478 (allout-before-change-handler): Expose undo changes occurring in
7479 hidden regions. Use allout-get-invisibility-overlay instead of
7480 reimplementing it inline.
7481 (allout-chart-subtree): Use start rather than end of prefix in
7482 charts. Use allout-recent-depth variable.
7483 (allout-chart-siblings): Disqualify aberrant topics.
7484 (allout-beginning-of-current-entry): Position correctly.
7485 (allout-ascend): Use new allout-depth-specific-regexp and
7486 allout-depth-one-regexp for linear instead of O(N^2) or worse
7487 behavior.
7488 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7489 reimplementing an algorithm.
7490 (allout-up-current-level): Depend on allout-ascend, rather than
7491 reimplementing an algorithm. Return to start-point if we fail.
7492 (allout-descend-to-depth): Use allout-recent-depth variable
7493 instead of function.
7494 (allout-next-sibling): On traversal of numerous intervening
7495 topics, resort to economical allout-next-sibling-leap.
7496 (allout-next-sibling-leap): Specialized version of
7497 allout-next-sibling that uses allout-ascend cleverly, to depend on
7498 a regexp search to leap large numbers of contained topics, rather
7499 than arbitrarily many one-by-one traversals.
7500 (allout-next-visible-heading): Disqualify aberrant topics.
7501 (allout-previous-visible-heading): Position consistently when
7502 interactive.
7503 (allout-forward-current-level): Base on allout-previous-sibling
7504 rather than (differently) reimplmenting the algorithm. Remove some
7505 unused variables.
7506 (allout-solicit-alternate-bullet): Present default choice stripped
7507 of text properties.
7508 (allout-rebullet-heading): Use bullet stripped of text properties.
7509 Register changes using allout-exposure-change-hook.
7510 Disregard aberrant topics.
7511 (allout-shift-in): With universal-argument, make topic a peer of
7512 it's former offspring. Simplify the code by separating out
7513 allout-shift-out functionality.
7514 (allout-shift-out): With universal-argument, make offspring peers
7515 of their former container, and its siblings. Implement the
7516 functionality here, rather than inappropriately muddling the
7517 implementation of allout-shift-in.
7518 (allout-rebullet-topic): Respect additional argument for new
7519 parent-child separation function.
7520 (allout-yank-processing): Use allout-ascend directly.
7521 (allout-show-entry): Disqualify aberrant topics.
7522 (allout-show-children): Handle discontinuous children gracefully,
7523 extending the depth being revealed to expose them and posting a
7524 message indicating the situation.
7525 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7526 Leave cursor in correct position.
7527 (allout-hide-current-subtree): Use allout-ascend directly.
7528 Disqualify aberrant topics.
7529 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7530 a way that the yanks can restore it, as used to happen.
7531 (allout-yank-processing): Restore exposure layout as recorded by
7532 allout-kill-*, as used to happen.
7533 (allout-annotate-hidden, allout-hide-by-annotation): New routines
7534 for preseving and restoring exposure layout across kills.
7535 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7536 (allout-encrypt-string): Strip text properties.
7537 Rearranged order and outline-headings for some of the
7538 miscellaneous functions.
7539 (allout-resolve-xref): No need to quote the error name in the
7540 condition-case handler section.
7541 (allout-flatten): Classic recursive (and recursively intensive,
7542 without tail-recursion) list-flattener, needed by allout-shift-out
7543 when confronted with discontinuous children.
7544
7545 2006-09-16 Jason Rumney <jasonr@gnu.org>
7546
7547 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7548 on ms-windows.
7549 (dnd-open-unc-file): Remove.
7550 (dnd-open-local-file): Mention in doc string that it also handles
7551 remote files if the system natively supports unc file-names.
7552
7553 2006-09-15 Kim F. Storm <storm@cua.dk>
7554
7555 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7556 all necessary information about the event before erasing *Help*.
7557
7558 * simple.el (line-move-partial): Use window-line-visiblity to
7559 quickly check whether last line is partially visible, and only do
7560 the hard (and slow) part in that case.
7561
7562 2006-09-15 Jay Belanger <belanger@truman.edu>
7563
7564 * COPYING: Replace "Library Public License" by "Lesser Public
7565 License" throughout.
7566
7567 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7568
7569 * term/x-win.el (x-menu-bar-open): New function for F10.
7570
7571 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7574 Disallow filenames containing " -" to avoid confusion with libtool
7575 compilation messages. Suggested by Stefan Monnier.
7576
7577 2006-09-15 David Kastrup <dak@gnu.org>
7578
7579 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7580 instead of buffer position for `mouse-on-link-p'.
7581
7582 * mouse.el (mouse-posn-property): New function looking up the
7583 properties at a click position in overlays and text properties in
7584 either buffer or strings.
7585 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7586 of both `follow-link' as well as `mouse-face' properties.
7587 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7588 buffer position.
7589
7590 * help.el (describe-key-briefly): When reading a down-event on
7591 mode lines or scroll bar, swallow the following up event, too.
7592 Use the new mouse sensitity of `key-binding' for lookup.
7593 (describe-key): The same here.
7594
7595 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
7596
7597 * play/life.el (life-patterns): Add a few more interesting patterns.
7598 (life-setup): Force `show-trailing-whitespace' to nil.
7599
7600 2006-09-14 Richard Stallman <rms@gnu.org>
7601
7602 * startup.el (fancy-splash-text): Change text to improve alignment.
7603 (fancy-splash-screens): Don't set non-standard tab width.
7604 Bind cursor-type temporarily, and make it easy to patch to
7605 preserve the splash buffer.
7606 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7607 (fancy-splash-screens): Display echo-area message explicitly.
7608 Don't set fancy-splash-help-echo.
7609
7610 * simple.el (line-number-mode): Group mode-line instead of
7611 editing-basics.
7612 (column-number-mode, size-indication-mode): Likewise.
7613
7614 * faces.el (mode-line-faces): Group mode-line instead of modeline.
7615
7616 * time.el (display-time): Group mode-line instead of modeline.
7617
7618 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
7619
7620 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * startup.el (fancy-splash-text): Move editing instructions to
7623 fancy-splash-head.
7624 (fancy-splash-head): Issue editing instructions.
7625 (fancy-splash-screens): Fixup whitespace.
7626
7627 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * bindings.el (mode-line-buffer-identification-keymap):
7630 Remove duplicate line.
7631
7632 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7633
7634 * ido.el (ido-ignore-item-p): Allow any kind of functions in
7635 ignore lists.
7636
7637 2006-09-14 Kim F. Storm <storm@cua.dk>
7638
7639 * jit-lock.el (jit-lock-fontify-again): New function.
7640 (jit-lock-fontify-now): Use it instead of lambda form.
7641
7642 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
7643
7644 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7645 (flyspell-auto-correct-word): Make ispell-filter local to these
7646 functions. Check that ispell-filter has new stuff before calling
7647 ispell-parse-output.
7648
7649 2006-09-13 Kim F. Storm <storm@cua.dk>
7650
7651 * simple.el (line-move-partial): Optimize.
7652
7653 2006-09-13 Richard Stallman <rms@gnu.org>
7654
7655 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7656 Delete spurious backquote.
7657
7658 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7659
7660 * net/rcirc.el (rcirc-print): Fix last change.
7661
7662 2006-09-12 Jay Belanger <belanger@truman.edu>
7663
7664 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7665
7666 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7667
7668 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7669 rcirc-show-maximum-output.
7670 (rcirc-mode): Remove window-scroll-function hook.
7671 (rcirc-scroll-to-bottom): Remove function.
7672 (rcirc-print): Recenter so point stays at the bottom of the window
7673 if point was already there.
7674
7675 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7676
7677 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7678 not to "t".
7679 * progmodes/compile.el (compilation-start): Likewise.
7680 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7681 Don't use expand-file-name on invocation-directory, since this
7682 might mishandle special characters in invocation-directory.
7683
7684 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * pcvs-defs.el: Remove * in defcustom's docstrings.
7687
7688 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
7689
7690 * progmodes/compile.el (compilation-directory-properties):
7691 Doc fix for help-echo.
7692
7693 2006-09-12 Lars Hansen <larsh@soem.dk>
7694
7695 * desktop.el (desktop-read): Add comment.
7696
7697 2006-09-12 Kim F. Storm <storm@cua.dk>
7698
7699 * simple.el (next-error-highlight, next-error-highlight-no-select):
7700 Fix spelling error.
7701
7702 * subr.el (sit-for): Rework to use input-pending-p and cond.
7703 Return nil input is pending on entry also for SECONDS <= 0.
7704 (while-no-input): Use input-pending-p instead of sit-for.
7705
7706 2006-09-11 Richard Stallman <rms@gnu.org>
7707
7708 * simple.el (next-error-highlight, next-error-highlight-no-select):
7709 Fix custom type and doc strings.
7710
7711 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7714 (diff-apply-hunk): Use it to ask for confirmation.
7715
7716 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7717
7718 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7719
7720 2006-09-11 David Kastrup <dak@gnu.org>
7721
7722 * help.el (string-key-binding, describe-key-briefly)
7723 (describe-key): Remove `string-key-binding' and its callers since
7724 `key-binding' already caters for the proper lookup now.
7725
7726 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7729 (cfengine-mode): Use it. Fix \ syntax to be like /.
7730
7731 * bindings.el (mode-line-buffer-identification-keymap):
7732 Move initialization into declaration.
7733
7734 2006-09-10 Kim F. Storm <storm@cua.dk>
7735
7736 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7737 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7738 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7739 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
7740
7741 2006-09-10 Richard Stallman <rms@gnu.org>
7742
7743 * dired-aux.el: Handle errors in recursive copy usefully.
7744 (dired-create-files-failures): New variable.
7745 (dired-copy-file): Remove condition-case.
7746 (dired-copy-file-recursive): Check for errors on all file
7747 operations, and add them to dired-create-files-failures.
7748 Check file file-date-erorr here too.
7749 (dired-create-files): Check dired-create-files-failures
7750 and report those errors too.
7751
7752 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7753
7754 * subr.el (add-to-list): New argument COMPARE-FN.
7755
7756 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7757
7758 * filecache.el (file-cache-add-directory)
7759 (file-cache-add-directory-list, file-cache-add-file)
7760 (file-cache-add-directory-using-find)
7761 (file-cache-add-directory-using-locate)
7762 (file-cache-add-directory-recursively): Add autoloads.
7763
7764 2006-09-09 Richard Stallman <rms@gnu.org>
7765
7766 * textmodes/conf-mode.el (conf-space-mode):
7767 Use hack-local-variables-hook instead of calling hack-local-variables.
7768 (conf-space-keywords-override): New variable.
7769 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
7770 (conf-space-mode): Always make conf-space-keywords and
7771 conf-space-keywords-override local.
7772 Call conf-space-mode-internal directly as well as via hook.
7773
7774 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7775
7776 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7777 quasi-keywords.
7778
7779 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7782 (python-send-string): Be slightly more careful about adding \n.
7783
7784 * startup.el (normal-splash-screen): Don't display the buffer if we'll
7785 kill it right away anyway.
7786
7787 2006-09-09 Eli Zaretskii <eliz@gnu.org>
7788
7789 * international/codepage.el (cp850-decode-table): Fix a few codes.
7790 (cp858-decode-table): New variable.
7791
7792 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7793
7794 * net/ldap.el (ldap-search-internal): Doc fix.
7795
7796 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7797
7798 * play/life.el (life-display-generation): Test for input manually if
7799 `sleeptime' is negative or null.
7800
7801 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7802 (print-region-1): Substitute `%s' with the page title.
7803
7804 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
7805
7806 * locate.el (locate-current-search): New variable.
7807 (locate): Set buffer local value. Use current buffer if it is
7808 in Locate mode.
7809 (locate-mode): Disable undo here.
7810 (locate-do-setup): Use locate-current-filter from buffer to be killed.
7811 (locate-update): Use locate-current-search and locate-current-filter.
7812
7813 2006-09-08 David Kastrup <dak@gnu.org>
7814
7815 * desktop.el (desktop-read): When loading a desktop, disable
7816 saving it while the load progresses, and switch off a pending lazy
7817 load by calling `desktop-lazy-abort'.
7818
7819 2006-08-27 Martin Rudalics <rudalics@gmx.at>
7820
7821 * window.el (mouse-autoselect-window-timer)
7822 (mouse-autoselect-window-position)
7823 (mouse-autoselect-window-window)
7824 (mouse-autoselect-window-now): New vars.
7825 (mouse-autoselect-window-cancel)
7826 (mouse-autoselect-window-select)
7827 (mouse-autoselect-window-start): New functions.
7828 (handle-select-window): Call `mouse-autoselect-window-start' when
7829 delayed window autoselection is enabled.
7830
7831 * cus-start.el (mouse-autoselect-window): Handle delayed window
7832 autoselection.
7833
7834 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7835 commands after which it is allowed to print in the echo area.
7836
7837 2006-09-08 Richard Stallman <rms@gnu.org>
7838
7839 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7840
7841 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7842 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7843
7844 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7845 (cancel-timer-internal): Add doc string.
7846 (cancel-function-timers): Doc fix.
7847 (with-timeout-handler, timer-event-last*): Add doc strings.
7848
7849 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7850
7851 * files.el (risky-local-variable-p): Match ...-bindat-spec.
7852
7853 * dired.el (dired-log-summary): Add doc string.
7854
7855 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
7856 (custom-group-menu-create): Not here.
7857
7858 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
7859
7860 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
7861
7862 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7863
7864 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
7865 (mac-apple-event-map): Define its handler.
7866
7867 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7868
7869 * net/ldap.el (ldap-search-internal): Handle `auth' key.
7870
7871 2006-09-07 Magnus Henoch <mange@freemail.hu>
7872
7873 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7874 clause.
7875
7876 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7877
7878 * info.el (Info-index): Bind completion-ignore-case.
7879
7880 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7883 previous commit.
7884 (inferior-prolog-guess-flavor): New fun left out of previous commit.
7885 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7886 burp in dedicated windows.
7887 (inferior-prolog-self-insert-command): New command.
7888 (inferior-prolog-mode-map): Use it.
7889
7890 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7891
7892 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7893
7894 * international/code-pages.el: Add cp858.
7895
7896 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7897
7898 * dnd.el: Fix bootstrapping.
7899
7900 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7901
7902 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7903 (dnd-open-remote-url): New function.
7904 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7905 not windows-nt.
7906
7907 2006-09-07 Jason Rumney <jasonr@gnu.org>
7908
7909 * dnd.el (dnd-open-remote-file-function): New variable.
7910 (dnd-open-unc-file): New function.
7911 (dnd-open-file): Call dnd-open-remote-file-function if set.
7912
7913 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7914
7915 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7916 pgg-passphrase-coding-system rather than locale-coding-system.
7917 * pgg-def.el (pgg-passphrase-coding-system): New user option.
7918
7919 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * progmodes/prolog.el: Remove * in docstrings.
7922 (prolog-program-name): Add SWI prolog.
7923 (prolog-mode-menu): New menu.
7924 (prolog-mode): Set comment-add.
7925 (prolog-indent-line): Simplify. Use indent-line-to.
7926 (inferior-prolog-buffer): New var.
7927 (inferior-prolog-run, inferior-prolog-process): New funs.
7928 (run-prolog, switch-to-prolog): Rewrite, using them.
7929 (prolog-consult-region): Use inferior-prolog-buffer.
7930 (inferior-prolog-load-file): New function.
7931 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7932
7933 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7934 last word, if it's not the end of the paragraph.
7935
7936 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7937 file name.
7938
7939 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
7940
7941 * frame.el (display-mm-dimensions-alist): New defcustom.
7942 (display-mm-height, display-mm-width): Use it.
7943
7944 2006-09-06 Simon Josefsson <jas@extundo.com>
7945
7946 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7947
7948 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7951 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7952 string values.
7953
7954 2006-09-06 Kim F. Storm <storm@cua.dk>
7955
7956 * simple.el (line-move-partial): New function to do vscrolling for
7957 partially visible images / tall lines. Rewrite based on code
7958 previously in line-move. Simplify backwards vscrolling.
7959 (line-move): Use it. Simplify.
7960
7961 2006-09-05 Kim F. Storm <storm@cua.dk>
7962
7963 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7964
7965 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
7966
7967 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7968 Process the `gcc-include' after the `gnu' rule.
7969
7970 2006-09-05 Kim F. Storm <storm@cua.dk>
7971
7972 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7973
7974 2006-09-05 Daiki Ueno <ueno@unixuser.org>
7975
7976 * pgg.el (pgg-clear-string): Alias to clear-string for backward
7977 compatibility.
7978
7979 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7980 inhibit-redisplay; encode passphrase with locale-coding-system.
7981
7982 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7985
7986 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7989 (gdb-var-list-children-regexp): Make type field optional.
7990
7991 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7992 e.g public, protected in C++.
7993
7994 2006-09-04 John Paul Wallington <jpw@pobox.com>
7995
7996 * simple.el (completion-show-help): New defcustom.
7997 (completion-setup-function): Heed it.
7998
7999 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8000
8001 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8002
8003 2006-09-04 Richard Stallman <rms@gnu.org>
8004
8005 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8006 (rsf-min-region-to-spam-list): Doc fix.
8007 (rsf-add-content-type-field): Doc fix.
8008
8009 * simple.el (kill-region): Explicitly test there is a region.
8010
8011 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8014 sendmail in several common directories.
8015
8016 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8017
8018 * paths.el (sendmail-program): Removed.
8019
8020 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8021
8022 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8023 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8024 http://article.gmane.org/gmane.emacs.gnus.general/50457
8025
8026 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8029 mark after running the menu filter.
8030
8031 2006-09-03 Juri Linkov <juri@jurta.org>
8032
8033 * international/quail.el (quail-defrule-internal): Add a check
8034 if a key is a vector.
8035
8036 2006-09-02 Juri Linkov <juri@jurta.org>
8037
8038 * man.el (Man-topic-history): New variable.
8039 (man): Use it.
8040
8041 * woman.el (woman-topic-history): Change defvar to defvaralias
8042 for symbol `Man-topic-history'.
8043
8044 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8045 `comint-last-output-start' is a marker by using `markerp' and
8046 check if it has a position by using `marker-position', and use
8047 this position for `goto-char'.
8048
8049 * international/quail.el (quail-defrule-internal): Add missing
8050 `error' call for null key.
8051
8052 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8053
8054 * rcirc.el (rcirc-keywords): New variable.
8055 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8056 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8057 variables.
8058 (rcirc-responses-no-activity): New function.
8059 (rcirc-handler-generic): Check for responses in above.
8060 (rcirc-process-command): Add ?: character to arguments of raw
8061 server commands.
8062 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8063 `rcirc-dim-nicks'.
8064 (rcirc-gray-toggle): Remove unused variable.
8065 (rcirc-print): Remove some tracking logic, which is moved into
8066 markup functions.
8067 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8068 types.
8069 (rcirc-activity-string): Look for 'keyword in activity-types.
8070 (rcirc-window-configuration-change): Don't erase overlay-arrow
8071 unnecessarily.
8072 (rcirc-add-or-remove): New function.
8073 (rcirc-cmd-ignore): Use it.
8074 (rcirc-message-leader): Remove unused function.
8075 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8076 (rcirc-add-face): New function.
8077 (rcirc-facify): Use rcirc-add-face.
8078 (rcirc-url-regexp): Add parens.
8079 (rcirc-map-regexp): Remove function.
8080 (rcirc-mangle-regexp): Remove function.
8081 (rcirc-markup-text-functions): New variable.
8082 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8083 (rcirc-markup-body-text, rcirc-markup-attributes)
8084 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8085 (rcirc-markup-bright-nicks): New markup handler functions.
8086 (rcirc-nick-in-message-full-line): New face.
8087 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8088 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8089
8090 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8091
8092 * cus-start.el (hscroll-margin, hscroll-step)
8093 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8094 (x-use-underline-position-properties): Change version to "22.1"
8095 since they will appear there for the first time.
8096
8097 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8098
8099 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8100
8101 2006-08-31 Richard Stallman <rms@gnu.org>
8102
8103 * cus-edit.el (custom-save-variables): Slight cleanup.
8104 (Custom-no-edit): Renamed from custom-no-edit.
8105 (Custom-newline): Renamed from custom-newline.
8106 (custom-mode-map): Use new names.
8107
8108 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8109 about customization, rather than M-x customize, in the doc string
8110 made for the defcustom.
8111
8112 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8113
8114 2006-08-31 Romain Francoise <romain@orebokech.com>
8115
8116 * dired-x.el (dired-guess-shell-alist-default): Update.
8117
8118 2006-08-31 Michael Mauger <mmaug@yahoo.com>
8119
8120 * custom.el (custom-theme-set-variables): Autoload packages before
8121 sorting the variables.
8122
8123 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
8124
8125 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8126 chars if XEmacs.
8127 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8128
8129 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8132 waiting for process.
8133
8134 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8135
8136 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8137 results in ASCII-only string, encode original one directly.
8138
8139 2006-08-29 Romain Francoise <romain@orebokech.com>
8140
8141 * startup.el (normal-splash-screen, fancy-splash-screens):
8142 Make buffer read-only and arrange to enter view mode if necessary.
8143
8144 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * hl-line.el (hl-line): New face.
8147 (hl-line-face): Use it.
8148
8149 * image-mode.el (image-mode): Fix last fix.
8150 Suggested by Kim F. Storm.
8151
8152 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8153
8154 Sync with Tramp 2.0.54.
8155
8156 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8157 of `=', because `tramp-get-remote-gid' might not always return an
8158 integer when expected.
8159 (tramp-register-file-name-handlers): `partial-completion-mode' is
8160 unknown to XEmacs.
8161 (tramp-time-diff): Don't use `floor', it might fail for large
8162 differences.
8163 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8164 `tramp-auto-save-directory' if unset in order to guarantee unique
8165 auto-save file names.
8166
8167 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8168
8169 * image-mode.el (image-mode): Display image as text on a terminal.
8170
8171 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * progmodes/python.el (python-send-command): Simplify.
8174 (run-python): Don't generate a new buffer unless `new' was specified.
8175 Make sure we send `import emacs' to the proper process.
8176
8177 * progmodes/python.el (python-send-command): Don't wait for the command
8178 to terminate. Don't fiddle with compilation-parsing-end.
8179
8180 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8181
8182 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8183 Insert commentary after first line summary.
8184
8185 * woman.el (woman-follow): New function, based on `man-follow'.
8186 (woman-mode-map): Use it.
8187
8188 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8189 since ibuffer-do-sort-by-recency does not define a sorter.
8190
8191 2006-08-28 Kim F. Storm <storm@cua.dk>
8192
8193 * find-dired.el (find-dired): Use shell-quote-argument to properly
8194 escape ( and ) args. Also use it on {} and ; args in default
8195 value of find-ls-option string.
8196 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8197
8198 2006-08-27 Michael Olson <mwolson@gnu.org>
8199
8200 * emacs-lisp/tq.el: Small grammar fix in comments.
8201 (tq-enqueue): Check for existence of queue rather than the
8202 head queue item's question, which was a no-op.
8203 (tq-filter, tq-process-buffer): Make sure the process buffer
8204 exists before making it the current buffer.
8205
8206 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8207
8208 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8209 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8210 (special-event-map): Apply 2006-08-16 change for x-win.el.
8211
8212 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8213
8214 * progmodes/python.el (python-send-receive): Wait in the
8215 process's buffer so as to check the right buffer-local variables.
8216
8217 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8220 (defgroup checkdoc): Move to beginning.
8221
8222 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8223 (python-preoutput-continuation): Remove.
8224 (python-preoutput-filter): Simplify correspondingly.
8225 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
8226 Loop around to catch embedded _emacs_out output.
8227 (run-python): Send the import&print command on a single line.
8228 (python-send-command): Send command&print on a single line.
8229 (python-send-string): Only add double \n if needed.
8230 (python-send-receive): Loop until the result comes.
8231 (python-mode-running): Defvar it.
8232 (python-setup-brm): Remove unused var `menu'.
8233 Only bind py-mode-map and `features' around brm-init.
8234 (python-calculate-indentation): Remove unused var `point'.
8235 (python-beginning-of-defun): Remove unused var `def-line'.
8236
8237 2006-08-25 Richard Stallman <rms@gnu.org>
8238
8239 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8240
8241 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
8242
8243 * viper.el (viper-set-hooks): Use frame bindings for
8244 viper-vi-state-cursor-color.
8245 (viper-non-hook-settings): Don't set default
8246 mode-line-buffer-identification.
8247
8248 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8249 (viper-set-cursor-color-according-to-state)
8250 (viper-get-saved-cursor-color-in-replace-mode)
8251 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8252 viper-emacs-state-cursor-color.
8253
8254 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8255 (viper-undo): Use point if undo-beg-posn is nil.
8256 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8257 (viper-after-change-undo-hook): Don't use
8258 viper-emacs-state-cursor-color by default.
8259 (viper-undo): More sensible positioning after undo.
8260
8261 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8262 (viper-emacs-state-cursor-color): Default to nil, since this feature
8263 doesn't work well yet.
8264
8265 * ediff-mult.el (ediff-intersect-directories)
8266 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8267 always expand filenames.
8268
8269 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * tumme.el: Remove * in defcustoms's docstrings.
8272
8273 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8276 Accept internal time format for SECS arg.
8277 (timer-relative-time): Doc fix.
8278
8279 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8280 adapted from Martin Rudalics.
8281 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8282 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8283 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8284 using sit-for.
8285
8286 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
8287
8288 * cus-start.el (all): Add `overline-margin' and
8289 `x-underline-at-descent-line'.
8290
8291 2006-08-24 Kim F. Storm <storm@cua.dk>
8292
8293 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8294 to mean "use find -exec"; nil now unambiguously means auto-detect.
8295 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8296 Use shell-quote-argument to build grep-find-command and
8297 grep-find-template.
8298 (rgrep): Use shell-quote-argument to properly quote arguments to find.
8299 Reported by Tom Seddon.
8300
8301 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
8302
8303 * startup.el (fancy-splash-head): Give instructions for dismissing
8304 the splash screen for default startup too.
8305 (display-startup-echo-area-message, fancy-splash-screens)
8306 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
8307 all splash text at once and keep the splash buffer around.
8308 (command-line-1): Give display-startup-echo-area-message a t arg.
8309
8310 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
8311
8312 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8313 gnus frame is selected.
8314
8315 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
8316
8317 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8318
8319 2006-08-22 Kim F. Storm <storm@cua.dk>
8320
8321 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8322 Add suffix matching for subdirs.
8323
8324 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8325
8326 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8327 mouse-yank-at-point is non-nil.
8328
8329 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
8330
8331 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8332 a bit wider and remove fringes to fit initial output on line.
8333
8334 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * frame.el (blink-cursor-end): Only ignore the error we care about.
8337 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8338
8339 2006-08-21 Richard Stallman <rms@gnu.org>
8340
8341 * whitespace.el (whitespace-cleanup): Doc fix.
8342
8343 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
8344
8345 * net/rcirc.el (rcirc-show-maximum-output): New var.
8346 (rcirc-buffer-process): If no buffer argument is supplied, use
8347 current-buffer.
8348 (rcirc-complete-nick): Complete to the last completed nick first.
8349 (rcirc-mode): Preserve the value of `rcirc-urls' across
8350 connections. Setup scroll function.
8351 (rcirc-scroll-to-bottom): New function.
8352 (rcirc-print): Use nick syntax around regexp work.
8353 Notice dim-nicks speaking only if they say our nick.
8354 (rcirc-update-activity-string): Do not show the modeline indicator
8355 if there are no live rcirc processes.
8356 (rcirc-cmd-ignore): Ignore case.
8357 (rcirc-browse-url-at-point): Fix off-by-one error.
8358
8359 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * progmodes/python.el: Remove * in defcustom docstrings.
8362 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8363 (python-mode): Set tab-width and indent-tabs-mode.
8364
8365 2006-08-20 Dave Love <fx@gnu.org>
8366
8367 * progmodes/python.el: Update to Dave Love's latest version.
8368 (python-font-lock-keywords, python-mode): Don't use
8369 font-lock-syntax-table, but match symbol elements explicitly instead.
8370 (python-mode-map): Add help, and a few more key bindings.
8371 (python-skip-comments/blanks): Move out of comments as well.
8372 (python-continuation-line-p): Behave better with unbalanced parens.
8373 (python-blank-line-p): New fun.
8374 (python-open-block-statement-p): Don't use a heuristic.
8375 (python-outdent-p): Better handle blocks-in-the-same-line.
8376 (python-calculate-indentation): Misc improvements.
8377 (python-comment-indent): Remove.
8378 (python-block-pairs): New var.
8379 (python-first-word): New fun.
8380 (python-indentation-levels): Handle more common cases.
8381 (python-indent-line-1): Add `leave' argument.
8382 (python-indent-region): New fun.
8383 (python-skip-out): New fun.
8384 (python-beginning-of-statement, python-end-of-statement): Use it.
8385 (python-next-statement): Return correct count even at eob.
8386 (python-end-of-block): Fix paren-typo.
8387 (python-imenu-create-index): Add module variables.
8388 (run-python): Add `new' arg.
8389 Check we're at a prompt before returning.
8390 (python-send-command): Move to end of buffer.
8391 Wait for prompt to return.
8392 (python-set-proc): New fun.
8393 (python-imports): New var.
8394 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8395 (python-eldoc-function): Try to move out of arg list.
8396 (python-outline-level): Offset by 1.
8397 (python-find-imports): New fun.
8398 (python-symbol-completions): Use python-imports.
8399 (python-module-path, ffap-alist): Add support for ffap.
8400 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8401 (python-insert-*, python-default-template, python-expand-template):
8402 Add templates/skeletons.
8403 (python-setup-brm): Support for Bicycle Repair Man.
8404 (python-abbrev-syntax-table): New var.
8405 (python-abbrev-pc-hook, python-pea-hook): New funs.
8406
8407 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
8408
8409 * frame.el (blink-cursor-start): Set timer first.
8410 (blink-cursor-end): Ignore timer cancelling errors.
8411 Suggested by Ken Manheimer.
8412
8413 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
8414
8415 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8416 Add autoload cookie.
8417
8418 2006-08-20 Richard Stallman <rms@gnu.org>
8419
8420 * simple.el (line-number-at-pos): Doc fix.
8421
8422 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8423 timer-activate-when-idle, so timer can run before Emacs becomes
8424 non-idle again.
8425
8426 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8427
8428 * whitespace.el (whitespace-cleanup-internal): New optional arg
8429 REGION-ONLY. If it's non-nil, modify the message to the user
8430 accordingly.
8431 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8432 a non-nil argument.
8433
8434 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
8435
8436 * rect.el (spaces-string): Simplify and add doc string.
8437
8438 2006-08-17 Romain Francoise <romain@orebokech.com>
8439
8440 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8441
8442 2006-08-17 Richard Stallman <rms@gnu.org>
8443
8444 * compare-w.el (compare-windows): lambda's take an arg and pass
8445 it to compare-windows-skip-whitespace.
8446
8447 2006-08-17 Martin Rudalics <rudalics@gmx.at>
8448
8449 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8450 the right buffer.
8451
8452 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8455 removed files.
8456
8457 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
8458
8459 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8460 (gdb-locals-watch-map-1): Suppress keymap first.
8461 (gdb-edit-locals-map-1): New variable.
8462 (gdb-edit-locals-value): New function.
8463 (gdb-stack-list-locals-handler): Use them.
8464
8465 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8468 cursor would normally be drawn in the fringe.
8469
8470 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8471 Reported by Martin Rudalics <rudalics@gmx.at>.
8472
8473 2006-08-16 Richard Stallman <rms@gnu.org>
8474
8475 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8476 (special-event-map): Process drag-n-drop events this way.
8477
8478 * simple.el (move-beginning-of-line): Test whether fields
8479 would prevent motion back to line's first visible character.
8480 If so, stop where the fields would stop the motion.
8481
8482 * newcomment.el (comment-indent): Fully update INDENT
8483 before checking to see if it will change the text.
8484
8485 * cus-edit.el (custom-newline): New function.
8486 (custom-mode-map): Bind newline to custom-newline.
8487
8488 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8489 into ignore-whitespace.
8490 Check each buffer for its skip-function.
8491 Handle compare-windows-skip-whitespace special-case test
8492 by returning t from default skip function.
8493
8494 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8495
8496 * textmodes/org.el (org-clock-special-range)
8497 (org-clock-update-time-maybe): New functions.
8498 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8499 not only a-z.
8500 (org-agenda-get-blocks): Allow multiple blocks per headline.
8501 (org-timestamp-change): Call `org-clock-update-time-maybe'.
8502 (org-export-html-title-format)
8503 (org-export-html-toplevel-hlevel): New options.
8504 (org-export-language-setup): Add support for Czech.
8505 (org-mode, org-insert-todo-heading, org-find-visible)
8506 (org-find-invisible, org-invisible-p, org-invisible-p2)
8507 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8508 (org-show-subtree, org-show-entry, org-make-options-regexp):
8509 Remove compatibility support for old outline-mode.
8510 (org-check-occur-regexp): Funtion removed.
8511 (org-on-heading-p, org-back-to-heading): Made defalias.
8512 (org-set-local): New defsubst.
8513 (org-set-regexps-and-options, org-mode)
8514 (org-set-font-lock-defaults, org-edit-agenda-file-list)
8515 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8516 (org-remember-apply-template, org-table-edit-field)
8517 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8518 (org-set-autofill-regexps): Use `org-set-local'.
8519 (org-table-eval-formula): Fix bug with parsing of display flags.
8520
8521 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
8522
8523 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8524 frame with fringe arrow. Suggested by Simon Marshall
8525 <simon.marshall@misys.com>.
8526 (gdb-stack-position): New variable.
8527 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8528 (gdb-frames-mode): Set gdb-stack-position to nil.
8529 Add to overlay-arrow-variable-list
8530 (gdb-reset): Delete gdb-stack-position from above list.
8531
8532 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8533
8534 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8535 read only.
8536
8537 2006-08-13 Romain Francoise <romain@orebokech.com>
8538
8539 * cus-theme.el (customize-create-theme)
8540 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8541
8542 * filesets.el (filesets-add-buffer): Ditto.
8543
8544 * pcvs.el (cvs-change-cvsroot): Ditto.
8545
8546 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
8547
8548 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8549 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8550 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8551 expressions.
8552 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8553 Only search till end of line.
8554 Add face to function names in case of no filename.
8555 Add face to variable names of watchpoints.
8556
8557 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8558
8559 * cus-start.el <indent-tabs-mode>: Move to the `indent'
8560 customization group.
8561
8562 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
8563
8564 * allout.el (allout-prior-bindings, allout-added-bindings):
8565 Remove, after long deprecation.
8566 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8567 Add customization vars controlling allout-beginning-of-line and
8568 allout-end-of-line conveniences.
8569 (allout-header-prefix, allout-use-mode-specific-leader)
8570 (allout-use-mode-specific-leader, allout-mode-leaders):
8571 Revise docstrings.
8572 (allout-infer-header-lead): Change to be an alias for
8573 allout-infer-header-lead-and-primary-bullet.
8574 (allout-infer-header-lead-and-primary-bullet): New version of
8575 allout-infer-header-lead which assigns the primary bullet to the
8576 same as the header lead, when its being changed.
8577 (allout-infer-body-reindent): Apply regexp-quote instead of
8578 unconditionally prepending "\\", so that all literal
8579 allout-header-prefix and allout-primary-bullet strings are
8580 properly handled.
8581 (allout-add-resumptions): Add optional qualifier for extending or
8582 appending to existing values, rather than replacing them.
8583 (allout-view-change-hook): Clarify docstring.
8584 (allout-exposure-change-hook): Take explicit arguments, via
8585 run-hook-with-args.
8586 (allout-structure-added-hook)
8587 (allout-structure-deleted-hook)
8588 (allout-structure-shifted-hook): New hooks analogous to
8589 allout-exposure-change-hook for other kinds of structural outline
8590 edits.
8591 (allout-encryption-plaintext-sanitization-regexps): New encryption
8592 customization variable, by which cooperating modes can provde
8593 massage of the plaintext without actually being passed it.
8594 (allout-encryption-ciphertext-rejection-regexps)
8595 (allout-encryption-ciphertext-rejection-ceiling): New encryption
8596 customization variables, by which cooperating modes can prohibit
8597 rare but possible ciphertext patterns from fouling their
8598 operation, with actually being passed the ciphertext.
8599 (allout-mode): Run activation and deactivation hooks after the
8600 minor-mode variable has been toggled, to clarify the mode
8601 disposition. The new encryption ciphertext rejection variable is
8602 used to ensure that the ciphertext does not contain text that
8603 would be recognized as outline structural elements by allout.
8604 Substite allout-beginning-of-line and allout-end-of-line for
8605 conventionall beginning-of-line and end-of-line bindings.
8606 If allout-old-style-prefixes is non-nil, don't nullify it on mode
8607 activation!
8608 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8609 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8610 (allout-chart-subtree): Implement new mode, charting only the
8611 visible items in the subtree, when new 'visible' parameter is non-nil.
8612 (allout-end-of-subtree): Properly handle the last item in the buffer.
8613 (allout-pre-command-business, allout-command-counter):
8614 Increment an advertised counter so that cooperating enhancements can
8615 track revisions of items.
8616 (allout-open-topic): Run allout-structure-added-hook with suitable
8617 arguments.
8618 (allout-shift-in): Run allout-structure-shifted-hook with suitable
8619 arguments.
8620 (allout-shift-out): Fix doubling for negative args and ensure call
8621 of allout-structure-shifted-hook by solely using allout-shift-in.
8622 (allout-kill-line, allout-kill-topic):
8623 Run allout-structure-deleted-hook with suitable arguments.
8624 (allout-yank-processing): Run allout-structure-added-hook with
8625 proper arguments.
8626 (allout-yank): Enclose activity in allout-unprotected.
8627 (allout-flag-region): Run allout-exposure-change-hook with
8628 suitable arguments, instead of making the callee infer the arguments.
8629 (allout-encrypt-string):
8630 Support allout-encryption-plaintext-sanitization-regexps,
8631 allout-encryption-ciphertext-rejection-regexps, and
8632 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
8633 en/de cryption mode in symmetric encryption failure message.
8634 (allout-obtain-passphrase): Use copy-sequence to get a distinct
8635 copy of the passphrase, and don't zero it or we'll corrupt the
8636 stashed copy.
8637 (allout-create-encryption-passphrase-verifier)
8638 (allout-verify-passphrase): Respect the new signature for
8639 allout-encrypt-string.
8640 (allout-get-configvar-values): Convenience for getting a
8641 configuration variable value and handling its absence gracefully.
8642
8643 2006-08-11 Romain Francoise <romain@orebokech.com>
8644
8645 * obsolete/zone-mode.el: Delete.
8646
8647 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8650
8651 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
8652
8653 * emacs-lisp/bindat.el (bindat-ip-to-string):
8654 Use `format-network-address' if possible.
8655
8656 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8657
8658 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8659
8660 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
8661
8662 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8663 restore unread-command-events here.
8664 (edebug-display): Do it here, to detect sit-for interruptions.
8665
8666 2006-08-10 Romain Francoise <romain@orebokech.com>
8667
8668 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8669 (dns-mode-soa-auto-increment-serial): New user option.
8670 (dns-mode-soa-maybe-increment-serial): New function.
8671 (dns-mode): Add the latter to `write-contents-functions'.
8672
8673 * obsolete/zone-mode.el: Move to obsolete/ from net/.
8674 Delete autoload cookies.
8675
8676 2006-08-10 John Wiegley <johnw@newartisans.com>
8677
8678 * eshell/em-glob.el (eshell-glob-chars-list)
8679 (eshell-glob-translate-alist): Add support for [^g] in character globs.
8680
8681 2006-08-10 Richard Stallman <rms@gnu.org>
8682
8683 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8684 (facemenu-set-face): Doc fix.
8685 (facemenu-listed-faces): Doc fix.
8686
8687 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
8688
8689 * avoid.el (mouse-avoidance-animating-pointer): New var.
8690 (mouse-avoidance-nudge-mouse): Use it.
8691 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8692 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8693 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8694 Don't activate if currently animating. All callers changed.
8695
8696 2006-08-09 John Wiegley <johnw@newartisans.com>
8697
8698 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8699 variable, which causes timeclock to report elapsed time worked,
8700 instead of just work remaining.
8701
8702 2006-08-09 Kenichi Handa <handa@m17n.org>
8703
8704 * international/latexenc.el (latexenc-find-file-coding-system):
8705 Fix for the case that the 2nd element of arg-list is a cons.
8706
8707 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * info.el (Info-fontify-node): Handle preceding `in' for note
8710 reference hiding rules.
8711
8712 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8715 mistake a closing " for an opening one.
8716
8717 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8718
8719 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8720
8721 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * complete.el (PC-do-completion): Filter out completions matching
8724 completion-ignored-extensions before checking whether there are
8725 multiple completions.
8726 Don't use `list' unnecessarily when building completion tables.
8727
8728 2006-08-06 Richard Stallman <rms@gnu.org>
8729
8730 * help.el (describe-mode): Make minor mode list more concise.
8731
8732 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * bindings.el: Give mode-line-format, mode-line-modes, and
8735 mode-line-position `standard-value' properties.
8736
8737 2006-08-05 Eli Zaretskii <eliz@gnu.org>
8738
8739 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8740 "(file)node" instead of the file name.
8741
8742 2006-08-05 Richard Stallman <rms@gnu.org>
8743
8744 * faces.el (escape-glyph): Doc fix.
8745
8746 2006-08-04 Kenichi Handa <handa@m17n.org>
8747
8748 * international/mule-diag.el (describe-font): Improve docstring
8749 and error message. Use frame-parameter (not frame-parameters).
8750
8751 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8754 Correctly mark the end-of-docstring char.
8755
8756 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * simple.el (line-move-to-column): Constrain move-to-column to
8759 current field.
8760
8761 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * font-lock.el (font-lock-beg, font-lock-end)
8764 (font-lock-extend-region-functions): New vars.
8765 (font-lock-extend-region-multiline)
8766 (font-lock-extend-region-wholelines): New functions.
8767 (font-lock-default-fontify-region): Use them.
8768 (font-lock-extend-jit-lock-region-after-change): Only round up
8769 if font-lock-default-fontify-region will do it as well.
8770
8771 * font-lock.el (font-lock-extend-after-change-region-function):
8772 Rename from font-lock-extend-region-function.
8773 (font-lock-extend-region): Remove by inlining at call sites.
8774 (font-lock-after-change-function): Don't needlessly round up to a whole
8775 number of lines.
8776 (font-lock-extend-jit-lock-region-after-change): Be more careful about
8777 the boundary conditions and the interactions between the various ways
8778 to extend the region.
8779
8780 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8783 modification status when forcing the second redisplay.
8784
8785 2006-08-03 Kim F. Storm <storm@cua.dk>
8786
8787 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8788
8789 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8792 doesn't look like a file name.
8793
8794 * complete.el (PC-expand-many-files): Avoid signalling an error when
8795 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
8796
8797 2006-08-02 Andreas Schwab <schwab@suse.de>
8798
8799 * bindings.el (mode-line-format): Simplify reference to vc-mode.
8800
8801 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
8802
8803 * bindings.el (map): Make mode-line-buffer-identification-keymap
8804 before defining propertized-buffer-identification.
8805
8806 2006-08-01 Richard Stallman <rms@gnu.org>
8807
8808 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8809
8810 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
8811
8812 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8813 default value.
8814 (gdb-find-source-frame): New function.
8815 (menu): Add to menu bar.
8816
8817 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * font-core.el (font-lock-extend-region-function)
8820 (font-lock-extend-region): Move to font-lock.el.
8821
8822 * font-lock.el (font-lock-extend-region-function)
8823 (font-lock-extend-region): Move from font-core.el. Simplify.
8824
8825 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8826 if needed.
8827 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8828 (jit-lock-after-change-extend-region-functions): New hook.
8829 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8830
8831 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8832 (font-lock-turn-on-thing-lock): Use it.
8833
8834 * longlines.el (longlines-show-region): Make it work on read-only
8835 buffers as well.
8836
8837 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
8838
8839 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
8840
8841 2006-07-31 Richard Stallman <rms@gnu.org>
8842
8843 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8844 (vhdl-speedbar-display-projects): Update old obsolete
8845 speedbar variable names.
8846
8847 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8848
8849 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8850 (gdb-stopped): Use it.
8851
8852 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8853
8854 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
8855
8856 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8857 for load-history elements.
8858
8859 2006-07-29 Eli Zaretskii <eliz@gnu.org>
8860
8861 * files.el (convert-standard-filename): For Cygwin, replace
8862 characters not allowed in Windows file names.
8863 (make-auto-save-file-name): Add Cygwin to the list of systems
8864 where the auto-save file name needs to be run through
8865 convert-standard-filename.
8866
8867 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
8868
8869 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8870
8871 2006-07-28 Richard Stallman <rms@gnu.org>
8872
8873 * bindings.el (mode-line-frame-identification)
8874 (propertized-buffer-identification): Centralize the code
8875 to initialize the variable.
8876
8877 * progmodes/grep.el (grep-default-command): Catch errors from
8878 wildcard-to-regexp.
8879
8880 2006-07-29 Kim F. Storm <storm@cua.dk>
8881
8882 * progmodes/grep.el (grep-tag-default): New function.
8883 (grep-default-command, grep-read-regexp): Use it.
8884 (grep-read-files): Use car of grep-files-history or grep-files-aliases
8885 as default if nothing else applies.
8886
8887 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
8888
8889 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8890 Throw error if buffer is not in Dired and Wdired mode, respectively.
8891
8892 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8895 self-insert-command keys don't activate buttons.
8896 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8897
8898 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
8899
8900 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8901 faces for enable character.
8902
8903 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * Makefile.in (recompile): Update comment to reflect change
8906 on 2004-04-21.
8907
8908 2006-07-27 Richard Stallman <rms@gnu.org>
8909
8910 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8911 (customize-package-emacs-version): Change msg when pkg has no entry.
8912 (custom-no-edit): On a button, do like widget-button-press.
8913
8914 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8915
8916 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8917 S-tab and C-S-tab.
8918
8919 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * progmodes/which-func.el (which-function): Fix documentation/
8922 comment typo.
8923
8924 2006-07-26 Richard Stallman <rms@gnu.org>
8925
8926 * textmodes/ispell.el (ispell-word): If we replace the word,
8927 move point to the end. Insert before deleting.
8928
8929 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8932 a timer.
8933
8934 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
8935
8936 * tumme.el (tumme-backward-image): Add prefix argument. Add error
8937 when at first image.
8938 (tumme-forward-image): Add prefix argument. Add error when at last
8939 image.
8940
8941 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * tabify.el (tabify-regexp): Use more specific regexps.
8944 (tabify): Avoid modifying the buffer unnecessarily.
8945
8946 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
8947
8948 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8949 (tumme-format-properties-string): Handle empty `buf'.
8950 (tumme-get-comment): Change variable names inside `let'.
8951 Add missing `let' variable that cause font-lock problems.
8952 (tumme-write-comments): Change variable names inside `let'.
8953 Add missing `let' variable that cause font-lock problems.
8954 (tumme-forward-image): Rename from `tumme-forward-char'.
8955 (tumme-backward-image): Rename from `tumme-backward-char'.
8956
8957 2006-07-25 Masatake YAMATO <jet@gyve.org>
8958
8959 * progmodes/ld-script.el (ld-script-keywords)
8960 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8961 and add comments.
8962
8963 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
8964
8965 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8966 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8967 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8968 for status indicator.
8969
8970 2006-07-24 Richard Stallman <rms@gnu.org>
8971
8972 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8973
8974 * subr.el (dolist, dotimes): Use interned symbols for locals.
8975 (--dotimes-limit--, --dolist-tail--): New defvars.
8976 (looking-back): Doc fix.
8977
8978 * replace.el (replace-match-string-symbols): Handle dotted lists.
8979
8980 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8981
8982 * tumme.el (tumme-write-tags): Add.
8983 (tumme-write-comments): Add.
8984 (tumme-tag-files): Change to use `tumme-write-tags'.
8985 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8986 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8987 (tumme-save-information-from-widgets): Change to use
8988 `tumme-write-comments' and `tumme-write-tags'.
8989 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8990 (tumme-write-tag): Remove.
8991 (tumme-write-comment): Remove.
8992 (tumme-display-previous-thumbnail-original): Remove empty line.
8993 (tumme-widget-list): Add punctuation.
8994
8995 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8996
8997 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8998
8999 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9000
9001 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9002 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9003 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9004
9005 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9006
9007 * mouse.el (mouse-on-link-p): Doc fix.
9008
9009 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9010
9011 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9012 Handle "C-h f `".
9013
9014 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9015
9016 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9017 column.
9018
9019 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9020
9021 * textmodes/table.el: Add move-beginning-of-line and
9022 move-end-of-line to Point Motion Only Group.
9023
9024 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9025
9026 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9027
9028 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9029
9030 * startup.el (user-mail-address): Initialize from the `EMAIL'
9031 environment variable first. Document this.
9032 (command-line): Ditto.
9033
9034 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9035
9036 * help-mode.el (help-function-def, help-variable-def)
9037 (help-face-def): Print a message in the minibuffer.
9038
9039 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9040
9041 * term/xterm.el (terminal-init-xterm): Fix key bindings
9042 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9043
9044 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9045
9046 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9047 where `(nth 1 command)' is a cons cell. Doc fix.
9048
9049 * textmodes/po.el (po-find-charset): Doc fix.
9050
9051 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9052
9053 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9054 (allout-beginning-of-current-line, allout-end-of-current-line)
9055 (allout-next-visible-heading, allout-open-topic)
9056 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9057 (allout-flag-current-subtree, allout-show-to-offshoot)
9058 (allout-hide-current-entry, allout-show-current-branches)
9059 (allout-hide-region-body, allout-old-expose-topic)
9060 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9061 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9062 containing `beginning-of-line' and `end-of-line' with
9063 `inhibit-field-text-motion' t.
9064
9065 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9066
9067 * frame.el (focus-follows-mouse): Document that it doesn't have
9068 any effect on MS-Windows.
9069
9070 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9073
9074 2006-07-20 Jay Belanger <belanger@truman.edu>
9075
9076 * calc.el (calc-previous-alg-entry): Remove variable.
9077
9078 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9079 New variables.
9080 (calc-alg-entry): Use `calc-alg-entry-history'.
9081 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9082 Remove reference to `calc-previous-alg-entry'.
9083 (calcAlg-edit, calcAlg-enter): Remove reference to
9084 `calc-previous-alg-entry'.
9085 (calcAlg-previous): Use `previous-history-element' instead of
9086 `calc-previous-alg-entry'.
9087 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9088 Change keybinding for `calcAlg-plus-minus', add keybindings for
9089 `previous-history-element' and `next-history-element'.
9090
9091 * calc-rewr.el (calc-match): Remove reference to
9092 `calc-previous-alg-entry'.
9093
9094 * calc-sel.el (calc-selection-history): New variable.
9095 (calc-enter-selection, calc-sel-mult-both-sides)
9096 (calc-sel-add-both-sides): Use `calc-selection-history'.
9097
9098 * calc-map.el (calc-get-operator-history): New variable.
9099 (calc-get-operator): Use `calc-get-operator-history'.
9100
9101 * calcalg3.el (calc-curve-fit-history): New variable.
9102 (calc-curve-fit): Use `calc-curve-fit-history'.
9103
9104 2006-07-20 Kenichi Handa <handa@m17n.org>
9105
9106 * international/mule-cmds.el (select-safe-coding-system): Fix the
9107 way of deciding eol-type of the coding system.
9108
9109 2006-07-20 Alan Mackenzie <acm@muc.de>
9110
9111 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9112 (c-lang-setvar): New macro.
9113 (c-make-init-lang-vars-fun): Use the initialization forms in
9114 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9115 (comment-start, comment-end, comment-start-skip): Change these from
9116 c-lang-defvar's to c-lang-setvar's.
9117
9118 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9119 which calls make-local-variable on the elements of
9120 c-emacs-variable-inits.
9121 (c-init-language-vars-for): Call this new macro.
9122
9123 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9126 Try to rule out false positives due to time stamps.
9127 (compilation-mode-font-lock-keywords): Remove rules made redundant
9128 because of the above change. Add `segmentation fault' to the known and
9129 highlighted compilation termination messages.
9130
9131 2006-07-19 Kim F. Storm <storm@cua.dk>
9132
9133 * progmodes/grep.el (grep-find-ignored-directories):
9134 Add .svn and _darcs to list.
9135
9136 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
9137
9138 * dired.el (dired-mode-map): Add key binding `C-te' for
9139 `tumme-dired-edit-comment-and-tags'.
9140
9141 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9142 image display buffer is displayed before call to
9143 `tumme-display-image.
9144 (tumme-dired-display-image): Make sure image display buffer is
9145 displayed before call to `tumme-display-image.
9146 (tumme-mouse-display-image): Make sure image display buffer is
9147 displayed before call to `tumme-display-image.
9148 (tumme-widget-list): Add.
9149 (tumme-dired-edit-comment-and-tags): Add.
9150 (tumme-save-information-from-widgets): Add.
9151
9152 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9155
9156 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9159 Revert inadvertently installed patch hunk.
9160
9161 * progmodes/compile.el (compilation-find-file): Handle the
9162 cases where the user selects a non-existent file.
9163
9164 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9167
9168 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9169
9170 * subr.el (sit-for): Just sleep-for if noninteractive.
9171
9172 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9175
9176 * custom.el (custom-autoload): Add `noset' argument.
9177 (custom-push-theme): Don't autoload the variable, let callers do it.
9178 (custom-theme-set-variables): Autoload the variable if necessary.
9179
9180 * cus-edit.el (custom-variable-state-set): If the variable was
9181 originally set outside custom, but to the same value as the default,
9182 consider it to be standard.
9183
9184 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9185 file *before* telling Emacs to add the autoloads, in case it fails.
9186
9187 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9188 Use `cond', push', and `dolist'.
9189
9190 2006-07-17 Richard Stallman <rms@gnu.org>
9191
9192 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9193 Add defvars to silence warnings.
9194
9195 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9198 Don't highlight "Compiling file" messages as error.
9199
9200 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9201 file already exists.
9202
9203 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9204
9205 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9206 entry, don't assign to free var; simply return the extracted filename.
9207 (ff-treat-as-special): Incorporate common preamble from callers.
9208 (ff-other-file-name, ff-find-the-other-file):
9209 Update call to ff-treat-as-special.
9210
9211 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9212
9213 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9214
9215 * tumme.el (tumme-get-comment): Fix bug.
9216
9217 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * files.el: Remove spurious * in docstrings.
9220
9221 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9222
9223 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9224 grammar.
9225 (allout-beginning-of-current-line): Beware beginning of buffer.
9226 Also, a comment is simplified.
9227 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9228 when appropriate. (This fix enables use for other than
9229 bullet-hotspot operation.)
9230 (allout-hide-current-subtree): While escalating to sibling-close,
9231 make sure to situate on a topic.
9232
9233 2006-07-14 Kim F. Storm <storm@cua.dk>
9234
9235 * emulation/cua-base.el (cua-delete-selection)
9236 (cua-toggle-set-mark): New defcustoms.
9237 (cua-rectangle-modifier-key): Add `alt' modifier.
9238 (cua-replace-region): Don't delete if cua-delete-selection is nil.
9239 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9240 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9241
9242 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9243
9244 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9245
9246 * allout.el: Require 'cl during byte-compilation/interactive load,
9247 for the `assert' macro.
9248 (allout-mode-deactivate-hook): New hook, run when allout mode
9249 deactivates.
9250 (allout-developer): New allout customization subgroup.
9251 (allout-run-unit-tests-on-load): New allout-developer
9252 customization variable, when true allout unit tests are run towards
9253 end of file load/eval.
9254 (allout-inhibit-auto-fill): Disable auto-fill activity even during
9255 auto-fill-mode.
9256 (allout-resumptions): Remove, to be replaced by...
9257 (allout-add-resumptions): Register variable settings to be
9258 reinstated by `allout-do-resumptions'. The settings are made
9259 buffer-local, but the locality/globality of the suspended setting
9260 is restored on resumption.
9261 (allout-do-resumptions): Reinstate all settings suspended using
9262 `allout-add-resumptions'.
9263 (allout-test-resumptions): Unit tests (and intermediate variables)
9264 for resumptions.
9265 (allout-tests-globally-unbound, allout-tests-globally-true)
9266 (allout-tests-locally-true): Intermediate variables for
9267 resumptions unit tests.
9268 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9269 (allout-exposure-category): Replaces 'allout-overlay-category variable.
9270 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9271 instead of retired `allout-resumptions'. For hook functions, use
9272 `local' parameter so hook settings are created and removed as
9273 buffer-local settings. Revise (resumptions) setting
9274 auto-fill-function so it is set only if already active. (The
9275 related fill-function settings are all made in either case, so
9276 that activating auto-fill-mode activity will have the custom
9277 allout-mode behaviors (hanging indent on topics, if configured for it).
9278 Remove all allout-exposure-category overlays on mode deactivation.
9279 (allout-hotspot-key-handler): New function extracted from
9280 `allout-pre-command-business', so the functionality can be used
9281 for other purposes, eg as a binding in an overlay.
9282 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9283 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9284 customization variable.
9285 (allout-run-unit-tests): Run the (currently quite small)
9286 repertoire of unit tests. Called just before the provide iff user
9287 has customized `allout-run-unit-tests-on-load' non-nil.
9288
9289 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9290
9291 * emacs-lisp/authors.el (authors-aliases): Update.
9292
9293 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9294
9295 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9296 gdb-source-window. Add dedicated argument.
9297 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9298 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9299 (gdb-display-threads-buffer, gdb-display-memory-buffer)
9300 (gdb-display-locals-buffer): Use it.
9301
9302 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9303 Set gdb-source-window.
9304
9305 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9308 minor modes, redundant with the custom-autoload line above.
9309
9310 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
9311
9312 * longlines.el (longlines-post-command-function): Handle open-line too.
9313
9314 2006-07-12 Richard Stallman <rms@gnu.org>
9315
9316 * progmodes/grep.el (grep-last-buffer): Doc fix.
9317
9318 * info.el (Info-try-follow-nearest-node): Doc fix.
9319
9320 * emacs-lisp/edebug.el (edebug-instrument-function):
9321 Err if find-function-noselect gives no position.
9322
9323 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9324 If can't find definition, return nil for position.
9325 (find-function-do-it): Handle new return value
9326 of find-definition-noselect.
9327 (find-definition-noselect, find-variable-noselect): Doc fix.
9328 (find-function-noselect): Doc fix.
9329
9330 * help-mode.el (help-variable-def): Handle find-variable-noselect
9331 returning no position.
9332 (help-function-def): Likewise for find-function-search-for-symbol.
9333 (help-face-def): Likewise.
9334
9335 * help-fns.el (describe-variable): Handle find-variable-noselect
9336 returning no position.
9337
9338 * files.el (locate-file-completion): Avoid duplicates in result.
9339
9340 * cus-edit.el (custom-no-edit): New command.
9341 (custom-mode-map): Remap to custom-no-edit instead of
9342 using suppress-keymap.
9343
9344 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
9345
9346 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9347 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9348 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9349
9350 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9351
9352 2006-07-11 Kim F. Storm <storm@cua.dk>
9353
9354 * ido.el (ido-copy-current-file-name): Use buffer-name if
9355 buffer-file-name is nil.
9356
9357 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * simple.el (undo-ask-before-discard): Set to nil.
9360
9361 * vc.el (vc-exec-after): Don't delete process manually.
9362 (vc-print-log): Run log-view-mode in process sentinel inside
9363 inhibit-read-only. Don't shrink window due to timing issues.
9364
9365 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9366 Avoid using with-output-to-temp-buffer, which clobbers local vars.
9367
9368 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9371 Fix ambiguity introduced by last change.
9372 (compilation-find-file): Move save-excursion to where it may
9373 make sense. Fix a left over `find-file'.
9374
9375 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9376
9377 * textmodes/texinfmt.el (texinfo-format-separate-node):
9378 Insert a string before point, which fits documentation, not after.
9379 (texinfo-multitable-item): In a multitable row, insert any
9380 additional needed @tabs and spaces.
9381
9382 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
9383
9384 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9385 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9386 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9387 instead of shell-command.
9388 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9389 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9390 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9391 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9392 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9393 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9394
9395 2006-07-11 Kim F. Storm <storm@cua.dk>
9396
9397 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
9398 Remove special case for seconds < 0. Use (redisplay t) instead.
9399
9400 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9403 avoid compilation error.
9404
9405 * subr.el (sit-for): New function.
9406
9407 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9408
9409 2006-07-10 Richard Stallman <rms@gnu.org>
9410
9411 * ldefs-boot.el (edebug): Update page.
9412
9413 2006-07-10 Kim F. Storm <storm@cua.dk>
9414
9415 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9416 to FOR-RELEASE and TODO.
9417
9418 2006-07-10 Romain Francoise <romain@orebokech.com>
9419
9420 * emacs-lisp/authors.el (authors-aliases): Update.
9421
9422 2006-07-10 Alan Mackenzie <acm@muc.de>
9423
9424 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9425 * cc-mode.el: Changes to eradicate eval-after-load.
9426
9427 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
9428
9429 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9430 on non-char events.
9431
9432 2006-07-09 Romain Francoise <romain@orebokech.com>
9433
9434 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9435 Don't highlight start/end markers as compilation messages.
9436
9437 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9438 to t.
9439
9440 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9443
9444 2006-07-08 Richard Stallman <rms@gnu.org>
9445
9446 * term/x-win.el (x-handle-display): Add doc string.
9447
9448 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9449
9450 * subr.el (def-edebug-spec): Move here.
9451 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9452
9453 * imenu.el (imenu-choose-buffer-index): Doc fix.
9454
9455 2006-07-08 Romain Francoise <romain@orebokech.com>
9456
9457 * term/x-win.el (x-display-name): Fix typo.
9458
9459 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9460
9461 * hexl.el (hexl-find-file): Doc fix.
9462
9463 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9464
9465 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * term/x-win.el (x-display-name): Doc fix.
9468
9469 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9472 long prefixes.
9473 (fill-region-as-paragraph): Don't round up to a whole line.
9474 (fill-comment-paragraph): Don't include the code-before-the-comment
9475 when calling fill-region-as-paragraph.
9476
9477 * international/mule.el (make-char): Remove redundancy.
9478
9479 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9480 property may contain an anonymous function rather than a symbol.
9481
9482 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9483
9484 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9485 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9486
9487 * dirtrack.el (dirtrack-default-directory-function): Remove.
9488 (dirtrack-directory-function): Use file-name-as-directory.
9489 (dirtrack-windows-directory-function): Simplify.
9490 (dirtrack-forward-slash, dirtrack-backward-slash)
9491 (dirtrack-replace-slash): Remove.
9492 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9493 (dirtrack): Fix wrong parenthesizing; use match-string.
9494
9495 * progmodes/octave-inf.el: Remove spurious * in docstrings.
9496 (inferior-octave-mode): Only change the buffer-local value of
9497 comint-dynamic-complete-functions.
9498 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9499 Move the initialization to the declaration.
9500 (inferior-octave-complete): Remove unused var `filter'.
9501
9502 * shell.el (shell-mode): Only change the buffer-local value of
9503 comint-dynamic-complete-functions.
9504
9505 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
9506
9507 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9508 entry is skipped because it has been scheduled.
9509 (org-prepare-agenda-buffers): Don't mark buffers as modified when
9510 changing `:org-archived' and `:org-comment' properties.
9511
9512 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
9513
9514 * server.el (server-select-display): Don't make the temp frame
9515 minibuffer-only, in case it's not a temp frame.
9516 (server-process-filter): Don't delete the temp frame if it's the
9517 only one we have on that display.
9518
9519 * files.el (find-alternate-file): Doc fix.
9520
9521 2006-07-05 Richard Stallman <rms@gnu.org>
9522
9523 * files.el (abbreviate-file-name): Add save-match-data.
9524
9525 2006-07-03 Richard Stallman <rms@gnu.org>
9526
9527 * faces.el (read-face-name): Doc fix.
9528
9529 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
9530
9531 * net/goto-addr.el (goto-address): Mark as safe for local evals.
9532
9533 2006-07-05 Andre Spiegel <spiegel@gnu.org>
9534
9535 * vc.el (vc-diff-internal): Fix prev change.
9536
9537 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9538
9539 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9540 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9541
9542 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9545 fails if the symbol contains chars like ( or '.
9546 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9547 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9548 `short'.
9549
9550 2006-07-04 Kenichi Handa <handa@m17n.org>
9551
9552 * international/mule-cmds.el (set-language-info): If LANG-ENV is
9553 the current one, don't call set-language-environment, but call one
9554 of set-language-environment-XXX to make INFO effective now.
9555 (set-language-environment): Call set-language-environment-XXX
9556 functions instead of doing the various setups directly.
9557 (set-language-environment-coding-systems): Delete argument eol-type.
9558 (set-language-environment-input-method)
9559 (set-language-environment-nonascii-translation)
9560 (set-language-environment-charset)
9561 (set-language-environment-fontset)
9562 (set-language-environment-unibyte): New functions.
9563
9564 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
9565
9566 * locate.el (locate-update-when-revert): New option.
9567 (locate-update-path): New option (suggested by Michael Albinus).
9568 (locate-prompt-for-command): Whitespace change.
9569 (locate-update): No longer offer to update the locate database by
9570 default. Implement the two new options.
9571
9572 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
9573
9574 * tooltip.el: Move comment about track-mouse...
9575
9576 * progmodes/gud.el: ...to here.
9577
9578 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * facemenu.el (facemenu-listed-faces): New var.
9581 (facemenu-unlisted-faces): Variable deleted.
9582 (facemenu-add-new-face): Use facemenu-listed-faces.
9583
9584 * emulation/viper-init.el, calendar/calendar.el:
9585 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9586
9587 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
9588
9589 * textmodes/org.el (org-mode): Remove no invalid settings for
9590 calc embedded mode.
9591 (org-mode-p): New defsubst.
9592 (org-save-all-org-buffers): New function.
9593 (org-first-headline-recenter): Enclose outline-regexp in group
9594 delimiters.
9595 (org-set-tags): Keep single space after stars.
9596
9597 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9598
9599 * window.el (set-window-text-height): Only set window-min-height to
9600 1 if that's the requested size.
9601
9602 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9603 (diff-unified->context, diff-context->unified)
9604 (diff-reverse-direction): Make sure the end marker stays at the end.
9605 (diff-mode): Add the keymap table at the end of docstring.
9606 Use lexical-let rather than constructing a closure manually.
9607
9608 * files.el (find-file-noselect-1): Remove unused var assignment.
9609 (hack-local-variables-confirm): Print lists of strings as lists of
9610 strings rather than lists of symbols.
9611 (abbreviate-file-name, hack-local-variables-prop-line):
9612 Use match-string.
9613 (hack-one-local-variable): Move `make-local-variable' nearer its use.
9614 (recover-session-finish): Use line-end-position.
9615
9616 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
9617
9618 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9619
9620 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
9621
9622 * progmodes/make-mode.el (makefile-macroassign-regex):
9623 Accept preceding keyword.
9624 (makefile-gmake-statements): Reorganize, now that makepp has
9625 "override" and also handle forgotten "override define".
9626 (makefile-makepp-statements): Add new "global", "override export"
9627 and "override global".
9628
9629 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
9630
9631 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9632 (ada-compile-mouse-goto-error, ada-deactivate-properties)
9633 (ada-no-auto-case): Fix typos in docstrings.
9634
9635 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9636
9637 * info.el (Info-find-node-2): Search for makeinfo version more
9638 carefully.
9639
9640 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
9641
9642 * textmodes/org.el (org-prepare-agenda-buffers):
9643 Use `invisible-OK' argument for `org-end-of-subtree'.
9644 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9645 (org-beginning-of-item): Fix bug in regular expression for white line.
9646 (org-export-as-html): Enforce space after bullet in plain list items.
9647 (org-set-autofill-regexps): Require space after plain list bullet
9648 for paragraph-start.
9649 (org-ts-regexp3): New constant.
9650 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9651 (org-timestamp-up-day, org-timestamp-down-day)
9652 (org-timestamp-change): Work with inactive timestamps.
9653 (org-ts-regexp1): Don't allow brackets in time stamps.
9654
9655 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
9656
9657 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9658 for ignoring links.
9659
9660 * faces.el (read-face-name): Use it.
9661
9662 2006-06-28 Juri Linkov <juri@jurta.org>
9663
9664 * buff-menu.el (list-buffers-noselect): Compare Info file
9665 with the string "dir" to detect Info directory.
9666
9667 * complete.el (partial-completion-mode): In lambda for
9668 `choose-completion-string-functions' use full function signature
9669 with 4 args, and move point to the end of the minibuffer only if arg
9670 `mini-p' is non-nil.
9671
9672 2006-06-28 John Paul Wallington <jpw@pobox.com>
9673
9674 * ibuffer.el (ibuffer-mode): Doc fix.
9675
9676 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
9677
9678 * textmodes/org.el (org-context): New contexts :item-bullet,
9679 :latex-fragment, :latex-preview.
9680 (org-overlays-at, org-overlay-start, org-overlay-end):
9681 New compatibility functions.
9682 (org-inside-LaTeX-fragment-p): More accurate matching, using the
9683 exact regexp that will be used during export.
9684 (org-latex-regexps): New variable.
9685 (org-cdlatex-mode): Improve advice for `texmathp'.
9686 (turn-on-org-cdlatex): New function.
9687
9688 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9689
9690 * term/mac-win.el (mac-handle-font-selection): Change keys of
9691 mac-atsu-font-table from strings to numbers.
9692 (mac-ts-caret-position): Use also when cursor-type is nil.
9693 (mac-ts-update-active-input-area): Add Mac OS Classic support.
9694 Relax condition for using overlay strings.
9695 Use mac-ts-caret-position face when cursor-type is nil.
9696
9697 2006-06-26 Kim F. Storm <storm@cua.dk>
9698
9699 * help.el (view-emacs-news): Declare `res' in the right let* form.
9700
9701 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
9702
9703 * net/rcompile.el (remote-compile): Replace ange-ftp based
9704 implementation by Tramp functions.
9705 Suggested by Marc Abramowitz <msabramo@gmail.com>.
9706
9707 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9708
9709 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
9710
9711 * international/fontset.el (setup-default-fontset): Fix a typo in
9712 the "Oriya-Akruti" registry name.
9713
9714 2006-06-23 Lars Hansen <larsh@soem.dk>
9715
9716 * desktop.el (desktop-full-file-name): New function.
9717 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9718 (desktop-revert): Use it.
9719 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9720 (desktop-after-read-hook): Add option list-buffers.
9721 (desktop-locals-to-save): Add tab-width.
9722 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9723 Fix docstring.
9724
9725 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
9726
9727 * textmodes/org.el (org-cdlatex-mode-map)
9728 (org-cdlatex-texmathp-advice-is-done): New variables.
9729 (org-cdlatex-mode): New minor mode.
9730 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9731 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9732 (org-export-with-archived-trees): New option.
9733 (org-open-file): Remove the call to `convert-standard-filename'.
9734 (org-archive-tag, org-agenda-skip-archived-trees)
9735 (org-cycle-open-archived-trees)
9736 (org-sparse-tree-open-archived-trees): New options.
9737 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9738 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9739 New functions.
9740 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9741 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9742 (org-mode-map): Add binding for `org-toggle-archive-tag'.
9743 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9744 Call `org-prepare-agenda-buffers'.
9745 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9746 (org-file-apps, org-file-apps-defaults-gnu)
9747 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9748 Handle remote files by forcing them to be opened in Emacs.
9749
9750 2006-06-23 Andre Spiegel <spiegel@gnu.org>
9751
9752 * vc.el (vc-diff-knows-L): New variable.
9753 (vc-diff-internal): Use it to handle "diff" programs that don't
9754 understand -L. This works automatically, no user action is necessary.
9755
9756 2006-06-23 Daniel Brockman <daniel@brockman.se>
9757
9758 * net/rcirc.el (rcirc-default-user-full-name): Default to
9759 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9760 longer exists).
9761 (rcirc-process-list): Check `buffer-live-p' before attempting to
9762 switch to a buffer.
9763
9764 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
9765
9766 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9767 based on rcirc-coding-system-alist.
9768
9769 2006-06-23 Martin Rudalics <rudalics@gmx.at>
9770
9771 * cus-edit.el (customize-apropos): A better error message.
9772 (top level) <debug-ignored-errors>: Extend and update the list of
9773 ignored error messages.
9774
9775 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
9776
9777 * complete.el (PC-do-completion): Retain capitalization of user
9778 input, when possible, even if completion-ignore-case is set.
9779
9780 2006-06-23 Eli Zaretskii <eliz@gnu.org>
9781
9782 * generic-x.el (bat-generic-mode): Support .cmd files.
9783
9784 * dos-w32.el (top level): Use find-file-not-found-functions
9785 instead of the obsolete find-file-not-found-hooks.
9786
9787 2006-06-22 Kim F. Storm <storm@cua.dk>
9788
9789 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9790 to recognize mode name containing submodes, such as Grep/lw.
9791
9792 2006-06-21 Kim F. Storm <storm@cua.dk>
9793
9794 * simple.el (line-move-1): Check for move-end-of-line instead of
9795 end-of-line when setting temporary-goal-column.
9796
9797 2006-06-21 Miles Bader <miles@gnu.org>
9798
9799 * play/cookie1.el (cookie): Work properly when there's only one entry.
9800
9801 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
9802
9803 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
9804 (gdb-frame-handler): Generalize frame regexp for templates.
9805
9806 2006-06-20 Glenn Morris <rgm@gnu.org>
9807
9808 * calendar/appt.el (appt-display-format): Default value must be
9809 one of the customize options.
9810
9811 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * term/xterm.el (terminal-init-xterm): Update key availability info.
9814 Bind C-return.
9815
9816 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9817
9818 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
9819
9820 * files.el (hack-local-variables): Run `hack-local-variables-hook'
9821 whether or not a local variables list is defined.
9822
9823 * msb.el (msb): Move `sit-for' hack here to handle both
9824 "mouse-down and drag" and "mouse-up and select" situations.
9825 (mouse-select-buffer): Move `sit-for' hack to `msb'.
9826
9827 2006-06-20 Kenichi Handa <handa@m17n.org>
9828
9829 * international/characters.el (word-combining-categories):
9830 Add entries for 2-byte Han characters.
9831
9832 2006-06-19 Richard Stallman <rms@gnu.org>
9833
9834 * bindings.el (mode-line-format): Save some mode line space.
9835
9836 * files.el (find-file-noselect): Improve the question wording.
9837 (basic-save-buffer-2): Mask UMASK against 666.
9838
9839 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9840 (mouse-drag-vertical-line): Call it.
9841
9842 * cus-edit.el (customize-option, customize-option-other-window):
9843 Error if SYMBOL is nil.
9844
9845 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
9846
9847 * textmodes/org.el: Require noutline, also on XEmacs.
9848 (org-end-of-subtree): Return point.
9849 (org-dblock-start-re, org-dblock-end-re): New constants.
9850 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9851 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9852 (org-update-all-dblocks, org-find-dblock): New functions.
9853 (org-collect-clock-time-entries): New function.
9854 (org-html-handle-time-stamps): Never export CLOCK timeranges.
9855 (org-fixup-indentation): Modify to deal correctly with lines
9856 starting with TAB. Only one argument DIFF now.
9857 (org-demote, org-promote): Call `org-fixup-indentation' with just
9858 one argument, DIFF.
9859 (org-mode): Don't mark buffer as modified when aligning tables.
9860 (org-clock-sum): Don't mark buffer modified when adding time sum
9861 properties.
9862 (org-export-as-html): Add support for a link validation function.
9863 (org-archive-all-done): New function.
9864 (org-archive-subtree): New prefix argument. When set, archive all
9865 done subtrees in this buffer.
9866 (org-remove-clock-overlays)
9867 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9868 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
9869 (org-put-clock-overlay): Don't swallow last headline character
9870 when displaying overlay.
9871 (org-store-link): Link to `image-mode' with just the file name.
9872
9873 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
9874
9875 * viper-cmd.el (viper-special-read-and-insert-char):
9876 Use read-key-sequence.
9877 (viper-after-change-undo-hook): Misc enhancements.
9878 (viper-after-change-undo-hook): New hook.
9879 (viper-undo): Use viper-after-change-undo-hook.
9880 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
9881 (viper-next-line-at-bol): If point is on a widget or a button, simulate
9882 clicking on that widget/button.
9883
9884 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
9885
9886 * ediff-diff (ediff-test-patch-utility): Catch errors.
9887 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9888 (ediff-set-actual-diff-options): New function.
9889 (ediff-reset-diff-options, ediff-toggle-ignore-case):
9890 Use ediff-set-actual-diff-options.
9891 (ediff-extract-diffs): Catch errors.
9892 (ediff-whitespace): Add non-breakable space.
9893 (ediff-same-file-contents): Catch errors.
9894
9895 * ediff-mult.el (ediff-collect-custom-diffs):
9896 Save coding-system-for-read.
9897
9898 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9899 (ediff-vc-internal, ediff-vc-merge-internal):
9900 Use ediff-delete-version-file.
9901 (ediff-delete-version-file): New function.
9902
9903 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9904
9905 * ediff.el (ediff-directories, ediff-directory-revisions)
9906 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9907 (ediff-directories-internal, ediff-merge-directory-revisions)
9908 (ediff-merge-directory-revisions-with-ancestor)
9909 (ediff-directories3): Use read-directory-name.
9910
9911 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
9912
9913 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9914 Remove superfluous part of regexp for brace matching which is handled
9915 by `scan-lists' call.
9916
9917 2006-06-16 Richard Stallman <rms@gnu.org>
9918
9919 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9920
9921 * files.el (basic-save-buffer-2): For a new precious file,
9922 use the default modes in the return value.
9923
9924 * facemenu.el (facemenu-color-alist): Doc fix.
9925
9926 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9927
9928 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9929
9930 * cus-start.el (all): Add mac-ts-script-language-on-focus.
9931
9932 * term/mac-win.el (mac-text-encoding-ascii): New constant.
9933 (mac-utxt-to-string): Use it.
9934 (mac-ts-update-active-input-area): Use mac-ae-number.
9935
9936 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9937
9938 * term.el (term-handle-scroll, term-delete-lines)
9939 (term-insert-lines): Fix off by one errors.
9940
9941 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
9942
9943 * net/tramp.el (tramp-touch): Use UTC to express time.
9944
9945 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * mail/sendmail.el (mail-send): Search explicitly for
9948 mail-header-separator when checking for corrupted header lines.
9949
9950 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
9951
9952 * progmodes/gdb-ui.el (gdb-same-frame): New option.
9953 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9954 (gdb-init-1): Initialise them.
9955 (gdb-starting): Reset gdb-printing
9956 (gdb-starting): Save value of gud-overlay-arrow-position.
9957 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9958 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9959 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9960 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9961
9962 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9965
9966 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
9967
9968 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9969 (ldap-search-internal): Keep error messages, and a regexp fix.
9970
9971 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
9972
9973 * files.el (hack-local-variables-confirm):
9974 Display string value using its printed representation.
9975
9976 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
9977
9978 * server.el (server-edit): No-op if no server buffers exist.
9979
9980 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
9981
9982 * textmodes/page-ext.el (pages-directory-for-addresses):
9983 Including `pages-directory-address-mode' in the function results
9984 in the message "Buffer in which pages were found is deleted".
9985
9986 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
9987
9988 * textmodes/org.el (org-agenda-mode-map): Add bindings for
9989 clocking functions.
9990
9991 (org-agenda-clock-in, org-check-running-clock)
9992 (org-clock-out-if-current, org-remove-clock-overlays)
9993 (org-put-clock-overlay): New functions.
9994 (org-clock-marker, org-clock-file-total-minutes)
9995 (org-clock-overlays): New variables.
9996 (org-clock-display, org-clock-sum, org-clock-cancel)
9997 (org-clock-out, org-clock-in): New commands.
9998 (org-export): New function.
9999 (org-emph-re): New constant.
10000 (org-set-emph-re, org-do-emphasis-faces): New functions.
10001 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10002 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10003 (org-export-html-convert-emphasize): Use the configurable emphasis.
10004 (org-cleaned-string-for-export): Make multiline emphasis visible
10005 to the exporter. New optional argument PARAMETERS.
10006 (org-export-as-html): Specify :emph-multiline parameter to
10007 `org-cleaned-string-for-export'.
10008
10009 2006-06-10 Richard Stallman <rms@gnu.org>
10010
10011 * help.el (help-for-help-internal): Clean up help text.
10012
10013 2006-06-10 Andreas Schwab <schwab@suse.de>
10014
10015 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10016 in doc string.
10017
10018 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10019
10020 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10021
10022 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10023 spaces after the comment start.
10024
10025 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10026
10027 * play/pong.el (pong-init-buffer):
10028 Fill buffer with spaces instead of ^A.
10029
10030 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10031 launched asynchronously, delete its process instead of being cool.
10032 (ispell-async-processp): Check for `delete-process' existence
10033 instead of `kill-process' one for consistency.
10034
10035 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10036
10037 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10038 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10039 in mode line at startup.
10040
10041 2006-06-08 Kim F. Storm <storm@cua.dk>
10042
10043 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10044 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10045 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10046 (ido-file-internal): Pass full file name to write-file.
10047 (ido-read-internal): Only pop stack elements automatically if they
10048 actually match an existing directory or file name.
10049
10050 2006-06-07 Kenichi Handa <handa@m17n.org>
10051
10052 * international/mule.el (find-auto-coding): Don't handle the short
10053 name `char-trans'.
10054
10055 * files.el (hack-local-variables-prop-line)
10056 (hack-local-variables): Cancel the previous change.
10057
10058 2006-06-06 Jesper Harder <harder@phys.au.dk>
10059
10060 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10061
10062 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10065 diff-default-read-only is non-nil.
10066 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10067 (diff-refine-hunk): Set inhibit-read-only to t.
10068
10069 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10070 modifying the *Diff* buffer.
10071 (diff-process-filter): New filter function for diff process that
10072 sets inhibit-read-only to t when modifying the *Diff* buffer.
10073
10074 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10075
10076 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10077 insertion point and control the number of empty lines.
10078 (org-paste-subtree): Limit the number of empty lines at the end of
10079 the inserted tree.
10080 (org-agenda): Use buffer name of current file for narrowing.
10081 (org-export-as-xml): Command removed.
10082 (org-export-xml-type): Option removed.
10083 (org-mode-map): Call `org-export-as-xoxo' directly.
10084 (org-get-indentation): New optional argument LINE.
10085 (org-fix-indentation, org-remove-tabs): New functions.
10086 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10087 correct indentation for headlines that are converted it items.
10088 (org-skip-comments): Remove table lines that contain narrowing
10089 cookies but no other non-empty fields.
10090 (org-set-tags): Allow groups of mutually exclusive tags.
10091 (org-cmp-time): Sort 24:21 before items without time.
10092 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10093 (org-open-at-point): Require double colon also for numbers.
10094
10095 2006-06-06 Kim F. Storm <storm@cua.dk>
10096
10097 * ido.el (ido-default-file-method, ido-default-buffer-method):
10098 Make choice values consistent with corresponding command names.
10099 (ido-visit-buffer): Update accordingly. Default to selected-window.
10100
10101 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10102
10103 * progmodes/gud.el (gud-running): Fix doc string.
10104 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10105 (gud-tooltip-modes): Add python-mode.
10106 (gud-tooltip-print-command): Add pdb. Remove perldb.
10107
10108 2006-06-05 Eli Zaretskii <eliz@gnu.org>
10109
10110 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10111 Quote $(EMACS).
10112
10113 2006-06-05 Richard Stallman <rms@gnu.org>
10114
10115 * faces.el (defined-colors): Doc fix.
10116
10117 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10118
10119 * vc.el (vc-process-filter): Inhibit undo info collection around
10120 call to insert.
10121 (vc-setup-buffer): Likewise for call to erase-buffer.
10122 (vc-do-command): Likewise for call to process-file.
10123
10124 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
10125
10126 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10127 for gud-go.
10128 (gud-common-init): Other debuggers may trigger error.
10129
10130 2006-06-05 Kenichi Handa <handa@m17n.org>
10131
10132 * international/mule.el (find-auto-coding):
10133 Handle enable-character-translation in file header.
10134
10135 2006-06-04 Kim F. Storm <storm@cua.dk>
10136
10137 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10138 (authors-fixed-entries): Fix spelling.
10139 (authors-canonical-file-name): Don't report error for wildcards.
10140
10141 * help.el (view-emacs-news): Rewrite to support new NEWS,
10142 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
10143 e.g. version 10 matches 1.10, and don't be confused by version 1.1
10144 being a prefix of 1.12 (etc). A numeric prefix arg also works.
10145
10146 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
10147
10148 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10149 exec constructs like `foo bar`.
10150 (sh-quoted-subshell): New helper function to search for a possibly
10151 nested subshell (like `` or $()) within a "" quoted string.
10152 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10153 (sh-apply-quoted-subshell): Flag quote characters inside a
10154 subshell, which is itself already in a quoted region, as
10155 punctuation, since this is the closest to what they actually are.
10156 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10157 sh-apply-quoted-subshell.
10158 (sh-font-lock-syntactic-face-function): Apply the new face for
10159 text inside `` instead of the old font-lock-string-face.
10160
10161 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10162
10163 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10164 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10165 (mac-bytes-to-text-range, mac-ae-text-range-array)
10166 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10167 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10168 (mac-ts-unicode-for-key-event): New functions.
10169 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10170 (mac-handle-font-selection): Use mac-ae-number.
10171 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10172 New variables.
10173 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10174 (mac-ts-converted-text, mac-ts-selected-converted-text)
10175 (mac-ts-block-fill-text, mac-ts-outline-text)
10176 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10177 (mac-ts-hilite-style-faces): New constant.
10178 (mac-apple-event-map): Bind text input events.
10179 (mac-dispatch-apple-event): Use command-execute instead of
10180 call-interactively.
10181 (global-map): Don't bind mac-apple-event.
10182 (special-event-map): Bind mac-apple-event.
10183
10184 2006-06-02 Eli Zaretskii <eliz@gnu.org>
10185
10186 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10187 file name.
10188 (emacs): Enclose the value of $(EMACS) in quotes.
10189
10190 2006-06-02 Juri Linkov <juri@jurta.org>
10191
10192 * international/mule.el (sgml-html-meta-auto-coding-function):
10193 Remove the condition `(search-forward "<html" size t)'.
10194 Replace `\"' with `[\"']?' in `re-search-forward'.
10195
10196 2006-06-02 Kenichi Handa <handa@m17n.org>
10197
10198 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10199 as well as `coding'.
10200 (hack-local-variables): Likewise.
10201
10202 * international/mule.el (enable-character-translation):
10203 Put permanent-local and safe-local-variable properties.
10204 (find-auto-coding): Handle char-trans: tag.
10205
10206 2006-06-02 Juri Linkov <juri@jurta.org>
10207
10208 * international/mule.el (sgml-html-meta-auto-coding-function):
10209 Limit the search by the end of the HTML header (if any).
10210
10211 2006-06-01 Richard Stallman <rms@gnu.org>
10212
10213 * subr.el (with-current-buffer): Doc fix.
10214
10215 2006-06-02 Masatake YAMATO <jet@gyve.org>
10216
10217 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10218 Almost rewrite. Underlines over all lines of gcov output are too
10219 uncomfortable to read. Suggested by Dan Nicolaescu.
10220
10221 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
10222
10223 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10224
10225 * shell.el (shell-mode): Use shell-mode-map in docstring.
10226
10227 * comint.el (comint-send-input): Do not add help-echo and
10228 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10229
10230 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10231
10232 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10233
10234 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10237 (gdb-stopped, gdb-info-stack-custom): If there is no source info
10238 look up the stack and pop up GUD buffer if necessary.
10239 (gdb-frames-select): Remove redundant call to gud-display-frame.
10240 (gdb-info-threads-custom): Keep point at start of buffer.
10241 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10242
10243 2006-05-31 Juri Linkov <juri@jurta.org>
10244
10245 * replace.el (query-replace-read-from, query-replace-read-to):
10246 Bind `history-add-new-input' to nil. Call `add-to-history'.
10247
10248 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
10249
10250 * textmodes/table.el: Convert all HTML tags to lower case for
10251 XHTML compatibility.
10252
10253 2006-05-31 Masatake YAMATO <jet@gyve.org>
10254
10255 * progmodes/compile.el:
10256 (compilation-error-regexp-alist-alist::gcov-called-line):
10257 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
10258
10259 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
10260
10261 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10262 Revert inadvertent changes made with last commit.
10263
10264 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10265
10266 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10267 New functions.
10268
10269 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10270
10271 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
10272
10273 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10274 only matches in the right place.
10275 (org-upcoming-deadline): New face.
10276 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10277 (org-export-ascii-underline): Rename constant `org-ascii-underline'
10278 and make it an option.
10279 (org-export-ascii-bullets): New option.
10280 (org-export-as-html): Many changes to emit valid XHTML.
10281 (org-par-open): New variable.
10282 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10283 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10284 (org-timeline): Pass `org-timeline-show-empty-dates' to
10285 `org-get-all-dates'. Interpret empty dates returned by
10286 `org-get-all-dates'.
10287 (org-get-all-dates): New argument EMPTY. Add dates without
10288 entries to the list, mark large ranges of empty dates.
10289 (org-point-in-group, org-context): New functions.
10290
10291 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
10292
10293 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10294
10295 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10296 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10297 to C-mouse-3 (for 2 button mice).
10298 (gdb-send): Do the right thing for C-d.
10299
10300 * speedbar.el (speedbar-detach): Delete.
10301 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10302 it breaks things.
10303 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10304
10305 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
10306
10307 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10308 Makeppfile.
10309
10310 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10311 Add makepp diagnostic.
10312
10313 2006-05-29 Richard Stallman <rms@gnu.org>
10314
10315 * window.el (fit-window-to-buffer): Doc fix.
10316
10317 * help.el (temp-buffer-max-height): Doc fix.
10318
10319 * subr.el (with-current-buffer): Doc fix.
10320
10321 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10322
10323 * term/x-win.el: Bind F10 to menu-bar-start if available.
10324
10325 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
10326
10327 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10328 uses with a simple test.
10329 (term-set-escape-char, term-mode, term-check-kill-echo-list)
10330 (term-send-raw-string, term-send-raw, term-mouse-paste)
10331 (term-char-mode, term-line-mode, term-exec, term-sentinel)
10332 (term-handle-exit, term-read-input-ring)
10333 (term-previous-matching-input-string)
10334 (term-previous-matching-input-string-position)
10335 (term-previous-matching-input-from-input)
10336 (term-replace-by-expanded-history, term-send-input)
10337 (term-skip-prompt, term-bol, term-send-invisible)
10338 (term-kill-input, term-delchar-or-maybe-eof)
10339 (term-backward-matching-input, term-check-source)
10340 (term-proc-query, term-emulate-terminal)
10341 (term-handle-colors-array, term-process-pager, term-pager-line)
10342 (term-pager-bob, term-unwrap-line, term-word)
10343 (term-dynamic-complete-filename)
10344 (term-dynamic-complete-as-filename)
10345 (term-dynamic-simple-complete): Replace one arm ifs with whens or
10346 unlesses.
10347
10348 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10351 during bootstrapping.
10352
10353 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10354 Basically undo the change of 2006-05-26: use extra arguments instead of
10355 dynamic scoping.
10356 (ewoc-locate): Remove unused var `footer'.
10357
10358 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10361
10362 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10363 (generate-file-autoloads): Obey it. Return whether autoloads were
10364 added at point or not.
10365 (update-file-autoloads): Use this new return value.
10366 Remove redundant test for the presence of an autoload cookie.
10367
10368 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10369 This one calls hack-local-variables.
10370 (generate-file-autoloads, update-file-autoloads): Use it.
10371
10372 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10373 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10374 (bibtex-sort-entry-class-alist): Don't set the global value.
10375 (bibtex-init-sort-entry-class-alist): New fun.
10376 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10377 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10378 of bibtex-init-sort-entry-class.
10379
10380 2006-05-28 Richard Stallman <rms@gnu.org>
10381
10382 * subr.el (load-history-regexp): If FILE is relative, insist
10383 entire last name component must match it.
10384 (load-history-filename-element, load-history-regexp): Doc fixes.
10385
10386 2006-05-29 Kim F. Storm <storm@cua.dk>
10387
10388 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10389 `pos' and `raw-data' for clarity, as eval forms may access these.
10390
10391 2006-05-28 Kim F. Storm <storm@cua.dk>
10392
10393 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10394
10395 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * progmodes/make-mode.el (makefile-browser-map)
10398 (makefile-mode-syntax-table): Move initialization inside declaration.
10399 (makefile-fill-paragraph): Use the default comment-filling code.
10400
10401 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
10402
10403 * replace.el (query-replace-defaults): New variable.
10404 (query-replace-read-from): Use `query-replace-defaults' for
10405 default value, instead of history list.
10406 (query-replace-read-to): Update `query-replace-defaults'.
10407
10408 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
10409
10410 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10411 with no X toolkit.
10412
10413 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
10414
10415 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10416 (tumme-show-all-from-dir): Add autoload.
10417
10418 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10419
10420 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10421 (tumme-remove-tag): Fix bug.
10422
10423 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10424
10425 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10426 FOOTER args. Update unique caller.
10427 (ewoc-delete): Compute last node once before looping.
10428 (ewoc--node-branch): Merge into unique caller.
10429 (ewoc--node): Don't define constructor make-ewoc--node for this
10430 structure.
10431 (ewoc): Add member `hf-pp' to this structure.
10432 (ewoc--wrap): New func.
10433 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10434 header/footer pretty-printers. Save header/footer pretty-printer.
10435 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10436
10437 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10438
10439 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10440
10441 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10442 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
10443 Tag'. Change "Compare directories..." to "Change Directories...".
10444 Move tumme commands to Operate, Regexp and Immediate menus.
10445 Change "Add Comment" to "Add Image Comment". Change "Add Image
10446 Tag" to "Add Image Tags".
10447
10448 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10449 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10450 `tumme-delete-tag'.
10451
10452 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10453
10454 * shell.el (shell-mode): Call shell-dirtrack-mode after
10455 list-buffers-directory is made a local variable, to avoid setting
10456 the default value.
10457
10458 2006-05-26 Kevin Ryde <user42@zip.com.au>
10459
10460 * info.el (Info-index-next): Use where-is-internal to report
10461 actual binding of Info-index-next, rather than hard-coded `,'.
10462
10463 2006-05-26 Eli Zaretskii <eliz@gnu.org>
10464
10465 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10466 and "Find Command in Manual" to here.
10467
10468 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10469 Info-current-file as the file name.
10470
10471 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10472
10473 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10474 overrides will now be done a different way.
10475 (ses-set-parameter): Reapply this function for undo.
10476 (ses-set-header-row): Reconstruct header row during undo.
10477 (ses-widen): New function.
10478 (ses-goto-data, ses-reconstruct-all): Use new function.
10479 (ses-command-hook): Widen buffer during undo, before unupdating
10480 the cells.
10481 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10482 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10483 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10484 formula hasn't been executed yet.
10485
10486 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10487
10488 * comint.el (comint-kill-whole-line): Rename arg to count.
10489 Fix doc string.
10490
10491 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10494 to copy-file.
10495
10496 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10497
10498 * simple.el (toggle-truncate-lines): Make arg optional for
10499 backward compatibility.
10500
10501 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
10502
10503 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10504 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10505 DLL arg. Instead, use ewoc--current-dll. Update all callers.
10506 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10507 (ewoc--adjust): Use ewoc--current-dll.
10508 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10509
10510 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
10511
10512 * textmodes/org.el (org-next-item, org-previous-item): Emit more
10513 compact error message.
10514 (org-tags-view): Refresh category table in each file.
10515 (org-table-justify-field-maybe): Remove superfluous arguments to
10516 `format'.
10517 (org-export-as-html): Insert "<p>" before postamble.
10518 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10519
10520 2006-05-26 Kenichi Handa <handa@m17n.org>
10521
10522 * textmodes/po.el (po-find-charset): Pay attention to the case
10523 FILENAME is a cons (NAME . BUFFER).
10524 (po-find-file-coding-system-guts): Likewise.
10525
10526 * arc-mode.el (archive-set-buffer-as-visiting-file):
10527 Call find-operation-coding-system with (FILENAME . BUFFER).
10528
10529 * tar-mode.el (tar-extract): Call find-operation-coding-system
10530 with (FILENAME . BUFFER).
10531
10532 * international/mule.el (decode-coding-inserted-region):
10533 Call find-operation-coding-system with (FILENAME . BUFFER).
10534
10535 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
10536
10537 * image-mode.el (image-toggle-display): Use buffer contents to
10538 generate image for a remote file.
10539
10540 2006-05-25 Juri Linkov <juri@jurta.org>
10541
10542 * replace.el (query-replace-read-from, query-replace-read-to):
10543 Remove 8th arg KEEP-ALL in read-from-minibuffer.
10544
10545 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
10546
10547 * whitespace.el (whitespace-cleanup): Change to cleanup
10548 region if one is active.
10549 * whitespace.el (whitespace-cleanup-internal): New internal method.
10550
10551 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10552
10553 * dired.el (dired-mode-map): Add help-echo strings to tumme
10554 commands. Bind `tumme-dired-display-image' to C-t i.
10555
10556 * tumme.el (tumme-display-image): Change documentation string slightly.
10557 (tumme-dired-display-image): Add call to `display-buffer'.
10558
10559 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10560
10561 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10562 Signal error if RAW-DATA is a multibyte string.
10563
10564 2006-05-24 Richard Stallman <rms@gnu.org>
10565
10566 * subr.el (with-local-quit): When handling `quit' signal,
10567 make a chance for quit-flag to cause a quit.
10568
10569 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10570 (ad-disable-advice): Add autoloads.
10571
10572 * subr.el (read-passwd): Copy PROMPT before changing its properties.
10573
10574 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10575
10576 * dired.el (dired-mode-map): Change menu items for tumme as per
10577 suggestions in emacs-devel.
10578
10579 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10580
10581 * dired.el (dired-mode-map): Fix breakage.
10582
10583 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10584
10585 * tumme.el (tumme-display-dired-image): Rename to...
10586 (tumme-dired-display-image): ...this.
10587 (tumme-track-movement): Change default value to t.
10588 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10589 used from `tumme-next-line-and-display' and similar commands.
10590
10591 * dired.el (dired-mode-map): Add Thumbnail submenu under the
10592 Immediate menu. Add some tumme commands there.
10593
10594 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
10595
10596 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10597
10598 2006-05-24 Chong Yidong <cyd@mit.edu>
10599
10600 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10601 menu entries that open submenus.
10602
10603 2006-05-24 Alan Mackenzie <acm@muc.de>
10604
10605 * startup.el (command-line): For names of preloaded files, don't
10606 append ".elc" (now done in Fload), and call file-truename on the
10607 lisp directory.
10608
10609 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
10610 match ANY loaded file with the right name, not just those in
10611 load-path. Put a regexp matching the file name into
10612 after-load-alist, rather than the name itself.
10613
10614 * subr.el (load-history-regexp, load-history-filename-element)
10615 (do-after-load-evaluation): New functions.
10616
10617 * international/mule.el (load-with-code-conversion): Do the
10618 eval-after-load stuff by calling do-after-load-evaluation.
10619
10620 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10621
10622 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10623 has not been killed.
10624
10625 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10626
10627 * term/mac-win.el: Set idle timer to clean up expired Apple events.
10628 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10629 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10630 Optionally set error message in reply.
10631
10632 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
10633
10634 * textmodes/org.el (org-open-at-point): Use renamed variable
10635 `org-confirm-shell-link-function'.
10636 (org-confirm-shell-link-function): Rename from
10637 `org-confirm-shell-links'.
10638 (org-export-directory): New function.
10639 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10640 (org-export-icalendar): Use `org-export-directory'.
10641 (org-indent-item): Keep cursor position.
10642 (org-link-file-path-type): New option.
10643 (org-export-as-html): Fix bug with plain lists starting in
10644 column 0.
10645 (org-export-as-html): Remove deadline formatting, this happens
10646 now already in `org-html-handle-time-stamps'.
10647 (org-export-html-style): Deadline class removed.
10648 (org-insert-labeled-timestamps-at-point): New option.
10649 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10650 of `hide-sublevels 1', in case the first headline is not level 1.
10651 (org-overview, org-content): New fuction.
10652 (org-cycle-global-status, org-cycle-subtree-status): Make these
10653 variables buffer-local.
10654 (org-global-cycle): New command.
10655 (org-shifttab): Use `org-global-cycle'.
10656 (org-insert-heading, org-insert-item): Go to end of new
10657 headline/item after creating it.
10658 (org-export-visible): Rename from `org-export-copy-visible'.
10659 Now creates a temporary org-file and applies an exporting command
10660 to it.
10661 (org-table-eval-formula): Support for lisp forms.
10662 (org-agenda-todo-ignore-scheduled): New option.
10663 (org-agenda-get-todos): Use new option
10664 `org-agenda-todo-ignore-scheduled'.
10665 (org-export-html-inline-images): New value `maybe'.
10666 (org-export-as-html): Inlining of images dependent on link description.
10667 (org-archive-subtree): Check for end-of-buffer before trying
10668 `kill-line'.
10669 (org-agenda-follow-mode): New option.
10670 (org-export-with-tags, org-export-with-timestamps): New options.
10671 (org-html-handle-time-stamps): New function.
10672 (org-keyword-time-regexp): New variable.
10673 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10674 (org-agenda-todo-list-sublevels): New option.
10675 (org-html-level-start): When TITLE is nil, just close all levels.
10676 (org-parse-key-lines, org-parse-export-options): Remove functions,
10677 replaced by `org-infile-export-plist'.
10678 (org-combine-plists, org-infile-export-plist)
10679 (org-default-export-plist): New functions.
10680 (org-export-html-preamble, org-export-html-postamble)
10681 (org-export-html-auto-preamble, org-export-html-auto-postamble):
10682 New variables.
10683 (org-export-publishing-directory): New option.
10684 (org-export-as-html, org-export-as-ascii): Use the new property
10685 lists for settings.
10686 (org-export-copy-visible, org-export-as-xoxo):
10687 Respect `org-export-publishing-directory'.
10688 (org-link-search, org-store-link, org-file-apps): Support for
10689 links to BibTeX database entries..
10690 (org-get-current-options, org-set-regexps-and-options):
10691 Implement logging as a startup option.
10692 (org-store-link): Make sure context string is never empty
10693 (org-insert-link): Use relative path when possible.
10694 (org-at-item-checklet-p): New function.
10695 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10696 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10697 (org-metaright, org-metaup, org-metadown, org-shiftup)
10698 (org-shiftdown, org-shiftright, org-shiftleft)
10699 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10700 Dispatch using `call-interactively'.
10701 (org-call-with-arg): New defsubst.
10702 (org-tag-alist, org-use-fast-tag-selection): New options.
10703 (org-complete): Use `org-tag-alist'.
10704 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10705 (org-next-item, org-previous-item): New commands.
10706 (org-beginning-of-item, org-end-of-item): Add (interactive) to
10707 make command.
10708 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10709
10710 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10711
10712 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10713 (ewoc-filter): Use `ewoc-delete'.
10714
10715 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10716
10717 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10720 Signal more user-friendly error messages.
10721
10722 * complete.el (PC-do-completion): Undo the addition of implicit
10723 wildcards if they did not lead to finding any match.
10724 (read-file-name-internal): Don't add the final > if the completion is
10725 not finished.
10726
10727 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10728
10729 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10730 Quote safe-local-variable predicate.
10731
10732 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10733
10734 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10735
10736 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10737
10738 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10739
10740 * progmodes/make-mode.el (makefile-special-targets-list)
10741 (makefile-macro-table, makefile-target-table): Mark as risky.
10742 (makefile-query-one-target-method): Make this the alias for the
10743 following variable.
10744 (makefile-query-one-target-method-function): Make this the real name.
10745
10746 * textmodes/artist.el (artist-text-renderer): Make this the alias
10747 for the following variable.
10748 (artist-text-renderer-function): Make this the real name.
10749
10750 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10751 the alias for the following variable.
10752 (flyspell-generic-check-word-predicate): Make this the real name.
10753
10754 * textmodes/ispell.el (ispell-format-word): Make this the alias
10755 for the following variable.
10756 (ispell-format-word-function): Make this the real name.
10757 (ispell-message-text-end): Mark as risky.
10758
10759 * skeleton.el (skeleton-transformation, skeleton-filter)
10760 (skeleton-pair-filter): Make these the aliases for the following
10761 variables.
10762 (skeleton-transformation-function, skeleton-filter-function)
10763 (skeleton-pair-filter-function): Make these the real names.
10764
10765 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10766 and skeleton-pair-filter-function.
10767
10768 * textmodes/sgml-mode.el (sgml-transformation): Make this the
10769 alias for the following variable.
10770 (sgml-transformation-function): Make this the real name.
10771 (sgml-tag-alist): Mark as risky.
10772
10773 2006-05-21 Richard Stallman <rms@gnu.org>
10774
10775 * simple.el (kill-region): Interactively, pass point, then mark.
10776
10777 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10778
10779 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10780
10781 2006-05-21 Romain Francoise <romain@orebokech.com>
10782
10783 * dired-x.el (dired-mode-map): Don't bind M-g.
10784
10785 2006-05-20 Richard Stallman <rms@gnu.org>
10786
10787 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10788 (dired-goto-file): Doc fix.
10789
10790 2006-05-21 Kim F. Storm <storm@cua.dk>
10791
10792 * emulation/cua-base.el: Mention customizing cua-mode as alternative
10793 way to enable built-in cua-mode if user loads older CUA-mode package.
10794
10795 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10796 if default-filename is specified.
10797
10798 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10799
10800 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10801
10802 * info.el (info-apropos): Make sure current-file and current-node
10803 have non-nil values. Speed up by using add-to-list instead of
10804 manual consing.
10805
10806 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10807
10808 * progmodes/make-mode.el (makefile-mode): Doc fix.
10809
10810 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10811
10812 * dired-aux.el (dired-do-shell-command): Doc fix.
10813
10814 2006-05-20 Kevin Ryde <user42@zip.com.au>
10815
10816 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10817 ``(custom-manual :tag "Foo" "(foo)Node")''.
10818
10819 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
10820
10821 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10822 value is an integer.
10823
10824 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10825
10826 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10827 "format".
10828 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10829
10830 2006-05-20 Martin Rudalics <rudalics@gmx.at>
10831
10832 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10833 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10834
10835 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10838 regexp for keywords.
10839
10840 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
10841
10842 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10843 replace-regexp-in-string.
10844
10845 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10846 encode, and escape file name on conversion to URL.
10847
10848 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10849
10850 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10851 Don't unescape URL.
10852 (dnd-get-local-file-name): Unescape URL on conversion to file name.
10853
10854 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10855 on conversion to URLs.
10856
10857 * net/browse-url.el (browse-url-file-url): Encode file name on
10858 conversion to URL.
10859
10860 * term/mac-win.el (mac-ae-open-documents): Escape file name on
10861 conversion to URL.
10862
10863 2006-05-19 Eli Zaretskii <eliz@gnu.org>
10864
10865 * progmodes/cc-styles.el (c-style-alist): Doc fix.
10866
10867 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10868
10869 * term/mac-win.el (mac-bytes-to-digits): Remove function.
10870 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10871
10872 2006-05-19 Glenn Morris <rgm@gnu.org>
10873
10874 * calendar/diary-lib.el (diary-bahai-date)
10875 (list-bahai-diary-entries, mark-bahai-diary-entries)
10876 (mark-bahai-calendar-date-pattern): Not interactive.
10877 (add-to-diary-list): New optional arg LITERAL. Doc fix.
10878 (diary-entries-list): Change format of 4th element in each entry.
10879 (diary-list-entries): Use add-to-diary-list.
10880 (diary-goto-entry): Handle the case where the buffer visiting the
10881 diary has been killed.
10882 (fancy-diary-display): Add 'locator to button rather than 'marker.
10883 Only generate temp-face when there are marks to apply.
10884 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10885 (diary-fancy-date-pattern): New variable.
10886 (diary-time-regexp): Doc fix.
10887 (diary-anniversary, diary-time): New faces.
10888 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10889 diary-time-regexp. Add font-lock-multiline property where needed.
10890 Use new faces diary-anniversary and diary-time.
10891 (diary-fancy-font-lock-fontify-region-function): New function, to
10892 handle multiline font-lock pattern in fancy diary.
10893 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10894 (diary-font-lock-keywords): Tweak time regexp. Use new face
10895 diary-time.
10896
10897 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
10898
10899 * international/code-pages.el (mik): Table corrected.
10900
10901 2006-05-18 Kim F. Storm <storm@cua.dk>
10902
10903 * progmodes/grep.el (grep-find): Don't check grep-find-command
10904 before running command (breaks non-interactive usage).
10905
10906 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
10907
10908 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10909 (ewoc--insert-new-node): Don't insert trailing newline.
10910 Instead, adjust successor nodes's start markers.
10911 (ewoc--refresh-node): Delete all text from current node's start
10912 marker to the next one's; adjust successor nodes's start markers.
10913 (ewoc--create): Doc fixes.
10914 (ewoc--refresh): Don't insert newline.
10915 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
10916 * pcvs.el (cvs-make-cvs-buffer):
10917 Specify extra newline for ewoc's header and footer.
10918 (cvs-update-header): Update initial header recognition.
10919 Append newline to final header and footer values.
10920 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10921
10922 2006-05-17 Richard Stallman <rms@gnu.org>
10923
10924 * files.el (file-name-extension): Doc fix.
10925
10926 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10929 we can explicitly enable/disable rather than toggle.
10930 (shell-mode): Use it.
10931 (shell-cd): Don't try to reproduce what `cd' does.
10932
10933 2006-05-17 Kim F. Storm <storm@cua.dk>
10934
10935 * ido.el (ido-read-internal): Use only nondirectory part of
10936 default item.
10937
10938 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
10939
10940 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10941 (ewoc-nth): Doc fix.
10942
10943 (ewoc-map, ewoc-invalidate): Compute PP before looping.
10944
10945 2006-05-16 Eli Zaretskii <eliz@gnu.org>
10946
10947 * international/mule.el (auto-coding-alist): Add .lha to files
10948 read with no-conversion.
10949
10950 * files.el (auto-mode-alist): Add .lha files to archive file
10951 extensions.
10952
10953 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10954 Convert csize to integer when computing offsets within the
10955 compressed archive file.
10956
10957 2006-05-16 Kim F. Storm <storm@cua.dk>
10958
10959 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10960 with read-from-minibuffer.
10961
10962 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
10963
10964 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
10965 (byte-compile-warnings): Fix safe-local-variable property.
10966
10967 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
10968
10969 * allout.el (allout-show-bodies, allout-old-style-prefixes)
10970 (allout-stylish-prefixes, allout-numbered-bullet)
10971 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10972 predicates to qualify `safe-local-variable' property, when
10973 available, else use equivalent lambda.
10974 (allout-current-topic-collapsed-p): Do the right thing regarding
10975 trailing blank lines.
10976
10977 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * server.el (server-start): Only create a directory if needed.
10980 (server-edit, server-unload-hook): server-start => server-mode.
10981 (kill-emacs-hook): Cleanup upon exit.
10982
10983 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * hexl.el (hexlify-buffer): Encode process arguments manually.
10986
10987 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
10988
10989 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10990 call to gdb-tooltip-print.
10991
10992 2006-05-15 Romain Francoise <romain@orebokech.com>
10993
10994 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10995 systems, default to "tar" since those systems probably have GNU tar.
10996
10997 2006-05-14 Lars Hansen <larsh@soem.dk>
10998
10999 * desktop.el (desktop-missing-file-warning): Fix docstring.
11000 (desktop-restore-file-buffer): Correct question asked on missing file.
11001
11002 2006-05-14 Kim F. Storm <storm@cua.dk>
11003
11004 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11005 Add CUA move property.
11006
11007 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * custom.el (custom-push-theme): Load the variable before checking
11010 its `standard-value'.
11011
11012 2006-05-13 Lars Hansen <larsh@soem.dk>
11013
11014 * desktop.el (desktop-save): Use with-temp-buffer.
11015
11016 2006-05-12 Glenn Morris <rgm@gnu.org>
11017
11018 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11019 * calendar/calendar.el (calendar-mode-map):
11020 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11021 * calendar/appt.el (appt-check, appt-make-list): Refer to
11022 diary-view-entries, diary-list-entries, diary-show-all-entries
11023 rather than obsolete aliases.
11024
11025 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * simple.el (line-move-finish): Avoid calling point motion hooks
11028 while processing intangibility.
11029
11030 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11031
11032 * term/xterm.el (terminal-init-xterm): Fix typo.
11033
11034 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11035
11036 * allout.el (allout-view-change-hook): Mark as being deprecated,
11037 to be replaced by `allout-exposure-change-hook'.
11038 (allout-exposure-change-hook): New, replacing
11039 `allout-view-change-hook'.
11040 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11041 in addition to `allout-view-change-hook'.
11042 (allout-show-bodies, allout-old-style-prefixes)
11043 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11044 lambda forms to prevent their showing up in variable help
11045 presentations as inscrutable byte-compiled code.
11046 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11047 Use string-or-null-p to qualify safe-local-variable values.
11048 (allout-reindent-bodies): Use memq to qualify matches against
11049 valid safe-local-variable values. Also, quote the lambda as above.
11050 (allout-use-mode-specific-leader): Add missing candidate-value
11051 symbols, use memq, and quote the lambda.
11052 (allout-overlay-interior-modification-handler): Remove unused
11053 variables `msg' and 'opened'.
11054 (allout-hidden-p): Constrain invisibility consideration to allout's
11055 invisibility spec, disregarding invisibility for other reasons.
11056
11057 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11058
11059 * files.el (version-control): Correct safe values.
11060
11061 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11062
11063 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11064
11065 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11066 (ewoc--insert-new-node): New func.
11067 Update callers of deleted funcs to use it, instead.
11068
11069 2006-05-11 Glenn Morris <rgm@gnu.org>
11070
11071 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11072 obsolete alias `show-all-diary-entries'.
11073 (make-diary-entry): Not interactive.
11074 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11075 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11076 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11077 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11078 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11079 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11080
11081 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11082
11083 * calendar/calendar.el (calendar-french-date-string)
11084 (calendar-mayan-date-string, calendar-chinese-date-string)
11085 (calendar-astro-date-string, calendar-iso-date-string)
11086 (calendar-islamic-date-string, calendar-bahai-date-string)
11087 (calendar-hebrew-date-string, calendar-coptic-date-string)
11088 (calendar-ethiopic-date-string, calendar-persian-date-string):
11089 These functions are not interactive.
11090
11091 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11092
11093 * files.el: Balance parentheses.
11094
11095 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11096
11097 * files.el, newcomment.el, outline.el, simple.el,
11098 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11099 * progmodes/cc-vars.el, progmodes/compile.el:
11100 Move `safe-local-variable' declarations to the respective files.
11101
11102 * help-fns.el (describe-variable): Don't print safe-var if it is
11103 byte-code. Improve wording as suggested by Luc Teirlinck.
11104
11105 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11106
11107 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11108 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11109 Use a token for pending-triggers to ensure gdb-var-update
11110 gets called once per user input again for pre-GDB 6.4.
11111 (gdb-var-delete): Match on more complex expressions.
11112 (gdb-var-list-children-handler, gdb-var-create-handler):
11113 Use a token for consistency.
11114
11115 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
11116
11117 * textmodes/org.el (org-read-date, org-goto-calendar)
11118 (org-agenda-goto-calendar):
11119 Bind `view-calendar-holidays-initially' to nil.
11120
11121 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11122
11123 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11124 Update all callers to do it there, instead.
11125
11126 2006-05-10 Glenn Morris <rgm@gnu.org>
11127
11128 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11129 prefix arg case, to avoid view-diary-entries-initially error.
11130 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11131 (calendar-date-is-legal-p): Handle dates with no day part.
11132
11133 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11134
11135 * comint.el (comint-insert-input): Just make it when
11136 comint-use-prompt regexp is nil (default) and with the mouse.
11137 (comint-copy-old-input): Reinstate from 2004-06-23.
11138 (comint-mode-map): Bind C-c C-m to it.
11139
11140 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11141
11142 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11143 Remove spurious move to point-max (new comint behavior fixes).
11144
11145 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11146 compatibility function (Emacs 18/19).
11147 (idlwave-is-continuation-line): Always return point at start of
11148 previous non-blank continuation line.
11149 (keyword-parameters): Fix continued comment font-lock matcher.
11150 (idlwave-font-lock-fontify-region): Written, use as
11151 font-lock-fontify-region-function, to fix continued keyword
11152 fontification issues.
11153
11154 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11155
11156 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11157 (mac-service-selection, mac-service-open-file)
11158 (mac-service-open-selection, mac-service-mail-selection)
11159 (mac-service-mail-to, mac-service-insert-text): Rename from
11160 mac-services-*. All uses changed.
11161 (mac-apple-event-map): Rename event symbol `services' to `service'.
11162
11163 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11164
11165 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11166 (ewoc--node-enter-first, ewoc--node-enter-last)
11167 (ewoc--delete-node-internal): Merge funcs into unique callers.
11168
11169 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
11170
11171 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11172 return value of read-from-minibuffer for empty input.
11173
11174 2006-05-09 Miles Bader <miles@gnu.org>
11175
11176 * comint.el (comint-insert-input): Remove redundant calls to setq
11177 and goto-char.
11178
11179 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
11180
11181 * comint.el (comint-insert-input): Make it work when
11182 comint-use-prompt-regexp is t.
11183
11184 2006-05-10 Miles Bader <miles@gnu.org>
11185
11186 * subr.el (field-at-pos): New function.
11187
11188 * comint.el (comint-insert-input): Use it.
11189
11190 2006-05-09 Juri Linkov <juri@jurta.org>
11191
11192 * battery.el (battery-linux-proc-acpi): Also try
11193 `/proc/acpi/thermal_zone/THR2/temperature'.
11194
11195 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11196 for now unused lambda `string-or-null'.
11197
11198 * add-log.el (change-log-default-name): Put `string-or-null-p'
11199 instead of lambda on `safe-local-variable' property.
11200
11201 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11202 `region-end' instead of `mark' and `point'.
11203 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11204 Operate on region in Transient Mark mode when the mark is active.
11205 Use `region-beginning' and `region-end' instead of `mark' and
11206 `point'.
11207 (diff-hunk-text, diff-goto-source): Doc fix.
11208
11209 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11210 face `mode-line-buffer-id' for mode-line buffer face instead of
11211 hard-coded `(:weight bold)'.
11212
11213 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11214 buffer-undo-list to t (undo-ask is reproducible by visiting
11215 nested archives).
11216
11217 2006-05-09 Kim F. Storm <storm@cua.dk>
11218
11219 * progmodes/grep.el (rgrep): Set default directory of *grep*
11220 buffer if we start M-x rgrep in the *grep* buffer and choose
11221 a different base directory.
11222
11223 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
11224
11225 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11226 completion also when ido is loaded.
11227
11228 2006-05-09 Masatake YAMATO <jet@gyve.org>
11229
11230 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11231 "warning" and "import".
11232 (cpp-font-lock-keywords): Added "warning".
11233
11234 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11235
11236 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11237
11238 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11241 pages at a time, if we signal the end, we should indeed reach that end.
11242
11243 2006-05-08 David Reitter <david.reitter@gmail.com>
11244
11245 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11246 output during execution of the body.
11247
11248 2006-05-08 Kim F. Storm <storm@cua.dk>
11249
11250 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11251
11252 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
11253
11254 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11255 Use with-current-buffer.
11256
11257 2006-05-07 Kim F. Storm <storm@cua.dk>
11258
11259 * subr.el (add-to-history): Remove keep-dups arg.
11260
11261 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11262 to nil around call to add-to-history.
11263
11264 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11267 than after a buffer modification.
11268
11269 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
11270
11271 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11272 call to...
11273 (gud-watch): ...here so speedbar is raised for already watched
11274 expressions.
11275 (gdb-speedbar-refresh): Delete function.
11276 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11277 Use speedbar-timer-fn instead of speedbar-refresh (reverting
11278 earlier change).
11279 (gdb-var-evaluate-expression-handler)
11280 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11281
11282 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11283 Update localized contents for all buffers except ignored modes.
11284
11285 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11286
11287 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11288 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11289 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11290 (mac-handle-font-panel-closed, mac-handle-font-selection):
11291 New functions.
11292 (mac-font-panel-mode): New minor mode.
11293 (mac-apple-event-map): Add bindings for toolbar toggle button and
11294 font panel.
11295 (menu-bar-showhide-menu): Add mac-font-panel-mode.
11296
11297 2006-05-07 John Paul Wallington <jpw@pobox.com>
11298
11299 * ibuffer.el (ibuffer-compressed-file-name-regexp):
11300 Avoid `regexp-opt'; simplify regexp for readability.
11301
11302 2006-05-06 Eli Zaretskii <eliz@gnu.org>
11303
11304 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11305 * files.el (buffer-stale-function):
11306 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11307 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11308 links to the main manual, not to emacs-xtra.
11309
11310 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11311
11312 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11313 MacJapanese if text is ASCII-only.
11314
11315 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
11316
11317 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11318 unless so nil isn't returned.
11319 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11320
11321 2006-05-06 Kim F. Storm <storm@cua.dk>
11322
11323 * subr.el (add-to-history): New function.
11324
11325 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11326 (ediff-merge-files-with-ancestor):
11327 * env.el (setenv):
11328 * isearch.el (isearch-update-ring):
11329 * server.el (server-visit-files):
11330 * progmodes/grep.el (lgrep, rgrep):
11331 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11332 * progmodes/xscheme.el (xscheme-insert-expression):
11333 Use add-to-history.
11334
11335 * kmacro.el (kmacro-push-ring): Use add-to-history.
11336 (kmacro-ring-length): Remove unused defun.
11337 (kmacro-start-macro): Use kmacro-push-ring.
11338
11339 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
11340
11341 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11342 directly instead of a lambda expression that calls it.
11343
11344 2006-05-06 Kim F. Storm <storm@cua.dk>
11345
11346 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11347 instead of compute-motion.
11348
11349 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11350
11351 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11352 change.
11353
11354 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
11355
11356 * startup.el (command-line-1): Refer to "Pure Storage" on
11357 pure-space-overflow.
11358
11359 2006-05-05 Martin Rudalics <rudalics@gmx.at>
11360
11361 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11362 provided faces once they all have been used up.
11363
11364 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11365
11366 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11367 reference to the Lisp manual to the warning about pure space
11368 overflow.
11369
11370 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11371
11372 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11373 argument to avoid the call to `ispell-internal-change-dictionary'
11374 when not needed.
11375 (ispell-change-dictionary): Use this argument and call
11376 `ispell-internal-change-dictionary' after the possible change
11377 to `ispell-local-dictionary'.
11378 (ispell-internal-change-dictionary): Check for a change in
11379 personal dictionary use too.
11380
11381 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11382
11383 * startup.el (command-line): On MS-Windows, probe "~", not
11384 "~USER", for warning about non-existent home directory.
11385
11386 * arc-mode.el (archive-l-e): New optional argument `float' means
11387 generate a float value.
11388 (archive-arc-summarize, archive-lzh-summarize)
11389 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11390 with 3rd argument non-nil when file's size is being computed.
11391 Format the file sizes with %8.0f instead of %8d.
11392
11393 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11394
11395 * cus-start.el (all): Add mac-dnd-known-types.
11396
11397 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11398 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11399 (mac-TIFF-to-string): New functions.
11400 (x-get-selection, x-selection-value)
11401 (mac-select-convert-to-string): Use them.
11402 (mac-text-encoding-mac-japanese-basic-variant): New constant.
11403 (mac-dnd-types-alist): New customization variable.
11404 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11405 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11406 (mac-dnd-handle-drag-n-drop-event): New functions.
11407 (mac-drag-n-drop): Remove function.
11408 (global-map): Bind drag-n-drop and M-drag-n-drop to
11409 mac-dnd-handle-drag-n-drop-event.
11410
11411 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11412
11413 * progmodes/perl-mode.el (perl-beginning-of-function):
11414 Skip anonymous subs.
11415
11416 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11417
11418 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11419 regexp-opt at run time.
11420
11421 * term.el (term-handle-ansi-escape): Fix off by one error.
11422
11423 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
11424
11425 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11426 (gdb-init-1, gdb-post-prompt): ...and references to it.
11427 (gdb-frame-handler): Strip directory name from filename if present.
11428
11429 * progmodes/gud.el (gdb-force-update): Delete defvar
11430 (gud-speedbar-buttons): ...and references to it. Use window-start
11431 to try to keep positon in watch expression.
11432
11433 2006-05-03 Richard Stallman <rms@gnu.org>
11434
11435 * simple.el (next-history-element, previous-history-element): Doc fix.
11436
11437 * isearch.el (isearch-update-ring): Doc fix.
11438
11439 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11440
11441 * isearch.el (isearch-update-ring): Take history-delete-duplicates
11442 into consideration. Replace one arm ifs with whens.
11443
11444 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
11445
11446 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11447 (menu): Fix typo.
11448
11449 2006-05-02 Miles Bader <miles@gnu.org>
11450
11451 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11452
11453 2006-05-02 Jay Belanger <belanger@truman.edu>
11454
11455 * calc/calc-embed.el (calc-override-minor-modes-map)
11456 (calc-override-minor-modes): New variables.
11457 (calc-do-embedded): Make sure that Calc keystrokes aren't
11458 overwritten by minor modes.
11459
11460 2006-05-02 Chong Yidong <cyd@mit.edu>
11461
11462 * msb.el (msb): If EVENT is a down event, read and discard the up event.
11463
11464 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11465
11466 * startup.el (command-line-1): Refer to Lisp manual when
11467 pure-space-overflow occurs.
11468
11469 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11470 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11471 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11472 (version-control): Don't use `t' for safe-local-variable declarations.
11473
11474 2006-05-01 Richard Stallman <rms@gnu.org>
11475
11476 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11477 M-r, M-R, M-A, M-SPC or M-DEL.
11478 (diff-mode-map): diff-refine-hunk now on C-c C-w
11479 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11480
11481 * help-mode.el (help-mode): view-exit-action calls delete-window
11482 only when it is safe and possible.
11483
11484 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11485 in messages.
11486
11487 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11488
11489 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11490 in the default tool-bar-map.
11491
11492 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
11493
11494 * net/tramp.el (tramp-completion-file-name-handler-alist)
11495 (tramp-run-real-handler, tramp-completion-run-real-handler)
11496 (tramp-completion-handle-file-name-all-completions)
11497 (tramp-completion-handle-file-name-completion): Autoload them.
11498 (tramp-completion-handle-file-exists-p)
11499 (tramp-completion-handle-file-name-directory)
11500 (tramp-completion-handle-file-name-nondirectory)
11501 (tramp-completion-handle-expand-file-name): Remove them.
11502 (tramp-handle-file-name-directory): Return the real directory name.
11503 Returning "/" only doesn't need to be necessary any longer.
11504 (tramp-file-name-handler): Make special attention when in hostname
11505 completion mode.
11506 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11507 (tramp-register-file-name-handlers):
11508 Register `tramp-completion-file-name-handler' only when
11509 `partial-completion-mode' is enabled.
11510 (tramp-completion-handle-file-name-all-completions):
11511 Delete directory part from results.
11512 (tramp-get-completion-methods, tramp-get-completion-user-host):
11513 Discard deleting "/", it doesn't work after the change of
11514 `tramp-handle-file-name-directory' above.
11515
11516 2006-05-01 Kim F. Storm <storm@cua.dk>
11517
11518 * progmodes/grep.el (grep-expand-template): Use save-match-data
11519 and symbol-value.
11520
11521 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11522
11523 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11524 Use select-frame-set-input-focus instead of raise-frame.
11525 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11526
11527 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
11528
11529 * progmodes/gud.el (gud-def): Add %c case.
11530 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11531 (gud-format-command): Make match case sensitive. Match on %F.
11532
11533 2006-04-30 Glenn Morris <rgm@gnu.org>
11534
11535 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11536 (cal-tex-preamble): Use cal-tex-preamble-extra.
11537 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11538 than alias `list-diary-entries'.
11539
11540 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
11541
11542 * help-fns.el (describe-variable): Add info about safe local variables.
11543
11544 2006-04-29 Richard Stallman <rms@gnu.org>
11545
11546 * bindings.el (mode-line-format): help-echo doc fixes.
11547
11548 * net/tramp.el (tramp-file-name-handler-alist): Delete
11549 expand-file-name and other operations that can cause spurious loading.
11550
11551 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * files.el (safe-local-variable-p): Remove support for the special
11554 value t.
11555
11556 * textmodes/paragraphs.el (sentence-end-without-space):
11557 Fix safety predicate.
11558 (sentence-end-double-space, sentence-end-without-period)
11559 (paragraph-ignore-fill-prefix):
11560 * textmodes/fill.el (colon-double-space):
11561 * abbrev.el (abbrev-mode): Tighten the safety predicate.
11562
11563 * subr.el (booleanp): New fun.
11564
11565 * textmodes/reftex-vars.el (reftex-guess-label-type):
11566 Tighten the safety predicate.
11567
11568 2006-04-28 Kim F. Storm <storm@cua.dk>
11569
11570 * progmodes/grep.el (defgroup grep): Doc fix.
11571 (grep-auto-highlight): Remove.
11572 (grep-template): New defcustom.
11573 (grep-find-template): Rename from grep-tree-template.
11574 (grep-files-aliases): Rename from grep-tree-files-aliases.
11575 Remove "all" alias, add "l" alias.
11576 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11577 (grep-find-ignored-directories): New defcustom to replace
11578 grep-tree-ignore-CVS-directories, to facilitate ignoring
11579 subdirectories for multiple version control systems.
11580 (grep-mode-map): Add Recursive grep item to GREP menu.
11581 (grep-regexp-history, grep-files-history): New defvars.
11582 (grep-probe): New helper function.
11583 (grep-compute-defaults): Use it to simplify code.
11584 Adapt to name changes.
11585 Use `.' as base in grep-find-template rather than <D>.
11586 (grep): Remove superfluous highlight-regexp arg. Fix doc.
11587 Call grep-compute-defaults unconditionally.
11588 (grep-expand-keywords): New defconst.
11589 (grep-expand-template): Rename from grep-expand-command-macros.
11590 Simplify via grep-expand-keywords. Look at case-fold-search instead
11591 of grep-tree-ignore-case to add -i option.
11592 Bind case-fold-search to nil while matching keywords.
11593 (grep-tree-last-regexp, grep-tree-last-files): Remove.
11594 (grep-read-regexp, grep-read-files): New helper functions.
11595 (rgrep): Rename from grep-tree. Rework to use proper histories.
11596 Adapt to changes in defcustoms and functions above.
11597 (lgrep): New command, as grep, but using same interactive UI as rgrep.
11598
11599 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
11600
11601 * net/tramp.el (tramp-completion-file-name-handler):
11602 Disable Tramp's functionality while loading Tramp itself.
11603 (tramp-register-file-name-handlers): That's a defsubst now.
11604 Code from `tramp-repair-jka-compr' moved here. Apply it via
11605 `after-init-hook'.
11606 (tramp-repair-jka-compr): Remove.
11607
11608 2006-04-27 Jay Belanger <belanger@truman.edu>
11609
11610 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11611 read expression when `math-read-big-expr' doesn't work.
11612
11613 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
11614
11615 * startup.el (command-line-1): Display warning when
11616 pure-space-overflow is non-nil.
11617
11618 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11619
11620 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11621 risky.
11622
11623 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11624
11625 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11626 Return the URL or nil if none can be generated.
11627
11628 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
11629
11630 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11631 byte compiler warnings.
11632 (gud-basic-call, gud-find-expr): Let user select an expression
11633 for printing. Print expression as well as value in GUD buffer.
11634
11635 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
11636
11637 * allout.el: Remove local autoload declaration for
11638 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11639 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11640 (allout-plain-bullets-string, allout-distinctive-bullets-string)
11641 (allout-use-mode-specific-leader, allout-old-style-prefixes)
11642 (allout-stylish-prefixes, allout-numbered-bullet)
11643 (allout-file-xref-bullet, allout-presentation-padding)
11644 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11645 safe-local-variable with suitable value spec, and add autoload
11646 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
11647 (move-beginning-of-line, move-end-of-line): Repair so these compat
11648 functions now actually resituate the point, when appropriate.
11649
11650 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11653
11654 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11655 (add-log-iso8601-time-string): Fix call to format-time-string.
11656
11657 2006-04-26 Kim F. Storm <storm@cua.dk>
11658
11659 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11660
11661 2006-04-26 Masatake YAMATO <jet@gyve.org>
11662
11663 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11664 Add support for "//" style comments. Remove `b' flag
11665 from ?* in `asm-mode-syntax-table'.
11666
11667 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * follow.el: Use (featurep 'xemacs) everywhere.
11670 (follow-mode): Use define-minor-mode.
11671 (follow-mode-map): Move initialization into the declaration.
11672 Use command remapping.
11673 (follow-emacs-version-xemacs-p): Remove.
11674 (follow-submit-feedback): Remove.
11675
11676 * allout.el (allout-layout, allout-passphrase-verifier-string)
11677 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11678
11679 * textmodes/reftex-vars.el (reftex-vref-is-default)
11680 (reftex-fref-is-default, reftex-guess-label-type):
11681 Tighten up a bit the safety predicate.
11682
11683 * textmodes/paragraphs.el (sentence-end-double-space)
11684 (sentence-end-without-period, sentence-end-without-space)
11685 (page-delimiter, paragraph-ignore-fill-prefix):
11686 Tighten up a bit the safety predicate.
11687
11688 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11689
11690 * progmodes/python.el (python-continuation-line-p)
11691 (python-beginning-of-statement): syntax-ppss may return
11692 a negative depth.
11693 (python-mode): Don't forcefully enable font-lock.
11694
11695 * time-stamp.el (time-stamp-start, time-stamp-end)
11696 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11697
11698 * add-log.el: Remove spurious * in docstrings.
11699 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11700 (add-change-log-entry): Use it here, since it's not specific
11701 to iso8601.
11702 (add-log-iso8601-time-string): Don't use it here any more.
11703 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11704
11705 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11706
11707 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
11708
11709 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11710 (rcirc-toggle-low-priority): Doc fix.
11711 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11712 ChanServ regexp.
11713 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11714 #emacs.
11715 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11716 (rcirc-decode-coding-system): Use utf-8 as the default.
11717 (rcirc-multiline-minor-mode): Set the fill-column.
11718 (rcirc-format-response-string): Display bright and dim nicks.
11719 (rcirc-browse-url): Update interactive spec to fill ARG.
11720 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11721 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11722
11723 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11724
11725 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11726 case for @Article, etc.
11727
11728 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
11729
11730 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11731 Added with autoload cookie.
11732 (tramp-unload-file-name-handlers): Rename from
11733 `tramp-unload-file-name-handler-alist'.
11734
11735 2006-04-23 Romain Francoise <romain@orebokech.com>
11736
11737 * comint.el (comint-match-partial-filename): Doc fix.
11738
11739 2006-04-21 Glenn Morris <rgm@gnu.org>
11740
11741 * calendar/cal-menu.el (calendar-mode-map): Refer to
11742 `diary-view-entries' rather than alias `view-diary-entries'.
11743 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11744
11745 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
11746
11747 * progmodes/antlr-mode.el (antlr-default):
11748 * cus-edit.el (custom-documentation):
11749 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11750 in defface.
11751
11752 2006-04-21 Kim F. Storm <storm@cua.dk>
11753
11754 * image.el (image-type): New defun split out of create-image.
11755 (create-image): Use it.
11756
11757 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
11758
11759 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11760 (org-open-at-point): Remove the "...done" message to keep output
11761 in the echo area visible.
11762 (org-export-as-xoxo): Fix call to `indent-region'.
11763
11764 2006-04-21 Kevin Ryde <user42@zip.com.au>
11765
11766 * international/mule.el (keyboard-coding-system): defcustom
11767 info-link fixes: "Specify Coding" has been split, keyboard now in
11768 "Terminal Coding", and "Single-Byte Character Support" is now
11769 "Unibyte Mode".
11770
11771 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
11772
11773 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11774 Use font-lock-warning-face for any errors e.g. no stack.
11775 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11776
11777 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11778
11779 * progmodes/sh-script.el (sh-shell): Mark as safe.
11780
11781 * newcomment.el (comment-start, comment-start-skip)
11782 (comment-end-skip, comment-end): Mark as safe.
11783
11784 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
11785
11786 * textmodes/org.el (org-deadline-announce): Face removed.
11787 (org-level-faces, org-n-levels): Convert to constant.
11788 (org-compatible-face): New function.
11789 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11790 (org-level-5, org-level-6, org-level-7, org-level-8)
11791 (org-special-keyword, org-warning, org-headline-done, org-link)
11792 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11793 (org-scheduled-today, org-scheduled-previously, org-time-grid):
11794 Face definition revised for better color tty support.
11795 (org-bold-re, org-italic-re, org-underline-re): New constants.
11796 (org-set-font-lock-defaults): Use the new constants.
11797 (org-agenda-highlight-todo): New function.
11798 (org-agenda-todo): Fix bug with point at end of line.
11799 (org-agenda-change-all-lines, org-finalize-agenda-entries):
11800 Fontify TODO keywords.
11801 (org-insert-link): Preserve relative path in ../ links.
11802 (org-export-as-html): Convert links pointing to .org files into
11803 links that will work beteen the exported HTML files.
11804 (org-todo-list): Fix bug when arg=0.
11805 (org-insert-heading): More fine-tuning.
11806
11807 2006-04-19 Romain Francoise <romain@orebokech.com>
11808
11809 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11810 from `rmail-mime-charset-pattern'.
11811
11812 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11813
11814 * progmodes/python.el (python-mode): Fix typo.
11815
11816 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
11817
11818 * comint.el (comint-previous-input): Don't clobber input line
11819 when moving off either end of the input history ring.
11820 (comint-delete-input): New function, used by
11821 `comint-previous-input' and others.
11822 (comint-previous-matching-input):
11823 Use `coming-delete-input'. Save the partial input if leaving the
11824 edit line. Goto point-max before deleting input to avoid
11825 partial input fragments hanging around.
11826 (comint-restore-input): New function, used by `comint-previous-input'.
11827
11828 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * imenu.el (imenu--index-alist): Balance parentheses.
11831
11832 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11833
11834 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11835
11836 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
11837
11838 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11839 file is nil.
11840
11841 2006-04-18 Richard Stallman <rms@gnu.org>
11842
11843 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11844
11845 * imenu.el (imenu-create-index-function, imenu--index-alist)
11846 (imenu--last-menubar-index-alist, imenu--make-index-alist)
11847 (imenu-default-create-index-function, imenu--generic-function):
11848 Doc fixes.
11849
11850 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11851
11852 * help-mode.el (help-mode): Set view-exit-action to delete window.
11853
11854 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
11855 now works by passing nil as arg.
11856
11857 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11858
11859 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11860 (read-abbrev-file): Provide default when reading filename.
11861
11862 * files.el (enable-local-variables): Allow :all as value.
11863 (hack-local-variables): Implement that value.
11864 (safe-local-variable-values, safe-local-eval-forms)
11865 (enable-local-variables): Mark as risky.
11866 (find-file-visit-truename, kept-old-versions): Mark safe.
11867
11868 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11869 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11870 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11871
11872 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11875 Use forward-line so as to get to BOL even in the presence of fields.
11876 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11877 in return.
11878 (inferior-tcl): Tell tclsh to work in interactive mode.
11879
11880 * complete.el (partial-completion-mode):
11881 Use 'choose-completion-string-functions to make sure that
11882 choose-completion fills the minibuffer properly.
11883
11884 * complete.el (PC-old-read-file-name-internal): Remove.
11885 (PC-read-include-file-name-internal): Remove. Turn it into an advice
11886 of read-file-name-internal.
11887 (partial-completion-mode): Enable/disable this advice.
11888
11889 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * net/tramp.el (tramp-completion-file-name-handler): Revert change
11892 of 2006-04-17.
11893
11894 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
11895
11896 * textmodes/org.el (org-insert-heading): Insert heading before
11897 current if at beginning of line.
11898 (org-todo, org-date): New faces.
11899 (org-table-align): Make sure tooltip window contains full text.
11900 (org-no-properties): New defsubst.
11901 (org-set-font-lock-defaults): Use new faces.
11902
11903 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
11904
11905 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11906 for root variables.
11907
11908 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11909 (gdb-frame-address): Re-use to identify frame for watch expression.
11910 (gdb-var-list, gdb-var-create-handler): Add frame address for root
11911 variables.
11912 (gdb-init-1, gdb-source, gdb-post-prompt)
11913 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11914 (gdb-frame-handler): Get gdb-frame-address.
11915
11916 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
11917
11918 Sync with Tramp 2.0.53.
11919
11920 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
11921 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
11922 (tramp-completion-file-name-handler): Add autoload cookie for
11923 adding to `file-name-handler-alist'.
11924
11925 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11926 the prompt. If it returns earlier (when detecting an error
11927 message), the rest of the output will merge accidently with the
11928 output of the next command. Reported by M Jared Finder
11929 <jared@hpalace.com>.
11930
11931 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11932 for `process-file', in order to let it work for older Emacsen too.
11933
11934 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
11935
11936 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11937 (tex-font-lock-keywords-3): Use it.
11938
11939 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * newcomment.el (comment-add): New function.
11942 (comment-region-default, comment-dwim): Use it.
11943
11944 2006-04-15 Michael Olson <mwolson@gnu.org>
11945
11946 * emacs-lisp/tq.el: Improve comments.
11947 (tq-queue-head-question): New accessor function.
11948 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11949 Update for modified queue structure.
11950 (tq-queue-add): Accept `question' argument.
11951 (tq-queue-pop): If a question is pending, send it.
11952 (tq-enqueue): Accept new optional argument `delay-question'.
11953 If this is non-nil, and at least one other question is pending a
11954 response, queue the question rather than sending it immediately.
11955
11956 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11957
11958 * calendar/appt.el (appt-add): Check whether an appointment is
11959 already present in appt-time-msg-list. Simplify code.
11960
11961 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * progmodes/cc-langs.el (c-mode-menu):
11964 Don't presume c-subword-mode is bound.
11965
11966 2006-04-13 Bill Wohler <wohler@newt.com>
11967
11968 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11969 (customize-package-emacs-version): Use cdr instead of cadr now
11970 that alists use dotted pairs.
11971
11972 * custom.el (defcustom): Fix docstring for :package-version.
11973
11974 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
11975
11976 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11977 (tramp-handle-shell-command): Display output buffer only when
11978 `tramp-display-shell-command-buffer' is true.
11979 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11980
11981 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11982
11983 * textmodes/org.el (org-set-autofill-regexps): Set only the local
11984 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11985
11986 2006-04-13 Romain Francoise <romain@orebokech.com>
11987
11988 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11989 leaving temporary .cvsignore buffers behind.
11990
11991 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11992
11993 * textmodes/org.el (org-set-regexps-and-options)
11994 (org-get-current-options): Better names for the startup folding
11995 options.
11996
11997 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
11998
11999 * vc.el (vc-annotate): Arrange for point to end up at the same
12000 line number as in the original, but only when using a new buffer.
12001
12002 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12003
12004 * files.el (hack-one-local-variable-eval-safep):
12005 Recognize `edebug-form-spec' for `put', but only if it passes
12006 `edebug-basic-spec'. Generalize `put' handling.
12007
12008 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12009 vetting file-local form specs.
12010
12011 * allout.el (allout-layout): Autoload its `safe-local-variable'
12012 property.
12013
12014 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12015
12016 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12017 (org-agenda-mouse-1-follows-link)
12018 (org-mouse-1-follows-link): New options.
12019 (org-format-agenda-item): Fix bug if TAGS is nil.
12020 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12021
12022 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12023
12024 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12025 GDB 6.1+ gives full filename for "info sources" so use
12026 file-name-nondirectory.
12027
12028 2006-04-12 Romain Francoise <romain@orebokech.com>
12029
12030 * subr.el (read-passwd): Bind `message-log-max' to nil.
12031
12032 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * progmodes/perl-mode.el (perl-indent-new-calculate):
12035 Recompute parse-start after jumping backward by a whole sexp.
12036
12037 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12040 window configuration.
12041 (vc-annotate-display-select): Select the buffer so that current-buffer
12042 (and selected-window) is the output buffer at the end of vc-annotate.
12043
12044 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12045
12046 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12047 8-color terminals, to use all of the colors in a sensible order.
12048 256-color terminals work well with the standard map.
12049 (vc-annotate-lines): Only strip the first color character if it
12050 is "#", to allow for terminal-style named colors.
12051 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12052 the correct buffer is scrolled.
12053
12054 2006-04-11 Richard Stallman <rms@gnu.org>
12055
12056 * emacs-lisp/bytecomp.el (byte-compile-file):
12057 Bind enable-local-variables to :safe, and make normal-mode obey it.
12058
12059 * files.el (enable-local-variables): Allow value :safe.
12060 (normal-mode): Doc fix.
12061 (hack-local-variables): Implement enable-local-variables = :safe.
12062 (hack-local-variables-confirm): Don't prevent quitting.
12063
12064 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * loadhist.el (unload-feature): A bit of sanity check of
12067 load-history entries. Cancel timer-vars before unbinding them.
12068
12069 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12070 quote special chars, and make the trick work on the hex part of the
12071 buffer as well.
12072 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12073 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12074
12075 * startup.el (normal-splash-screen): Fix last change so we don't wait
12076 2 minutes if we don't show the splash screen.
12077
12078 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12079
12080 * textmodes/org.el (org-export-plain-list-max-depth)
12081 (org-table-spaces-around-separators)
12082 (org-radio-targets, org-activate-camels)
12083 (org-table-spaces-around-invisible-separators): Options removed.
12084 (org-time-stamp-rounding-minutes, org-remember-templates)
12085 (org-ellipsis, org-activate-links, org-descriptive-links):
12086 New options.
12087 (org-remember-apply-template, org-current-time)
12088 (org-finish-edit-table-field)
12089 (org-link-unescape, org-link-escape)
12090 (org-string-width, org-table-clean-line, org-html-do-expand)
12091 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12092 (org-read-agenda-file-list): New functions.
12093 (org-table-edit-field)
12094 (org-table-create-or-convert-from-region): New commands
12095 (org-table-toggle-vline-visibility): Command removed.
12096 (org-table-convert-region): Made a command.
12097 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12098 Replace with the normal org- functions.
12099 (org-self-insert-command): Don't trigger realign unnecessarily
12100 when blanking a field that is not full.
12101 (org-mode): `Set buffer-invisibility-spec' for links.
12102 (org-activate-links2): Hide link part and only show descriptive
12103 part of the link.
12104 (org-insert-link): Modify for new linking system.
12105 (org-store-link): Store description separately, for use by
12106 `org-insert-link'.
12107 (org-table-align): Use `org-string-width'.
12108 (defgroup): Completely new group structure for custom variables.
12109 (org-agenda-files): Option: Single file name allowed. Function:
12110 Optional argument unrestrited means ignore any restricitons.
12111 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12112 trying to modify the menu. Use generalized access to
12113 `org-agenda-files.'
12114 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12115 (org-agenda-file-to-front, org-remove-file, org-diary)
12116 (org-tags-view, org-export-icalendar-all-agenda-files)
12117 (org-export-icalendar-combine-agenda-files): Use generalized
12118 access to `org-agenda-files'.
12119 (org-remember-handler): Correctly preserve heading if present.
12120 (org-table-insert-row, org-table-insert-hline): Deal with
12121 invisible characters.
12122
12123 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12124
12125 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12126 (vc-annotate-color-map): New 18 element constant
12127 value/saturation, rotating hue colormap, from red->blue.
12128 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12129 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12130 (vc-annotate): To avoid killing the required local variables,
12131 set them before the end of `with-output-to-temp-buffer', and
12132 after first switching to annotate-mode.
12133 (vc-annotate-warp-version): Add buffer argument in goto-line to
12134 ensure annotation, not source, is scrolled.
12135
12136 2006-04-10 Bill Wohler <wohler@newt.com>
12137
12138 * custom.el (defcustom, custom-handle-keyword):
12139 Add :package-version keyword.
12140 (custom-add-package-version): New function. Sets value of new
12141 property 'custom-package-version from :package-version keyword.
12142 (defcustom): Create Common Keywords section in docstring.
12143 (defface, defgroup): Replace definitions of a select few keywords
12144 with a reference to the Common Keywords in defcustom.
12145 (defcustom, defface, defgroup): Replace reference to Customization
12146 chapter in manual with hyperlink.
12147
12148 * cus-edit.el (customize-package-emacs-version-alist): New variable.
12149 (customize-changed-options): Add check for custom-package-version.
12150 (customize-package-emacs-version): New function to look up Emacs
12151 version corresponding to the given package version.
12152
12153 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12154 defun name, in similar fashion to find-variable-regexp.
12155
12156 2006-04-10 Eli Zaretskii <eliz@gnu.org>
12157
12158 * international/mule-cmds.el (set-locale-environment): Fix last
12159 change for when the locale's preferences don't specify any encoding.
12160
12161 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12164 so the defined var/fun doesn't need to be quoted.
12165
12166 2006-04-10 Richard Stallman <rms@gnu.org>
12167
12168 * finder.el (finder-mode-map): Add n and p bindings.
12169
12170 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
12171
12172 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12173 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12174 (gdb-setup-windows): Put something in source window if we can't find
12175 the source file.
12176 (gdb-frame-handler): Make it work again with just assembly.
12177 (gdb-data-list-register-values-handler): Make it work when there is
12178 no stack.
12179
12180 2006-04-09 Richard Stallman <rms@gnu.org>
12181
12182 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12183 specs while looking for charset.
12184
12185 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12186
12187 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12188 Make them faces.
12189 (lm-font-lock-keywords): Update appropriately.
12190
12191 2006-04-10 Kim F. Storm <storm@cua.dk>
12192
12193 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12194 it can also replace buffer-substring-no-properties.
12195
12196 * emulation/cua-base.el (cua-delete-region, cua-paste)
12197 (cua-repeat-replace-region): Use filter-buffer-substring.
12198
12199 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12200 (cua-cut-region-to-global-mark): Likewise.
12201
12202 * emulation/cua-rect.el (cua--extract-rectangle)
12203 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12204
12205 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12206
12207 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12208 entry-type. Add field delimiters to numerical fields if they are
12209 not present.
12210
12211 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12212
12213 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12214 string-const to return value.
12215 (bibtex-remove-delimiters): Use it.
12216
12217 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12220 cl-byte-compile-compiler-macro unless it exists.
12221
12222 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12223
12224 * files.el (hack-local-variables-confirm) <offer-save>:
12225 Clarify message text. Suggested by Ralf Angeli.
12226
12227 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12228
12229 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12230 (delete-extract-rectangle-line): Use `filter-buffer-substring'
12231 instead of `buffer-substring' and `delete-region'. (Most of the
12232 code actually copied from `kill-region'.)
12233
12234 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
12235
12236 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12237 (rcirc-default-port): Rename from rcirc-port.
12238 (rcirc-default-nick): Rename from rcirc-nick.
12239 (rcirc-default-user-name): Rename from rcirc-user-name.
12240 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12241 (rcirc-low-priority-flag): New variable.
12242 (rcirc-decode-coding-system): New defcustom.
12243 (rcirc-encode-coding-system): New defcustom.
12244 (rcirc-coding-system-alist): New defcustom.
12245 (rcirc-multiline-major-mode): New defcustom.
12246 (rcirc-nick): New internal variable.
12247 (rcirc-process): Remove variable.
12248 (rcirc-server-buffer): New variable.
12249 (rcirc): Update to use rcirc-default-* variables above.
12250 (rcirc-connect): Do not add window-configuration-hook-here.
12251 (rcirc-server): New internal variable.
12252 (rcirc-connect): Do not send keepalive pings if
12253 rcirc-keepalive-seconds is nil.
12254 (with-rcirc-server-buffer): New macro.
12255 (rcirc-send-string): Encode with rcirc-encode-coding-system.
12256 (rcirc-server-name): Rename from rcirc-server.
12257 (rcirc-buffer-process): New function.
12258 (rcirc-buffer-nick): New function.
12259 (rcirc-buffer-target): Remove function.
12260 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12261 New commands.
12262 (rcirc-mode-map): Change binding of C-c C-l to
12263 rcirc-toggle-low-priority.
12264 (rcirc-mode): Initialize coding system based on
12265 rcirc-coding-system-alist. New change-major-mode-hook to part the
12266 channel on a mode change. Make kill-buffer-hook buffer-local.
12267 (rcirc-change-major-mode-hook): New function.
12268 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12269 (rcirc-last-post-time): New variable.
12270 (rcirc-process-message): Store the last time user posted a message
12271 to this target.
12272 (rcirc-multiline-minor-mode): New mode.
12273 (rcirc-multiline-minor-mode-map): New mode map.
12274 (rcirc-edit-multiline): Put multiline-edit buffer in
12275 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12276 (rcirc-print): Ignore any line starting with an ignored nick.
12277 (rcirc-print): Decode using rcirc-decode-coding-system.
12278 (rcirc-track-minor-mode): Update global-mode-string when disabling
12279 this mode.
12280 (minor-mode-alist): Add LowPri indicator.
12281 (rcirc-toggle-low-priority): New function.
12282 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12283 next lowpriority buffer with activity.
12284 (rcirc-record-activity): Sort buffers in rcirc-activity by the
12285 last time the user posted a message in to the target.
12286 (rcirc-update-activity-string): New formatting for low priority
12287 buffers.
12288 (rcirc-split-activity): New function.
12289 (rcirc-handler-PART, rcirc-handler-KICK)
12290 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12291 (rcirc-nick-away-alist): New variable.
12292 (rcirc-handler-301): New handler. Away messages are printed once
12293 per change.
12294
12295 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12296
12297 * info.el (Info-follow-nearest-node): Doc fix.
12298
12299 * international/mule-cmds.el (set-locale-environment): Make sure
12300 the coding-system preferred by the locale's language has the same
12301 EOL conversion type as the original buffer-file-coding-system.
12302 (locale-language-names): Add a few MS Windows language codes.
12303
12304 2006-04-07 Richard Stallman <rms@gnu.org>
12305
12306 * simple.el (eval-expression): Doc fix.
12307
12308 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12309 (eval-defun): Doc fixes.
12310
12311 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
12312
12313 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12314
12315 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
12316
12317 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12318 GDB list command without argument for greater generality.
12319
12320 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12321
12322 * subr.el (string-or-null-p): New function.
12323
12324 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12325
12326 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12327
12328 * files.el: Update comment about safe-local-variable declarations.
12329
12330 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
12331
12332 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12333 See idlwave.org.
12334
12335 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12336 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
12337
12338 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12339 See idlwave.org.
12340
12341 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12342 version 6.0 (minimal changes). See idlwave.org.
12343
12344 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12345 6.0 (minimal changes). See idlwave.org.
12346
12347 * progmodes/idlw-rinfo.el: File obsoleted and removed.
12348
12349 2006-04-06 Romain Francoise <romain@orebokech.com>
12350
12351 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12352 symmetric encryption features and a new asynchronous interface to
12353 GnuPG. This new version is version 1.4, plus whitespace changes.
12354
12355 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12356
12357 * files.el: Move some `safe-local-variable' declarations to the
12358 respective files.
12359
12360 * textmodes/ispell.el (ispell-check-comments)
12361 (ispell-local-dictionary): Mark as safe.
12362
12363 * abbrev.el (abbrev-mode): Mark as safe.
12364
12365 * add-log.el (change-log-default-name): Mark as safe.
12366
12367 * textmodes/reftex-vars.el (reftex-vref-is-default)
12368 (reftex-fref-is-default, reftex-level-indent)
12369 (reftex-guess-label-type): Mark as safe.
12370
12371 * textmodes/fill.el (colon-double-space): Mark as safe.
12372
12373 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12374 (sentence-end-double-space, sentence-end-without-period)
12375 (sentence-end-without-space, sentence-end, sentence-end-base)
12376 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12377
12378 2006-04-06 Kim F. Storm <storm@cua.dk>
12379
12380 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12381 the :set-after list.
12382 (ido-downcase-unc-hosts): New user option. Default on.
12383 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12384 when it is set, as regexps are now applied on the fly.
12385 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12386 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12387 on the fly, but only when ido-process-ignore-lists is set.
12388 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12389 Only downcase names if ido-downcase-unc-hosts is set.
12390
12391 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
12392
12393 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12394
12395 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12396
12397 2006-04-05 Kim F. Storm <storm@cua.dk>
12398
12399 * ido.el (ido-mode): Set after ido-unc-hosts and
12400 ido-ignore-unc-host-regexps.
12401 (ido-save-history): Save ido-unc-hosts-cache.
12402 (ido-load-history): Load ido-unc-hosts-cache.
12403 (ido-reread-directory): Refresh unc hosts cache in // dir.
12404
12405 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12406 to nil while displaying slash screen.
12407
12408 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12409
12410 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12411 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12412
12413 2006-04-05 Kenichi Handa <handa@m17n.org>
12414
12415 * international/characters.el: Setup cases of Latin, Greek, and
12416 Cyrillic characters in CJK charsets.
12417
12418 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12419
12420 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12421 default-enable-multibyte-characters. This reverts the change from
12422 revision 6.17 which is no longer necessary because the passphrase
12423 is sent separately now. GnuPG messages are unreadable under
12424 multibyte locales with default-enable-multibyte-characters set to nil.
12425
12426 2006-04-04 Andreas Schwab <schwab@suse.de>
12427
12428 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12429 and `byte-compile-warnings' as `safe-local-variable'.
12430
12431 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12432
12433 * man.el (Man-mode-map): Restore the \r binding.
12434 (Man-abstract-xref-man-page): If Man-target-string is a function,
12435 call it.
12436 (Man-highlight-references): Use Man-default-man-entry to get the
12437 target. Deal with xrefs too.
12438 (Man-highlight-references0): Don't call the target function.
12439
12440 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12441 cannot deal with it.
12442
12443 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12444
12445 * pgg-gpg.el: Clean up process buffers every time gpg processes
12446 complete.
12447
12448 2006-04-04 Kenichi Handa <handa@m17n.org>
12449
12450 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12451 here.
12452 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12453 Temporarily bind inhibit-field-text-motion to t.
12454
12455 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * startup.el (normal-splash-screen): Only set mode-line-format in the
12458 splash buffer, so as not to interfere when debugging the code.
12459 Ignore errors when switching buffer.
12460
12461 2006-04-03 Romain Francoise <romain@orebokech.com>
12462
12463 * dired.el (dired-dnd-protocol-alist): Fix typo.
12464
12465 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12466
12467 * savehist.el (savehist): Add :version.
12468 (savehist-ignored-variables): New variable.
12469 (savehist-minibuffer-hook): Don't save variables listed in
12470 `savehist-ignored-variables'.
12471
12472 * dired.el (dired-dnd-protocol-alist): Mention that change does
12473 only apply to new buffers in doc string.
12474
12475 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12476
12477 * recentf.el (recentf-open-files-item): Include newline in button
12478 field, so opening a file will work, when the point is at the end
12479 of the file name. Allow, for example, to [i]search a file by
12480 extension and just push RET to open it.
12481
12482 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12483
12484 * pgg-gpg.el (pgg-gpg-process-filter)
12485 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12486
12487 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12488 lines, temporary fix.
12489
12490 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12491
12492 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12493
12494 2006-04-02 Richard Stallman <rms@gnu.org>
12495
12496 * progmodes/compile.el (compilation-message-face): Make it defcustom.
12497
12498 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12499
12500 * ibuf-macs.el (define-ibuffer-column): Add a new key:
12501 header-mouse-map.
12502
12503 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12504 (ibuffer-mode-header-map): New keymaps.
12505 (ibuffer-update-title-and-summary): Enable mouse face highlighting
12506 and keybindings for column headers.
12507 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12508 property.
12509
12510 2006-04-02 Drew Adams <drew.adams@oracle.com>
12511
12512 * speedbar.el (speedbar-after-create-hook): Doc fix.
12513
12514 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
12515
12516 * shell.el (shell-directory-tracker)
12517 (shell-dynamic-complete-command): Doc fixes.
12518
12519 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
12520
12521 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12522 terminals.
12523
12524 2006-04-01 Kim F. Storm <storm@cua.dk>
12525
12526 * ido.el (ido-unc-hosts-cache): New defvar.
12527 (ido-unc-hosts): If value of defcustom is a function, call it to
12528 get list of UNC hosts. Add function-item choices to specify
12529 ido-unc-hosts-net-view or user function.
12530 (ido-ignore-unc-host-regexps): New defcustom.
12531 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12532 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12533 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12534
12535 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12538 wwidth.
12539
12540 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12543 (ido-max-work-file-list, ido-switch-buffer)
12544 (ido-read-file-name-as-directory-commands):
12545 Fix typos in docstrings.
12546
12547 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12548
12549 * term/mac-win.el (mac-system-coding-system): Define and use after
12550 Mac-specific coding systems are ready.
12551
12552 2006-03-27 Romain Francoise <romain@orebokech.com>
12553
12554 * net/rcirc.el (rcirc-connect): Add autoload cookie.
12555
12556 * ldefs-boot.el: Update.
12557
12558 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12559
12560 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12561 passphrases when it is not needed.
12562 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12563 passphrase stuff from gpg, should only be necessary when you use
12564 gpg with a smartcard.
12565
12566 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12567
12568 * comint.el (comint-dynamic-list-completions): Allow user to
12569 select *Completions* buffer.
12570
12571 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
12572
12573 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12574
12575 2006-03-26 Andreas Schwab <schwab@suse.de>
12576
12577 * progmodes/gud.el (gdb): Only complain about multiple debugging
12578 when the gdb process is still running.
12579
12580 2006-03-25 Eli Zaretskii <eliz@gnu.org>
12581
12582 * mail/rmail.el (tool-bar-map): Defvar it.
12583 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12584 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12585
12586 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
12587
12588 * help.el (print-help-return-message): Suggest to use
12589 display-buffer instead of switch-to-buffer-other-window to restore
12590 the previous window without selecting it.
12591
12592 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12593
12594 * frame.el (select-frame-by-name): Call x-focus-frame also when
12595 window-system is mac.
12596
12597 * term/mac-win.el: Adjust Courier font specifications in
12598 x-fixed-font-alist.
12599 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12600 when directly encoding to UTF-16 in native byte order, no BOM.
12601
12602 2006-03-25 Kim F. Storm <storm@cua.dk>
12603
12604 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12605 (cua--init-keymaps): Use it instead of fixed C-return.
12606 (cua-mode): Set after it.
12607
12608 * emulation/cua-rect.el (cua--init-rectangles):
12609 Use cua-rectangle-mark-key instead of fixed C-return.
12610
12611 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
12612
12613 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12614 "run" in .gdbinit.
12615 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12616
12617 2006-03-24 Romain Francoise <romain@orebokech.com>
12618
12619 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12620 `display-buffer-other-frame'.
12621
12622 2006-03-24 Kim F. Storm <storm@cua.dk>
12623
12624 * apropos.el (apropos-synonyms): Add selection => region.
12625
12626 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12627
12628 * progmodes/gdb-ui.el (gdb-var-create-regexp)
12629 (gdb-var-list-children-regexp, gdb-var-update-regexp)
12630 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12631 (gdb-data-list-register-values-regexp)
12632 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12633 Future proof against new fields being added to MI output.
12634 (gdb-send): Don't treat backslashes for program input as
12635 continuations.
12636 (gdb-assembler-handler): Don't use window-start for this handler.
12637 (gdb-frame-handler): Don't change to hollow arrow if overlay
12638 arrow doesn't move to new frame.
12639
12640 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12641
12642 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12643 prevent compiler warnings.
12644 (gdb-stopped): Check for gud-last-last-frame (case: signal).
12645 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12646 (gdb-assembler-custom): Use hollow-right-triangle for assembler
12647 buffer too.
12648
12649 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
12650
12651 * pgg-gpg.el (pgg-gpg-update-agent): Check for
12652 make-network-process, so we can use the same code in Gnus v5-10
12653 too and have this file fully synchronized with that release.
12654
12655 2006-03-23 Romain Francoise <romain@orebokech.com>
12656
12657 * ibuf-ext.el (ibuffer-read-filter-group-name):
12658 Use `ibuffer-generate-filter-groups' to make completion list match
12659 the filter groups that are really displayed in the Ibuffer buffer.
12660 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12661
12662 2006-03-23 Kenichi Handa <handa@m17n.org>
12663
12664 * international/mule-cmds.el (sort-coding-systems): Describe that
12665 the argument is modified in docstring.
12666
12667 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12668
12669 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12670 (pgg-gpg-update-agent): New function.
12671 (pgg-gpg-use-agent-p): New function.
12672 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12673 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12674 (pgg-gpg-sign-region): Use it.
12675
12676 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
12677
12678 * cus-edit.el (custom-face-set): Call custom-push-theme before
12679 face-spec set so that `changed' theme is correctly saved.
12680 (custom-face-reset-standard): Reset to recalculated face rather
12681 than defface spec.
12682
12683 * custom.el (custom-push-theme): Only save `changed' theme if the
12684 current face does not match the defface specs.
12685
12686 2006-03-21 Simon Josefsson <jas@extundo.com>
12687
12688 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12689 <wilde@sha-bang.de>.
12690 (pgg-gpg-use-agent): New variable.
12691 (pgg-gpg-process-region): Use it.
12692 (pgg-gpg-encrypt-region): Likewise.
12693 (pgg-gpg-encrypt-symmetric-region): Likewise.
12694 (pgg-gpg-decrypt-region): Likewise.
12695 (pgg-gpg-sign-region): Likewise.
12696 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12697
12698 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
12699
12700 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12701 bracket links.
12702
12703 2006-03-21 Kim F. Storm <storm@cua.dk>
12704
12705 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12706 fringe-indicator-alist instead of modifying global value.
12707 (gdb-frame-handler): Likewise.
12708
12709 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
12710
12711 * diff-mode.el (diff-function): Make it inherit from diff-header
12712 instead of diff-context.
12713
12714 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12715 bitmap.
12716 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12717 change names in macro above for consistency.
12718 (gdb-frame-handler): Use hollow-right-triangle for all selected
12719 frames which except the innermost (where execution has stopped).
12720 (gdb-reset): Reset buffer-local values of overlay-arrow.
12721
12722 2006-03-20 Richard Stallman <rms@gnu.org>
12723
12724 * simple.el (set-mark-command): Doc fix.
12725
12726 * files.el (display-buffer-other-frame): New command.
12727 (ctl-x-4-map): Bind C-x 5 C-o to it.
12728
12729 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12732 rather than just defer-time, in case defer-time has been changed but
12733 the timer isn't running yet.
12734 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12735
12736 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
12737
12738 * help-mode.el (help-follow-symbol): New function.
12739 Essentially identical to the old `help-follow', but do not let
12740 `push-button' do the work when on an xref.
12741 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12742
12743 2006-03-19 Richard Stallman <rms@gnu.org>
12744
12745 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12746 preceded by the word `program'.
12747 (help-follow-mouse, help-follow): Throw error if not on xref.
12748 Delete no longer used args.
12749
12750 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
12751
12752 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12753 annotation ensure gud-overlay-arrow-position is redisplayed.
12754
12755 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12756
12757 * textmodes/bibtex.el (bibtex-include-OPTkey)
12758 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12759 (bibtex-autokey-name-case-convert)
12760 (bibtex-autokey-titleword-case-convert): Make these the aliases
12761 for the following two variables.
12762 (bibtex-autokey-name-case-convert-function)
12763 (bibtex-autokey-titleword-case-convert-function): Make these the
12764 real names.
12765 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12766 bibtex-font-lock-crossref sublists.
12767 (bibtex-mode): Revert 2005-12-30 change (which made
12768 completion-ignore-case buffer-local).
12769 (bibtex-url): Simplify.
12770
12771 2006-03-19 Kim F. Storm <storm@cua.dk>
12772
12773 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12774 cursor property value to 2 (to align with C level change).
12775
12776 2006-03-19 Bill Wohler <wohler@newt.com>
12777
12778 * image.el (image-load-path-for-library): Shorten first line in
12779 docstring.
12780
12781 2006-03-18 Richard Stallman <rms@gnu.org>
12782
12783 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12784
12785 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
12786
12787 * isearch.el (isearch-other-meta-char): Handle user bindings for
12788 shifted control characters.
12789
12790 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
12791
12792 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12793 part that matches email addresses, file names, etc.
12794
12795 2006-03-18 Eli Zaretskii <eliz@gnu.org>
12796
12797 * term/w32-win.el (mouse-set-font):
12798 Mention w32-list-proportional-fonts in the doc string.
12799
12800 2006-03-18 Kim F. Storm <storm@cua.dk>
12801
12802 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12803 (ido-unc-hosts): New user option to explicitly define list of know
12804 UNC-style hosts for completion.
12805 (ido-cache-unc-host-shares-time): New user option.
12806 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12807 New helper functions for UNC file-name support.
12808 (ido-may-cache-directory): Check for UNC host. Simplify.
12809 (ido-wash-history): Clean out old UNC hosts.
12810 (ido-nonreadable-directory-p): UNC hosts are always readable.
12811 (ido-directory-too-big-p): UNC hosts are never too big.
12812 (ido-set-current-directory): Handle UNC root path.
12813 (ido-file-name-all-completions): Complete UNC host names from
12814 ido-unc-hosts list. Cache UNC host shares.
12815 (ido-make-file-list-1): Don't filter UNC root.
12816 (ido-exhibit): Check for // in root directory, and switch to UNC
12817 mode by setting ido-current-directory to //.
12818
12819 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
12820
12821 * cus-edit.el (customize-changed-options): Mention explicit
12822 version number as default in prompt.
12823
12824 2006-03-17 Bill Wohler <wohler@newt.com>
12825
12826 * image.el (image-load-path-for-library): Minor docstring fix.
12827
12828 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
12829
12830 * textmodes/org.el (org-read-date): Include subgroup 5 into
12831 replacement text.
12832 (org-popup-calendar-for-date-prompt): Fix customization type.
12833
12834 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
12835
12836 * progmodes/gdb-ui.el (gud-watch): Provide completion.
12837 (gdb-continuation): New variable.
12838 (gdb-send): Deal with continuation lines.
12839
12840 * progmodes/gud.el (gud-gdb-complete-command)
12841 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12842 expressions.
12843 (gud-tooltip-mode): Use buffer-local value.
12844
12845 2006-03-16 Kim F. Storm <storm@cua.dk>
12846
12847 * ido.el (ido-edit-input): Use selected match, if any.
12848
12849 2006-03-16 Bill Wohler <wohler@newt.com>
12850
12851 * image.el (image-load-path-for-library): Prefer user's images in
12852 image-load-path.
12853
12854 2006-03-16 Martin Rudalics <rudalics@gmx.at>
12855
12856 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12857 when checking for attempt to drag leftmost or rightmost scrollbar.
12858
12859 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
12860
12861 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12862 (gdb-force-mode-line-update): New function.
12863 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12864 (gdb-exited): Use them.
12865 (gdb-signal): New function.
12866 (gdb-annotation-rules): Provide a rule for it.
12867
12868 2006-03-16 Kenichi Handa <handa@m17n.org>
12869
12870 * international/mule.el (auto-coding-regexp-alist): Add entries
12871 for Unicode BOM.
12872
12873 * sort.el (sort-build-lists): Temporarily bind
12874 inhibit-field-text-motion to t.
12875
12876 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
12877
12878 * locate.el (locate-command, locate-make-command-line)
12879 (locate-fcodes-file, locate-update-command)
12880 (locate-prompt-for-command, locate, locate-with-filter)
12881 (locate-get-file-positions): Doc fixes.
12882 (locate-buffer-name, locate-header-face): Remove leading `*' in
12883 defcustom.
12884 (locate-filter-output): Use `keep-lines' instead of its alias
12885 `delete-non-matching-lines'.
12886 (locate-get-filename, locate-get-dirname): Add introductory comment.
12887 (locate-find-directory-other-window): Give appropriate error
12888 message if used outside main listing.
12889
12890 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12893 the new extend-region feature.
12894 (font-lock-after-change-function): Update correspondingly.
12895 * jit-lock.el (jit-lock-after-change): Update correspondingly.
12896 * progmodes/grep.el (font-lock-lines-before): Don't disable.
12897
12898 2006-03-15 Bill Wohler <wohler@newt.com>
12899
12900 * image.el (image-load-path-for-library): Fix example by not
12901 recommending that one binds image-load-path. Just defvar it to
12902 placate compiler and only use it if previously defined.
12903
12904 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
12905
12906 * textmodes/org.el (org-insert-centered): Use `string-width' to
12907 make underlining work for wide characters.
12908 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12909 TAB to `org-cycle', to make sure that no binding in
12910 `outline-mode-map' can supercede it.
12911
12912 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
12913
12914 * allout.el: Increment version to 2.2.1 in file commentary.
12915
12916 (allout-version): Increment to 2.2.1.
12917
12918 (allout-default-layout): New customization variable, used when the
12919 file lacks a specific allout-layout. Uses allout-layout-type for
12920 recursively nested definition.
12921
12922 (allout-layout-type): Widget defining allout layouts, necessary for
12923 self-recursive definition.
12924
12925 (allout-mode): Incorporate allout-default-layout as fallback for
12926 allout-layout.
12927
12928 (allout-layout): Mark as 'safe-local-variable', and refer mention
12929 fallback to `allout-default-layout' in absence of a specified value.
12930 (allout-passphrase-verifier-string)
12931 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12932
12933 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12934
12935 (allout-get-encryption-passphrase-verifier): Use correct name of
12936 passphrase verifier in docstring.
12937
12938 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
12939
12940 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12941 elements.
12942 (gdb-find-watch-expression): Make it work for arrays too.
12943 Follow change to gdb-var-list.
12944 (gud-watch): Allow the user to enter variable name with a prexix
12945 arg. Create keybindings.
12946 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12947 (gdb-var-list-children-handler, gdb-var-update-handler)
12948 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12949 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12950 Follow change to gdb-var-list.
12951 (gdb-starting): Don't show the overlay arrows when program is running.
12952
12953 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12954 gdb-var-list.
12955
12956 2006-03-14 Bill Wohler <wohler@newt.com>
12957
12958 * image.el (image-load-path-for-library): Pass value of path
12959 rather than symbol. Always return list of directories.
12960 Guarantee that image directory comes first.
12961
12962 2006-03-14 Alan Mackenzie <acm@muc.de>
12963
12964 * font-core.el (font-lock-extend-region\(-function\)?.):
12965 New function/variable.
12966
12967 * font-lock.el (font-lock-after-change-function):
12968 Call font-lock-extend-region. Obey font-lock-lines-before.
12969 (font-lock-default-fontify-region): Remove reference to
12970 font-lock-lines-before.
12971
12972 * jit-lock.el (jit-lock-after-change):
12973 Call font-lock-extend-region. Obey font-lock-lines-before.
12974
12975 2006-03-14 David Ponce <david@dponce.com>
12976
12977 * tree-widget.el (tree-widget-themes-load-path)
12978 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12979
12980 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
12981
12982 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12983 (rcirc-print): Mark the start of text at the end of the prompt.
12984 (rcirc-track-minor-mode): Add autoload cookie.
12985 (rcirc-update-activity-string): Add space to front of mode-line
12986 indicator.
12987
12988 2006-03-13 Miles Bader <miles@gnu.org>
12989
12990 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12991 (rcirc-abbrev-nick): Remove function.
12992 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12993
12994 2006-03-13 David Ponce <david@dponce.com>
12995
12996 * tree-widget.el: Handle themes across all occurrences of the main
12997 themes sub-directory found in tree-widget-themes-load-path.
12998 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12999 (tree-widget--locate-sub-directory): Return all occurrences.
13000 (tree-widget-themes-path): New function.
13001 Replace tree-widget-themes-directory, and return a list of directories.
13002 (tree-widget-set-parent-theme)
13003 (tree-widget-lookup-image): Use it.
13004
13005 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13006
13007 * textmodes/org.el (org-link-search): Avoid self-matching of
13008 links, allow target text to be distributed over several lines.
13009 (org-search-not-link): New function.
13010 (org-set-regexps-and-options, org-get-current-options):
13011 New startup options.
13012 (org-export-as-html): Take odd-level setting from local variable.
13013 (org-fontify-emphasized-text): New option.
13014 (org-set-font-lock-defaults): Include emphasized text.
13015 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13016 (org-font-lock): Customize group renamed from `org-faces'.
13017
13018 2006-03-13 John Paul Wallington <jpw@pobox.com>
13019
13020 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13021 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13022
13023 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13024
13025 * cus-start.el (all): Delete :version keyword for members of the
13026 fringe group, since the entire group is new in 22.1.
13027
13028 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13029
13030 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13031 map if value is hexadecimal (an address).
13032 (gud-watch): Only search roots for existing watch expressions.
13033 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13034 prevent caching problems with speedbar-update-directory-contents.
13035
13036 2006-03-12 Juri Linkov <juri@jurta.org>
13037
13038 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13039 before comparing with `low' and `warn'.
13040
13041 * info.el (Info-dir-remove-duplicates): Move point to the
13042 beginning of the current line after deleting the entries from
13043 redundant heading. Use marker for `limit' and compare it with
13044 point before calling `re-search-forward'.
13045
13046 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13047
13048 * simple.el (yank): Fix typo in docstring.
13049
13050 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13051
13052 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13053 messages, where "D" is the 6th character.
13054
13055 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13056
13057 * simple.el (yank): Fix last change.
13058
13059 2006-03-11 David Ponce <david@dponce.com>
13060
13061 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13062 merging elements from the standard ispell-dictionary-alist.
13063 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13064 alist, and return the new alist.
13065
13066 2006-03-11 Richard Stallman <rms@gnu.org>
13067
13068 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13069
13070 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13071 the way it is implemented is too unclean.
13072
13073 * simple.el (kill-region, yank): Doc fix.
13074
13075 * battery.el (battery-echo-area-format): Doc fix.
13076 (battery-mode-line-format): Likewise.
13077 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13078 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13079
13080 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13081
13082 * progmodes/octave-mod.el (octave-indent-for-comment):
13083 Behave according to do string.
13084
13085 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13086
13087 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13088 Be visible only if major mode is Mail Mode.
13089
13090 * textmodes/flyspell.el (flyspell-external-point-words)
13091 (flyspell-process-localwords): Fix last changes.
13092
13093 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13094
13095 * calendar/holidays.el (list-holidays): Doc fix.
13096
13097 * international/mule.el (auto-coding-alist): Add .odt
13098 (OpenOffice's open document) files.
13099
13100 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13101 document) files. Mention in the doc string the need to sync with
13102 auto-coding-alist.
13103
13104 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13105
13106 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13107 enable-local-variables is set to always query, or there is no
13108 savable variable.
13109
13110 2006-03-10 Bill Wohler <wohler@newt.com>
13111
13112 * image.el (image-load-path-for-library): Merge at least three
13113 functions from Gnus and MH-E into this one function that can now
13114 be shared.
13115
13116 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
13117
13118 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13119 gdb-remove-mouse-face and remove help-echo too.
13120 (gdb-enqueue-input): Correct conditional clause.
13121
13122 2006-03-10 Glenn Morris <rgm@gnu.org>
13123
13124 * calendar/calendar.el (calendar-holidays): Doc fix.
13125 * calendar/holidays.el (list-holidays): Doc fix.
13126
13127 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
13128
13129 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13130 it gets called in gdb-prompt anyway.
13131 (gdb-use-separate-io-buffer): Only restore window arrangement for
13132 gdb-many-windows.
13133 (gdb-enqueue-input): Make it harder to send GDB input when program
13134 is running.
13135 (gdb-buffer-list): New variable.
13136 (gdb-remove-mouse-face): New function.
13137 (gdb-starting): Use it when GDB input won't get sent.
13138
13139 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
13140
13141 * help.el (view-lossage): Remove trailing whitespace before
13142 inserting "\n".
13143
13144 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
13145
13146 * files.el (hack-local-variables-confirm):
13147 Set coding-system-for-read to nil before writing to .emacs.
13148
13149 * arc-mode.el (archive-extract): Check if an existing buffer name
13150 comes from a different archive.
13151
13152 * help.el (describe-key-briefly): If KEY is a down event, read and
13153 discard the up event.
13154
13155 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
13156
13157 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13158 be edited and use font-lock-warning-face for any changes.
13159
13160 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13161 (gdb-edit-value): Use it to report any errors.
13162
13163 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
13164
13165 * help.el (describe-key): Remove leftover test code.
13166
13167 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
13168
13169 * textmodes/org.el: Move defvars out of eval-when-compile.
13170 Use buffer-file-name variable.
13171 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13172 arg `file'.
13173 (org-level-faces): Remove startup dependency.
13174 (org-cycle, org-map-tree, org-scan-tags)
13175 (org-remember-handler): Don't call `outline-level' directly.
13176 (org-mhe-search-all-folders): New option.
13177 (org-mhe-get-message-folder-from-index)
13178 (org-mhe-get-message-folder): Fix indexing search.
13179 (org-format-agenda-item): Handle nil TAGS argument.
13180 (org-cleaned-string-for-export, org-activate-target-links)
13181 (org-make-target-link-regexp): Deal with empty radio target list.
13182 (org-tag): New face.
13183 (org-get-level-face): New function.
13184 (org-set-font-lock-defaults): Simplify setup for headlines.
13185 (org-complete): Pass common substring to `display-completion-list'.
13186
13187 2006-03-06 David Ponce <david@dponce.com>
13188
13189 * tree-widget.el: Update Commentary header.
13190 (tree-widget-theme-name): Ignore parent themes.
13191 (tree-widget-set-parent-theme): New function.
13192 (tree-widget-set-theme): Use it.
13193 (tree-widget-set-image-properties): Move definition. Does nothing
13194 if image properties have already been set.
13195 (tree-widget-image-properties): Move definition. Receive an image
13196 name. Set the :pointer property.
13197 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13198 Don't set the :pointer image property.
13199 (tree-widget-convert-widget): New function. Handle :dynargs
13200 compatibility here.
13201 (tree-widget): Use it to :convert-widget. Add the :expander-p
13202 predicate to control when the :expander function is entered.
13203 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13204 (tree-widget-value-create): Handle :expander-p. widget-apply
13205 :expander.
13206 (tree-widget-expander-p): New function. Default value of the
13207 :expander-p property.
13208
13209 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
13210
13211 * help.el (describe-key): Properly handle the return value of
13212 read-key-sequence when grabbing an up-event. Cleanup mouse-1
13213 remaps. Handle string and vector `follow-link' values.
13214
13215 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * complete.el (PC-expand-many-files): Try be more careful when parsing
13218 the shell's output.
13219
13220 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * outline.el (hide-sublevels): Provide better interactive default.
13223
13224 2006-03-06 Kenichi Handa <handa@m17n.org>
13225
13226 * international/fontset.el (create-fontset-from-fontset-spec):
13227 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13228
13229 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
13230
13231 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13232 backslashes instead of one in regexp.
13233 (gud-tooltip-dereference): Add missing optional argument.
13234
13235 2006-03-04 John Paul Wallington <jpw@pobox.com>
13236
13237 * wdired.el (toplevel): Require `cl' at compile-time.
13238
13239 2006-03-04 Andreas Schwab <schwab@suse.de>
13240
13241 * server.el (server-process-filter): Handle errors during
13242 evaluation of the argument.
13243
13244 2006-03-03 John Paul Wallington <jpw@pobox.com>
13245
13246 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13247 escape parentheses at beginning of line.
13248 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13249 (t-mouse-mode): Remove period from end of error message.
13250
13251 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
13252
13253 * textmodes/flyspell.el (flyspell-process-localwords):
13254 Be case-sensitive.
13255
13256 2006-03-03 Martin Rudalics <rudalics@gmx.at>
13257
13258 * cus-edit.el (custom-quote): Remove function, since it has been
13259 moved to custom.el.
13260
13261 * font-lock.el (lisp-font-lock-keywords-2)
13262 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13263 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13264 they have no special meaning.
13265
13266 * midnight.el (clean-buffer-list): Handle case where base-buffer of
13267 indirect buffer gets killed before indirect buffer. Use dolist.
13268
13269 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13270
13271 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13272 value instead of a literal constant (1) on more pauses.
13273
13274 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13275
13276 * textmodes/flyspell.el (flyspell-external-point-words):
13277 Be case-sensitive.
13278
13279 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
13280
13281 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13282 with "www".
13283
13284 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13285
13286 * allout.el: Restablish intermediate missing comment header to
13287 preserve outline structure.
13288 (allout-beginning-of-current-entry): Skip invisible text.
13289 (allout-open-topic): Fix opening a topic at end-of-buffer.
13290 (allout-minor-mode): Move nearer to allout-mode function.
13291
13292 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
13293
13294 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13295
13296 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
13297
13298 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13299 is nil.
13300
13301 * progmodes/gud.el (gud-speedbar-menu-items):
13302 Use buffer-local-value and add missing :visible keyword.
13303
13304 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13305
13306 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
13307
13308 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13309 must be `follow-link'.
13310
13311 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13312
13313 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13314 formatting: No nested anchors.
13315 (org-all-targets): Fix bug with XEmacs compatibility.
13316 (org-read-date): Add (require 'parse-time).
13317 (org-set-tags): Fix bug with extra inserted space.
13318 (org-export-html-style): Define a style class for targets.
13319 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13320 (org-hide-leading-stars): New option.
13321 (org-hide): New face.
13322 (org-set-font-lock-defaults): Allow to hide leading stars.
13323 (org-get-legal-level, org-tr-level): New functions.
13324 (org-odd-levels-only): New option.
13325 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13326 (org-demote, org-promote): Deal with double-star levels.
13327 (org-convert-to-odd-levels): New command.
13328
13329 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
13330
13331 * speedbar.el (speedbar-update-localized-contents): Try to
13332 preserve window-start.
13333 (speedbar-update-directory-contents): Try to preserve window-start
13334 and window-point.
13335 (speedbar-update-special-contents): Don't move back to start of window.
13336
13337 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13338 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
13339 speedbar-timer-fn.
13340 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13341 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13342 instead of gdb-speedbar-timer-fn.
13343
13344 2006-02-28 Jay Belanger <belanger@truman.edu>
13345
13346 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13347 (math-compose-expr): Use latex option when calling
13348 `math-compose-tex-matrix' for latex mode.
13349
13350 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
13351
13352 * speedbar.el: Re-instate comments about developing for speedbar
13353 [this is what info and gdb-ui use even if better methods exist now].
13354
13355 * t-mouse.el: New file.
13356 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
13357 (t-mouse-lispy-buffer-posn-from-coords): Remove.
13358 (t-mouse-make-event-element): Use posn-at-x-y instead.
13359 (t-mouse-make-event): Deal with Fedora Core 3.
13360 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13361 (t-mouse-mouse-position-function): New function. Use it instead
13362 of advising mouse-position.
13363 (t-mouse-mode): New minor mode.
13364 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13365
13366 2006-02-27 Glenn Morris <rgm@gnu.org>
13367
13368 * calendar/calendar.el (calendar-holidays): Doc fix.
13369
13370 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
13371
13372 * progmodes/gdb-ui.el (gdb-source-window): New variable.
13373 Re-introduce the concept of a source window.
13374 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13375 consistency with get-buffer-create.
13376 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13377 (gdb-data-list-register-values-handler)
13378 (gdb-stack-list-locals-handler): Try to preserve window-start as
13379 well as window-point.
13380 (gdb-display-source-buffer): New function (old concept).
13381 (gdb-goto-breakpoint): Use it.
13382
13383 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13384 for gdb-ui/gdb-mi (old concept).
13385
13386 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
13387
13388 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13389 binding.
13390
13391 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13392
13393 * textmodes/reftex-sel.el (reftex-select-label-map)
13394 (reftex-select-bib-map): Add `follow-mouse' binding.
13395
13396 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13397
13398 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13399 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13400 Give :set functions to provide automatic updating.
13401 Update docstring. Give compiler defvars early in the file
13402 and move the defcustoms to a later spot where all called functions
13403 are defined.
13404 (jka-compr-file-name-handler-entry): Doc fix.
13405 (jka-compr-compression-info-list--internal)
13406 (jka-compr-mode-alist-additions--internal)
13407 (jka-compr-load-suffixes--internal): New variables.
13408 (jka-compr-install): Set the three above variables.
13409 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13410 (jka-compr-update, jka-compr-set): New functions.
13411 (auto-compression-mode): Doc fix.
13412
13413 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13414 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13415 Use jka-compr-compression-info-list--internal,
13416 jka-compr-mode-alist-additions--internal and
13417 jka-compr-load-suffixes--internal.
13418
13419 * files.el (load-library):
13420 * loadhist.el (file-loadhist-lookup):
13421 * startup.el (command-line):
13422 * subr.el (locate-library):
13423 * emacs-lisp/autoload.el (update-directory-autoloads):
13424 * emacs-lisp/find-func.el (find-library-suffixes):
13425 Use `get-load-suffixes' instead of `load-suffixes'.
13426
13427 * subr.el (locate-library):
13428 * emacs-lisp/find-func.el (find-library-name):
13429 Use `load-file-rep-suffixes' instead of '("").
13430
13431 2006-02-26 Kim F. Storm <storm@cua.dk>
13432
13433 * ido.el (ido-save-history, ido-load-history): Simplify.
13434 Don't use find-file-noselect to avoid interference from other modes.
13435
13436 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13437
13438 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13439 to use the default shell if filename is not available.
13440 Reported by Giorgos Keramidas.
13441
13442 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
13443
13444 * progmodes/etags.el (tags-completion-table): Do completion from
13445 all the tables in the current list, as documented in the manual.
13446
13447 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13448
13449 * CC Mode Update to 5.31.3.
13450
13451 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13452
13453 * progmodes/cc-mode.el (c-postprocess-file-styles):
13454 Bind inhibit-read-only to t, around the call to
13455 c-remove-any-local-eval-or-mode-variables, so that it works on a
13456 RO file.
13457
13458 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13459
13460 * progmodes/cc-awk.el: Correct a typo.
13461
13462 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13463
13464 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13465 c-hungry-delete-backwards, at the request of RMS. Leave the old
13466 name as an alias.
13467
13468 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13469
13470 * progmodes/cc-mode.el: Correct a typo.
13471
13472 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13473
13474 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13475
13476 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13477
13478 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13479 brace-else-brace (error due to mbeg, mend being undefined).
13480
13481 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13482
13483 * progmodes/cc-mode.el: File Local variables: Solve the problem
13484 where both `mode' and c-file-offsets are specified: `mode' will
13485 overwrite c-f-o's settings:
13486 (c-remove-any-local-eval-or-mode-variables): New function.
13487 (c-postprocess-file-styles): Call the above new function, within
13488 c-tentative-buffer-change, to splat `mode' and `eval' before the
13489 second hack-local-variables.
13490
13491 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13492
13493 * progmodes/cc-mode.el:
13494 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13495 (c-after-change): Protect the match data with save-match-data.
13496 It was getting corrupted by c-after-change-check-<>-operators.
13497
13498 * cc-defs.el: [Supersedes patch V1.38]:
13499 (top level): Check for a buggy font-lock-compile-keywords ONLY in
13500 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
13501
13502 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13503 with save-match-data. It was being corrupted when Font Lock was
13504 not enabled.
13505
13506 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13507
13508 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13509 Mode and Subword Mode.
13510
13511 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13512 real labels ("case 1:" or "foo:") from non-labels ("public:").
13513 (c-forward-objc-directive): Replace c-forward-token-2 with crude
13514 coding; c-f-t-2 doesn't move over a token at EOB.
13515
13516 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13517
13518 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13519 (c-update-modeline): Concatenate the minor mode indicators
13520 directly onto mode-name, removing c-submode-indicators.
13521 Sometimes, c-s-i got separated from the mode name on the mode line.
13522
13523 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13524 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13525
13526 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13527
13528 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13529 error message when there's an evaluation error to show whether
13530 it's loaded from source or not.
13531 (c-filter-ops): Make it available at runtime too to work when
13532 `c-make-init-lang-vars-fun' needs to evaluate from source.
13533
13534 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
13535
13536 * help.el (help): Revert last part of 2006-02-23 change (deletion
13537 of the `provide' call).
13538
13539 2006-02-23 Juri Linkov <juri@jurta.org>
13540
13541 * compare-w.el (compare-windows-highlight): Add new value
13542 `persistent' and change :type from `boolean' to `choice'.
13543 (compare-windows-overlays1, compare-windows-overlays2):
13544 New internal variables.
13545 (compare-windows-highlight): If compare-windows-highlight is
13546 `persistent', add current overlays to compare-windows-overlays[12]
13547 instead of adding compare-windows-dehighlight to pre-command-hook.
13548 (compare-windows-dehighlight): Delete all overlays from
13549 compare-windows-overlays[12].
13550
13551 * info.el (Info-search): Don't bind search-spaces-regexp to
13552 Info-search-whitespace-regexp in non-regexp isearch mode.
13553
13554 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13557
13558 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
13559
13560 * textmodes/org.el (org-xemacs-p)
13561 (org-export-html-show-new-buffer, org-table-may-need-update)
13562 (org-insert-item, org-mhe-get-message-real-folder)
13563 (org-mhe-get-message-folder-from-index)
13564 (org-mhe-get-message-folder, org-mhe-get-message-num)
13565 (org-mhe-get-header, org-make-org-heading-search-string)
13566 (org-make-org-heading-camel, org-table-sort-lines)
13567 (org-format-org-table-html, org-format-table-table-html):
13568 Fix typos in docstrings.
13569
13570 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
13571
13572 * textmodes/org.el (org-cleaned-string-for-export)
13573 (org-solidify-link-text): New function.
13574 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13575 XEmacs, just to silence the compiler.
13576 (org-export-as-ascii, org-export-as-html-and-open):
13577 Use `org-cleaned-string-for-export' and create internal links.
13578 (org-follow-mhe-link): Require mh-e, use folder.
13579
13580 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13581
13582 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13583
13584 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13585 gdb-debug-log-length.
13586 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
13587 it a real ring but...
13588 (gud-gdba-marker-filter): ...make it work like mark-ring.
13589 (gdb-enable-debug): Rename from gdb-enable-debug-log.
13590 (gdb-mouse-jump): New function. Add bindings.
13591
13592 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13593
13594 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13595 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13596 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13597 (gdb-debug-log-length): Customize it's length.
13598 (gud-watch, gdb-var-create-handler): Display function::var format
13599 but don't use to create variable object.
13600 (gdb-var-create-handler): Use message-box in place of message.
13601 (gdb-stopped): Call gdb-exited if signalled.
13602
13603 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
13604
13605 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13606
13607 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13608
13609 * textmodes/reftex.el (reftex-locate-file): Search all extensions
13610 if `reftex-try-all-extensions' is set.
13611
13612 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13613 fail silently when there is no valid argument at point.
13614 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13615 `fail-silently' argument. From a patch by David Reiter.
13616
13617 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13618 New commands.
13619 (org-mark-ring): New variable.
13620 (org-mark-ring-length): New option.
13621 (org-open-at-point, org-goto, org-open-file): Push old position
13622 onto the mark ring.
13623 (org-add-hook): New function.
13624 (org-export-table-remove-special-lines): New option.
13625 (org-skip-comments, org-format-org-table-html): Respect new
13626 option `org-export-table-remove-special-lines'.
13627 (org-open-file): Allow special command configuration for
13628 directory link.
13629 (org-file-apps): Fix bugs in customize type, added setting
13630 for directories.
13631 (org-activate-tags, org-format-agenda-item, org-complete)
13632 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13633 (org-get-tags, org-get-buffer-tags, org-open-at-point)
13634 (org-link-search, org-make-org-heading-search-string)
13635 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13636 (org-radio-targets, org-file-link-context-use-camel-case)
13637 (org-activate-camels): New options.
13638 (org-update-radio-target-regexp, org-all-targets)
13639 (org-make-target-link-regexp, org-activate-target-links):
13640 New functions.
13641 (org-make-org-heading-search-string): New function.
13642 (org-store-link, org-insert-link): Use new option
13643 `org-file-link-context-use-camel-case'.
13644 (org-activate-camels): Use new option `org-activate-camels'.
13645 (org-link-regexp): Add mhe prefix.
13646 (org-open-at-point, org-store-link): Support for mhe links.
13647 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13648 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13649 (org-mhe-get-header, org-follow-mhe-link): New functions.
13650 (org-remove-angle-brackets, org-add-angle-brackets):
13651 New functions.
13652 (org-bracket-link-regexp): New constant.
13653 (org-read-date): Fix bug that was rejecting all typed dates.
13654 (org-link-search): Make hierarchy above visible after a match.
13655 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13656 (org-store-link): Fix bug with link creation when cursor is in
13657 an empty line.
13658 (org-open-at-point): Fix bug with matching a link.
13659 Fixed buggy argument sequence in call to `org-view-tags'.
13660 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13661 (org-prefix-has-tag): New variable.
13662 (org-format-agenda-item): Remove tags from headline
13663 if appropriate.
13664 (org-agenda-remove-tags-when-in-prefix): New option.
13665
13666 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
13667
13668 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13669 Fix the regular expressions.
13670
13671 2006-02-21 Richard M. Stallman <rms@gnu.org>
13672
13673 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13674 if there's no other specific basis.
13675
13676 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13677 as variables at all.
13678 (unsafep-variable): Rename arg; doc fix.
13679
13680 * abbrevlist.el (list-one-abbrev-table): Add autoload.
13681
13682 * calendar/appt.el (diary-selective-display): Add defvar.
13683
13684 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13685
13686 * isearch.el (search-whitespace-regexp): Fix custom type.
13687
13688 * help.el (describe-key-briefly): Compute interactive args
13689 in same was as before previous change.
13690
13691 * files.el (enable-local-variables): Doc fix.
13692
13693 2006-02-21 Kim F. Storm <storm@cua.dk>
13694
13695 * fringe.el: Cleanup as file is now pre-loaded.
13696 (fringe-bitmaps): Initialize unconditionally.
13697 (fringe-mode, set-fringe-style): Remove autoload cookies.
13698
13699 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
13700
13701 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13702 `horizontal-bar'.
13703 (fringe-cursor-alist): Use `horizontal-bar'.
13704
13705 2006-02-20 Kim F. Storm <storm@cua.dk>
13706
13707 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13708 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13709
13710 * loadup.el: Load "fringe" on window systems.
13711
13712 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13713
13714 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13715 out of scope components.
13716
13717 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13718 default.
13719
13720 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
13721
13722 * custom.el (customize-mark-to-save, customize-mark-as-set):
13723 Load the symbol first.
13724
13725 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
13726
13727 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13728 strech spec so it doesn't display as "^J" on the header line
13729 when `Buffer-menu-use-header-line' is t.
13730
13731 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13732
13733 * speedbar.el (speedbar-make-button): Keep text properties
13734 of string arguments if desired.
13735
13736 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13737 expessions.
13738
13739 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13740 of speedbar.
13741
13742 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
13743
13744 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13745 to value of `read-file-name-completion-ignore-case'.
13746
13747 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
13748
13749 * custom.el (customize-mark-as-set): Push to `user' theme.
13750
13751 * cus-edit.el (custom-save-variables): Allow unthemed values.
13752 (customize-set-variable): Push setting to `user' theme.
13753
13754 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13755
13756 * progmodes/gud.el: Don't require font-lock as it's now
13757 automatically loaded.
13758 (gud-speedbar-buttons): Replace gdb-var-changed with
13759 gdb-force-update.
13760
13761 * progmodes/gdb-ui.el (gdb-force-update): Rename from
13762 gdb-var-changed.
13763 (gdb-post-prompt): Use it.
13764 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13765 (gdb-var-update-handler, gdb-var-delete)
13766 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13767 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13768 gdb-force-update in gdb-post-prompt.
13769 (gdb-reset): Clear watch expressions from speedbar when quitting.
13770
13771 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13772
13773 * viper-cmd.el (viper-insert-state-post-command-sentinel)
13774 (viper-change-state-to-vi, viper-change-state-to-emacs):
13775 Make aware of cursor coloring in the Emacs state.
13776 (viper-special-read-and-insert-char): Use read-char-exclusive.
13777 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13778
13779 * viper-init.el (viper-emacs-state-cursor-color): New variable.
13780
13781 * viper-util.el (viper-save-cursor-color)
13782 (viper-get-saved-cursor-color-in-replace-mode)
13783 (viper-get-saved-cursor-color-in-insert-mode)
13784 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
13785 state.
13786 (viper-get-saved-cursor-color-in-emacs-mode): New function.
13787
13788 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13789 (ediff-ignore-case-option3, ediff-actual-diff-options)
13790 (ediff-actual-diff3-options): New variables to control case sensitivity.
13791 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13792 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13793 (ediff-toggle-ignore-case): New function.
13794 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13795
13796 * ediff-help.el (ediff-long-help-message-narrow2)
13797 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13798 (ediff-long-help-message-word-mode): Add ignore-case command.
13799 (ediff-help-for-quick-help): Add ignore-case command.
13800
13801 * ediff-merg.el: Move provide to the end.
13802
13803 * ediff-ptch.el: Move provide to the end.
13804
13805 * ediff-wind.el: Move provide to the end.
13806
13807 * ediff-mult.el: Move provide to the end.
13808 (ediff-set-meta-overlay): Enable follow-link.
13809
13810 * ediff.el: Move provide to the end.
13811 Break recursive load cycle in eval-when-compile.
13812 (ediff-patch-buffer): Better heuristics.
13813
13814 * ediff-util.el: Move provide to the end.
13815 Break recursive load cycle in eval-when-compile.
13816 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
13817 defuns.
13818 (ediff-submit-report): Pass the values of ediff-diff3-program,
13819 ediff-diff3-options.
13820
13821 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
13822
13823 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13824 the opening bracket of the following bracketing pairs: {}, [], (), <>,
13825 `' (for example, in the docstring of `windmove-default-keybindings').
13826
13827 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13828
13829 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13830 shadow face. Don't provide binding to edit variable when it is
13831 out of scope.
13832
13833 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13834 (gdb-var-update-handler): Detect out of scope variables with pre
13835 GDB 6.4 too.
13836 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13837 Reset status of variable objects to nil in update handlers.
13838 (gdb-var-update-handler-1): Detect when a variable object comes
13839 in scope. setcar on var changes gdb-var-list directly.
13840
13841 2006-02-17 Juri Linkov <juri@jurta.org>
13842
13843 * ffap.el (ffap) <defface>: Add explicit face declaration.
13844 (ffap-highlight): Use face `ffap' directly instead of checking
13845 for its existence.
13846
13847 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13848 `visible-ok' of `other-buffer' to find the right original buffer.
13849
13850 * info.el (Info-search): Skip `Local Variables' node.
13851
13852 2006-02-17 Juri Linkov <juri@jurta.org>
13853
13854 * info.el (Info-find-file): Check for symbols `apropos', `history',
13855 `toc' in the input filename, and return these symbols as is.
13856 (Info-find-node-2): Set Info-current-file to symbols `apropos',
13857 `history', `toc' instead of strings.
13858 (Info-set-mode-line): For non-string Info-current-file use the
13859 symbol's name inside **.
13860 (Info-isearch-push-state): Add quote before Info-current-file and
13861 Info-current-node.
13862 (Info-isearch-pop-state): Use `equal' instead of `string='.
13863 (Info-extract-pointer, Info-following-node-name): Use
13864 `match-string-no-properties' instead of `match-string'.
13865 (Info-up): Check `old-file' for `stringp'.
13866 (Info-history): Use `equal' instead of `string-equal'.
13867 Check `file' for `stringp'.
13868 (Info-history): Use symbol `history' instead of string as first arg
13869 of `Info-find-node'.
13870 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
13871 `toc' instead of string.
13872 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13873 instead of `buffer-substring', and `match-string-no-properties'
13874 instead of `match-string'.
13875 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13876 instead of strings.
13877 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13878 Use symbol `apropos' instead of string.
13879 (Info-copy-current-node-name): Check `Info-current-file' for
13880 `stringp' and construct a command with `Info-find-node' from it.
13881 (Info-fontify-node): Use `match-string-no-properties' instead of
13882 `match-string' and check file names for `stringp'.
13883 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13884 `history', `toc' instead of strings.
13885
13886 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
13887
13888 * files.el: Rearrange functions and variables in the file local
13889 variables section.
13890
13891 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
13892
13893 * files.el: Add truncate-lines, ispell-check-comments and
13894 ispell-local-dictionary as safe local variables.
13895
13896 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
13897
13898 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13899 out of scope variables.
13900 (gud-speedbar-buttons): Use unless.
13901
13902 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13903 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13904 (gdb-show-changed-values): Also use for out of scope variables.
13905 (gdb-var-update-handler-1): Note if variable goes out of scope.
13906
13907 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
13908
13909 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13910 default to global variable values for unsupplied args.
13911 (rcirc-get-buffer-create): Fix bug with setting the target.
13912 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13913 test for rcirc-always-use-server-buffer-flag here.
13914 (rcirc-response-formats): Add %N, which is a facified nick. %n
13915 uses the default face. Change the ACTION format string. If the
13916 "nick" is the server, don't print anything for that field.
13917 Comment fixes.
13918 (rcirc-target-buffer): Don't test
13919 rcirc-always-use-server-buffer-flag here.
13920 (rcirc-print): Squeeze extra spaces out of the text before message.
13921 (rcirc-put-nick-channel): Strip potential "@" char from nick
13922 before adding them to nick table.
13923 (rcirc-url-regexp): Improve to match address like "foo.com".
13924
13925 2006-02-17 Eli Zaretskii <eliz@gnu.org>
13926
13927 * allout.el (allout-hidden-p): Move this defsubst before
13928 allout-overlay-interior-modification-handler, where it is first
13929 used.
13930
13931 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
13932
13933 * allout.el: Use allout invisible-text overlays instead of
13934 selective display for concealed text. Also, lots of general
13935 cleanup, and improved compatibility code.
13936
13937 (allout-version): Incremented, corrected, revised, and refined
13938 module commentary.
13939
13940 (provide 'allout): Moved to the bottom, added a require of overlay.
13941
13942 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13943 `except-current'.
13944 (allout-write-file-hook-handler): Minimize delay.
13945 (count-trailing-whitespace-region): New function so
13946 auto-encryption of current topic can resituate cursor exactly.
13947 PGP/GPG encryption trims trailing whitespace from lines, which
13948 must be accounted for across encryption then decryption.
13949
13950 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13951 just plain "\C-c", to avoid intruding on user's keybinding space.
13952
13953 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13954 parameter, so user request to provide a new password is done.
13955
13956 (allout-outside-normal-auto-fill-function, allout-auto-fill):
13957 Refined mechanism for auto-filling behavior while in allout mode.
13958
13959 (allout-mode): Explicitly specify the mode map in the docstring.
13960 Clarify provision for various write-file hook var names.
13961 Adjusted for invisible-text overlays instead of selective-display.
13962
13963 (allout-depth): Really return 0 if not within any topic. This
13964 rectifies `allout-beginning-of-level' and sequence numbering
13965 errors that occur when cutting and pasting numbered topics.
13966 Changed from a in-line subst to a regular function, as well.
13967
13968 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13969
13970 (allout-end-of-subtree, allout-end-of-subtree)
13971 (allout-end-of-entry, allout-end-of-current-heading)
13972 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13973 (allout-show-children, allout-show-to-offshoot)
13974 (allout-hide-current-entry, allout-show-current-entry): Rectified
13975 handling of trailing blank lines between items.
13976
13977 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13978 (allout-current-depth, allout-unprotected, allout-hidden-p)
13979 (allout-on-current-heading-p, allout-listify-exposed)
13980 (allout-chart-subtree, allout-goto-prefix)
13981 (allout-back-to-current-heading, allout-get-body-text)
13982 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13983 (allout-hide-region-body, allout-toggle-subtree-encryption)
13984 (allout-encrypt-string, allout-encrypted-key-info)
13985 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13986 (allout-file-vars-section-data): Adjusted for use with
13987 invisible-text overlays instead of selective-display.
13988
13989 (allout-kill-line, allout-kill-topic, allout-yank-processing):
13990 Reworked for use with invisible text overlays.
13991
13992 (allout-current-topic-collapsed-p): New function.
13993
13994 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13995 to know when to close the containing topic.
13996
13997 (allout-pre-command-business, allout-post-command-business):
13998 Simplify undo-batching and dynamic isearch exposure.
13999
14000 (allout-set-overlay-category): New for invisible-text overlays.
14001 Sets properties of allout-overlay-category, used by
14002 allout-flag-region to set invisible-text overlay properties.
14003 (allout-get-invisibility-overlay): Get the first qualifying
14004 invisibility overlay, so we can find the extent of it.
14005 (allout-back-to-visible-text): Get to just before the beginnining
14006 of the current invisibility overlay, if any.
14007
14008 (allout-overlay-insert-in-front-handler)
14009 (allout-overlay-interior-modification-handler)
14010 (allout-before-change-handler, allout-isearch-end-handler): New
14011 functions to handle extraordinary actions affecting concealed
14012 text.
14013
14014 (allout-flag-region): Use overlays instead of selective-display
14015 for invisible text - by inheritence from the properties of
14016 allout-overlay-category in mainline Emacs, and applied
14017 property-by-property in XEmacs, some recent versions of which
14018 don't inherit the properties from the category. Provisions to
14019 respond to concealed-text edits simplified drastically.
14020
14021 (allout-isearch-rectification, allout-isearch-was-font-lock)
14022 (allout-isearch-expose, allout-enwrap-isearch)
14023 (allout-isearch-abort, allout-pre-was-isearching)
14024 (allout-isearch-prior-pos, allout-isearch-did-quit)
14025 (allout-isearch-dynamic-expose)
14026 (allout-hide-current-entry-completely): Functions deleted.
14027
14028 (allout-undo-aggregation): Explicit undo aggregation no longer
14029 necessary due to transition away from selective-display.
14030
14031 (set-allout-regexp, allout-up-current-level)
14032 (allout-next-visible-heading, allout-forward-current-level)
14033 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14034 (allout-kill-line, allout-yank-processing, allout-show-children)
14035 (allout-expose-topic, allout-old-expose-topic)
14036 (allout-listify-exposed, allout-insert-latex-header)
14037 (allout-toggle-subtree-encryption, allout-encrypt-string)
14038 (remove-from-invisibility-spec, allout-hide-current-subtree):
14039 Ditched unused variables.
14040
14041 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14042
14043 * textmodes/ispell.el (ispell-change-dictionary): Call
14044 ispell-buffer-local-dict instead of
14045 ispell-accept-buffer-local-defs.
14046 (ispell-local-dictionary-alist): Accept as valid any coding-system
14047 supported by Emacs.
14048 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14049 changed to iso-8859-3.
14050
14051 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14052
14053 * speedbar.el (speedbar-frame-width): Make an inline function
14054 instead of a macro. Use frame-width.
14055 (speedbar-try-completion, speedbar-update-contents)
14056 (speedbar-timer-fn): Use consp.
14057 (speedbar-update-localized-contents): Try to preserve point.
14058
14059 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14060 (menu): Re-order menu items.
14061 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14062 field.
14063 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14064 (gdb-post-prompt): Speed things by not forcing update.
14065
14066 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14067
14068 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14069 press and perform default action if we get a mouse movement event.
14070
14071 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14072
14073 * calendar/icalendar.el (icalendar--get-event-property)
14074 (icalendar--get-event-property-attributes): Fix typos in
14075 docstrings.
14076
14077 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14078 docstring.
14079
14080 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14081
14082 * bs.el (bs-mode): Use `buffer-disable-undo'.
14083 (bs--get-file-name): Simplify.
14084 (bs-show-in-buffer): Mark the buffer as not modified.
14085
14086 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14087
14088 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14089 widget-button-click.
14090
14091 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14092 (custom-mode): Update docstring.
14093
14094 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14095 binding.
14096
14097 * files.el (hack-local-variables-confirm): Allow scrolling if the
14098 file variable list is too long. Kill temp buffer after use.
14099
14100 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14101
14102 * progmodes/gud.el (gdb): Improve doc string.
14103 (gdb-script-font-lock-keywords): Expand allowed character set.
14104
14105 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14106 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14107 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14108 (gdb-separate-io-stop, gdb-separate-io-eof):
14109 Rename from gdb-inferior-* to gdb-separate-*.
14110 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14111
14112 2006-02-14 Jay Belanger <belanger@truman.edu>
14113
14114 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14115 expression is a symbol before checking that it is bound.
14116
14117 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14118 test to see if equation can be solved.
14119
14120 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14121
14122 * wid-edit.el (widget-button-click): Use :pressed-face property
14123 for overlay face, if it exists.
14124
14125 * cus-edit.el (custom-manual, custom-add-see-also)
14126 (custom-add-parent-links, custom-group-link): Add :pressed-face
14127 property to links.
14128
14129 * files.el (hack-local-variables): Remove ignored variables before
14130 checking if any variables need setting.
14131
14132 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14133
14134 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14135
14136 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
14137
14138 * help.el (where-is): Fix message for remapped commands.
14139
14140 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14141 Fix typos in docstrings.
14142
14143 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
14144
14145 * files.el (safe-local-variable-values): New option.
14146 (hack-local-variables-prop-line): Return a list of variable-value
14147 pairs if MODE-ONLY is non-nil.
14148 (hack-local-variables): Construct list of variable-value pairs,
14149 and apply or reject them in one go. Ask for confirmation if
14150 variables are not known safe.
14151 (hack-local-variables-confirm): Complete rewrite. Support
14152 `safe-local-variable-values'.
14153 (enable-local-variables): Update docstring to reflect new
14154 behavior.
14155 (ignored-local-variables): Ignore ignored-local-variables and
14156 safe-local-variable-values.
14157 (safe-local-variable-p): New function.
14158 (risky-local-variable-p): `safe-local-variable' property check
14159 moved to safe-local-variable-p.
14160 (hack-one-local-variable): Checks moved to hack-local-variables.
14161
14162 (byte-compile-dynamic, c-basic-offset, c-file-style)
14163 (c-indent-level, comment-column, fill-column, fill-prefix)
14164 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14165 (no-update-autoloads, outline-regexp, page-delimiter)
14166 (paragraph-start, paragraph-separate, sentence-end)
14167 (sentence-end-double-space tab-width, version-control):
14168 Add `safe-local-variable' property.
14169
14170 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14171
14172 * icomplete.el, play/landmark.el: Change nonexistent
14173 `outline-layout' file variable to `allout-layout'.
14174
14175 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
14176
14177 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14178 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14179 to gud-comint-buffer.
14180 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14181 gdb-ui.el for gdb-mi.el.
14182 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14183 registers buffer to gdb-get-changed-registers.
14184 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14185 deletion of catchpoints (throw and catch).
14186 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14187 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14188 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14189 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14190 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14191
14192 2006-02-13 Jay Belanger <belanger@truman.edu>
14193
14194 * calc/calc-arith.el (math-check-known-matrixp): Make sure
14195 expression is a symbol before checking that it is bound.
14196
14197 2006-02-13 Richard M. Stallman <rms@gnu.org>
14198
14199 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14200 for the minibuffer too, but not if resize-mini-windows will interfere.
14201
14202 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14203 inside `interactive' spec.
14204 (describe-key-briefly-internal, describe-key-internal):
14205 Functions merged back into their callers.
14206
14207 2006-02-13 Martin Rudalics <rudalics@gmx.at>
14208
14209 * info.el (info-xref-visited): Inherit from info-xref too.
14210 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14211 when propertizing Info-current-file and Info-current-node.
14212
14213 2006-02-13 Juri Linkov <juri@jurta.org>
14214
14215 * tumme.el (tumme-thumbnail-storage): Fix docstring.
14216 (tumme-thumb-name): Fix per-directory format.
14217
14218 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
14219
14220 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14221
14222 2006-02-12 Miles Bader <miles@gnu.org>
14223
14224 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14225
14226 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
14227
14228 * tumme.el: Remove history section. If someone needs the it, it
14229 can always be found in CVS.
14230
14231 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14232
14233 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
14234 about the Thumbnail Managing Standard option.
14235
14236 2006-02-12 Richard M. Stallman <rms@gnu.org>
14237
14238 * subr.el (substitute-key-definition): Doc fix.
14239
14240 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14241
14242 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14243
14244 * info.el (Info-mode): Doc fix.
14245
14246 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14247
14248 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
14249
14250 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14251 because on Solaris a POSIX compatible "id" is needed. Reported by
14252 Magnus Henoch <mange@freemail.hu>.
14253
14254 2006-02-12 Juri Linkov <juri@jurta.org>
14255
14256 * tumme.el: Remove todo item about Thumbnail Managing Standard.
14257 (tumme) <defgroup>: Change :group to `multimedia'.
14258 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14259 Managing Standard.
14260 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14261 Fix dostring.
14262 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14263 and %y. Fix docstring.
14264 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14265 (tumme-cmd-create-standard-thumbnail-command): New user options.
14266 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14267 is `standard'. Fix docstring.
14268 (tumme-thumb-width, tumme-thumb-height): New user options.
14269 (tumme-external-viewer): Try to find various viewers.
14270 (tumme-get-thumbnail-image): Use `create-image' instead of
14271 constructing the `image' structure.
14272 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14273 `standard'.
14274 (tumme-thumb-name): Add file name generation for standard storage.
14275 Simplify code for other storages.
14276 (tumme-thumb-name): Use width %w and height %h instead of size %s.
14277 Add modification time %m and thumbnail-nq8 %q.
14278 Use `tumme-cmd-create-standard-thumbnail-command' if
14279 tumme-thumbnail-storage is `standard'.
14280 (tumme-dired-insert-marked-thumbs): New autoload command.
14281 (tumme-dired-after-readin-hook): New function.
14282 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14283 `tumme-thumb-size'.
14284 (tumme-display-image): Replace size-x %x and size-y %y with
14285 width %w and height %h.
14286
14287 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14288 `tumme-dired-insert-marked-thumbs'.
14289
14290 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14291
14292 * tumme.el (tumme-write-tag): Fix small bug (file name did not
14293 include path).
14294 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14295 matching tag.
14296
14297 2006-02-12 Miles Bader <miles@gnu.org>
14298
14299 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14300 New variables.
14301 (rcirc-abbrev-nick): New function.
14302 (rcirc-format-response-string): Rewrite to use the formats in
14303 `rcirc-response-formats' and expand escape sequences therein.
14304 A text-property `rcirc-text' is added over the actual response
14305 text to make easy to find inside the returned string.
14306 (rcirc-print): When filling, just look for the `rcirc-text'
14307 text-property to find the appropriate fill prefix, instead of
14308 using hardwired patterns.
14309
14310 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14311
14312 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
14313 Managing Standard.
14314
14315 2006-02-11 Kim F. Storm <storm@cua.dk>
14316
14317 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14318 Don't use insert-buffer; do insert-buffer-substring directly.
14319 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
14320
14321 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14322
14323 * files.el (revert-buffer, recover-file): Replace buffer-read-only
14324 with inhibit-read-only. Suggested by Stefan Monnier.
14325 (revert-buffer): Let insert-file-contents discard
14326 buffer-undo-list. Simplify code.
14327 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14328
14329 2006-02-11 Eli Zaretskii <eliz@gnu.org>
14330
14331 * menu-bar.el (menu-bar-select-yank): Add a doc string.
14332
14333 * help.el (describe-key-briefly): Now a wrapper for
14334 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
14335 to t. Populate yank-menu if empty.
14336 (describe-key-briefly-internal): Renamed from describe-key-briefly.
14337 (describe-key): Now a wrapper for describe-key-internal. Bind
14338 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
14339 (describe-key-internal): Renamed from describe-key.
14340
14341 2006-02-11 Milan Zamazal <pdm@zamazal.org>
14342
14343 * progmodes/glasses.el (glasses-separator): Doc fix.
14344 (glasses-original-separator): New defcustom.
14345 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14346
14347 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14348
14349 * mwheel.el (mouse-wheel-up-event): Doc fix.
14350
14351 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14352
14353 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14354 (tumme-dir): New function. Copied from thumbs.el.
14355
14356 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
14357
14358 * desktop.el (desktop-outvar): Fix typo.
14359 (desktop-save-buffer-p): Doc fix.
14360
14361 * subr.el (substitute-key-definition): Fix typo.
14362
14363 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14364
14365 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14366 when window-system is mac.
14367
14368 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14369
14370 2006-02-10 Kim F. Storm <storm@cua.dk>
14371
14372 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14373 indirect-function instead of using condition-case.
14374
14375 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14376
14377 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14378 less `colloquial'...
14379
14380 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14381
14382 * tumme.el: Add a couple of todo items.
14383
14384 2006-02-09 Lars Hansen <larsh@soem.dk>
14385
14386 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14387 (highlight-changes-mode): Don't change desktop-locals-to-save.
14388
14389 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
14390
14391 * image-mode.el (image-toggle-display): Clear image cache if using
14392 filename.
14393
14394 2006-02-09 Masatake YAMATO <jet@gyve.org>
14395
14396 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14397 a `dired-man' target.
14398
14399 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14400 boundary of symbols.
14401
14402 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14403
14404 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14405
14406 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
14407
14408 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14409 `mapcar'; return nil.
14410
14411 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
14412
14413 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14414 some other event.
14415
14416 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
14417
14418 * net/rcirc.el (rcirc-startup-channels-alist):
14419 Add irc.freenode.net and #emacs as defaults.
14420 (rcirc-ignore-all-activity-flag): Remove variable.
14421 (rcirc-authinfo): New variable.
14422 (rcirc-authinfo-filename): Remove variable.
14423 (rcirc-always-use-server-buffer-flag): New flag.
14424 (rcirc): M-x rcirc will automatically connect without prompting.
14425 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14426 connection in lisp.
14427 (rcirc-process-server-response-1): Remove everything but the nick
14428 portion of the sender so it doesn't need to be done everywhere
14429 else. Update related code.
14430 (global-map): Remove global keybindings.
14431 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14432 (rcirc-send-input): Split into several functions.
14433 (rcirc-process-input-line, rcirc-process-message)
14434 (rcirc-process-command): New functions.
14435 (rcirc-target-buffer): New function to determine where to route
14436 messages.
14437 (rcirc-user-nick): Save match data.
14438 (rcirc-toggle-ignore-buffer-activity)
14439 (rcirc-update-activity-string): Remove global ignore functionality,
14440 which can be done now by toggling rcirc-track-minor-mode.
14441 (rcirc-track-minor-mode-map): New keymap.
14442 (rcirc-track-minor-mode): New minor-mode.
14443 (ignore): Make the ignore output nicer. Always print it when
14444 adding or removing nicks.
14445 (rcirc-url-regexp): Improve.
14446 (rcirc-mangle-text): Remove properties before using text in the
14447 modeline.
14448 (rcirc-authenticate): Authentication data comes from
14449 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14450 (rcirc-server-prefix): Inherit from rcirc-server.
14451
14452 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14453
14454 * Makefile.in (compile): Append "|| true" to the end of the `find'
14455 command, like compile-always does.
14456
14457 2006-02-08 Sam Steingold <sds@gnu.org>
14458
14459 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14460 output from a dead connection.
14461
14462 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14463
14464 * dired.el (dired-mode-map): Add more bindings for tumme.
14465
14466 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * wdired.el (wdired-mode-map): Use remap.
14469 (wdired-get-filename): Massage.
14470 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14471 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14472 `keymap' property rather than `local-map'.
14473
14474 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14475
14476 * tumme.el (tumme-get-thumbnail-image): New utility function.
14477 Suggested by from Chong Yidong.
14478 (tumme-dired-with-window-configuration): Rename from
14479 `tumme-dired'. Add code to save window configuration.
14480 (tumme-restore-window-configuration): New command to restore the
14481 window configuration that `tumme-dired-with-window-configuration'
14482 saves before it changes the window configuration.
14483 (tumme-show-all-from-dir): New command to display thumbnails for
14484 all files in a directory entered by the user, like M-x thumbs.
14485 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14486 have been created.
14487 (tumme-display-thumbnail-original-image): Call `display-buffer'.
14488 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14489 Remove obsolete test function.
14490
14491 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * vc.el (small-temporary-file-directory): Remove defvar; there's
14494 a defcustom for it in files.el.
14495
14496 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14497 Fix typo in message.
14498 (tumme-gallery-generate): Fix typo in `error' message.
14499 (tumme-display-window-height-correction)
14500 (tumme-display-window-width-correction, tumme-line-up-dynamic)
14501 (tumme-line-up-interactive): Dox fixes.
14502 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14503 (tumme-restore-window-configuration, tumme-format-properties-string)
14504 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14505 Fix typos in docstrings.
14506
14507 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
14508
14509 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14510
14511 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
14512
14513 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14514 User should use hook if desired.
14515
14516 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14517 buffer if necessary.
14518 (gdb-delete-frame-or-window): New function.
14519 (gdb-breakpoints-mode-map): Bind "q" to it.
14520
14521 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * textmodes/nroff-mode.el: Clean up name space.
14524 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14525 (nroff-mode): Obey the global setting of nroff-electric-mode.
14526 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14527
14528 * calendar/calendar.el (calendar-increment-month): Typo in last change.
14529
14530 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
14531
14532 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14533
14534 2006-02-06 Lars Hansen <larsh@soem.dk>
14535
14536 * generic-x.el (etc-fstab-generic-mode): Add file system types
14537 cifs and usbdevfs. Allow special chars in file names.
14538
14539 2006-02-05 Jay Belanger <belanger@truman.edu>
14540
14541 Update copyright notices of the files in lisp/calc.
14542
14543 2006-02-05 Romain Francoise <romain@orebokech.com>
14544
14545 Update copyright notices of all files in the lisp/play directory.
14546
14547 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
14548
14549 * ldefs-boot.el: Regenerate.
14550
14551 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14552
14553 2006-02-05 Kim F. Storm <storm@cua.dk>
14554
14555 * files.el (magic-mode-regexp-match-limit): New defvar.
14556 (set-auto-mode): Use it to limit magic-mode-alist matching.
14557
14558 2006-02-04 Eli Zaretskii <eliz@gnu.org>
14559
14560 * info.el (Info-index, Info-mode): Improve the description of the
14561 `i' command.
14562
14563 * ldefs-boot.el: Regenerate.
14564
14565 2006-02-03 Werner Lemberg <wl@gnu.org>
14566
14567 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14568 greedy to find the closing bracket in \*[...] and similar
14569 expressions. This is a first rough fix -- many additional
14570 refinements are necessary to make nroff mode really usable with groff.
14571
14572 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
14573
14574 * international/mule-cmds.el (set-locale-environment):
14575 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14576 libX11.
14577
14578 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14579
14580 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14581 archive are created in archive-tmpdir.
14582
14583 2006-02-02 John Paul Wallington <jpw@pobox.com>
14584
14585 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14586 (ibuffer-fontification-alist): Use it.
14587 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14588 to "* z" and the Ibuffer Mark menu.
14589
14590 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14591
14592 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * textmodes/table.el (*table--cell-describe-mode)
14595 (*table--cell-describe-bindings): Undo last change since
14596 print-help-return-message is not obsoleted by anything at all.
14597
14598 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
14599
14600 * emulation/cua-base.el (cua-mode): Doc fix.
14601
14602 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * dframe.el (dframe-handle-make-frame-visible)
14605 (dframe-handle-iconify-frame, dframe-get-focus)
14606 (dframe-select-attached-frame, dframe-power-click)
14607 (dframe-frame-mode): Fix typos in docstrings.
14608
14609 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14610 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14611 Fix typos in docstrings.
14612
14613 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14614 (hi-lock-face-buffer, hi-lock-font-lock-hook)
14615 (hi-lock-archaic-interface-message-used)
14616 (hi-lock-file-patterns-range): Fix typos in docstrings.
14617
14618 * savehist.el (savehist-loaded, savehist-load, savehist-install)
14619 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14620
14621 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14622 Fix typo in docstring.
14623
14624 * net/newsticker.el (newsticker--decode-iso8601-date)
14625 (newsticker--set-customvar, newsticker--buffer-insert-item)
14626 (newsticker--do-run-auto-mark-filter)
14627 (newsticker--parse-generic-feed): Doc fixes.
14628 (newsticker--retrieval-timer-list, newsticker-url-list)
14629 (newsticker-hide-immortal-items-in-echo-area)
14630 (newsticker-hide-obsolete-items-in-echo-area)
14631 (newsticker-new-item-face, newsticker--enclosure)
14632 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14633 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14634 (newsticker--parse-generic-feed, newsticker--cache-contains)
14635 (newsticker--stat-num-items, newsticker-download-enclosures):
14636 Fix typos in docstrings.
14637
14638 * net/rcirc.el (rcirc-debug): Doc fix.
14639 (rcirc-fill-column, rcirc-receive-message-hooks)
14640 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14641 (rcirc-mode, rcirc-generate-new-buffer-name)
14642 (rcirc-startup-channels, rcirc-ignore-update-automatic)
14643 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14644 Fix typos in docstrings.
14645 (rcirc-print): "?\ " -> "?\s".
14646 (rcirc-cmd-join): Improve argument/docstring consistency.
14647
14648 2006-02-01 Mark A. Hershberger <mah@everybody.org>
14649
14650 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14651 before narrow-to-region.
14652
14653 2006-02-01 Richard M. Stallman <rms@gnu.org>
14654
14655 * simple.el (move-beginning-of-line): Scan properly for invis change.
14656
14657 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14658
14659 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
14660
14661 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14662 change bit only when id-format is 'integer. Reported by Matt
14663 Hodges <M.P.Hodges@rl.ac.uk>.
14664
14665 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
14666
14667 * hilit-chg.el (highlight-changes-initial-state)
14668 (highlight-changes-global-initial-state): Doc fixes.
14669 (highlight-changes-global-modes, global-highlight-changes):
14670 Fix typos in docstrings.
14671
14672 2006-02-01 Kim F. Storm <storm@cua.dk>
14673
14674 * emulation/cua-base.el (cua-mode): Mention that CUA enables
14675 transient-mark-mode in doc string.
14676
14677 2006-01-31 Richard M. Stallman <rms@gnu.org>
14678
14679 * replace.el (multi-occur): Doc fix.
14680 (multi-occur-in-matching-buffers): Rename from
14681 multi-occur-by-filename-regexp. Prefix arg says match
14682 buffer names instead of file names.
14683
14684 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
14685
14686 * bs.el: Allow non-default values of `bs-header-lines-length'.
14687 (bs--running-in-xemacs): Remove (not needed anymore).
14688 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14689 instead of `shrink-window', thus avoiding having to compute the
14690 height of the window.
14691 (bs--up): Wrap around even when there's no header.
14692 (bs--down): Use `forward-line' instead of `next-line'.
14693
14694 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * image-mode.el (image-toggle-display): Use file name if possible,
14697 instead of unnecessarily allocating a (possibly huge) lisp string.
14698
14699 2006-01-30 John Paul Wallington <jpw@pobox.com>
14700
14701 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14702 because the `assert' macro signals it at runtime.
14703
14704 * emacs-lisp/cl.el (toplevel): Remove definition of
14705 `cl-assertion-failed' condition.
14706
14707 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
14708
14709 * thumbs.el (thumbs-marked-list): Make buffer-local and
14710 permanent-local.
14711 (thumbs-insert-thumb): Make help-echo non-sticky.
14712 (thumbs-file-alist): Use eolp as check for (non)-image.
14713
14714 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
14715
14716 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14717 (ediff-before-session-group-setup-hooks)
14718 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14719 Fix typos in docstrings.
14720
14721 * window.el (bw-dir, bw-eqdir, balance-windows)
14722 (split-window-keep-point): Fix typos in docstrings.
14723
14724 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14725 (org-quote-string, org-calendar-to-agenda-key)
14726 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14727 (org-show-following-heading, org-tags-column)
14728 (org-use-tag-inheritance, org, org-allow-space-in-links)
14729 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14730 (org-enable-table-editor, org-calc-default-modes)
14731 (org-table-allow-automatic-line-recalculation)
14732 (org-export-html-style, org-export-with-fixed-width)
14733 (org-export-with-sub-superscripts, org-special-keyword)
14734 (org-formula, org-time-grid, org-table-may-need-update)
14735 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14736 (org-goto-quit, org-get-indentation, org-end-of-item)
14737 (org-move-item-down, org-move-item-up)
14738 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14739 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14740 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14741 (org-agenda-log-mode, org-agenda-toggle-diary)
14742 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14743 (org-agenda-file-to-end, org-agenda-no-heading-message)
14744 (org-agenda-get-closed, org-format-agenda-item)
14745 (org-cmp-priority, org-cmp-category, org-cmp-time)
14746 (org-agenda-change-all-lines, org-agenda-diary-entry)
14747 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14748 (org-link-search, org-camel-to-words, org-open-file)
14749 (org-remember-handler, org-table-convert-region)
14750 (org-table-move-row-down, org-table-move-row-up)
14751 (org-table-copy-region, org-table-wrap-region)
14752 (org-table-toggle-vline-visibility)
14753 (org-table-get-vertical-vector, org-table-modify-formulas)
14754 (org-table-get-specials, org-recalc-commands)
14755 (org-table-rotate-recalc-marks, org-table-eval-formula)
14756 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14757 (org-level-color-stars-only, org-insert-heading):
14758 Fix typos in docstrings.
14759 (last-arg): Add defvar.
14760
14761 * makefile.w32-in (WINS): Add erc.
14762 (MH_E_SRC): Update (copied from lisp/Makefile.in).
14763
14764 2006-01-29 Bill Wohler <wohler@newt.com>
14765
14766 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14767 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14768 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
14769 (mh-autoloads): Don't use comments on otherwise empty lines.
14770
14771 2006-01-29 Edward O'Connor <ted@oconnor.cx>
14772
14773 * emulation/viper.el (viper-major-mode-modifier-list):
14774 Add insert-state and vi-state entries for erc-mode.
14775 (viper-go-away, viper-set-hooks): Add and remove
14776 viper-comint-mode-hook from erc-mode-hook as appropriate.
14777
14778 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14779
14780 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * bs.el (bs--format-aux): Implement `middle' alignment as
14783 described in the docstring for `bs-attributes-list'.
14784 (bs--get-name): Simplify. Don't pad the buffer name.
14785
14786 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
14787
14788 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14789 English aspell dictionary is installed, use the first entry of
14790 ispell-dictionary-alist-1.
14791
14792 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14793
14794 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14795 Doc fix.
14796
14797 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
14798
14799 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14800 for `process-file', in order to let it work for older Emacsen too.
14801
14802 2006-01-27 Eli Zaretskii <eliz@gnu.org>
14803
14804 * international/latexenc.el: Add a suitable `coding:' tag.
14805 (latexenc-find-file-coding-system): Undo last change.
14806
14807 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14808
14809 * international/latexenc.el (latexenc-find-file-coding-system):
14810 Make sure latexenc-main-file is a regular file and is readable.
14811
14812 2006-01-27 Andre Spiegel <spiegel@gnu.org>
14813
14814 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14815 Pass FILE to vc-user-login-name.
14816
14817 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14818
14819 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
14820
14821 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14822 there are no more images to display.
14823 (thumbs-mark, thumbs-unmark): Revert change so that they move to
14824 the next image.
14825
14826 2006-01-26 Richard M. Stallman <rms@gnu.org>
14827
14828 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14829
14830 * wid-edit.el (advertised-widget-backward): New alias.
14831 (widget-keymap): Use advertised-widget-backward for S-TAB.
14832
14833 * tumme.el: Correct the keywords.
14834 (tumme-dir-max-size): Use defvar.
14835 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14836
14837 * simple.el (move-beginning-of-line): Take account of fields.
14838 (clone-indirect-buffer-other-window): Take args like
14839 clone-indirect-buffer, and work like it.
14840
14841 * help-fns.el (describe-function): Don't pass `nil' as default.
14842
14843 * files.el (risky-local-variable-p): Follow var aliases.
14844
14845 * subr.el (lazy-completion-table): Doc fix.
14846
14847 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14848 global binding of `line'.
14849
14850 2006-01-25 Andre Spiegel <spiegel@gnu.org>
14851
14852 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14853 Tramp.
14854
14855 * vc.el (vc-default-dired-state-info): Pass FILE to
14856 vc-user-login-name.
14857 (vc-default-update-changelog): Don't use vc-user-login-name, we
14858 don't need it here.
14859
14860 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
14861 no longer necessary.
14862
14863 2006-01-25 Kenichi Handa <handa@m17n.org>
14864
14865 * international/mule.el (decode-char): Avoid the overhead of
14866 calling utf-lookup-subst-table-for-decode if
14867 utf-translate-cjk-mode is nil.
14868 (encode-char): Avoid the overhead of calling
14869 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14870 nil.
14871
14872 2006-01-22 Kenichi Handa <handa@m17n.org>
14873
14874 * international/mule.el (make-subsidiary-coding-system): Reset
14875 `coding-system-define-form' property of subsidiaries to nil.
14876 Avoid duplicated entry in coding-system-alist.
14877 (make-coding-system): Avoid duplicated entry in
14878 coding-system-alist.
14879 (define-coding-system-alias): Likewise.
14880
14881 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
14882
14883 * completion.el: Minor fixes in introductory comment.
14884 (completion-def-wrapper): Fix alist.
14885
14886 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
14887
14888 * thumbs.el (thumbs-new-image-size): New function.
14889 (thumbs-increment-image-size-element)
14890 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14891 (thumbs-decrement-image-size): Delete.
14892 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
14893 temp files and use to resize.
14894 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14895 Use increment argument to enlarge/shrink. Preserve point.
14896 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14897 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14898 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14899 (thumbs-mark, thumbs-unmark): Preserve point.
14900 (thumbs-modify-image): Keep old temp files and use to modify.
14901 Cleanup old temp files at load time. Preserve point.
14902 (thumbs-view-image-mode-map): Use new command names.
14903
14904 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * log-view.el (log-view-minor-wrap): First rev is the one at point.
14907
14908 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14909 the nastiest part of the cyclic dependency.
14910 (cal-menu-update): Use dotimes and calendar-increment-month.
14911
14912 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14913 (calendar-week-start-day): Add an :initializer.
14914 (calendar-mode-map): Use suppress-keymap, and command remapping.
14915 (describe-calendar-mode): Setup xref-stack info for the back button.
14916 (calendar-star-date): Insert before delete.
14917 (calendar-set-mode-line): Add file-modified info if applicable.
14918 (calendar-increment-month): New function.
14919
14920 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
14921
14922 * font-lock.el (lisp-font-lock-keywords-2):
14923 Recognize "& keywords" only at word boundaries.
14924
14925 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
14926
14927 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
14928 and permanent-local.
14929 (thumbs-max-image-number): New variable.
14930 (thumbs-do-thumbs-insertion): Use them.
14931 (thumbs-per-line): Change default to 4.
14932 (thumbs-marked-list): Rename from thumbs-markedL.
14933 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14934 (thumbs-rename-images): Use -list instead of L for internal variables.
14935 (thumbs-call-convert): Use call-process instead of shell-command.
14936 (thumbs-insert-thumb): Add filename as help-echo to each image.
14937 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14938 Give dir to thumbs-show-thumbs-list.
14939 (thumbs-show-thumbs-list): Set default-directory to that of images.
14940 (thumbs-dired-show): Rename from thumbs-dired-show-all.
14941 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14942 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14943 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14944
14945 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * ses.el (ses-read-cell): Provide a default value.
14948
14949 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
14950
14951 * term/w32-win.el (image-library-alist): Add additional names for
14952 GIF library.
14953
14954 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14955
14956 * international/latexenc.el (latexenc-find-file-coding-system):
14957 Add file-regular-p check.
14958
14959 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * simple.el (clone-buffer): Don't show the new buffer in the same
14962 window.
14963
14964 2006-01-23 Juri Linkov <juri@jurta.org>
14965
14966 * faces.el (link, link-visited): New faces based on default values
14967 of `info-xref' and `info-xref-visited'.
14968
14969 * info.el (info-xref): Inherit from `link'.
14970 (info-xref-visited): Inherit from `link-visited'.
14971
14972 * cus-edit.el (custom-buffer-create-internal): Use widget type
14973 `custom-manual' instead of `info-link' and don't set properties
14974 `button-face' and `mouse-face' explicitly.
14975 (custom-browse-group-tag, custom-browse-variable-tag)
14976 (custom-browse-face-tag): Inherit from widget class
14977 `custom-group-link' instead of `push-button'.
14978 (custom-button-unraised): Inherit from `underline' face.
14979 (custom-link): Inherit from `link' face. Fix doc and group.
14980 (custom-add-parent-links, custom-group-value-create): Don't set
14981 properties `button-face' and `mouse-face' explicitly for
14982 `custom-group-link' widget.
14983 (custom-group-link): Add properties `button-face' and `mouse-face'
14984 to widget definition.
14985 (custom-field-keymap): New variable. Put `custom-field-keymap' to
14986 editable-field's :keymap property.
14987 (custom-mode): Fix docstring: substitute keybindings for
14988 `widget-forward' and `widget-backward' from `widget-keymap',
14989 `widget-complete' from `custom-field-keymap', replace old
14990 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
14991
14992 * desktop.el (desktop-load-file): Check for `fboundp' before
14993 calling `symbol-function'.
14994
14995 * simple.el (clone-buffer, clone-indirect-buffer)
14996 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14997 `read-string'. Fix prompts.
14998
14999 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15000
15001 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15002
15003 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15004
15005 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15006
15007 * startup.el (inhibit-splash-screen, initial-scratch-message):
15008 Doc fixes.
15009
15010 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15011
15012 Sync with Tramp 2.0.52.
15013
15014 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15015 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15016 `tramp-unload-tramp' for checklist.
15017
15018 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15019 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15020 (tramp-unload-file-name-handler-alist)
15021 (tramp-unload-tramp): New defuns.
15022 (tramp-advice-PC-expand-many-files): New defadvice.
15023 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15024 removed.
15025 (tramp-handle-expand-file-name): Remove double slash.
15026 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15027 It doesn't matter, because it will be converted later on.
15028 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15029 implementation was just heuristic.
15030 (tramp-post-connection): Set uid and gid properties.
15031 (tramp-convert-file-attributes): Set file's gid change bit.
15032 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15033 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15034 in case of su(do)? methods. The home directory of the local user
15035 will be taken else.
15036 (tramp-open-connection-telnet)
15037 (tramp-open-connection-rsh, tramp-open-connection-su)
15038 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15039 local shell prompt could hurt. Reported by Romain Francoise
15040 <romain@orebokech.com>.
15041 (tramp-let-maybe): Add `edebug-form-spec' property.
15042 (tramp-handle-expand-file-name): Bind `default-directory' locally
15043 to "/" in order to avoid problems with UNC shares or Cygwin
15044 mounts.
15045 (tramp-md5-function): Fix typo in error message.
15046
15047 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15048
15049 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15050 for byte-compiler pacification.
15051
15052 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15053
15054 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15055 ID-FORMAT `string'. This allows us to get rid of
15056 `vc-user-login-name UID'.
15057
15058 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15059
15060 2006-01-22 John Paul Wallington <jpw@pobox.com>
15061
15062 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15063
15064 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15065
15066 * emacs-lisp/find-func.el (find-definition-noselect)
15067 (find-variable-noselect): Search variables in C source code too.
15068 (find-function-C-source, find-function-noselect, find-function)
15069 (find-function-other-frame, find-variable-noselect, find-variable)
15070 (find-variable-other-frame, find-variable-at-point):
15071 Fix docstrings.
15072
15073 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15074
15075 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15076
15077 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15078
15079 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15080 Default to disabling the "Save affix" question.
15081
15082 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15083
15084 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15085 the first arg to run-python.
15086
15087 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15088
15089 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15090 is not loaded.
15091
15092 2006-01-20 Jay Belanger <belanger@truman.edu>
15093
15094 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15095 limit is 0.
15096
15097 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15098 the correct variable.
15099
15100 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15101
15102 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15103 link. Fixed buggy argument sequence in call to `org-view-tags'.
15104 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15105 (org-prefix-has-tag): New variable.
15106 (org-format-agenda-item): Remove tags from headline if
15107 appropriate.
15108 (org-agenda-remove-tags-when-in-prefix): New option.
15109 (org-get-tags-at): New function.
15110
15111 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
15112
15113 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15114 (thumbs-find-image): Move image name and number from buffer name
15115 to mode name. Set thumbs-buffer. Preserve point so that large
15116 images remain visible.
15117 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15118 order.
15119 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15120 mode name.
15121 (thumbs-next-image, thumbs-previous-image): Make them work.
15122
15123 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15124
15125 * cus-edit.el (custom-buffer-create-internal): State in the text above
15126 the whole buffer buttons that they do not operate on hidden items.
15127 (custom-face-menu): Use `custom-face-save' instead of
15128 `custom-face-save-command'.
15129 (custom-face-save-command): Make it an alias for `custom-face-save'
15130 and declare it obsolete.
15131 (custom-face-save): Doc fix.
15132
15133 * dired.el (dired-no-confirm): Add quote.
15134 (dired-subdir-alist-pre-R): Add quote in
15135 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15136
15137 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * textmodes/table.el (table-mode-indicator): Typo in last change.
15140
15141 2006-01-19 Richard M. Stallman <rms@gnu.org>
15142
15143 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15144 Fixes bug reported in Nov 2005.
15145
15146 * isearch.el (isearch-forward): Doc fix.
15147
15148 * dired.el (dired-move-to-filename-regexp): Define as alias.
15149 (dired-no-confirm): Use defcustom.
15150 (dired-subdir-alist-pre-R): Put defvar at top level.
15151
15152 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15153
15154 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15155 Mark as risky.
15156
15157 * simple.el (set-mark-command): Doc fix.
15158 (clone-indirect-buffer-other-window):
15159 Read arg like clone-indirect-buffer.
15160 (move-beginning-of-line): Skip invisible newlines.
15161
15162 2006-01-19 Masatake YAMATO <jet@gyve.org>
15163
15164 * progmodes/cpp.el (cpp-edit-load): Make the order of
15165 listed conditions in a base C code buffer and its associate
15166 CPP Edit buffer the same.
15167
15168 2006-01-19 Kenichi Handa <handa@m17n.org>
15169
15170 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15171 (rmail-mime-feature): Likewise.
15172 (rmail-require-mime-maybe): Use display-warning to show a warning
15173 message.
15174
15175 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15176 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15177
15178 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * array.el: Move defvars out of eval-when-compile.
15181 (array-make-template): Replace undeclared global var with a local one.
15182 (array-mode): Inline initialization functions.
15183 (array-init-local-variables, array-init-max-row)
15184 (array-init-max-column, array-init-columns-per-line)
15185 (array-init-field-width, array-init-rows-numbered)
15186 (array-init-line-length, array-init-lines-per-row): Remove.
15187
15188 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15189 (doc-mode-map): Define explicitly.
15190 (doctor-txtype): Use mapc.
15191
15192 * textmodes/table.el: Move defvars out of eval-when-compile.
15193 Remove harmful code meant to avoid byte-compiler warnings.
15194 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15195 specification that checks table-fixed-width-mode directly.
15196 (table-recognize-region, table-recognize-cell):
15197 Use restore-buffer-modified-p.
15198 (table-fixed-width-mode): Remove code that refreshes
15199 table-fixed-mode-indicator.
15200 (*table--cell-describe-bindings, *table--cell-describe-mode):
15201 Avoid obsolete name print-help-return-message.
15202 (table--test-cell-list): Don't use replace-regexp from elisp.
15203 (table--point-entered-cell-function, table--point-left-cell-function):
15204 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15205
15206 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15207 that was after the end of file. Use buffer-file-name variable.
15208 (org-timestamp-change): Use with-current-buffer.
15209 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15210 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15211 `file'.
15212
15213 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15214 (fortran-break-line): Remove unused var `opoint'.
15215 (fortran-abbrev-start): Obey help-event-list.
15216
15217 2006-01-18 Jesper Harder <harder@phys.au.dk>
15218
15219 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15220
15221 2006-01-18 Masatake YAMATO <jet@gyve.org>
15222
15223 * progmodes/make-mode.el (makefile-imake-mode): New mode
15224 derived from makefile-mode.
15225 (makefile-imake-mode-syntax-table): New syntax table
15226 derived from makefile-mode-syntax-table.
15227 (makefile-mode): Write about makefile-imake-mode in doc string.
15228 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15229 (makefile-imake-font-lock-keywords): New font lock keywords.
15230
15231 * files.el (auto-mode-alist): Add Imakefile.
15232
15233 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
15234
15235 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15236 loading the file rather than when turning on flyspell-mode.
15237
15238 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
15239
15240 * cus-edit.el (customize-rogue): Minor doc fix.
15241
15242 2006-01-17 Juri Linkov <juri@jurta.org>
15243
15244 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15245 instead of the file at the mark as default if the file at the mark
15246 is the same as the file at point or if dired-dwim-target-directory
15247 is not the same as the current directory and the mark is not active.
15248
15249 * log-view.el (log-view-minor-wrap): Use the same logic to get
15250 revisions as `log-view-diff'.
15251
15252 * info.el (Info-revert-find-node): Check for Info-current-file
15253 before preserving new-history.
15254
15255 * man.el (Man-heading-regexp): Add `/'.
15256
15257 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15258 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15259
15260 2006-01-16 Juri Linkov <juri@jurta.org>
15261
15262 * faces.el (mode-line-faces): New defgroup.
15263 (mode-line-highlight): Move definition after new defgroup.
15264 (mode-line, mode-line-inactive, mode-line-highlight):
15265 Replace :group `modeline' with `mode-line-faces'.
15266 (mode-line-buffer-id): New face.
15267 (modeline-buffer-id): New face alias.
15268 (vertical-border): Remove :group `modeline'.
15269
15270 * bindings.el (propertized-buffer-identification): Use face
15271 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15272 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15273 (mode-line-buffer-identification-keymap): For mouse-1 replace
15274 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15275 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15276 mouse-3.
15277
15278 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15279 Buffer-menu-buffer. Doc fix.
15280 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15281 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15282 `Buffer-menu-buffer'.
15283
15284 * info.el (Info-mode-line-node-keymap): New defvar.
15285 (Info-set-mode-line): Use `stringp' to check Info-current-file.
15286 Propertize Info-current-node with `mode-line-buffer-id' and
15287 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15288
15289 * time.el (display-time-mail-face): Replace :group `faces' with
15290 `mode-line-faces'.
15291
15292 2006-01-16 Kenichi Handa <handa@m17n.org>
15293
15294 * international/code-pages.el: Add autoload cookies for cp125[0345678].
15295
15296 * language/european.el (cp1252): New alias for windows-1252.
15297
15298 * international/mule.el (autoload-coding-system): Prepare for EOL
15299 variants.
15300
15301 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
15302
15303 * term.el (term-raw-map): Add mapping for insert.
15304 (term-send-insert): New.
15305 (term-mode): Make variables local here instead of doing it in
15306 `term-emulate-terminal'.
15307 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15308 Scroll reverse needs to take into account the scroll region.
15309 Saving and restoring the cursor should save the color attributes too.
15310 (term-reset-terminal): Reset the scroll region.
15311 (term-handle-ansi-escape): Cursor up and down should take into
15312 account the scroll region.
15313 (term-set-scroll-region): Rename from `term-scroll-region'.
15314 Move to 0,0 after setting the region.
15315 (term-handle-scroll): Handle scroll up.
15316 (term-down): Fix off by one error.
15317 (term-delete-lines): Do not delete outside the scroll region.
15318 (term-insert-lines): Take into account the scroll region.
15319
15320 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
15321
15322 * textmodes/ispell.el (ispell-internal-change-dictionary)
15323 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15324 (start, end): Move declaration outside of eval-when-compile.
15325
15326 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15327 (flyspell-mode-on): Use it.
15328
15329 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15330 ispell-kill-ispell-hook.
15331
15332 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
15333
15334 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15335 (Custom-reset-saved): Do not ask for confirmation in single option
15336 buffers.
15337
15338 2006-01-13 Richard M. Stallman <rms@gnu.org>
15339
15340 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15341
15342 2006-01-13 Romain Francoise <romain@orebokech.com>
15343
15344 * add-log.el (add-change-log-entry, change-log-merge):
15345 Conditionally use `hard-newline'.
15346
15347 2006-01-13 Martin Rudalics <rudalics@gmx.at>
15348
15349 * wid-edit.el (widget-field-end): If the overlay is no longer
15350 associated with a buffer, behave as if the overlay didn't exist.
15351
15352 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15353 Make sure the links use the `custom-link' face.
15354
15355 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15358 (ld-script-mode): Don't set indent-line-function since we don't
15359 have one.
15360
15361 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
15362
15363 * textmodes/org.el (org-open-file): Use mailcap for selecting an
15364 application.
15365 (org-file-apps-defaults-gnu): Use mailcap as the default for
15366 selecting an application on a UNIX system.
15367 (org-agenda-show-tags): New command.
15368 (org-table-insert-hline): Keep cursor in current table line.
15369 (org-table-convert): Offset effect of modifying
15370 `org-table-insert-hline'.
15371 (org-format-agenda-item): New optional argument TAG.
15372 (org-compile-prefix-format): Handle %T format for the tag.
15373 (org-expand-wide-chars): New function.
15374 (org-table-insert-row, org-table-insert-hline):
15375 Use `org-expand-wide-chars'.
15376 (org-open-file): Fix bug in program launch.
15377 (org-get-time-of-day): Fix bug with times before 1am.
15378 (org-agenda-menu): Add tags commands.
15379
15380 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15381
15382 * textmodes/ispell.el (ispell-init-process): Include the used
15383 dictionary in ispell process start message.
15384 (ispell-internal-change-dictionary): When flyspell-mode is active
15385 and dictionary is changed, make sure ispell process is restarted
15386 and flyspell word cache cleared out for the current buffer.
15387 (ispell-change-dictionary): Make sure flyspell word cache is
15388 cleared out in all buffers with active flyspell mode when
15389 dictionary is globally changed.
15390 Call ispell-internal-change-dictionary after dictionary change.
15391
15392 2006-01-13 Eli Zaretskii <eliz@gnu.org>
15393
15394 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15395
15396 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15397 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15398 years. Fix small differences wrt Makefile.in.
15399 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15400 Makefile.in does.
15401
15402 2006-01-12 Bill Wohler <wohler@newt.com>
15403
15404 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15405 mh-search.el.
15406
15407 2006-01-12 Masatake YAMATO <jet@gyve.org>
15408
15409 * progmodes/ld-script.el: Update copyright year.
15410
15411 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
15412
15413 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15414 Don't add widget if setting undefined.
15415
15416 2006-01-12 John Paul Wallington <jpw@pobox.com>
15417
15418 * help-fns.el (describe-variable): Remove newlines from void
15419 variable output.
15420
15421 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
15422
15423 * wdired.el (wdired-mode-map): Add help echo for
15424 wdired-abort-changes.
15425
15426 * man.el (Man-file-name-regexp): Adjust for a list of files.
15427
15428 2006-01-12 Masatake YAMATO <jet@gyve.org>
15429
15430 * progmodes/ld-script.el (auto-mode-alist): Support
15431 suffix conventions used in netbsd and eCos.
15432
15433 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15434
15435 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15436 (custom-variable-menu, custom-face-menu, custom-group-menu)
15437 (Custom-mode-menu): Change names of menu items. (As discussed on
15438 emacs-devel.)
15439 (custom-face-menu): Add "Undo Edits" item.
15440
15441 * startup.el (init-file-user): defcustom -> defvar.
15442
15443 * tooltip.el (tooltip-mode): Doc fix.
15444
15445 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * reveal.el (reveal-post-command): window-buffer signals an error on
15448 dead windows rather than returning nil.
15449 (reveal-open-new-overlays): An overlay might die while we open others.
15450
15451 2006-01-11 Bill Wohler <wohler@newt.com>
15452
15453 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15454 phrasing in docstring.
15455
15456 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15457 can give some systems gas. Add new file mh-buffers.el.
15458
15459 2006-01-06 Masatake YAMATO <jet@gyve.org>
15460
15461 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15462 C preprocessor forward ported from GNU Emacs 21.2.
15463
15464 * progmodes/asm-mode.el (asm-font-lock-keywords):
15465 Use `cpp-font-lock-keywords'.
15466
15467 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15468
15469 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15470 of $ for "\\.ld[s]?".
15471
15472 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15475 (tcl-indent-line): Return `noindent' if inside a string.
15476
15477 * progmodes/flymake.el (flymake-split-string): Remove more than one
15478 empty string at beg/end of the result.
15479 (flymake-find-buildfile, flymake-find-possible-master-files):
15480 Use expand-file-name.
15481 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15482 since expand-file-name does it for us. Use directory-file-name.
15483 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15484 (flymake-ler-get-type, flymake-ler-get-text)
15485 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15486 (flymake-current-line-no): Remove spurious interactive spec.
15487 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15488 (flymake-check-include): Remove arg inc-path merged into inc-name.
15489 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15490 Arg regexp-list replaced by a simple regexp.
15491 (flymake-master-make-header-init, flymake-master-tex-init):
15492 Correspondingly replace regexp-list with a regexp. Fix regexp.
15493
15494 2006-01-10 Simon Josefsson <jas@extundo.com>
15495
15496 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15497 describing AUTH PLAIN fix.
15498
15499 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15500
15501 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15502 (report-emacs-bug): Don't record initial prompt text.
15503 Instead, add text properties to prompting text.
15504 (report-emacs-bug-hook): Delete prompting text.
15505
15506 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15509 `dirs'. Adjust callers.
15510
15511 2006-01-09 John Paul Wallington <jpw@gnu.org>
15512
15513 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15514
15515 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * reveal.el (reveal-open-new-overlays): New extracted fun.
15518 (reveal-close-old-overlays): Idem. Check overlays's liveness before
15519 using them. Simplify the code.
15520 (reveal-post-command): Use them. Fix up obsolete windows in
15521 reveal-open-spots.
15522
15523 * progmodes/flymake.el: Use `require' rather than autoload for
15524 XEmacs's overlays.
15525 (flymake-get-common-file-prefix, flymake-build-relative-filename):
15526 Delete. Use file-relative-name instead.
15527 (flymake-get-syntax-check-program-args, flymake-perl-init):
15528 Simplify the resulting code.
15529
15530 * log-view.el (log-view-file-re, log-view-message-re): Add support
15531 for DaRCS output.
15532
15533 2006-01-09 Alex Schroeder <alex@gnu.org>
15534
15535 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15536 identifiers sometimes added in square brackets at the beginning of
15537 subject lines.
15538
15539 2006-01-07 Richard M. Stallman <rms@gnu.org>
15540
15541 * cus-edit.el (Custom-set, Custom-save): Doc fix.
15542 (Custom-reset-current, Custom-reset-saved): Change question text.
15543 (Custom-reset-standard): Likewise.
15544 (custom-variable-reset-saved): Doc fix.
15545
15546 2006-01-07 Eli Zaretskii <eliz@gnu.org>
15547
15548 * startup.el (init-file-user): Doc fix.
15549
15550 2006-01-07 Alex Schroeder <alex@gnu.org>
15551
15552 * mail/rmail.el (rmail-current-subject): New function.
15553 (rmail-current-subject-regexp): New function.
15554 (rmail-next-same-subject): Use it.
15555
15556 * mail/rmailsum.el (rmail-summary-by-topic):
15557 Use rmail-current-subject and rmail-current-subject-regexp.
15558 (rmail-summary-next-same-subject): Ditto.
15559
15560 * net/rcirc.el (rcirc-send-input): No longer check whether the
15561 process is open, since not all commands need an open process.
15562 (rcirc-send-string): Check whether the process is open before
15563 sending anything.
15564 (rcirc-ignore-list): New option.
15565 (rcirc-ignore-list-automatic): New variable.
15566 (rcirc-print): Take rcirc-ignore-list into account.
15567 (rcirc-cmd-ignore): New command.
15568 (rcirc-ignore-update-automatic): New function.
15569 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15570 list if ignored nicks.
15571 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15572
15573 2006-01-06 David Reitter <david.reitter@gmail.com>
15574
15575 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15576 reflect the address to which the report will be sent.
15577
15578 2006-01-06 Eli Zaretskii <eliz@gnu.org>
15579
15580 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15581 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15582
15583 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
15584
15585 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15586
15587 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15588 the doc string: "functoin" => "function".
15589 * ldefs-boot.el: Likewise.
15590
15591 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15592 message text: "Duplicat" => "Duplicate".
15593
15594 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
15595
15596 * files.el (basic-save-buffer-2): If backing-up failed, reset
15597 buffer-backed-up to nil.
15598
15599 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
15600
15601 * progmodes/gud.el (gdb-script-skip-to-head)
15602 (gdb-script-calculate-indentation): Indent for breakpoint command
15603 lists also.
15604
15605 2006-01-05 Bill Wohler <wohler@newt.com>
15606
15607 * Makefile.in (compile-always): Add mh-autoloads dependency.
15608 (bootstrap): Remove mh-autoloads dependency, as compile dependency
15609 provides it.
15610 (updates): Remove mh-autoloads dependency, since it probably has
15611 already run recently (via recompile).
15612
15613 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15616 argument `force' to disable the flyspell-last-buffer optimization.
15617 (flyspell-mode-on): Use it.
15618
15619 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15620 flymake-simple-cleanup.
15621 (flymake-allowed-file-name-masks): Use this new default.
15622 All the functions are now called in the right buffer rather than
15623 passing the buffer as argument.
15624 (flymake-process-sentinel): Switch to buffer before calling cleanup.
15625 (flymake-parse-err-lines): Remove redundant buffer arg.
15626 (flymake-get-program-dir): Comment out unused function.
15627 (flymake-start-syntax-check, flymake-start-syntax-check-process):
15628 Remove redundant buffer argument.
15629 (flymake-get-real-file-name, flymake-simple-java-cleanup)
15630 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15631
15632 2006-01-05 Richard M. Stallman <rms@gnu.org>
15633
15634 * info.el (Info-find-node): Don't record previous node if have none.
15635 (info): Go to directory only if history is empty.
15636
15637 * simple.el (mark): Doc fix.
15638
15639 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15640
15641 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15642 already of desired type.
15643 (mac-ae-list): Coerce parameter to "list" type.
15644 (mac-dispatch-apple-event): Replace cadr part of event with a
15645 dummy position so that event-start returns it.
15646
15647 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
15648
15649 * textmodes/org.el (org-end-of-subtree): New function.
15650 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15651 Use `org-end-of-subtree'.
15652 (org-agenda, org-agenda-convert-date): Protect calls to
15653 `fit-window-to-buffer'.
15654 (org-tags-view): Force matching of sublevels when doing a
15655 todo-only search. Define the correct redo command, including the
15656 arguments.
15657 (org-agenda-redo): Display message.
15658 (org-check-for-org-mode): New function.
15659 (org-agenda-type): New variable.
15660 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15661 Set `org-agenda-type'.
15662 (org-agenda-check-type): New function.
15663 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15664 (org-agenda-week-view, org-agenda-day-view)
15665 (org-agenda-next-date-line, org-agenda-previous-date-line)
15666 (org-agenda-log-mode, org-agenda-toggle-diary)
15667 (org-agenda-toggle-time-grid, org-agenda-date-later)
15668 (org-agenda-date-prompt, org-agenda-diary-entry)
15669 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15670 (org-agenda-convert-date, org-agenda-menu):
15671 Use `org-agenda-check-type'.
15672 (org-make-overlay, org-delete-overlay)
15673 (org-detatch-overlay, org-move-overlay, org-overlay-put):
15674 New compatibility functions.
15675 (org-calendar-select-mouse): New command.
15676
15677 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
15678
15679 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15680 (Custom-reset-standard): Fix y-or-n-p messages.
15681 (custom-link): New face for links.
15682 (custom-buffer-create-internal, custom-manual): Use it.
15683 (custom-face-save): Push to theme-face before setting face spec.
15684
15685 * wid-edit.el (widget-default-mouse-face-get): New function.
15686 (widget-specify-button): Handle mouse-face like button-face.
15687
15688 * custom.el (load-theme): Clear old theme settings if reloading.
15689
15690 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15691
15692 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15693 "Erase Customization" button back to same position it occupies in
15694 the individual State menus.
15695
15696 2006-01-04 Kim F. Storm <storm@cua.dk>
15697
15698 * wid-edit.el (key-sequence): Rework widget to read key binding
15699 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15700 (widget-key-sequence-default-value): Default value for empty sequence.
15701 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15702 (widget-key-sequence-read-event): New command for C-q.
15703 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15704 (widget-key-sequence-value-to-external): New functions.
15705
15706 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15709 Use expand-file-name.
15710 (flymake-delete-temp-directory): Use expand-file-name,
15711 file-name-directory, and directory-file-name.
15712 (flymake-strrchr): Delete.
15713 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15714 to the init-f function.
15715 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15716 (flymake-init-find-buildfile-dir)
15717 (flymake-init-create-temp-source-and-master-buffer-copy)
15718 (flymake-simple-make-init-impl, flymake-simple-make-init)
15719 (flymake-master-make-init, flymake-master-make-header-init)
15720 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15721 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15722 (flymake-xml-init): Remove corresponding redundant buffer argument.
15723 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15724 the default anyway. Clean up regexps.
15725
15726 * progmodes/flymake.el (flymake-temp-source-file-name)
15727 (flymake-master-file-name, flymake-temp-master-file-name)
15728 (flymake-base-dir): New buffer-local vars.
15729 (flymake-buffer-data, flymake-get-buffer-value)
15730 (flymake-set-buffer-value): Replace those hash-tables by the new
15731 buffer-local vars. Update callers.
15732
15733 * progmodes/flymake.el (flymake-check-start-time)
15734 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15735 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15736 Move definition, so we can remove redundant earlier declaration.
15737 (flymake-replace-regexp-in-string, flymake-split-string)
15738 (flymake-get-temp-dir): Use defalias.
15739 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
15740 (flymake-xemacs-window-edges): Remove unused function.
15741 (flymake-get-point-pixel-pos): Move.
15742 (flymake-pid-to-names, flymake-reg-names)
15743 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15744 Replace by a simple list flymake-processes and by process-buffer.
15745 Update callers. Other than simplify the code, it uses buffers rather
15746 than buffer-names so it doesn't get confused by uniquify.
15747 (flymake-buffer-data): The global value should just be nil.
15748
15749 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15750 Optimize the body of a defalias like any other code.
15751
15752 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15753 Make sure we've setup font-lock's vars. It may influence which
15754 function we then call.
15755 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15756 here since it's too late anyway.
15757
15758 2006-01-03 Romain Francoise <romain@orebokech.com>
15759
15760 * startup.el (fancy-splash-tail, normal-splash-screen):
15761 Update copyright year.
15762
15763 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
15764
15765 * mouse.el (mouse-drag-track): Rename, from
15766 `mouse-drag-region-1'. Includes optional argument required to
15767 enable post-drag event processing (e.g. delete region keys).
15768 Can be used without this argument to track a mouse region and operate
15769 on it as soon as the drag completes.
15770 (mouse-drag-region): Use `mouse-drag-track'.
15771
15772 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
15773
15774 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15775 Move to `custom-buffer' group.
15776
15777 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15778 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15779 (custom-theme-insert-face-marker, custom-theme-variable-menu)
15780 (custom-theme-face-menu): New variables.
15781 (custom-theme-add-variable, custom-theme-variable-action)
15782 (custom-variable-reset-theme, custom-theme-delete-variable)
15783 (custom-face-reset-theme, custom-theme-face-action)
15784 (custom-theme-delete-face, custom-theme-merge-theme)
15785 (custom-theme-add-face, custom-theme-visit-theme): New functions.
15786
15787 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
15788
15789 * custom.el: Move Custom Themes commentary to start of theme code.
15790 (custom-known-themes): Rename `standard' theme to `changed'.
15791 (custom-push-theme): Caller no longer specifies what theme to use
15792 when doing `reset'---the setting is simply removed from the theme.
15793 Delete MODE from `theme-value' and `theme-settings' properties.
15794 (custom-declare-theme): Ignore &rest args since we don't use them.
15795
15796 (custom-loaded-themes): Delete variable.
15797 (custom-theme-load-themes, custom-theme-loaded-p)
15798 (custom-theme-value): Delete functions.
15799
15800 (custom-declare-theme): Signal error on invalid theme names.
15801 (provide-theme): custom-loaded-themes was deleted.
15802 (load-theme): Load the file unconditionally.
15803 (enable-theme): Call `load-theme' if theme is undefined.
15804 (custom-enabled-themes): Only update value for successful loads.
15805 (disable-theme): Complete from enabled themes when interactive.
15806 (custom-variable-theme-value): Calculate theme value directly.
15807
15808 (custom-theme-reset-variables, custom-reset-variables): Mark as
15809 XEmacs compatibility functions. We don't actually use these.
15810
15811 * cus-edit.el (custom-variable-state-set):
15812 Use custom-variable-theme-value instead of custom-theme-value.
15813 (custom-face-state-set): Rename `standard' theme to `changed'.
15814 (custom-save-variables, custom-save-faces): Delete unneeded
15815 references to custom-reset-variables.
15816 (custom-save-resets): Delete function.
15817 (custom-save-variables, custom-save-faces): MODE argument deleted.
15818 (custom-save-variables, custom-save-faces): Ignore theme values.
15819
15820 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15821 compatibility function.
15822
15823 2006-01-01 Richard M. Stallman <rms@gnu.org>
15824
15825 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15826 (Custom-reset-current, Custom-reset-saved): Likewise.
15827 (Custom-reset-standard): Show message if aborted.
15828 (custom-mode): Doc fix, describing those commands.
15829
15830 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15831 put on event-kind property.
15832
15833 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
15834
15835 * custom.el (provide-theme): Ban `user' theme name.
15836 (custom-enabling-themes): New variable.
15837 (enable-theme): Don't enable user if custom-enabling-themes is t.
15838 (custom-enabled-themes): Make it a defcustom.
15839 (custom-theme-recalc-face): No-op if face is undefined.
15840
15841 * cus-edit.el (custom-button-mouse): New variable.
15842 (custom-button-mouse): New face.
15843 (custom-raised-buttons, custom-mode): Use it.
15844
15845 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15846
15847 2005-12-31 Eli Zaretskii <eliz@gnu.org>
15848
15849 * progmodes/gud.el (gud-display-line): Support hl-line in the
15850 source buffer.
15851
15852 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15853
15854 * mouse.el (mouse-drag-window-above): Verify that the found window
15855 overlaps with the given window in the horizontal dimension.
15856
15857 2005-12-31 Eli Zaretskii <eliz@gnu.org>
15858
15859 * Makefile.in (cvs-update): New target.
15860
15861 * makefile.w32-in (cvs-update): Ditto.
15862
15863 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
15864
15865 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
15866 (custom-new-theme-mode-map): New variable.
15867
15868 2005-12-30 Richard M. Stallman <rms@gnu.org>
15869
15870 * custom.el (custom-load-themes): Function deleted.
15871
15872 * cus-edit.el (custom-save-loaded-themes): Function deleted.
15873 (custom-save-variables): Don't delete or add custom-load-themes call.
15874
15875 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * cus-start.el: Add `visible-cursor'.
15878
15879 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15880 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15881 (flymake-process-filter): Switch to buffer before calling it instead.
15882 (flymake-post-syntax-check, flymake-highlight-err-lines)
15883 (flymake-delete-own-overlays, flymake-parse-err-lines)
15884 (flymake-start-syntax-check, flymake-start-syntax-check-process)
15885 (flymake-count-lines, flymake-parse-residual):
15886 Remove constant buffer argument.
15887 (flymake-start-syntax-check-for-current-buffer): Remove.
15888 Update callers to use flymake-start-syntax-check instead.
15889 (flymake-display-err-menu-for-current-line):
15890 Remove unused var `mouse-pos'.
15891 (flymake-restore-formatting): Comment out unused function.
15892 (flymake-report-status, flymake-report-fatal-status): Remove buffer
15893 argument, use current-buffer instead. Update callers.
15894
15895 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15896
15897 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15898 buffer-local because choose-completion-delete-max-match requires
15899 that we set completion-ignore-case (i.e., binding via let is not
15900 sufficient).
15901 (bibtex-complete): Always set completion-ignore-case and
15902 choose-completion-string-functions. The latter is needed because
15903 choose-completion-string-functions keeps its value if we quit the
15904 *Completions* buffer without requesting a completion.
15905
15906 2005-12-30 Andreas Schwab <schwab@suse.de>
15907
15908 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
15909
15910 2005-12-30 Eli Zaretskii <eliz@gnu.org>
15911
15912 * jit-lock.el (jit-lock-chunk-size): Doc fix.
15913
15914 2005-12-30 Juri Linkov <juri@jurta.org>
15915
15916 * locate.el (locate-fcodes-file, locate-header-face)
15917 * progmodes/delphi.el (delphi-other-face)
15918 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15919
15920 * paren.el (show-paren-match, show-paren-mismatch): Use existing
15921 group `paren-showing-faces'.
15922
15923 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15924 (goto-address): Fix docstring.
15925
15926 * net/webjump.el (webjump-sample-sites): Update URLs.
15927
15928 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15929
15930 * subr.el (cancel-change-group): Add listp around pending-undo-list.
15931
15932 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * font-lock.el (font-lock-compile-keywords): Signal an error when
15935 font-lock-set-defaults hasn't been called.
15936
15937 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
15938
15939 * subr.el (noreturn, 1value): Doc fixes.
15940
15941 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15942
15943 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15944 that assoc-string returns nil.
15945
15946 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15947
15948 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15949 (bibtex-entry-type-str, bibtex-empty-field-re)
15950 (bibtex-search-backward-string, bibtex-preamble-prefix)
15951 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
15952 (bibtex-any-valid-entry-type): New variable.
15953 (bibtex-parse-field-name): Simplify.
15954 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
15955 (bibtex-preamble-prefix): Include left delimiter.
15956 (bibtex-search-forward-field, bibtex-search-backward-field):
15957 Allow unbounded search past entry boundaries (required by bibtex-pop).
15958 (bibtex-text-in-field-bounds): Use push.
15959 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15960 (bibtex-parse-preamble, bibtex-valid-entry)
15961 (bibtex-beginning-first-field): New functions.
15962 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
15963 (bibtex-map-entries): Fix docstring.
15964 (bibtex-flash-head): New arg prompt. Simplify.
15965 (bibtex-enclosing-field): Include code of bibtex-inside-field.
15966 (bibtex-insert-kill): Simplify. Always insert text past the
15967 current field or entry.
15968 (bibtex-format-entry): Use bibtex-parse-field.
15969 (bibtex-pop): Use bibtex-beginning-of-entry and
15970 bibtex-end-of-entry to initiate the search. Insert empty field if
15971 we found ourselves.
15972 (bibtex-print-help-message): New args field and comma.
15973 Handle entry keys.
15974 (bibtex-make-field): Use bibtex-beginning-of-entry.
15975 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
15976 invalid entry.
15977 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15978 Handle preambles. Simplify code for thorough test.
15979 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15980 New arg comma. Handle entry heads.
15981 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15982 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15983 New arg comma.
15984 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15985 (bibtex-fill-field): Simplify.
15986 (bibtex-fill-entry): Use bibtex-beginning-first-field and
15987 bibtex-parse-field.
15988 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15989 (bibtex-complete): Use bibtex-parse-preamble.
15990
15991 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
15992
15993 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15994 Display name of expression instead of convenience variable.
15995 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15996
15997 * progmodes/gud.el (gud-tooltip-dereference): Rename from
15998 toggle-gud-tooltip-dereference.
15999 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16000 (gud-tooltip-tips): ...here when dereferencing.
16001
16002 2005-12-28 Bill Wohler <wohler@newt.com>
16003
16004 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16005
16006 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16007
16008 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16009 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16010 (vc-annotate-display-autoscale): Adjust call.
16011 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16012 Fix interactive spec.
16013 (vc-annotate-time-span): Remove.
16014 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16015 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16016 (vc-annotate-display-select): Use new name.
16017
16018 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16019 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16020 Correct the construction of span entries. Simplify.
16021 (vc-annotate-display-select): Fix the nil case.
16022 (vc-annotate): Remove obsolete (and now broken) code.
16023 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16024 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16025
16026 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16027
16028 * subr.el (lazy-completion-table): Correct typo in docstring.
16029
16030 * startup.el (command-line): Use `custom-reevaluate-setting' for
16031 `send-mail-function'.
16032
16033 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16034
16035 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16036
16037 * mail/smtpmail.el (smtpmail-try-auth-methods):
16038 Send credentials together with "AUTH PLAIN" command.
16039
16040 2005-12-27 Richard M. Stallman <rms@gnu.org>
16041
16042 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16043 mouse-2, go back to previously selected window, so it's selected
16044 when mouse-2 command runs.
16045
16046 2005-12-27 Juri Linkov <juri@jurta.org>
16047
16048 * descr-text.el (describe-text-sexp): Use square brackets for
16049 button [Show] to distinguish it from the property value `show'.
16050 (describe-property-list): Use `insert-text-button' with
16051 `help-face' type instead of putting face in quotes, because button
16052 is not created automatically for a list of faces.
16053 (describe-text-properties-1): Put button-type value in quotes to
16054 distinguish from plain text "button".
16055 (describe-char): Display code point values in hex. Don't use
16056 `symbol-name' for `current-input-method' because it is a string.
16057 Use `insert-text-button' with `help-face' type instead of putting
16058 hardcoded face in quotes, because button is not created automatically.
16059
16060 2005-12-27 Richard M. Stallman <rms@gnu.org>
16061
16062 * progmodes/glasses.el (glasses-face): More specific custom type.
16063
16064 * files.el (set-visited-file-name): Doc fix.
16065
16066 * textmodes/flyspell.el (flyspell-external-point-words):
16067 Use local var buffer-scan-pos to advance scan for next misspelling.
16068 Advance it only after we find the misspelling.
16069
16070 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16071
16072 * textmodes/flyspell.el (flyspell-external-point-words):
16073 New criteria for finding the misspelling in the buffer.
16074
16075 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16076
16077 * help-mode.el (help-insert-string): Set help-xref-stack-item
16078 rather than call help-setup-xref.
16079
16080 * descr-text.el (describe-char): Revert previous changes for
16081 optional buffer argument.
16082
16083 2005-12-27 Juri Linkov <juri@jurta.org>
16084
16085 * help-mode.el (help-insert-string): New function. Save buffer
16086 contents in cases where it is impossible to recompute the old contents.
16087
16088 * descr-text.el (describe-char): Set help-xref-stack-item
16089 explicitly after buffer has been generated.
16090
16091 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16092
16093 * cus-start.el (all): Add x-gtk-show-hidden-files.
16094
16095 2005-12-26 Richard M. Stallman <rms@gnu.org>
16096
16097 * replace.el (perform-replace): Calculate match-again
16098 before skipping read-only matches.
16099
16100 * paren.el (paren-showing-faces): New group.
16101 (show-paren-match, show-paren-mismatch): Move to that group.
16102
16103 * button.el (button): Put into group `basic-faces'.
16104
16105 * progmodes/make-mode.el: Remove faces from group `faces'.
16106
16107 * apropos.el (apropos, apropos-value): Doc fix.
16108 (apropos-documentation): Doc fix.
16109
16110 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16111
16112 * subr.el (lazy-completion-table): Remove argument `args'.
16113
16114 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16115 Don't use the `args' argument of lazy-completion-table.
16116
16117 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
16118
16119 * descr-text.el (describe-char): Add optional argument for buffer.
16120 Set buffer appropriately. Call help-setup-xref.
16121 Suggested by Stefan Monnier.
16122
16123 2005-12-26 Juri Linkov <juri@jurta.org>
16124
16125 * descr-text.el: Require `help-fns' at runtime. Don't require
16126 `button' for byte compilation.
16127 (describe-text-widget): Add `help-echo' for first button.
16128 Use `help-info' for second.
16129 (describe-property-list): Use `help-argument-name' instead of `italic'.
16130 (describe-text-category): Add prompt to interactive spec.
16131 Call `help-setup-xref'.
16132 (describe-char): Use `help-character-set'. Add `help-echo' for
16133 code point. Use `help-input-method'. Remove superfluous insert.
16134
16135 2005-12-25 Richard M. Stallman <rms@gnu.org>
16136
16137 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16138 at point, in case of narrowing.
16139
16140 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16141
16142 * locate.el (locate-header-face): Allow nil in type.
16143
16144 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16145
16146 2005-12-25 Romain Francoise <romain@orebokech.com>
16147
16148 * battery.el (battery-linux-proc-acpi): Also try
16149 `/proc/acpi/thermal_zone/THM0/temperature'.
16150
16151 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
16152
16153 * custom.el (custom-push-theme): Fix docstring.
16154
16155 * cus-edit.el (custom-variable-set, custom-variable-save)
16156 (custom-variable-save): Custom-quote widget values.
16157 (customize-save-variable): Fix custom-push-theme call.
16158
16159 2005-12-24 Eli Zaretskii <eliz@gnu.org>
16160
16161 * w32-fns.el (w32-batch-update-autoloads): New function.
16162
16163 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16164 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16165 from the command line.
16166
16167 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
16168
16169 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16170 reset means to remove setting from theme entirely. Don't keep
16171 expanding theme-settings list; delete old entries if necessary.
16172
16173 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16174 customization" button one line up.
16175 (custom-themed): New face.
16176 (custom-magic-alist): New value, THEMED, for theme settings.
16177 (custom-variable-state-set, custom-face-state-set):
16178 Check theme-value instead of saved-value.
16179 (custom-variable-reset-standard, custom-face-reset-standard):
16180 Remove theme setting entirely. Recalculate new values.
16181 (custom-variable-set, custom-variable-set)
16182 (custom-variable-reset-saved, custom-variable-reset-backup)
16183 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16184 (custom-variable-save): Fix typos.
16185
16186 2005-12-23 Juri Linkov <juri@jurta.org>
16187
16188 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16189 Add autoload cookies.
16190 (edebug-outside-d-c-i-n-s-w): New variable.
16191 (edebug-display, edebug-outside-excursion): Use it to save the
16192 original value of default-cursor-in-non-selected-windows.
16193 Set default-cursor-in-non-selected-windows to t while Edebug
16194 is active.
16195 (edebug-mode, edebug-eval-mode): Doc fix.
16196
16197 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16198 with `buffer-substring-no-properties' to remove common substring
16199 highlighting.
16200
16201 * info.el (info-other-window, info): Rename function argument
16202 `file' to `file-or-node'.
16203 (Info-complete-menu-item): Use local variable `complete-nodes' to
16204 keep the global value of `Info-complete-nodes' unchanged for
16205 subsequent completions.
16206 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16207
16208 * simple.el (get-next-valid-buffer, last-buffer)
16209 (next-error-buffer-p, next-error-find-buffer)
16210 (minibuffer-history-sexp-flag): Doc fix.
16211
16212 * savehist.el (savehist-mode-hook): Add `:group'.
16213
16214 * log-view.el: Call autoload for vc-find-version.
16215 (log-view-current-file): Adjust subgroup numbers.
16216 (log-view-current-tag): Add `length'.
16217
16218 2005-12-23 Richard M. Stallman <rms@gnu.org>
16219
16220 * vc.el (vc-annotate-car-last-cons): Defn moved up.
16221
16222 2005-12-23 Juri Linkov <juri@jurta.org>
16223
16224 * hi-lock.el (hi-lock-archaic-interface-message-used)
16225 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16226 (hi-lock-mode): Display "Hi" in the mode line only when
16227 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16228 (hi-lock-write-interactive-patterns):
16229 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16230 (hi-lock-set-pattern, hi-lock-set-file-patterns)
16231 (hi-lock-font-lock-hook): Set 3rd arg `how' of
16232 font-lock-add-keywords to t.
16233
16234 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
16235
16236 * hi-lock.el (hi-lock-highlight-range): New variable.
16237 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16238 only if font-lock-fontified is non-nil. Remove overlays.
16239 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16240 font-lock-fontified is non-nil, otherwise use overlays (instead of
16241 text properties).
16242 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16243 New variables.
16244 (hi-lock-string-serialize): New function.
16245
16246 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16247
16248 * menu-bar.el (menu-find-file-existing): New function.
16249 (menu-bar-file-menu): Use menu-find-file-existing for Open.
16250
16251 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16252
16253 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16254
16255 * vc.el: Remove unnecessary leading * in docstrings.
16256 (vc-annotate-mode-map): Move initialization into declaration.
16257 (vc-static-header-alist): Nitpick on the regexp.
16258 (vc-default-init-version): New fun.
16259 (vc-register): Use it.
16260 (vc-insert-headers): Use dolist.
16261 (vc-annotate-get-backend): Remove unused function.
16262 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
16263 (vc-annotate-mode): Remove corresponding call.
16264 (vc-annotate-car-last-cons): Simplify.
16265 (vc-annotate-buffers): Remove var.
16266 (vc-annotate-backend): Make it buffer-local.
16267 (vc-annotate): Move the interaction to the interactive spec.
16268 Add a `buf' argument.
16269 (vc-annotate-warp-version): Use this new `buf' argument to avoid
16270 killing&creating a vc-annotate buffer, which is very disruptive when
16271 the buffers are shown in dedicated frames.
16272
16273 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
16274
16275 * descr-text.el: Add FSF as maintainer.
16276 (describe-text-mode, describe-text-mode-map)
16277 (describe-text-mode-hook, describe-text-done): Delete. Use normal
16278 help-mode.
16279 (describe-text-widget, describe-text-sexp)
16280 (describe-property-list, describe-text-category)
16281 (describe-text-properties, describe-text-properties-1)
16282 (describe-char): Use help buttons instead of widgets.
16283 (describe-char-unicodedata-file): Make URL link in doc string.
16284
16285 2005-12-22 Richard M. Stallman <rms@gnu.org>
16286
16287 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16288 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16289 Don't include buttons that write a file when there's no file.
16290 (custom-variable-menu, custom-face-menu, custom-group-menu):
16291 Don't include commands that write a file when there's no file.
16292 (customize-browse): Reword the top-of-buffer help intro.
16293 (custom-buffer-create-internal): Fix previous change.
16294 (customize-changed-options-previous-release): Prev release is 21.1.
16295 (customize-changed-options): Doc fix.
16296 (customize-changed): New alias.
16297 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16298 Say "standard values".
16299 (Custom-reset-standard): Doc fix.
16300 (custom-face-reset-standard): Doc fix.
16301
16302 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16305 even if font-lock-mode is non-nil since it may be t without having
16306 turned on font-lock-mode-internal.
16307 (font-lock-choose-keywords): Minor optimization.
16308 (font-lock-add-keywords, font-lock-remove-keywords)
16309 (font-lock-set-defaults): Don't call make-local-variable on a variable
16310 that we know to already be local.
16311
16312 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16313
16314 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16315 messages if in the minibuffer.
16316
16317 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16320 (tex-mode-flyspell-verify, flyspell-get-word)
16321 (flyspell-external-point-words): Don't use point-min/max uselessly.
16322
16323 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16324 by Kevin Rodgers. Instead, just hide the completions buffer if we
16325 don't need to show it.
16326
16327 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
16328
16329 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16330
16331 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16334 delete-windows-on with an inexistent buffer.
16335
16336 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
16337
16338 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16339 Delete defcustom variable :tag names.
16340
16341 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
16342
16343 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16344 (log-view-font-lock-keywords): Ajust subgroup numbers.
16345 (log-view-current-tag): Don't hard code the number of subgroups.
16346
16347 2005-12-20 Juri Linkov <juri@jurta.org>
16348
16349 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16350 (tooltip-x-offset, tooltip-y-offset): Doc fix.
16351
16352 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16353 (menu-bar-non-minibuffer-window-p): Instead of checking
16354 display-multi-frame-p, use selected-frame when menu-updating-frame
16355 is nil.
16356
16357 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
16358
16359 * align.el (align-rules-list): Use [ \t] instead of \s-
16360 for column separators in text mode.
16361
16362 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
16363
16364 * help-mode.el (help-customize-variable, help-customize-face):
16365 Don't pop help-xref-stack as help-follow no longer pushes
16366 anything on to it.
16367
16368 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
16369
16370 * textmodes/org.el (org-agenda-custom-commands): New option.
16371 (org-agenda): Offer custom commands on splash screen.
16372 (org-make-tags-matcher): Parser for Boolean logic added.
16373 (org-agenda-set-tags): New command.
16374 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16375 (org-set-tags): Efficiency improvements.
16376 (org-auto-align-tags): New option.
16377 (org-todo, org-demote, org-promote): Realign tags.
16378 (org-tags-completion-function): Use also "&" and "|" as separators.
16379 (org-org-menu): Agenda commands simplified.
16380
16381 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16382
16383 * cus-edit.el (customize-apropos, customize-apropos-options):
16384 Docstring changes.
16385
16386 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16387
16388 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
16389
16390 * longlines.el (longlines-mode): Wrap while widened.
16391 (longlines-decode-region, longlines-encode-region): Compute max
16392 just once.
16393
16394 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16395
16396 * cus-edit.el (mac): New group.
16397
16398 * cus-start.el (all): Add user options in macterm.c. Add test for
16399 Mac-related built-ins. Fix test for GTK-related built-ins.
16400
16401 * term/mac-win.el (mac-handle-language-change)
16402 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16403 (mac-services-open-selection, mac-services-mail-selection)
16404 (mac-services-mail-to, mac-services-insert-text)
16405 (mac-dispatch-apple-event): Add docstrings.
16406 (x-get-selection, mac-select-convert-to-string): Select coding
16407 system from `utf-16be' and `utf-16le' using `byteorder'.
16408
16409 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16412 a "list" (lambda ...) rather than a real completion list.
16413
16414 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16415 lexical-let when encountering ((lambda (...) ...) ...).
16416
16417 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16418
16419 * progmodes/sh-script.el (sh-mode):
16420 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16421 * textmodes/picture.el (picture-mode): Update docstrings.
16422
16423 2005-12-17 Eli Zaretskii <eliz@gnu.org>
16424
16425 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16426 commands enclosed in $(ARGQUOTE)s should not be split between two
16427 lines, as that will break with GNU Make >3.80, when sh.exe is used
16428 and arg quoting is with '..'.
16429 (autoloads): Don't break the quoted --eval expression between
16430 several lines.
16431
16432 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16433
16434 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16435 Capture error from printing circular structures.
16436
16437 2005-12-17 Martin Rudalics <rudalics@gmx.at>
16438
16439 * wid-edit.el (widget-checkbox-action): Clear undo info.
16440
16441 2005-12-16 Bill Wohler <wohler@newt.com>
16442
16443 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16444 bar, not menubar in comment.
16445
16446 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16449 After-change-functions should not clobber the match data.
16450
16451 2005-12-16 Juri Linkov <juri@jurta.org>
16452
16453 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16454 instead of `buffer-substring'.
16455 (completion-common-substring): Doc fix.
16456 (completion-setup-function): Use minibuffer-completion-contents
16457 instead of minibuffer-contents. Don't set common-string-length
16458 initially. Remove special handling of partial-completion-mode.
16459 Move computation of completion-base-size into one cond.
16460 Call completion-base-size-function in mainbuf. In computation of
16461 completion-base-size for file name completion don't move point to
16462 the end of the minibuffer. Move computation of common-string-length
16463 into one cond. Start putting faces only when common-string-length>=0.
16464 Add condition to put completions-common-part when
16465 common-string-length>0.
16466
16467 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16468 place point at the first different character in the minibuffer
16469 even if this position is at the beginning of the minibuffer.
16470
16471 * info.el (Info-read-node-name-1): In completion-base-size-function's
16472 lambda return 1 if common-substring or minibuffer-completion-contents
16473 starts with (, and 0 otherwise.
16474
16475 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16476 Use `crm-current-element' for second arg of `display-completion-list'.
16477
16478 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16479
16480 * files.el (set-auto-mode): Look for an interpreter specified on
16481 the first line also if search for mode specification succeeded,
16482 but the mode is not known.
16483
16484 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
16485
16486 * textmodes/org.el (org-tags-match-list-sublevels): New option.
16487 (org-open-at-point): Implement tag searches as links.
16488 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16489 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16490 (org-tags-sparse-tree, org-tags-view, org-set-tags)
16491 (org-agenda-dispatch): New commands.
16492 (org-use-tag-inheritance, org-tags-column): New options.
16493 (org-tab-follows-link, org-return-follows-link): New options.
16494 (org-tags): New customize group.
16495 (org-start-icalendar-file): Get local time zone.
16496 (org-tags-completion-function): New function.
16497 (org-set-font-lock-defaults): Make sure links will also be
16498 highlighted inside headlines.
16499
16500 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
16501
16502 * term.el (term-emulate-terminal):
16503 Let term-handle-ansi-terminal-messages override what Bash says about
16504 its current directory.
16505
16506 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16507
16508 * bindings.el (last-buffer): Move to simple.el.
16509 * simple.el (last-buffer): Move here.
16510 (get-next-valid-buffer): New function.
16511 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16512 (prev-buffer): Ditto. Rename to `previous-buffer'.
16513
16514 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16515 * bindings.el (global-map): Ditto.
16516
16517 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
16518
16519 * cus-edit.el: Introductory comment change.
16520 (custom-magic-alist): Change message string for the `rogue' state.
16521
16522 2005-12-15 Richard M. Stallman <rms@gnu.org>
16523
16524 * tooltip.el: Delete defcustom variable :tag names.
16525
16526 * complete.el (partial-completion-mode): Doc fix.
16527
16528 * textmodes/flyspell.el (flyspell-external-point-words):
16529 Use save-excursion to ensure we don't move backward in the
16530 search loop, not even one character.
16531 (flyspell-delete-all-overlays): Use remove-overlays directly.
16532
16533 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16534 (ispell-start-process): Set that variable.
16535 Clear ispell-buffer-local-name.
16536 (ispell-internal-change-dictionary):
16537 Set ispell-current-dictionary after killing process.
16538 (ispell-buffer-local-dict):
16539 Don't set spell-personal-dictionary after killing process.
16540 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16541 (ispell-tex-skip-alists, ispell-html-skip-alists)
16542 (ispell-skip-region-alist): Mark as risky.
16543
16544 * net/newsticker.el (newsticker--retrieval-timer-list)
16545 (newsticker--display-timer, newsticker-running-p)
16546 (newsticker-ticker-running-p): Definitions moved up.
16547
16548 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
16549
16550 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16551
16552 2005-12-15 David Ponce <david@dponce.com>
16553
16554 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16555 (recentf-edit-list, recentf-open-files): Signal an error when
16556 there is no recent file.
16557
16558 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
16559
16560 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16561 read-only except for texinfo-format-region evaluation.
16562
16563 2005-12-14 Richard M. Stallman <rms@gnu.org>
16564
16565 * vc.el (vc-default-previous-version, vc-default-next-version)
16566 (vc-do-command): Doc fixes.
16567
16568 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16569
16570 * textmodes/bibtex.el (bibtex-expand-strings)
16571 (bibtex-autokey-expand-string, bibtex-name-part)
16572 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16573 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16574 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16575 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16576 (bibtex-entry-postfix, bibtex-known-entry-type-re)
16577 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16578 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16579 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16580 (bibtex-beginning-of-last-entry): Remove.
16581 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
16582 message if comma is missing but buffer is read-only.
16583 (bibtex-parse-field-text): Handle whitespaces at the end of field
16584 text. Return 3-element list with beginning and end of field text
16585 and end of field.
16586 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16587 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
16588 (bibtex-search-forward-field, bibtex-search-backward-field):
16589 Search always delimited by limits of entry. Use more efficient
16590 search algorithms.
16591 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16592 bibtex-end-of-name-in-field.
16593 (bibtex-text-in-field-bounds): Handle BibTeX strings when
16594 extracting the content of a field.
16595 (bibtex-text-in-field): Use search limits.
16596 (bibtex-parse-string-prefix): Handle empty string keys based on
16597 bibtex-string-empty-key.
16598 (bibtex-parse-string): Fix docstring.
16599 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16600 (bibtex-preamble-prefix, bibtex-strings): New functions.
16601 (bibtex-skip-to-valid-entry): Include preceding whitespace in
16602 BibTeX entries (consistent with other BibTeX functions).
16603 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16604 (bibtex-search-entry): Fix docstring. Simplify.
16605 (bibtex-flash-head, bibtex-complete-string-cleanup)
16606 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16607 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16608 (bibtex-parse-entry): New optional arg content.
16609 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16610 Use bibtex-text-in-field-bounds.
16611 (bibtex-print-help-message): Handle BibTeX strings and preambles.
16612 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16613 bibtex-parse-string-postfix.
16614 (bibtex-find-text-internal): New function.
16615 (bibtex-remove-delimiters): Use it.
16616 (bibtex-find-text): Use it. New optional arg help.
16617 (bibtex-complete): Handle BibTeX string and preamble entries.
16618 (bibtex-Preamble): Fix order of closing delimiters.
16619
16620 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
16621
16622 * vc.el (vc-default-revert): New fun.
16623
16624 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16625
16626 2005-12-14 Romain Francoise <romain@orebokech.com>
16627
16628 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16629 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16630 (font-lock-remove-keywords): Likewise.
16631
16632 2005-12-14 Juri Linkov <juri@jurta.org>
16633
16634 * log-view.el (log-view-diff): Doc fix.
16635
16636 * isearch.el (isearch-query-replace): Use (mark) instead of
16637 isearch-opoint if mark is active in transient-mark-mode.
16638
16639 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
16640
16641 * isearch.el (isearch-query-replace): Check for isearch-other-end.
16642
16643 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
16644
16645 * progmodes/cpp.el (cpp-face): New widget.
16646 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16647
16648 2005-12-14 Juri Linkov <juri@jurta.org>
16649
16650 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16651 around `erase-buffer' and `insert'.
16652
16653 * descr-text.el (describe-text-properties): Replace buffer name
16654 "*Help-2*" with "*Help*<2>".
16655 (describe-char): Add functions print-help-return-message,
16656 toggle-read-only. Use help-setup-xref with nil to not store
16657 describe-char in help-xref-stack. Use help-make-xrefs to
16658 make [back] button.
16659
16660 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16661
16662 * wdired.el (wdired-old-point): New internal variable.
16663 (wdired-change-to-wdired-mode): Set it buffer-locally.
16664 (wdired-abort-changes): Restore point after aborting changes.
16665
16666 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * vc.el (vc-do-command): Add a new value t for okstatus.
16669
16670 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16671 frame in case of errors.
16672
16673 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16674
16675 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16676 so it comes after "On the Left" in the menu.
16677
16678 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
16679
16680 * cus-edit.el (customize-apropos, customize-apropos-options)
16681 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16682
16683 2005-12-12 Bill Wohler <wohler@newt.com>
16684
16685 * vc-svn.el (vc-svn-registered): Fix problem of visiting
16686 non-writable Subversion-controlled files by saving window
16687 configuration before calling vc-do-command. vc-do-command calls
16688 pop-to-buffer on error which is unexpected during registration.
16689
16690 2005-12-12 Jay Belanger <belanger@truman.edu>
16691
16692 * calc/README: Update the summary of changes.
16693
16694 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * descr-text.el (describe-char): Rework last fix to solve the problem
16697 is the same way it's solved for everything else in that function
16698 (i.e. by extracting the info before setting up the *Help* buffer).
16699
16700 2005-12-12 Kim F. Storm <storm@cua.dk>
16701
16702 * subr.el (version-regexp-alist): Allow space as separator before
16703 non-numeric part, e.g. "1.0 alpha".
16704 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16705
16706 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
16707
16708 * textmodes/org.el (org-agenda, org-timeline, org-todo):
16709 Implement Logging and the keep-modes setting.
16710 (org-get-category): Make sure a string is returned.
16711 (org-log-done): New function.
16712 (org-log-done, org-closed-string): New options.
16713
16714 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16715
16716 * tooltip.el (tooltip-y-offset): Change default to 20.
16717
16718 2005-12-12 Richard M. Stallman <rms@gnu.org>
16719
16720 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16721
16722 * frame.el (display-hourglass): Doc fix.
16723
16724 * help.el (help-for-help-internal): Simplify entry for `a'.
16725
16726 * info.el (Info-on-current-buffer): Doc fix.
16727 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16728
16729 * startup.el (inhibit-splash-screen): Make this the real name.
16730 (inhibit-startup-message): Make this the alias.
16731 (command-line): Find only simple.el, and use its directory
16732 to fill in other preloaded files' names.
16733 (command-line): Deactivate the mark if deactivate-mark is set.
16734
16735 * international/mule.el (load-with-code-conversion):
16736 Bind deactivate-mark.
16737
16738 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16739
16740 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
16741
16742 * cus-edit.el (customize-apropos): Avoid listing an option more
16743 than once under different aliases. No longer list user options
16744 that are not defined with defcustom (unless a prefix arg is given).
16745 Doc fix.
16746 (customize-apropos-options): Doc fix.
16747
16748 2005-12-11 Juri Linkov <juri@jurta.org>
16749
16750 * frame.el (set-background-color, set-foreground-color)
16751 (set-cursor-color, set-mouse-color, set-border-color):
16752 Add explicit prompts to read colors by `facemenu-read-color'.
16753 (show-trailing-whitespace, blink-cursor-delay)
16754 (blink-cursor-interval, display-hourglass, hourglass-delay):
16755 Remove tags.
16756 (display-hourglass, hourglass-delay): Doc fix.
16757 (cursor-in-non-selected-windows): Capitalize words in tag.
16758
16759 * faces.el (frame-background-mode): Replace `choice-item' keywords
16760 with `const' to not make [default] button. Change default value tag
16761 from `default' to `automatic'. Doc fix.
16762 (trailing-whitespace) <defface>: Change group `whitespace' to
16763 `whitespace-faces'.
16764
16765 2005-12-11 Richard M. Stallman <rms@gnu.org>
16766
16767 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16768
16769 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16770
16771 * term/mac-win.el: Create keymap for mac-apple-event-map.
16772
16773 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
16774
16775 * tooltip.el (tooltip-mode): Move to start of file so that it
16776 appears at top of customize buffer.
16777
16778 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16779 Add the gud groupname.
16780 (gud-tooltip-mode): Add the tooltip groupname.
16781 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
16782 avoid conflict with tooltip-use-echo-area.
16783
16784 2005-12-10 Romain Francoise <romain@orebokech.com>
16785
16786 * help.el (help-for-help-internal): Add `r' in doc string.
16787
16788 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16789
16790 * align.el (align-regexp, align-highlight-rule):
16791 Use region-beginning and region-end instead of point and mark, so that
16792 repetition (with `repeat-complex-command') recomputes the region
16793 bounds.
16794
16795 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
16796
16797 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16798 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16799 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16800 (balance-windows): Rewrite using the above new functions.
16801
16802 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
16803
16804 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
16805 react if global-hi-lock-mode seems intended.
16806 (global-hi-lock-mode): Renamed from hi-lock-mode.
16807 (hi-lock-archaic-interface-message-used)
16808 (hi-lock-archaic-interface-deduce): New variables.
16809 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16810 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
16811 (hi-lock-find-patterns, hi-lock-font-lock-hook):
16812 Replace hi-lock-buffer-mode with hi-lock-mode.
16813
16814 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16815
16816 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16817 completion list, even after a partial completion has been
16818 inserted in the current buffer. If there are more than 1
16819 completion, redisplay the *Completions* buffer; if the
16820 completion is unique, delete the *Completions* window.
16821
16822 2005-12-10 Eli Zaretskii <eliz@gnu.org>
16823
16824 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16825 strings and long subject lines that were broken into multiple
16826 lines at arbitrary places. Handle subjects that have "Re: " in
16827 the middle.
16828
16829 2005-12-10 John W. Eaton <jwe@octave.org>
16830
16831 * emacs/octave-mod.el (octave-electric-space): Don't indent
16832 comments or strings if octave-auto-indent is nil.
16833
16834 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16835
16836 * term/mac-win.el: Require url when compiling.
16837 Call mac-process-deferred-apple-events after loading init files.
16838 (mac-apple-event-map): New defvar. Define event handlers in it.
16839 (core-event, internet-event): New Apple event class symbols.
16840 (open-application, reopen-application, open-documents)
16841 (print-documents, open-contents, quit-application)
16842 (application-died, show-preferences, autosave-now, get-url):
16843 New Apple event ID symbols.
16844 (about): New HICommand ID symbol.
16845 (mac-event-spec, mac-event-ae): New macros.
16846 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16847 (mac-ae-selection-range, mac-ae-text-for-search)
16848 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16849 (mac-application-menu-map): Remove keymap. Handlers for HICommand
16850 and Services menu events are now defined in mac-apple-event-map.
16851 (mac-drag-n-drop): Remove selection range handling.
16852
16853 2005-12-10 Kenichi Handa <handa@m17n.org>
16854
16855 * simple.el (zap-to-char):
16856 * isearch.el (isearch-process-search-char): Translate CHAR by
16857 translation-table-for-input.
16858
16859 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
16860
16861 * foldout.el (foldout-exit-fold): Properly hide subtree.
16862
16863 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16864
16865 * files.el (save-buffer):
16866 * international/ucs-tables.el (ucs-set-table-for-input):
16867 * mail/mail-extr.el (mail-extract-address-components):
16868 * mail/sendmail.el (mail-mode): Reformat doc string.
16869
16870 2005-12-09 Juri Linkov <juri@jurta.org>
16871
16872 * isearch.el (isearch-highlight): Change main overlay priority
16873 from 1 to 1001. Simplify.
16874 (isearch-lazy-highlight-update): Change lazy overlay priority
16875 from 0 to 1000.
16876
16877 * replace.el (replace-highlight): Change overlay priority from
16878 1 to 1001.
16879
16880 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16881 Change overlay priority from 1 to 1001. Reuse existing overlay.
16882
16883 * compare-w.el (compare-windows-highlight): Change overlay
16884 priority from 1 to 1000.
16885
16886 * menu-bar.el (menu-bar-edit-menu): Add listp around
16887 pending-undo-list to disable menu item "undo" when pending
16888 undo list is empty.
16889
16890 * locate.el (locate): Disable undo in *Locate* buffer.
16891
16892 2005-12-09 Kim F. Storm <storm@cua.dk>
16893
16894 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16895
16896 2005-12-09 David Ponce <david@dponce.com>
16897
16898 * recentf.el: Improvement of the menu code.
16899 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
16900 instead of menu hook.
16901 (recentf-show-menu, recentf-hide-menu): New functions.
16902 (recentf-menu-customization-changed, recentf-mode): Use them.
16903 (recentf-menu-action, recentf-max-menu-items)
16904 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16905 (recentf-arrange-by-rule-others)
16906 (recentf-arrange-by-rules-min-items)
16907 (recentf-arrange-by-rule-subfilter): Don't use
16908 `recentf-menu-customization-changed'.
16909 (recentf-arrange-rules): Likewise. Accept functions to compute
16910 sub-menu titles.
16911 (recentf-menu-filter): Likewise. Doc fix.
16912 (recentf-menu-value-shortcut): Doc fix.
16913 (recentf-dump-variable): Quote atom value.
16914 (recentf-make-menu-items): Update to use it as a menu filter.
16915 (recentf-match-rule): New function.
16916 (recentf-arrange-by-rule): Use it.
16917 (recentf-indirect-mode-rule): New function.
16918 (recentf-build-mode-rules): Use it.
16919 (recentf-dir-rule): New function.
16920 (recentf-arrange-by-dir): Use it.
16921 (recentf-filter-changer-current): Rename from
16922 `recentf-filter-changer-state'. All references updated.
16923 (recentf-filter-changer-alist): Update filter names.
16924 (recentf-filter-changer-select): New function.
16925 (recentf-filter-changer): Use it. Make a sub-menu from filters
16926 available in `recentf-filter-changer-alist'.
16927 (recentf-data-cache, recentf-clear-data)
16928 (recentf-update-menu): Remove. All references updated.
16929 (recentf-match-rule-p, recentf-build-dir-rules)
16930 (recentf-filter-changer-goto-next)
16931 (recentf-filter-changer-get-current)
16932 (recentf-filter-changer-get-next): Remove.
16933
16934 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
16935
16936 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16937 buffer "Reset" button to "Reset to Current" for consistency with
16938 the State buttons.
16939
16940 2005-12-08 John Paul Wallington <jpw@pobox.com>
16941
16942 * ibuf-ext.el (define-ibuffer-filter filename):
16943 If `dired-directory' is a list then really use its car.
16944
16945 2005-12-08 Kim F. Storm <storm@cua.dk>
16946
16947 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16948 Fix indention of text on right side of replaced rectangle.
16949
16950 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
16951
16952 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
16953 No need to check gud-comint-buffer is bound.
16954 (gdb): Prevent multiple debugging when first session uses gdba.
16955
16956 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16957
16958 CC Mode update to 5.31.
16959
16960 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
16961 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
16962 We might do this function properly in the future).
16963
16964 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16965 New macros c-sentence-end and c-default-value-sentence end, to cope
16966 with Emacs 22's new function `sentence-end'.
16967
16968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16969
16970 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16971 compat issue using `c-put-overlay' and `c-delete-overlay'.
16972
16973 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16974 New compat macros to handle overlays/extents.
16975
16976 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16977
16978 * progmodes/cc-fix.el: Add definitions of the macros push and pop
16979 (for GNU Emacs 20.4).
16980
16981 * progmodes/cc-defs.el:
16982 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
16983
16984 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16985 highlighting mechanism so it will work in XEmacs too.
16986
16987 * progmodes/cc-defs.el: Insert c-int-to-char.
16988
16989 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16990 call to the new macro c-int-to-char. This solves XEmacs's
16991 regarding characters as different from integers.
16992
16993 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16994
16995 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16996 New internal helper.
16997
16998 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16999 construct to make the indirect face lookup work in XEmacs.
17000
17001 (c-cpp-matchers): Append the negation char face to the existing
17002 fontification, so that the cpp face doesn't disappear.
17003 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17004 and strings.
17005
17006 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17007 to map to `font-lock-negation-char-face' in emacsen where it exists.
17008
17009 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17010
17011 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17012
17013 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17014 Rename "c-subword-move-mode" as "c-subword-mode".
17015
17016 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17017 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17018
17019 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17020
17021 * progmodes/cc-mode.el: Added autoload directive for
17022 `c-subword-move-mode' for use in older emacsen.
17023
17024 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17025
17026 * progmodes/cc-mode.el:
17027 (i): Insert a binding for C-c C-backspace into
17028 c-bind-special-erase-keys which works in TTYs.
17029 (ii): Make sure that when file styles are used, any explicitly
17030 given style variables take priority over those in the style.
17031 Do this by calling `hack-local-variables' a second time.
17032
17033 * progmodes/cc-vars.el: Add language specific customization
17034 widgets for AWK to c-doc-comment-style, c-require-final-newline
17035 and c-default-style. Add a defcustom for awk-mode-hook.
17036 Give c-syntactic-element and c-syntactic-context doc-strings by
17037 directly setting their `variable-documentation' propery.
17038 This allows Emacs 22.1 to read these with C-h v.
17039
17040 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17041
17042 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17043
17044 * progmodes/cc-fonts.el, cc-vars.el
17045 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17046 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17047 Masatake YAMATO.
17048
17049 (c-doc-comment-style): Made GtkDoc default in C mode.
17050
17051 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17052 and C-c C-<delete>.
17053
17054 (c-bind-special-erase-keys): New function for use on
17055 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17056
17057 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17058 <delete> key behavior in XEmacs according to `delete-forward-p'.
17059 C.f. `c-electric-delete'.
17060
17061 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17062
17063 * progmodes/cc-mode.el: Give c-hungry-backspace and
17064 c-hungry-delete-forward permanent key bindings.
17065
17066 * progmodes/cc-cmds.el (c-electric-semi&comma):
17067 Bind c-syntactic-context for calls to "criteria functions", for
17068 consistency with other calls to user functions.
17069
17070 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17071 `current-prefix-arg', since this might be the prefix arg to a
17072 command which calls c-indent-command as a function. Change the
17073 interactive spec from "p" to "P".
17074
17075 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17076 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17077 was difficult to understand.
17078
17079 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17080
17081 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17082 first char of an identifier.
17083
17084 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17085 +" syntax in C++.
17086
17087 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17088
17089 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17090 auto-fill doesn't split a c-comment's last word from a hanging
17091 "*/" when a space is typed between them after fill-column.
17092
17093 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17094
17095 * progmodes/cc-styles.el (c-set-style)
17096 (c-setup-paragraph-variables): Abort the command if we're not in a
17097 CC Mode buffer.
17098
17099 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17100 with blank comment-prefix, and a blank line as the comment's
17101 second line.
17102
17103 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17104
17105 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17106 Incorporate the patterns added in the Emacs development branch
17107 for the new Emacs 22 face `font-lock-negation-char-face'.
17108
17109 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17110 of "red" since it stands out better in xterms and DOS terminals.
17111
17112 * progmodes/cc-engine.el (c-literal-faces):
17113 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17114
17115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17116
17117 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17118 forcibly enable c-electric-flag.
17119
17120 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17121 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17122 after the comment-prefix of a C-style comment will close that comment.
17123
17124 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17125
17126 * progmodes/cc-fonts.el (c-basic-matchers-before)
17127 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17128 in Pike.
17129
17130 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17131 digraphs.
17132
17133 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17134 (c-cpp-message-directives, c-cpp-include-directives)
17135 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17136 (c-cpp-expr-directives): Introduce new language constants to
17137 control cpp syntax in a cleaner way.
17138
17139 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17140
17141 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17142
17143 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17144 (c-multiline-string-start-char): New language constants and
17145 variables to specify how newlines in string literals work.
17146
17147 (c-font-lock-invalid-string): Use them.
17148
17149 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17150 unbalanced close brace is entered. Optimization by avoiding going
17151 back over arbitrarily large blocks. Removed hints that this
17152 function only would be relevant/useful in AWK.
17153
17154 (c-electric-brace): Indent syntactically after the cleanups since
17155 lineup functions might do it differently then.
17156
17157 * progmodes/cc-engine.el, cc-langs.el
17158 (c-opt-op-identifier-prefix): New language constant and variable.
17159
17160 (c-just-after-func-arglist-p, c-after-special-operator-id)
17161 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17162
17163 * progmodes/cc-align.el, cc-engine.el
17164 (c-after-special-operator-id): New helper to handle C++ operator
17165 identifiers.
17166
17167 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17168 (c-guess-basic-syntax): Handle C++ operator identifiers in
17169 declarations.
17170
17171 * progmodes/cc-langs.el (c-assignment-operators): Add the
17172 trigraph version of ^= too.
17173
17174 * progmodes/cc-langs.el (c-assignment-operators): Add the
17175 trigraph version of |= in C++.
17176
17177 * progmodes/cc-fonts.el (c-font-lock-declarators):
17178 Handle `c-decl-hangon-kwds' after the identifier name.
17179
17180 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17181 whether an arglist is "nonempty", ignore a comment after the open
17182 paren if it isn't followed by a non-comment token on the same line.
17183
17184 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17185 Enable heuristics below the point to cope with classes inside special
17186 brace lists in Pike.
17187
17188 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17189
17190 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17191
17192 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17193
17194 * progmodes/cc-guess.el (cc-guess-install): New function to
17195 install an already guessed style in another buffer.
17196
17197 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17198 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17199 anyway if the change always is undone.
17200
17201 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17202
17203 Implement togglable electricity:
17204
17205 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17206 saying when it should be used.
17207
17208 * progmodes/cc-engine.el: Add the new buffer-local variable,
17209 c-electric-flag.
17210
17211 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17212 c-toggle-auto-newline.
17213
17214 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17215 c-toggle-auto-newline. Remove the binding for
17216 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
17217 c-toggle-electric-state.
17218
17219 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17220
17221 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17222 c-\(forward\|backward\)-subword.
17223 (c-update-modeline): Add the new modeline flag `l' for
17224 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
17225 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17226 Make the old name an alias of the new name.
17227 (c-toggle-electric-state): New function.
17228 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17229 Adapt these functions to do electric things only when
17230 c-electric-flag is non-nil.
17231 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17232 new functions from c-electric-brace.
17233 (c-point-syntax): Add a check for "virtual semicolons" in AWK
17234 mode, so that the tentative extra newline doesn't change the
17235 syntax of the following brace.
17236 (c-electric-brace): Restructure by extracting the above functions.
17237 Tidy up the coding somewhat.
17238 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17239 restructure a bit.
17240
17241 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17242
17243 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17244 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
17245
17246 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17247 (c-submode-indicators): Change name from `c-auto-hungry-string'
17248 since it's now used to track another submode.
17249
17250 (c-update-modeline): Convert to function and extended to check
17251 `c-subword-move-mode'.
17252
17253 (c-forward-into-nomenclature, c-backward-into-nomenclature):
17254 Convert to compat aliases for `c-forward-subword' and
17255 `c-backward-subword'.
17256
17257 * progmodes/cc-subword.el: New functions and minor mode to handle
17258 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17259
17260 (c-forward-subword, c-backward-subword, c-mark-subword)
17261 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17262 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17263 Functions corresponding to the standard word handling functions.
17264
17265 (c-subword-move-mode): Minor mode that replaces all the standard
17266 word handling functions with their subword equivalences.
17267
17268 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17269
17270 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17271 entry for one-liner-defun.
17272
17273 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17274 name in its def-edebug-spec.
17275
17276 * progmodes/cc-cmds.el (c-electric-brace): Make the
17277 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
17278 compacts space before a comment, if this will make things fit on
17279 one line.
17280
17281 Introduce an "awk" style, mainly for auto-newline and clean-ups.
17282
17283 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17284
17285 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17286 clean-up one-liner-defun.
17287
17288 * progmodes/cc-styles.el: Add the new "awk" style.
17289
17290 * progmodes/cc-vars.el: Add description of one-liner-defun to
17291 c-cleanup-list's doc-string. New user options,
17292 c-max-one-liner-length. In c-default-style, set the default style
17293 for AWK to "awk".
17294
17295 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17296
17297 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17298 macros inside labels.
17299
17300 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17301 `c-at-statement-start-p' and `c-at-expression-start-p'.
17302
17303 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17304 error if the mark isn't set.
17305
17306 * progmodes/cc-engine.el (c-guess-continued-construct)
17307 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17308 accurately detect functions inside functions.
17309
17310 * progmodes/cc-engine.el (c-at-expression-start-p): New function
17311 like `c-at-statement-start-p' that additionally recognizes commas
17312 and expression parentheses as delimiters.
17313
17314 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17315 to avoid heuristics that doesn't work for unclosed blocks.
17316 (c-at-statement-start-p): New function.
17317
17318 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17319 Objective-C directives, e.g. directives spanning lines should work
17320 reasonably well now.
17321
17322 (c-put-c-type-property, c-clear-c-type-property): New helpers.
17323
17324 (c-forward-objc-directive): New function to move over any ObjC
17325 directive.
17326
17327 (c-just-after-func-arglist-p, c-guess-basic-syntax)
17328 (c-basic-matchers-before): Use it.
17329
17330 (c-font-lock-objc-iip-decl): Remove.
17331
17332 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17333 in the template arglist recognition.
17334
17335 * progmodes/cc-styles.el (c-style-alist): Fix several
17336 inconsistencies in the Whitesmith style.
17337
17338 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17339 New lineup function to get lines after Whitesmith style blocks
17340 correctly indented.
17341
17342 (c-lineup-whitesmith-in-block): Back out the compensation for
17343 opening parens since it's done using `add' lists in the style
17344 definition instead. Don't use the anchor position since it varies
17345 too much between the syntactic symbols. :P
17346
17347 * progmodes/cc-vars.el (c-valid-offset): Update.
17348
17349 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17350 lists where the offsets are combined according to several
17351 different methods: `first', `min', `max', and `add'.
17352 Report offset evaluation errors with `c-benign-error' so that some kind
17353 of reindentation still is done.
17354
17355 * progmodes/cc-engine.el (c-guess-basic-syntax):
17356 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17357 `arglist-close'.
17358
17359 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17360 situations for `arglist-cont-nonempty' and `arglist-close'.
17361
17362 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17363
17364 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17365 cc-bytecomp-boundp' in a number of places.
17366
17367 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17368 macro related issue.
17369
17370 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17371
17372 * progmodes/cc-awk.el: Change the terminology of regexps: A char
17373 list is now [asdf], a char class [:alpha:].
17374 Include code for char classes.
17375 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17376 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17377
17378 Remove (nearly all of) the cruft associated with AWK Mode's former
17379 concept of "virtual semicolons":
17380
17381 Adapt c-beginning-of-statement, c-end-of-statement (together with
17382 subfunctions) to use the new notion of "virtual semicolon" in
17383 place of the old awkward special handling for AWK. There remains
17384 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17385 * progmodes/cc-cmds.el:
17386 (c-ascertain-adjacent-literal): In the backwards direction, now
17387 recognises AWK regexp delimiters as string delimiters.
17388 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17389 check more rigorously for "end of macro".
17390 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17391 virtual semicolons;
17392 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17393 out the code for forward movement into ...
17394 (c-end-of-statement): Now contains the code for forward movement,
17395 adapted for virtual semicolons.
17396
17397 * progmodes/cc-engine.el:
17398 (c-ws*-string-limit-regexp): New regexp.
17399 (c-forward-single-comment, c-backward-single-comment): Comment out
17400 the (now redundant) "special" AWK stuff.
17401
17402 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17403 c-string-par-start, c-string-par-separate to be more like Text
17404 Mode than Fundamental Mode.
17405
17406 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17407
17408 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17409 to the fontified region so that fontification doesn't occur
17410 outside it (could happen e.g. when fontifying a line with an
17411 unfinished declaration).
17412
17413 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17414
17415 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17416 start of the file. ^L now separate sections of the file.
17417 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17418 (c-awk-one-line-possibly-open-string-re)
17419 (c-awk-regexp-one-line-possibly-open-char-class-re)
17420 (c-awk-one-line-possibly-open-regexp-re)
17421 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17422 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17423
17424 Amend the concept of "virtual semicolons" (in the indentation
17425 engine) for languages like AWK, such that they are now
17426 conceptually attached to end of the last token of a statement, not
17427 the end of the line. (In AWK Mode, however, the pertinent text
17428 property is still physically set on the EOL.) Remove the specific
17429 tests for awk-mode, thus facilitating the introduction of other
17430 language modes where EOLs can end statements.
17431 (Note: The funtionality in cc-cmds.el, specifically
17432 c-beginning/end-of-statement has yet to be amended.)
17433
17434 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17435 New macros.
17436
17437 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17438 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17439 c-vsemi-status-unknown-p-fn (in a new page).
17440
17441 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17442 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17443 numerous awkward forms like
17444 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17445 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17446 variable before-ws-ip, the place just after char-before-ip appears.
17447
17448 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17449 a comment.
17450
17451 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17452
17453 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17454 `c-tentative-buffer-changes'.
17455
17456 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17457 convert to macro to choose between Emacs and XEmacs at compile time.
17458
17459 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17460
17461 (c-tentative-buffer-changes): New macro to handle temporary buffer
17462 changes in a convenient way.
17463
17464 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17465 for `c-tentative-buffer-changes'.
17466
17467 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17468 the checks for paren sexps between the point and the keyword, to
17469 avoid some false alarms.
17470
17471 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17472 Fixed a situation where an error could be thrown for unbalanced
17473 parens. Changed to make use of c-keyword-member' to avoid some
17474 repeated regexp matches.
17475
17476 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17477 These language variable are no longer necessary.
17478
17479 (c-block-stmt-kwds): New language constant used by
17480 c-looking-at-inexpr-block'.
17481
17482 (c-guess-basic-syntax): Remove an optional check that looked at
17483 the existence of the now removed language variables.
17484
17485 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17486 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17487 object instantiation expressions as declarations in some contexts.
17488 This bug only affected languages where the declarator can't be
17489 enclosed in parentheses.
17490
17491 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17492 insert newlines before and after substatement braces.
17493
17494 * progmodes/cc-engine.el: Improved the heuristics for recognizing
17495 function declaration headers and the handling of C++ style member
17496 init lists.
17497
17498 (c-just-after-func-arglist-p): Rewritten to use
17499 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
17500
17501 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17502
17503 (c-guess-basic-syntax): Adapt case 5B for the new
17504 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
17505 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17506 covers all cases now).
17507
17508 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17509
17510 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17511
17512 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17513 c-string-par-start/separate c-sentence-end-with-esc-eol,
17514 initialised in c-setup-paragraph-variables, used in string
17515 scanning subroutines of c-beginning-of-statement.
17516
17517 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17518 which precedes the newly inserted `{'.
17519
17520 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17521
17522 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17523 function for declaration level blocks. It should now cope with
17524 templates better and also be a lot more comprehensible.
17525
17526 (c-looking-at-decl-block): The new function.
17527
17528 (c-search-uplist-for-classkey): The old one. It's now a wrapper
17529 for compatibility.
17530
17531 (c-add-class-syntax, c-guess-continued-construct)
17532 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17533
17534 (c-decl-block-key): Change to tell apart ambiguous and
17535 unambiguous keywords. Pike specials are now handled directly in
17536 the code instead.
17537
17538 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17539 New language constants and variables to make the backward skip in
17540 `c-looking-at-decl-block' as tight as possible.
17541
17542 (c-nonsymbol-token-char-list): New language constant.
17543
17544 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17545 find balanced template arglists backwards.
17546
17547 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17548 making char classes for `c-syntactic-skip-backward'.
17549
17550 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17551 16D - can't be a class-close at that point.
17552
17553 * progmodes/cc-engine.el (c-guess-basic-syntax)
17554 (c-add-class-syntax): Don't narrow out the enclosing declaration
17555 level. This makes everything a lot easier, and it was actually
17556 only four small places that needed it to work. Some places that
17557 previously did `widen' are removed now, which has the effect that
17558 `c-guess-basic-syntax' never will look at things outside the
17559 current narrowment now. The anchor position for `topmost-intro'
17560 is affected by this, but it was so bogus it was basically useless
17561 before, and now it's equally bogus but in a slightly different way.
17562
17563 (c-narrow-out-enclosing-class): Gone.
17564
17565 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17566 the narrowed region.
17567
17568 (c-least-enclosing-brace): Remove silly optional argument.
17569
17570 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17571 the point could be left directly after an open paren when finding
17572 the beginning of the first decl in the block.
17573
17574 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17575 Specify which submatch to use.
17576
17577 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17578
17579 (c-decl-start-re): No longer any need for special treatment of
17580 ObjC due to the above.
17581
17582 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17583 presumably follows C in that regard.
17584
17585 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17586 New language constants to specify operator tokens inside
17587 identifiers in a more high level way.
17588
17589 (c-opt-identifier-prefix-key): New internal language constant.
17590
17591 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17592 (c-identifier-start, c-identifier-key): Now completely calculated
17593 from other constants.
17594
17595 (c-identifier-last-sym-match): Decommission since it's no longer used.
17596
17597 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
17598
17599 * progmodes/cc-engine.el (c-forward-name): Remove the
17600 optimization when c-identifier-key is equal to c-symbol-key since
17601 it doesn't work in byte compiled files. Don't record empty
17602 regions as identifiers.
17603
17604 * progmodes/cc-langs.el (c-filter-ops): New helper function to
17605 simplify access to `c-operators' and its likes.
17606
17607 (c-operator-list, c-all-op-syntax-tokens)
17608 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17609 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17610 (c-primary-expr-regexp, c-cast-parens): Use it.
17611
17612 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17613 an explicit language in functions.
17614
17615 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17616 variant of adornment.
17617
17618 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17619 variable.
17620
17621 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17622 the Pike value.
17623
17624 * progmodes/cc-engine.el (c-on-identifier)
17625 (c-simple-skip-symbol-backward): Small fix for handling "-"
17626 correctly in `skip-chars-backward'. Affected the operator lfun
17627 syntax in Pike.
17628
17629 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17630 diagnostic message about precompiled language vars not being used.
17631
17632 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17633 "__attribute__" is followed by a parenthesis.
17634
17635 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17636 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17637 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17638
17639 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17640 Internal cleanups to properly detect the declared identifiers in
17641 various declarations.
17642
17643 (c-decl-start-kwds): New language constant to recognize
17644 declarations that can start anywhere. Used for class declarations
17645 in Pike.
17646
17647 (c-specifier-key, c-not-decl-init-keywords)
17648 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17649 (c-find-decl-spots): Implement `c-decl-start-kwds'.
17650
17651 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17652 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17653 handling of the compiler specific extension keywords into a new
17654 language constant `c-decl-hangon-kwds' that defines keyword
17655 clauses to be ignored in declarations.
17656
17657 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17658 past unrecognized tokens when handling `c-colon-type-list-kwds'.
17659 Necessary to stop at the declared identifier in e.g. IDL valuetype
17660 declarations.
17661
17662 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17663 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17664 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17665 (c-forward-decl-or-cast-1): Recognize the declared identifier in
17666 class and enum declarations as such and not as part of the type.
17667
17668 (c-forward-decl-or-cast-1, c-forward-label): Relax the
17669 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17670
17671 (c-forward-decl-or-cast-1): Don't disregard sure signs of
17672 declarations when there's some syntax error later on.
17673
17674 (c-complex-decl-matchers): Did away with a reference to
17675 `c-specifier-key'.
17676
17677 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17678 value - this variable is always dynamically bound.
17679
17680 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17681 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17682 * cc-cmds.el, cc-defs.el: Change the policy for marking up
17683 functions that might do hidden buffer changes: All such internal
17684 functions are now marked instead of those that don't.
17685
17686 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17687 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17688 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17689 (c-literal-type): Allow these functions to make hidden buffer changes,
17690 so that they are free to use text property caching later on.
17691
17692 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17693 (c-electric-brace, c-electric-slash, c-electric-star)
17694 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17695 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17696 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17697 (c-context-line-break): Add `c-save-buffer-state' calls to comply
17698 with the changed semantics of the functions above.
17699
17700 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17701 when macros occur in obscure places. Optimized the sexp movement
17702 a bit.
17703
17704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17705
17706 Enhancements for c-beginning-of-statement to work in AWK Mode:
17707
17708 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17709 (completed statement) with `}' (statement completed by closing
17710 brace or semicolon) and `$' (statement completed by EOL).
17711
17712 (c-awk-virtual-semicolon-ends-prev-line-p)
17713 (c-awk-virtual-semicolon-ends-line-p)
17714 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17715 (c-awk-at-statement-end-p): New functions.
17716
17717 * progmodes/cc-cmds.el: Simplify the structure of functions
17718 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17719 two functions and c-beginning-of-statement to handle AWK Mode.
17720
17721 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17722 c-backward-single-comment for AWK mode. Attempt to clarify their
17723 doc-strings.
17724
17725 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17726
17727 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17728
17729 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17730 label handling. Labels are now recognized in a uniform and more
17731 robust way, regardless of context. Text properties are put on all
17732 labels to recognize the following declarations better.
17733 Multiword labels are handled both in indentation and fontification for
17734 the benefit of language extensions like Qt. For consistency, keywords
17735 in labels are now fontified with the label face instead.
17736 That also applies to "case" and "default".
17737
17738 (c-beginning-of-statement-1): Fix some bugs in the label
17739 handling. Disregard `c-nonlabel-token-key' in labels that begin
17740 with `c-label-kwds'.
17741
17742 (c-find-decl-spots): Support that the callback adds more
17743 `c-decl-end' spots to find.
17744
17745 (c-forward-decl-or-cast-1): Don't treat a list of plain
17746 identifiers followed by a colon as a declaration.
17747
17748 (c-forward-label): New function to recognize labels.
17749
17750 (c-guess-basic-syntax): Replace uses of `c-label-key' with
17751 `c-forward-label'. Moved the label recognition cases (14 and 15)
17752 earlier since they aren't so context sensitive now. Handle labels
17753 on the top level gracefully. Moved access label recognition to
17754 the generic label case (CASE 15) - removed CASE 5E.
17755
17756 (c-font-lock-declarations): Add recognition of labels in the
17757 same round since we need to handle labels in parallell with other
17758 declarations to recognize both accurately. It should also improve
17759 speed.
17760
17761 (c-simple-decl-matchers, c-basic-matchers-after):
17762 Move `c-font-lock-labels' so that it only is used on decoration level 2
17763 since `c-font-lock-declarations' handles it otherwise.
17764
17765 (c-complex-decl-matchers): Remove the simplistic recognition of
17766 access labels.
17767
17768 (c-decl-prefix-re): Remove the kludges that was necessary to cope
17769 with labels earlier.
17770
17771 (c-decl-start-re): New language variable to make
17772 `c-font-lock-declarations' stop for the special protection labels
17773 in Objective-C that start with `@'.
17774
17775 (c-label-key): Remove since it's no longer used.
17776
17777 (c-recognize-colon-labels, c-label-prefix-re): New language
17778 constants to support recognition of generic colon-terminated labels.
17779
17780 (c-type-decl-end-used): `c-decl-end' is now used whenever there
17781 are colon terminated labels.
17782
17783 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17784 first argument starts with a special brace list.
17785
17786 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
17787 (c-font-lock-declarations): Break out the declaration and cast
17788 recognition from `c-font-lock-declarations' to a new function, so
17789 that it can be used in the indentation engine.
17790
17791 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
17792 up to the start of the literal. Fixed bug with the point on the
17793 wrong side of the search limit that could happen when the start
17794 position is inside a literal.
17795
17796 * progmodes/cc-engine.el (c-parse-state)
17797 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
17798 so that it's kept a little bit back to increase the hit rate.
17799
17800 (c-parse-state): Change the macro handling and fixed some
17801 glitches. Macro context is checked more often than necessary now,
17802 but otoh less garbage conses are generated.
17803
17804 * progmodes/cc-engine.el (c-parse-state)
17805 (c-invalidate-state-cache): Cache the last position where
17806 `c-state-cache' applies. This can speed up refontification quite
17807 a bit in blocks where there are many non-brace parens before the point.
17808
17809 (c-state-cache-end): New variable for this.
17810
17811 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17812 cache variable.
17813
17814 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17815 get close initial continue positions when the start position is
17816 inside a literal or macro. Do not call the callback for spots
17817 before the start position (which can happen e.g. for `c-decl-end'
17818 spots inside comments). Optimize better in special cases when the
17819 region is a single line inside a literal or macro (typically when
17820 the current line is refontified).
17821
17822 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17823 to `c-add-stmt-syntax' - there's no need to explicitly whack off
17824 entries from the paren state.
17825
17826 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17827 special case for "else if" clauses.
17828
17829 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17830 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17831
17832 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17833 New language variable to recognize the gcc extension with statement
17834 blocks inside expressions.
17835
17836 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17837 it somewhat more comprehensible. The argument AT-BLOCK-START is
17838 no longer used and hence removed.
17839
17840 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
17841 to `c-add-stmt-syntax'.
17842
17843 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17844 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
17845 This fixes bogus label recognition.
17846
17847 * progmodes/cc-engine.el (c-add-type, c-check-type)
17848 (c-forward-name, c-forward-type): Improve storage of template
17849 types in `c-found-types' so that they can be recognized better.
17850
17851 (c-syntactic-content): Add option to skip past nested parens.
17852
17853 * progmodes/cc-engine.el (c-forward-name):
17854 Set `c-last-identifier-range' all the time. It's less work that way.
17855 Handle that there might not be an identifier to store in
17856 `c-last-identifier-range'.
17857
17858 (c-forward-type): Handle that `c-last-identifier-range' might be
17859 nil from `c-forward-name'.
17860
17861 * progmodes/cc-defs.el (c-safe-scan-lists)
17862 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
17863
17864 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17865 to work even if the form fails.
17866
17867 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17868 down in a large file in one go.
17869
17870 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
17871
17872 * progmodes/cc-align.el (c-lineup-assignments): New lineup
17873 function which is like `c-lineup-math' but returns nil instead of
17874 `c-basic-offset' when it doesn't match.
17875
17876 (c-lineup-math): Change to use `c-lineup-assignments'.
17877
17878 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17879
17880 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17881 c-beginning-of-statement. New subfunctions
17882 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17883
17884 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17885
17886 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17887 hardcoded char classes whereever possible. Changed a couple of
17888 places to use skip by syntax instead of skip by char class.
17889
17890 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
17891 Fix a bug in the regexp that caused extreme backtracking.
17892
17893 * progmodes/cc-langs.el (c-block-comment-starter)
17894 (c-block-comment-ender): New language constants to specify in a
17895 single place how block comments look.
17896
17897 (c-comment-start-regexp, c-block-comment-start-regexp)
17898 (comment-start, comment-end, comment-start-skip)
17899 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17900 (c-syntactic-ws, c-nonempty-syntactic-ws)
17901 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
17902 `c-line-comment-starter', `c-block-comment-starter' and
17903 `c-block-comment-ender'.
17904
17905 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17906 New language constants to break up things a bit.
17907
17908 (c-simple-ws): New language constant for simple whitespace.
17909
17910 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
17911
17912 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
17913 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17914 newlines. Allow and ignore nil elements in the list.
17915
17916 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17917
17918 * progmodes/cc-cmds.el: Comment out a (n almost certainly
17919 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
17920
17921 * progmodes/cc-cmds.el: Tidy up the comments in
17922 c-beginning-of-statement and subfunctions.
17923
17924 * progmodes/cc-awk.el: Replace calls to put-text-property to the
17925 more flexible c-put-char-property and c-clear-char-properties.
17926 Add the author's email address.
17927
17928 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17929
17930 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17931 closing "*/" of a block comment.
17932
17933 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17934 subfunctions) so that it works at BOB and EOB.
17935
17936 * progmodes/cc-cmds.el, cc-vars.el: More updating of
17937 c-beginning-of-statement, including new variable
17938 c-block-comment-start-regexp.
17939
17940 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17941
17942 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17943 symbols from `*-font-lock-extra-types' so that there's no need to
17944 use `regexp-opt' on those lists.
17945
17946 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17947 `c-type-modifier-kwds' is empty.
17948
17949 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17950 there are several strings on the same line.
17951
17952 * progmodes/cc-engine.el (c-literal-limits): Remove the
17953 compatibility function for older emacsen. `c-literal-limits-fast'
17954 has now taken the place of this function.
17955
17956 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
17957 with older emacsen: We now require `pps-extended-state'.
17958
17959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17960
17961 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17962 which obviates the need to hack sentence-end. This now handles
17963 escaped newlines in strings correctly. Correct minor bugs in
17964 c-move-over-sentence and in c-beginning-of-statement.
17965
17966 * progmodes/cc-cmds.el (c-beginning-of-statement (and
17967 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17968 that movement over macros and code are rigorously separated from
17969 eachother. Correct a few incidental bugs.
17970
17971 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17972 Improve its doc-string. Improve the handling of certain specific cases.
17973
17974 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17975
17976 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17977 (c-guess-basic-syntax): Change the way class-level labels are
17978 recognized; they can now contain essentially any symbols.
17979
17980 (c-opt-extra-label-key): New language variable to cope with the
17981 special protection label syntax in Objective-C.
17982
17983 (c-opt-access-key): Remove; this is now handled better by
17984 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17985
17986 (c-complex-decl-matchers): Update to handle that
17987 `c-opt-access-key' no longer exists.
17988
17989 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17990 improved label recognition in `c-beginning-of-statement-1'.
17991
17992 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17993 Recognize bitfields better.
17994
17995 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17996 Remove some cruft and fixed a bug that could cause it to go to a
17997 position further down.
17998
17999 * progmodes/cc-langs.el, cc-engine.el
18000 (c-beginning-of-statement-1): Improve detection of labels in
18001 declaration contexts.
18002
18003 (c-beginning-of-decl-1): Use it.
18004
18005 (c-nonlabel-token-key): New language constant and variable needed
18006 by `c-beginning-of-statement-1'.
18007
18008 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18009 manifested itself due to the correction in `c-forward-sexp'.
18010
18011 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18012 Make these behave as documented when used at the buffer limits.
18013
18014 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18015 (c-type-decl-end-used): Made this a language variable.
18016
18017 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18018 correctly when `combine-after-change-calls' is used together with
18019 temporary narrowings.
18020
18021 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18022 Report labels correctly when the start point is immediately after the
18023 colon.
18024
18025 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18026 Remove since it isn't used anymore.
18027
18028 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18029 bracket arglists such as template parens in C++.
18030
18031 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18032 in the last check-in. Some optimization.
18033
18034 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18035 where it could stop at the same level in a preceding sexp when
18036 PAREN-LEVEL is set.
18037
18038 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18039 text property lookup only when it's needed.
18040
18041 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18042 Change the policy for paren marked angle brackets to be more
18043 persistent; once marked they remain marked even when they're found
18044 to be unbalanced in the searched region. This should keep the
18045 paren syntax around even when individual lines are refontified in
18046 multiline template arglists.
18047
18048 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18049 to control markup so that incorrect angle bracket arglists aren't
18050 marked in contexts where the correct value for
18051 `c-disallow-comma-in-<>-arglists' isn't known.
18052
18053 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18054 argument has become `c-parse-and-markup-<>-arglists'.
18055
18056 (c-remove-<>-arglist-properties): Remove - no longer used.
18057
18058 (c-after-change-check-<>-operators): New function used on
18059 `after-change-functions' to avoid that "<" and ">" characters that
18060 are part of longer operators have paren syntax.
18061
18062 (c-<>-multichar-token-regexp): New language variable used by
18063 `c-after-change-check-<>-operators'.
18064
18065 (c-after-change): Call `c-after-change-check-<>-operators'.
18066
18067 (c-font-lock-<>-arglists): Use the context properties set by
18068 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18069 correctly to avoid doing invalid markup.
18070
18071 (c-font-lock-declarations): Remove code that undoes the invalid
18072 markup done by `c-font-lock-<>-arglists'.
18073
18074 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18075 after `c-font-lock-declarations'.
18076
18077 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18078 Add paren-level feature.
18079
18080 (c-guess-basic-syntax): Improve the anchor position for
18081 `template-args-cont' in nested template arglists. There's still
18082 much to be desired in this area, though.
18083
18084 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18085
18086 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18087 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18088
18089 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18090
18091 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18092 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18093
18094 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18095 it doesn't work no longer are supported.
18096
18097 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18098 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18099 requires support for the syntax-table' text property, which rules
18100 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18101 cruft associated with those versions.
18102
18103 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18104 for the `syntax-table' text property, which rules out Emacs 19 and
18105 XEmacs < 21.4. Removed various compatibility cruft associated
18106 with those versions.
18107
18108 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18109 support for the `syntax-table' text property.
18110
18111 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18112 variable and use an extra quoted face name instead. All the
18113 emacsen flavors handle that correctly.
18114
18115 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18116 (c-font-lock-declarators, c-font-lock-declarations)
18117 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18118 property to mark the items in in declarator lists to handle
18119 refontification inside multiline declarations better.
18120
18121 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18122 construct like "a * b = c;" as a declaration.
18123
18124 2005-12-08 Kim F. Storm <storm@cua.dk>
18125
18126 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18127 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18128 select either meta, hyper, or super modifier for rectangle commands.
18129 (cua--rectangle-modifier-key): New defvar.
18130 (cua--M/H-key): Use it. Remove special case for `space'.
18131 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18132 on X, to meta otherwise. Always bind C-return to toggle
18133 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
18134
18135 * emulation/cua-rect.el (cua-help-for-rectangle):
18136 Use cua--rectangle-modifier-key. Handle super modifier too.
18137 (cua--init-rectangles): Always bind C-return to toggle rectangle.
18138 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18139
18140 * ido.el: Move Acknowledgements and History after Commentary.
18141 Minor changes to Commentary.
18142
18143 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18144 keymap if cua--prefix-override-timer is `shift'.
18145 (cua--shift-control-prefix): New function; emulate "type prefix
18146 key twice" functionality to handle shifted prefix key override.
18147 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18148 New commands.
18149 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18150
18151 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
18152
18153 * textmodes/org.el (org-insert-heading): Try to do items before
18154 headings.
18155 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18156 (org-insert-item): New function.
18157 (org-renumber-ordered-list): Don't skip to higher level lists.
18158
18159 2005-12-08 Juri Linkov <juri@jurta.org>
18160
18161 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18162
18163 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18164
18165 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18166
18167 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18168 the constructed function name fun-1.
18169
18170 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18171 because such links don't lead to parent documentation.
18172
18173 2005-12-08 Kenichi Handa <handa@m17n.org>
18174
18175 * descr-text.el (describe-char): Use *Help-2* buffer if the
18176 current buffer is *Help*. Call describe-text-properties while
18177 setting the original buffer.
18178
18179 2005-12-07 Bill Wohler <wohler@newt.com>
18180
18181 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
18182 and causes problems with non-MH users (such as Gnus users).
18183
18184 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
18185
18186 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18187 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18188 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18189 command "info sources". Move calls to GDB command "list".
18190 (gdb-find-file-hook): Just use gdb-source-file-list.
18191 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18192 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18193 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18194 (gdb-data-list-register-values-handler): Use correct trigger name.
18195
18196 2005-12-07 Kim F. Storm <storm@cua.dk>
18197
18198 * ido.el (ido-completion-map): Rename from ido-mode-map.
18199 (ido-common-completion-map, ido-file-completion-map)
18200 (ido-file-dir-completion-map, ido-buffer-completion-map):
18201 Rename from ido-mode-....-map.
18202 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18203 (ido-setup-completion-map): Rename from ido-define-mode-map.
18204 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18205 to ido-completion-map.
18206
18207 2005-12-07 Kenichi Handa <handa@m17n.org>
18208
18209 * international/mule-cmds.el
18210 (set-display-table-and-terminal-coding-system): If the coding
18211 system specified in `unibyte-display' property is different from
18212 the arg coding-system, don't setup standard-display-table.
18213
18214 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18217 that comments end at \n, regardless of selective-display.
18218
18219 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
18220
18221 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18222 (gdb-version): New variables.
18223 (gdb-source-file-list, gdb-register-names)
18224 (gdb-changed-registers): New variables for use with GDB 6.4+.
18225 (gdb-ann3): Replace with...
18226 (gdb-init-1, gdb-init-2): ...two new functions.
18227 (gdba, gdb-prompt): Call gdb-init-1.
18228 (gdb-get-version): New function. Call gdb-init-2 from here.
18229 (gud-watch): Make it work with mouse events too.
18230 (gdb-post-prompt): Don't add to queue until GDB version is known.
18231 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18232 (gdb-locals-mode): Use gdb-version.
18233 (gdb-memory-format-map, gdb-memory-unit-map)
18234 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18235 (gdb-locals-font-lock-keywords-1)
18236 (gdb-locals-font-lock-keywords-2): New variables.
18237 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18238 (gdb-set-gud-minor-mode-existing-buffers-1)
18239 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18240 (gdb-var-update-1, gdb-var-update-handler-1)
18241 (gdb-data-list-register-values-handler)
18242 (gdb-data-list-register-values-custom)
18243 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18244 (gdb-stack-list-locals-handler, gdb-get-register-names):
18245 New functions for use with GDB 6.4+.
18246 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18247 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18248 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18249 (gdb-stack-list-locals-regexp)
18250 (gdb-data-list-register-names-regexp): New regexps for use with
18251 GDB 6.4+.
18252
18253 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18254
18255 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18256
18257 2005-12-06 Nozomu Ando <nand@mac.com>
18258
18259 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18260 prompts work for AUTH PLAIN. Also reported by Steve Allan
18261 <seallan@verizon.net>.
18262
18263 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18264
18265 * frame.el (set-frame-parameter): Add doc string.
18266
18267 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
18268
18269 * textmodes/org.el (org-occur-highlights): New variable.
18270 (org-highlight-new-match, org-remove-occur-highlights): New functions.
18271 (org-highlight-sparse-tree-matches): New option.
18272 (org-do-occur): New function.
18273 (org-get-heading): Make it work also at beginning of line.
18274 (org-category-table): New variable.
18275 (org-get-category-table, org-get-category)
18276 (org-camel-to-words, org-link-search): New functions.
18277 (org-select-this-todo-keyword): New variable.
18278 (org-todo-list): New command.
18279 (org-shiftright, org-shiftleft): New commands.
18280 (org-agenda-todo): Add prefix argument.
18281 (org-show-hierarchy-above): New option.
18282 (org-show-todo-tree): Numerical prefix creates tree for specific
18283 TODO keyword.
18284 (org-outline-level): New function, to assign a level to plain
18285 lists items.
18286 (org-cycle-include-plain-lists): New option.
18287 (org-mode): Use `org-outline-level' as value of `outline-level'.
18288 (org-cycle): Temporarily switch `outline-regexp' if
18289 `org-cycle-include-plain-lists' is non-nil.
18290 (org-start-icalendar-file): Fix format bug.
18291 (org-agenda-get-day-entries): Create category table.
18292 (org-agenda-get-todos, org-agenda-get-timestamps)
18293 (org-agenda-get-deadlines, org-agenda-get-scheduled)
18294 (org-agenda-get-blocks): Use `org-get-category'.
18295 (org-context-in-file-links): Rename from
18296 `org-line-numbers-in-file-links'.
18297
18298 2005-12-06 Romain Francoise <romain@orebokech.com>
18299
18300 * window.el (balance-windows): Delete extraneous third arg in call
18301 to `enlarge-window'.
18302
18303 2005-12-06 Kenichi Handa <handa@m17n.org>
18304
18305 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18306
18307 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
18308
18309 * progmodes/gdb-ui.el (gdb-var-create-handler)
18310 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18311 (gdb-var-list-children-handler, gdb-var-update-handler):
18312 Current buffer is already gdb-partial-output-buffer, don't
18313 make it current again.
18314
18315 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
18316
18317 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18318 (list-buffers-noselect): Use it.
18319
18320 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18323 (mail-yank-ignored-headers): Use regexp-opt.
18324 (mail-mode-map): Move initialization into declaration.
18325 (mail-sent-via): Remove unused shadowed var `to-line'.
18326 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18327 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18328 (mail-do-fcc): Use dolist and push.
18329 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18330 (mail-yank-ignored-headers): Don't autoload.
18331
18332 2005-12-05 Kenichi Handa <handa@m17n.org>
18333
18334 * international/mule-cmds.el (set-language-info-internal): New fun.
18335 (set-language-info): Call set-language-info-internal to update
18336 language-info-alist. If LANG-ENV is the current one, call
18337 set-language-environment to make INFO effective now.
18338 (set-language-info-alist): Likewise.
18339 (locale-language-names): With locale "en", use English
18340 lang. env. but set the default codings to iso-8859-1.
18341
18342 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
18343
18344 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18345 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18346 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18347 for plain strings.
18348 (gdb-frames-mode): Remove redundant call to font-lock-mode.
18349 (gdb-all-registers): Rename from toggle-gdb-all-registers.
18350 Create registers buffer if necessary. Echo new state in minibuffer.
18351 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18352
18353 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
18354
18355 * info.el (Info-fontify-node): Match external links using
18356 non-directory part of filename.
18357
18358 2005-12-04 Juri Linkov <juri@jurta.org>
18359
18360 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18361 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
18362 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18363 because there is no customization option for it.
18364
18365 * font-lock.el (lisp-font-lock-keywords-1):
18366 Add define-global-minor-mode.
18367
18368 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18369
18370 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18371 properties on the constructed variable names.
18372
18373 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18374 Put `definition-name' properties on the constructed function names
18375 next-sym and prev-sym.
18376
18377 * emacs-lisp/find-func.el (find-function-regexp):
18378 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18379 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18380 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18381 and easy-menu-define.
18382
18383 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18384 easy-mmode-define-global-mode and define-global-minor-mode.
18385 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18386
18387 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18388 instead of easy-mmode-define-global-mode.
18389
18390 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18391 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18392
18393 * cus-edit.el (customize-group, customize-group-other-window):
18394 Filter out autoloaded options from the group completion list by
18395 using heuristics that autoloaded groups don't have `custom-autoload'
18396 property on their symbols (they have only `custom-loads').
18397
18398 * simple.el (completion-setup-function): Put completions-common-part
18399 face on complete completion string too (i.e. completion string
18400 without completions-first-difference face).
18401
18402 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18403
18404 2005-12-03 Eli Zaretskii <eliz@gnu.org>
18405
18406 * view.el (view-mode): Doc fix.
18407
18408 * disp-table.el (standard-display-european): Add to the warning
18409 message a reference to the doc string.
18410
18411 * play/yow.el (apropos-zippy): Call print-help-return-message,
18412 similar to other Help and Apropos commands.
18413
18414 * help.el (print-help-return-message): If pop-up-frames is
18415 non-nil, set up help-return-method to delete the help window and,
18416 possibly, its frame as well, and don't display message about
18417 scrolling the help window. Doc fix.
18418 (help-return-method): Doc fix.
18419
18420 2005-12-03 Martin Rudalics <rudalics@gmx.at>
18421
18422 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18423 whereby names of length one or names starting with a
18424 symbol-constituent character would not be returned.
18425
18426 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18427
18428 * subr.el (atomic-change-group): Add edebug and indentation spec.
18429
18430 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18431
18432 * completion.el (save-completions-file-name): Fix typo in last change.
18433
18434 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18435
18436 * info.el: Move back/forward history to the beginning of the tool bar.
18437
18438 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18439
18440 * allout.el (eval-when-compile): Remove unnecessary load of cl.
18441 Add fset of allout-real-isearch-abort during compile to fix
18442 byte-compilation warnings.
18443 (allout-mode-p): Move definition of this macro above all uses, or
18444 byte compilation in barren Emacs (eg, during Emacs build) will
18445 lack the definition.
18446 (allout-mode): Move this variable above any uses, or byte
18447 compilation will fail.
18448 (allout-resolve-xref): Remove use of personal file-reference function.
18449 (allout-toggle-current-subtree-encryption): Do the current (ie,
18450 visible containing) topic, rather than nearest around point. Doc fix.
18451 (allout-toggle-subtree-encryption): New function, workhorse that
18452 works on nearest topic containing point.
18453 (allout-encrypt-string): Signal requirement for newer version of pgg.
18454 (allout-resumptions): Doc fix.
18455
18456 2005-12-02 Eli Zaretskii <eliz@gnu.org>
18457
18458 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18459
18460 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18461
18462 * textmodes/flyspell.el (flyspell-external-point-words):
18463 Consider a misspelling as found in the string search if: (a) misspelling
18464 and found string lengths match, or (b) misspelling is found as
18465 element in a boundary-chars separated longer string, or (c)
18466 ispell-program-name is really ispell and misspelling is found as
18467 part of a TeX string. After successful match move beginning of
18468 search region to end of match. Warn about not found misspellings
18469 once the process is done.
18470 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18471
18472 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
18473
18474 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18475 tool bar (removed inadvertently).
18476
18477 2005-12-02 Juri Linkov <juri@jurta.org>
18478
18479 * log-view.el (log-view-diff): Clarify doc string.
18480
18481 2005-12-01 Bill Wohler <wohler@newt.com>
18482
18483 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18484 triggers lm-verify errors.
18485
18486 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18487
18488 * simple.el (transient-mark-mode, line-number-mode)
18489 (column-number-mode, size-indication-mode): Remove `:require nil'.
18490
18491 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
18492
18493 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18494 in the margin also.
18495 (gdb-breakpoints-mode-map): Use D instead of d for
18496 gdb-delete-breakpoint.
18497 (gdb-get-frame-number): Require a number to match on.
18498 (gdb-threads-mode-map): Add follow-link binding.
18499
18500 2005-11-30 Jason Rumney <jasonr@gnu.org>
18501
18502 * isearch.el (isearch-mode-map): Avoid exiting search on
18503 language-change event.
18504
18505 2005-11-30 Romain Francoise <romain@orebokech.com>
18506
18507 * speedbar.el (speedbar-default-position): New defcustom.
18508 (speedbar-frame-reposition-smartly): Use it.
18509
18510 * dframe.el (dframe-reposition-frame-emacs): Fix position
18511 computation for `left' location.
18512 Update copyright year.
18513
18514 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18515
18516 * help.el (help-map): Move initialization into declaration.
18517
18518 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18519
18520 * help-fns.el (help-argument-name): Don't autoload.
18521 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18522 to be re-loaded when customizing the `help' group.
18523
18524 2005-11-30 John Paul Wallington <jpw@gnu.org>
18525
18526 * help-fns.el (describe-function-1): Fill arglist output.
18527
18528 2005-11-30 Kim F. Storm <storm@cua.dk>
18529
18530 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18531 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18532 after revert-buffer (or anything else which kills all local variables).
18533
18534 * apropos.el (apropos-parse-pattern): Doc fix.
18535 Set apropos-regexp directly, rather than expecting callers to do so.
18536 (apropos-command, apropos, apropos-value, apropos-documentation):
18537 Simplify calls to apropos-parse-pattern.
18538
18539 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18540
18541 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18542 (hi-lock-face-phrase-buffer): Use hi-yellow face.
18543 (hi-lock-write-interactive-patterns): Use comment-region.
18544
18545 * longlines.el (longlines-mode): Add mail-setup-hook.
18546
18547 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18548
18549 * simple.el (sendmail-user-agent-compose, next-line):
18550 Conditionally use hard-newline.
18551
18552 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18553
18554 * international/latexenc.el (latex-inputenc-coding-alist):
18555 Reword doc string.
18556
18557 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18558
18559 * help.el (describe-key-briefly, describe-key): Recognize default
18560 bindings.
18561
18562 2005-11-29 Romain Francoise <romain@orebokech.com>
18563
18564 * view.el (view-inhibit-help-message): New defcustom.
18565 (view-mode-enter): Use it.
18566
18567 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
18568
18569 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18570 Preserve user position.
18571
18572 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
18573
18574 * font-lock.el: Throw error if facemenu is not loaded to prevent
18575 accidental change of loading order in loadup.el. (Suggested by RMS.)
18576
18577 * loadup.el: Add comment explaining why facemenu must be loaded
18578 before font-lock.
18579
18580 2005-11-28 Jay Belanger <belanger@truman.edu>
18581
18582 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18583 (calc-dispatch-map): Add more keys for `calc-same-interface'.
18584
18585 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18586
18587 * calc/calc-embed.el (calc-do-embedded): Update help message.
18588
18589 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18590
18591 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18592
18593 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18594
18595 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18596 called-interactively-p.
18597 (elp-profilable-p): Rename from elp-not-profilable-p.
18598 Invert result and take into account macros and autoloaded functions.
18599 (elp-instrument-function): Update call.
18600 (elp-instrument-package): Update call. Add completion.
18601 (elp-pack-number): Use match-string.
18602 (elp-results-jump-to-definition-by-mouse): Merge into
18603 elp-results-jump-to-definition and then remove.
18604 (elp-output-insert-symname): Make help echo text single-line.
18605
18606 * replace.el (query-replace-map): Move initialization into declaration.
18607 (occur-engine): Use with-current-buffer.
18608 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18609 (occur-mode-mouse-goto): Replace with an alias.
18610
18611 2005-11-28 Juri Linkov <juri@jurta.org>
18612
18613 * simple.el (quoted-insert): Let-bind input-method-function to nil.
18614
18615 * term/w32-win.el: Bind [S-tab] to [backtab].
18616
18617 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18618 `Info-find-file' to t.
18619
18620 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18621 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18622 and same-window-regexps.
18623 (occur-next-error): Don't move point for arg 0.
18624
18625 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
18626
18627 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18628
18629 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18630
18631 * log-edit.el (log-edit-changelog-use-first): New var.
18632 (log-edit-changelog-ours-p): Use it.
18633 (log-edit-insert-changelog): Set it with new arg `use-first'.
18634 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18635 (log-edit-hook): Add them to the list of suggested options.
18636
18637 * textmodes/flyspell.el (flyspell-last-buffer): New var.
18638 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18639 redundant work.
18640 (flyspell-mode-on): Use add-hook for after-change-functions.
18641 (flyspell-mode-off): Use remove-hook for after-change-functions.
18642 (flyspell-changes): Make it buffer-local.
18643 (flyspell-after-change-function): Make it non-interactive. Use push.
18644 (flyspell-post-command-hook): Check input-pending-p while processing
18645 the potentially long list of buffer changes.
18646
18647 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18648
18649 * buff-menu.el (list-buffers-noselect): Display the selected
18650 frame's buffer list, not the global one.
18651
18652 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18653
18654 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18655 that (list last-input-event) works as in interactive spec.
18656
18657 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18658
18659 * loadup.el ("facemenu"): Load facemenu before font-lock, because
18660 `facemenu-keymap' needs to be defined when font-lock is loaded.
18661 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18662
18663 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * completion.el: Remove useless leading * in defcustom docstrings.
18666 (save-completions-file-name): Use ~/.emacs.d if available.
18667 (completion-standard-syntax-table): Rename from
18668 cmpl-standard-syntax-table and fold initialization into declaration,
18669 thus removing cmpl-make-standard-completion-syntax-table.
18670 (completion-lisp-syntax-table, completion-c-syntax-table)
18671 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18672 (cmpl-saved-syntax, cmpl-saved-point): Remove.
18673 (symbol-under-point, symbol-before-point)
18674 (symbol-under-or-before-point, symbol-before-point-for-complete)
18675 (add-completions-from-c-buffer): Use with-syntax-table.
18676 (make-completion): Don't return a list of completion entries.
18677 Update callers.
18678 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18679 (completion-initialize): Rename from initialize-completions.
18680 (completion-find-file-hook): Rename from cmpl-find-file-hook.
18681 (kill-emacs-save-completions): Collect stats here.
18682 (save-completions-to-file, load-completions-from-file):
18683 Use with-current-buffer.
18684 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
18685 into a function. Move all calls to toplevel.
18686 (completion-lisp-mode-hook): New fun.
18687 (completion-c-mode-hook, completion-setup-fortran-mode):
18688 Set the syntax-table here. Use local-set-key.
18689 (completion-saved-bindings): New var.
18690 (dynamic-completion-mode): Make it into a proper minor mode.
18691 (load-completions-from-file): Remove unused var `num-uses'.
18692
18693 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18694 constructor if it is explicitly overridden.
18695
18696 * complete.el (PC-completion-as-file-name-predicate):
18697 Use minibuffer-completing-file-name.
18698 (partial-completion-mode): Use find-file-not-found-functions.
18699 (PC-lisp-complete-symbol): Use with-syntax-table.
18700 (PC-look-for-include-file): Remove dead setq.
18701 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18702 (PC-complete): Use with-current-buffer.
18703
18704 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18705 escape single quotes.
18706
18707 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18708
18709 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18710 of `if' whose condition always returned nil. Doc fix.
18711
18712 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18713 window's buffer the current buffer around the call to
18714 `list-buffers-noselect'. This is necessary to mark that buffer
18715 with a `.' in the Buffer Menu when called from Lisp, for instance
18716 by Auto Revert Mode.
18717
18718 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18719
18720 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18721 attaching to it.
18722 (gdb-pre-prompt): Make sure gdb-error is reset.
18723
18724 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18725 with a child process, detect it.
18726 (gud-speedbar-buttons): Match regexp more carefully.
18727
18728 2005-11-27 Richard M. Stallman <rms@gnu.org>
18729
18730 * mouse.el (mouse-drag-move-window-bottom):
18731 Use adjust-window-trailing-edge.
18732
18733 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18734
18735 * simple.el (blink-matching-open): Ignore
18736 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18737 (blink-matching-paren-on-screen): Update docstring.
18738
18739 * paren.el (show-paren-mode): No longer change
18740 `blink-matching-paren-on-screen'.
18741
18742 2005-11-27 John Paul Wallington <jpw@pobox.com>
18743
18744 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18745 (gdb-threads-select, gdb-edit-register-value):
18746 Use `posn-set-point' instead of `mouse-set-point' because the
18747 latter is not fbound when configured without X.
18748
18749 2005-11-27 Kim F. Storm <storm@cua.dk>
18750
18751 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18752 existing face when partially highlighting a TAB in a rectangle.
18753
18754 2005-11-26 Kim F. Storm <storm@cua.dk>
18755
18756 * ido.el (ido-mode-map): Doc fix.
18757 (ido-mode-common-map, ido-mode-file-map)
18758 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18759 (ido-define-mode-map): Rewrite. Select one of the new maps as
18760 parent for ido-mode-map instead of building from scratch.
18761 (ido-init-mode-maps): New defun to initialize new maps.
18762 (ido-mode): Call it.
18763 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18764 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18765
18766 2005-11-26 John Paul Wallington <jpw@pobox.com>
18767
18768 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18769 `mouse-set-point' because the latter is not fbound when configured
18770 without X.
18771
18772 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
18773
18774 * files.el (file-relative-name): Doc fix.
18775
18776 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
18777
18778 * progmodes/octave-inf.el (inferior-octave-startup): Force a
18779 non-empty string for secondary prompt PS2.
18780
18781 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
18782
18783 * progmodes/compile.el (compilation-setup): Fix last change.
18784
18785 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
18786
18787 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18788 (gdb-mouse-toggle-breakpoint-margin)
18789 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
18790 Add gdb-server-prefix to keep out of command history.
18791 (gdb-edit-register-value): New function.
18792 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18793 (gdb-info-registers-custom): Use above map.
18794
18795 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
18796
18797 * custom.el (enable-theme): Signal error if argument is not a
18798 theme. Don't recalculate a face if it's not loaded yet.
18799
18800 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18801 the `user' theme is in effect.
18802
18803 * info.el (Info-on-current-buffer): Record actual filename in
18804 Info-current-file, instead of t, or a fake filename if a non-file
18805 buffer. Make autoload.
18806 (Info-find-node, Info-revert-find-node): No need to check for
18807 Info-current-file nil.
18808 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18809 Info-current-file is now never `t'.
18810 (Info-fontify-node): Many simplifications due to Info-current-file
18811 always being valid. Use Info-find-file to find node filename.
18812
18813 2005-11-25 David Kastrup <dak@gnu.org>
18814
18815 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18816 new character, then delete" in order to preserve markers.
18817
18818 2005-11-25 David Ponce <david@dponce.com>
18819
18820 * recentf.el (recentf-arrange-by-rule): Handle a special
18821 `auto-mode-alist'-like "strip suffix" rule.
18822 (recentf-build-mode-rules): Handle second level auto-mode entries.
18823
18824 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
18825
18826 * viper-keym.el (viper-ESC-key): Use different values in terminal and
18827 window modes.
18828
18829 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18830 jde-javadoc-checker-report-mode.
18831
18832 * ediff-wind (ediff-make-wide-display): Slight simplification.
18833
18834 * ediff.el (ediff-date): Change the date of last update.
18835
18836 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
18837
18838 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
18839 Use define-minor-mode, and make it a local mode. Turn on font-lock.
18840 (hi-lock-mode): New global minor mode.
18841 (turn-on-hi-lock-if-enabled): New function.
18842 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18843 Change arguments to regexp and face instead of a font-lock pattern.
18844 Directly set face property, instead of refontifying.
18845 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18846 (hi-lock-find-patterns): Use line-number-at-pos.
18847
18848 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
18849 arguments for hi-lock-set-pattern.
18850 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18851 Call font-lock-fontify-buffer.
18852 (hi-lock-find-file-hook, hi-lock-current-line)
18853 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
18854
18855 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18856 turned off.
18857
18858 * progmodes/compile.el (compilation-setup): Don't fiddle with
18859 font-lock-defaults.
18860
18861 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
18862
18863 * progmodes/gdb-ui.el (gdb-var-create-handler)
18864 (gdb-var-list-children-handler): Find values for all variable
18865 objects. gud-speedbar-buttons decides whether to display them.
18866
18867 2005-11-24 Romain Francoise <romain@orebokech.com>
18868
18869 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18870 buffer name with a space.
18871
18872 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
18873
18874 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
18875 `org-export-local-list-max-depth'. Change default value to 3.
18876 (org-auto-renumber-ordered-lists)
18877 (org-plain-list-ordered-item-terminator): New options.
18878 (org-at-item-p, org-beginning-of-item, org-end-of-item)
18879 (org-get-indentation, org-get-string-indentation)
18880 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18881 New functions.
18882 (org-move-item-down, org-move-item-up): New commands.
18883 (org-export-as-html): New classes for CSS support. Bug fix in
18884 regular expression detecting fixed-width regions. Respect
18885 `org-local-list-ordered-item-terminator'.
18886 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18887 also a list item.
18888 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
18889 New item moving functions.
18890
18891 2005-11-24 Juri Linkov <juri@jurta.org>
18892
18893 * isearch.el (isearch-repeat): With empty search ring set
18894 `isearch-error' to the error string instead of signaling error
18895 with the function `error'.
18896
18897 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18898
18899 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
18900
18901 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
18902
18903 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18904 and variable.
18905 (gdb-var-create-handler, gdb-var-list-children-handler):
18906 Don't match on "char **...".
18907 (gdb-var-update-handler): Find values for all variable objects.
18908 (gdb-info-frames-custom): Identify frames by leading "#".
18909
18910 * progmodes/gud.el (gud-speedbar-menu-items): Add
18911 gdb-speedbar-auto-raise as radio button.
18912 (gud-speedbar-buttons): Raise speedbar if requested.
18913 Don't match on "char **...".
18914 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18915 Make it editable.
18916
18917 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
18918
18919 * info.el (Info-fontify-node): Handle the case where
18920 Info-current-file is t.
18921
18922 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * simple.el (blink-matching-open): Fix off-by-one in last change.
18925
18926 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18927
18928 * term/mac-win.el: Don't change default directory.
18929
18930 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
18931
18932 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18933 buffers correctly. (It used to throw an error in such buffers.)
18934 Make it ask for confirmation in group buffers and other Custom
18935 buffers containing more than one customization item.
18936
18937 2005-11-22 John Paul Wallington <jpw@gnu.org>
18938
18939 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18940 property on mail and url overlays.
18941 (goto-address-at-point): Use `posn-set-point' instead of
18942 `mouse-set-point' because the latter is not fbound when configured
18943 without X.
18944
18945 2005-11-22 Lars Hansen <larsh@soem.dk>
18946
18947 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18948 (ls-lisp-classify, ls-lisp-format): Delete call to
18949 ls-lisp-parse-symlink.
18950 (ls-lisp-handle-switches): Handle symlinks to directories as
18951 directories when ls-lisp-dirs-first in non-nil.
18952
18953 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
18954
18955 * startup.el (command-line): Make sure that loaddefs.el is handled
18956 correctly in load-history.
18957
18958 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
18959
18960 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18961 (gdb-struct-string, gdb-array-string): New constants.
18962 (gdb-info-locals-handler): Use them.
18963 (gdb-reset): Reset gdb-var-list to nil.
18964
18965 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18968 in patterns.
18969
18970 2005-11-21 Juri Linkov <juri@jurta.org>
18971
18972 * custom.el (defcustom): Update link types in docstring.
18973
18974 2005-11-20 Martin Rudalics <rudalics@gmx.at>
18975
18976 * custom.el (defgroup): Add doc-string-elt info.
18977
18978 * widget.el (define-widget): Don't use declare for the doc-string-elt.
18979
18980 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * newcomment.el (comment-enter-backward): Fix last fix.
18983
18984 * simple.el (blink-matching-open):
18985 * paren.el (show-paren-function): Allow new paren-class info.
18986
18987 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
18988
18989 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
18990 handled automagically.
18991
18992 2005-11-20 Andreas Schwab <schwab@suse.de>
18993
18994 * descr-text.el (describe-char): When copying overlays put them
18995 over the full char description instead of just the first character
18996 of it.
18997
18998 2005-11-20 Juri Linkov <juri@jurta.org>
18999
19000 * simple.el (what-cursor-position):
19001 * descr-text.el (describe-char): Use Lisp-readable syntax
19002 for octal and hex. Reorder decimal, octal and hex values.
19003 Remove excess whitespace in the output. Use `=' in `column='
19004 like in `point=' and `Hscroll='.
19005
19006 * international/mule-cmds.el (encoded-string-description):
19007 Use Lisp-readable syntax for hex.
19008
19009 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19010
19011 * newcomment.el (comment-enter-backward): Handle the case where the
19012 comment is closed by EOB.
19013
19014 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19015
19016 * longlines.el (longlines-before-revert-hook)
19017 (longlines-after-revert-hook): New functions.
19018 (longlines-mode): Turn off longlines temporarily when reverting.
19019 Add a message-setup-hook.
19020 (longlines-decode-buffer): New function.
19021 (longlines-wrap-line): Preserve marker positions.
19022
19023 2005-11-19 Andreas Schwab <schwab@suse.de>
19024
19025 * emacs-lisp/shadow.el: Handle compressed files.
19026
19027 2005-11-19 Romain Francoise <romain@orebokech.com>
19028
19029 * net/browse-url.el (browse-url-default-browser): Signal an error
19030 if no usable browser can be found, rather than try to load w3.
19031
19032 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19033
19034 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19035 replacing existing properties.
19036 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19037 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19038 tty specs.
19039 (rcirc-server-prefix, rcirc-server): New faces.
19040 (rcirc-url-regexp): Generate with rx macro.
19041 (rcirc-last-server-message-time): New variable.
19042 (rcirc-filter): Record time of last message.
19043 (rcirc-keepalive): Kill processes that did not send a message
19044 since the last ping.
19045 (rcirc-mode): Give rcirc-topic a local binding here.
19046
19047 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19048
19049 * subr.el (read-passwd): Fontify the prompt as we do with other
19050 prompts.
19051
19052 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19053
19054 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19055 binding buffer-read-only to nil.
19056
19057 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19058
19059 * complete.el (partial-completion-mode):
19060 Mention completion-auto-help in the doc string.
19061
19062 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19063 more Lisp-ish way.
19064
19065 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19066
19067 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19068 digits, not 8, to avoid misalignment for files larger than 100MB.
19069
19070 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19071
19072 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19073 Mention "keyboard shortcuts" in the help text.
19074
19075 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19076
19077 * startup.el (fancy-splash-default-action): Discard only
19078 mouse-down and succeeding mouse-up events in the splash screen
19079 window so that drag-n-drop event can be processed.
19080
19081 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19082
19083 * longlines.el (longlines-mode): Add hacks for mail-mode and
19084 message-mode.
19085
19086 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19087
19088 * textmodes/org.el (org-table-sort-lines): New command.
19089 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19090 (org-add-file): Command removed, use `org-agenda-file-to-front'
19091 instead.
19092 (org-export-icalendar): Use `org-icalendar-combined-name'.
19093 (org-cycle-agenda-files, org-agenda-file-to-end)
19094 (org-agenda-file-to-front): New commands.
19095 (org-table-tab-jumps-over-hlines, org-export-html-style):
19096 New options.
19097 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19098 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19099 New functions.
19100 (org-fill-paragraph): Call `org-table-align' in tables.
19101 (org-mode): Call `org-set-autofill-regexps'.
19102 (org-export-as-html): Support for local handformatted lists.
19103 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19104 (org-export-local-list-max-depth): New option.
19105 (org-html-expand): Use `org-html-protect'.
19106
19107 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19108
19109 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19110 to "p".
19111 (gdb): Move definition of gud-pp to...
19112
19113 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19114 speedbar.
19115 (gdb-find-watch-expression): New function.
19116
19117 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19118
19119 * faces.el (face-attribute, set-face-attribute): Mention existence
19120 of `:ignore-defface' setting in docstring.
19121
19122 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * simple.el (completion-setup-function): Fix last change.
19125
19126 2005-11-17 John Paul Wallington <jpw@pobox.com>
19127
19128 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19129 Use `posn-set-point' instead of `mouse-set-point' because the
19130 latter is not fbound when configured without X.
19131
19132 * comint.el (comint-insert-input): Likewise.
19133
19134 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19135
19136 * simple.el (hard-newline): New variable.
19137 (sendmail-user-agent-compose, next-line): Use it.
19138
19139 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19140 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19141 (mail-mail-reply-to, mail-mail-followup-to)
19142 (mail-position-on-field, mail-signature, mail-yank-original)
19143 (mail-attach-file): Likewise.
19144
19145 * mail/mailheader.el (mail-header-format)
19146 (mail-header-format-function): Likewise.
19147
19148 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19149
19150 2005-11-17 Juri Linkov <juri@jurta.org>
19151
19152 * font-lock.el (font-lock-faces): Rename this defgroup from
19153 `font-lock-highlighting-faces'.
19154 (font-lock-comment-face, font-lock-comment-delimiter-face)
19155 (font-lock-string-face, font-lock-doc-face)
19156 (font-lock-keyword-face, font-lock-builtin-face)
19157 (font-lock-function-name-face, font-lock-variable-name-face)
19158 (font-lock-type-face, font-lock-constant-face)
19159 (font-lock-warning-face, font-lock-negation-char-face)
19160 (font-lock-preprocessor-face)
19161 (font-lock-regexp-grouping-backslash)
19162 (font-lock-regexp-grouping-construct): Rename :group from
19163 `font-lock-highlighting-faces' to `font-lock-faces'.
19164
19165 * cus-edit.el (lisp, c, tex):
19166 * progmodes/ada-mode.el (ada):
19167 * progmodes/asm-mode.el (asm):
19168 * progmodes/cperl-mode.el (cperl-faces):
19169 * progmodes/cpp.el (cpp):
19170 * progmodes/dcl-mode.el (dcl):
19171 * progmodes/f90.el (f90):
19172 * progmodes/fortran.el (fortran):
19173 * progmodes/icon.el (icon):
19174 * progmodes/idlwave.el (idlwave-misc):
19175 * progmodes/m4-mode.el (m4):
19176 * progmodes/make-mode.el (makefile):
19177 * progmodes/meta-mode.el (meta-font):
19178 * progmodes/modula2.el (modula2):
19179 * progmodes/octave-mod.el (octave):
19180 * progmodes/pascal.el (pascal):
19181 * progmodes/perl-mode.el (perl):
19182 * progmodes/prolog.el (prolog):
19183 * progmodes/ps-mode.el (PostScript-edit):
19184 * progmodes/scheme.el (scheme):
19185 * progmodes/sh-script.el (sh-script):
19186 * progmodes/simula.el (simula):
19187 * progmodes/tcl.el (tcl):
19188 * textmodes/nroff-mode.el (nroff):
19189 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19190 * textmodes/sgml-mode.el (sgml):
19191 * textmodes/texinfo.el (texinfo):
19192 Add :link (custom-group-link font-lock-faces) to defgroup.
19193
19194 * hi-lock.el (hi-lock): Rename this defgroup from
19195 `hi-lock-interactive-text-highlighting'. Change parent group from
19196 `faces' to `font-lock'. Add link to the manual.
19197 (hi-lock-mode, hi-lock-file-patterns-range)
19198 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19199 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19200 (hi-lock-faces): Add :group `faces'.
19201
19202 * cus-edit.el (custom-variable-prompt): Clarify the code.
19203
19204 * faces.el (face-read-string): Set the default value arg of
19205 completing-read.
19206
19207 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19208
19209 * rfn-eshadow.el (file-name-shadow-properties)
19210 (file-name-shadow-tty-properties, file-name-shadow-mode):
19211 Remove autoloads, because the file is now preloaded.
19212
19213 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * printing.el (easy-menu-intern): Don't define.
19216 (pr-get-symbol): Use easy-menu-intern only if defined.
19217
19218 * simple.el (blink-matching-open): Simplify a bit.
19219 (completion-setup-function): Fix the case of partial-completion-mode
19220 when the minibuffer's contents start with "-".
19221 Obey completion-base-size-function even when
19222 minibuffer-completing-file-name is non-nil.
19223
19224 2005-11-16 Richard M. Stallman <rms@gnu.org>
19225
19226 * net/eudcb-ph.el (eudc-ph-open-session):
19227 Use set-process-query-on-exit-flag.
19228
19229 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19230
19231 * international/ucs-tables.el (ucs-set-table-for-input):
19232 Use make-local-variable, not make-variable-buffer-local.
19233
19234 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19235 Improve warning message text.
19236
19237 * savehist.el (savehist-save-hook): Add :group.
19238
19239 * menu-bar.el (menu-bar-help-menu):
19240 Rename Find Extra Packages to External Packages.
19241
19242 * cus-edit.el (Custom-reset-standard): Verify that
19243 :custom-standard-value prop exists before calling it.
19244
19245 * apropos.el (apropos-calc-scores): Use apropos-pattern.
19246
19247 2005-11-16 Martin Rudalics <rudalics@gmx.at>
19248
19249 * wid-edit.el (color): Enclose %t in %{...%}.
19250
19251 * cus-edit.el (face): Enclose %t in %{...%}.
19252
19253 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
19254
19255 * savehist.el (savehist-mode-hook): Re-add the var.
19256 (savehist-mode): Use it.
19257
19258 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19259
19260 * textmodes/flyspell.el: Fix commenting convention.
19261 Remove unnecessary leading * in custom docstrings.
19262 (flyspell-emacs): Remove unused var.
19263 (flyspell-delete-region-overlays): Use remove-overlays.
19264 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19265 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19266 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19267 (flyspell-debug-signal-word-checked): Use with-current-buffer.
19268 (make-flyspell-overlay): Don't locally reuse a global name.
19269 (flyspell-highlight-incorrect-region)
19270 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19271 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19272 (flyspell-notify-misspell): Remove unused args `start' and `end'.
19273 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
19274 Wrap calls to accept-process-output inside with-local-quit since it's
19275 often called from a post-command-hook.
19276 (flyspell-correct-word, flyspell-auto-correct-word):
19277 Use ispell-send-string.
19278 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
19279
19280 * calendar/diary-lib.el (diary-list-entries): Also hide the
19281 terminating newline.
19282
19283 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
19284
19285 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19286 window-system, to allow fonts on tty.
19287
19288 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
19289
19290 * progmodes/gud.el (gud-speedbar-item-info): New function.
19291 (gud-install-speedbar-variables): Use it to display data type
19292 of watch expression as a tooltip in speedbar.
19293
19294 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
19295
19296 * font-core.el (global-font-lock-mode): Add :version keyword,
19297 because default was changed.
19298
19299 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19300
19301 * startup.el (command-line): Use `custom-reevaluate-setting' for
19302 `file-name-shadow-mode'.
19303
19304 * loadup.el: Preload rfn-eshadow.
19305
19306 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19307 Add :version keyword.
19308 (file-name-shadow-properties, file-name-shadow-tty-properties)
19309 (file-name-shadow): Add :version keyword.
19310
19311 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19312 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19313 in the custom-group property of the symbol frames and the fringe
19314 group got no link to its parent group frames.
19315 Doc fix.
19316
19317 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19318
19319 * progmodes/gud.el (gud-stop-subjob): New function.
19320 (gud-menu-map, gud-tool-bar-map): Use it.
19321
19322 2005-11-16 Kim F. Storm <storm@cua.dk>
19323
19324 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19325 than kill it.
19326 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
19327 to a more useful/logical place.
19328
19329 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19330
19331 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19332 go buttons complementary.
19333
19334 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19337 (rfn-eshadow-sifn-equal): New function.
19338 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19339
19340 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
19341
19342 * viper-utils.el (viper-non-word-characters-reformed-vi):
19343 Quote `-' in string.
19344
19345 * viper.el (viper-emacs-state-mode-list): Ensure that
19346 rcirc-mode buffers come up in Emacs state.
19347
19348 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19349 operation.
19350
19351 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
19352
19353 * term.el (term-termcap-format): Fix typos.
19354 (term-down): Fix the negative argument case.
19355
19356 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19357
19358 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19359 2005-08-15.
19360 (gdb-ann3): New command gud-go.
19361 (menu): Accomodate gdb-mi.el.
19362 (gdb-assembler-custom): Make buffer of selected window current
19363 so that set-window-point works.
19364
19365 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19366 buttons and include new ones.
19367
19368 2005-11-16 Kim F. Storm <storm@cua.dk>
19369
19370 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19371 (gud-menu-map): Use it.
19372
19373 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19374
19375 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19376 that works correctly for Custom and that does not override a user
19377 who disables it.
19378
19379 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19380 (help-xref-interned, help-follow): Make hyperlinks for variables
19381 that are unbound, but have a non-nil variable-documentation property.
19382
19383 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19384 mode hook. (It conflicted with defcustoms for some mode hooks.)
19385 Use the `variable-documentation' property to give the mode hook a
19386 docstring and expand that docstring.
19387
19388 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19389
19390 * savehist.el (savehist-mode): Don't bother with
19391 `custom-set-minor-mode'.
19392 (savehist-coding-system): Check XEmacs version.
19393 (history-length): Declare also at run time.
19394 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19395 Don't set the customize state.
19396 (savehist-minibuffer-hook): Special case for when
19397 minibuffer-history-variable is equal to t.
19398
19399 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19400
19401 * files.el (write-file): Refresh VC status.
19402
19403 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19404 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19405 than fundamental-mode to see if the mode was set.
19406
19407 2005-11-14 Romain Francoise <romain@orebokech.com>
19408
19409 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19410 dummy function in `eval-when-compile' to avoid compiler warning.
19411 Require `man' at compile time.
19412
19413 2005-11-14 Jay Belanger <belanger@truman.edu>
19414
19415 * calc-alg.el (calcFunc-write-out-power): Rename it to
19416 calcFunc-powerexpand.
19417 (math-write-out-power): Rename it to math-powerexpand; have it
19418 handle negative exponents.
19419 (calc-writeoutpower): Rename it to calc-powerexpand.
19420
19421 * calc-ext.el: Change calcFunc-writeoutpower and
19422 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19423 autoloads.
19424 Add calcFunc-ldiv to autoloads.
19425
19426 * calc-arith.el (calcFunc-ldiv): New function.
19427
19428 * calc.el (calc-left-divide): New function.
19429
19430 2005-11-14 Juri Linkov <juri@jurta.org>
19431
19432 * cus-edit.el (custom-variable-prompt): Set the default value arg
19433 of completing-read.
19434
19435 * cus-dep.el (custom-make-dependencies): Reverse the list of
19436 found dependencies.
19437
19438 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19439
19440 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19441 Highlighting" entry, it is on by default now.
19442 (menu-bar-options-save): Do not save global-font-lock-mode.
19443
19444 2005-11-13 Richard M. Stallman <rms@gnu.org>
19445
19446 * textmodes/flyspell.el (flyspell-large-region):
19447 Call flyspell-accept-buffer-local-defs.
19448
19449 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19450
19451 * textmodes/flyspell.el (flyspell-notify-misspell):
19452 Fix misspelling of "Misspelling".
19453 (flyspell-process-localwords): New function.
19454 (flyspell-large-region): Call flyspell-process-localwords and
19455 flyspell-delete-region-overlays.
19456 (flyspell-delete-region-overlays): New function.
19457 (flyspell-delete-all-overlays): Call that.
19458
19459 2005-11-13 Richard M. Stallman <rms@gnu.org>
19460
19461 * help.el (help-for-help-internal): Improve doc of C-h a.
19462 (describe-key): Improve prompt; doc fix.
19463
19464 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * vc-svn.el (vc-svn-registered): Catch all errors.
19467
19468 * cus-dep.el (custom-make-dependencies): Typo.
19469
19470 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
19471
19472 * net/tramp-util.el (top): Fix compilation warning.
19473
19474 2005-11-13 Kim F. Storm <storm@cua.dk>
19475
19476 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19477
19478 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19479
19480 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19481 (gud-speedbar-buttons): Match on "const char *" too.
19482
19483 * progmodes/gdb-ui.el (gdb-var-create-handler)
19484 (gdb-var-list-children-handler): Match on "const char *" too.
19485 (gdb-var-evaluate-expression-handler): Match on empty string.
19486 (gdb-var-update-handler): Only call
19487 gdb-var-evaluate-expression-handler when required.
19488
19489 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19490
19491 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19492 selected window. This still doesn't work for speedbar.
19493 (gud-speedbar-buttons): Handle string expressions properly.
19494
19495 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19496 (gdb-var-create-handler): Handle string expressions properly.
19497 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19498 Handle string expressions properly. Move "type" field into regexp.
19499
19500 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19501
19502 * bookmark.el (bookmark-maybe-message): New function to reduce
19503 code duplication: invokes `message' iff baud-rate is high enough.
19504 (bookmark-write-file): Use above instead of an inline conditional.
19505 (bookmark-load): Same.
19506
19507 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19508
19509 * bookmark.el (bookmark-write-file): Don't visit the destination
19510 file, just write the data to it using write-region. This is
19511 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19512 change to avoid visiting the file in the first place.
19513
19514 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
19515
19516 * hi-lock.el (hi-lock-mode): Set the default value of
19517 font-lock-defaults.
19518
19519 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
19520
19521 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19522 arg to `file-attributes'.
19523 (find-lisp-format): The UID and GID can now be strings.
19524
19525 2005-11-12 Kim F. Storm <storm@cua.dk>
19526
19527 * help.el (help-map): Bind C-h d to apropos-documentation.
19528
19529 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19530 when point is at end-of-buffer.
19531
19532 * apropos.el (apropos-match-face): Doc fix.
19533 (apropos-sort-by-scores): Add new choice `verbose'.
19534 (apropos-documentation-sort-by-scores): New defcustom.
19535 (apropos-pattern): Now contains the pattern entered by the user.
19536 (apropos-pattern-quoted): New defvar.
19537 (apropos-regexp): New defvar, containing the regexp corresponding
19538 to apropos-pattern.
19539 (apropos-all-words-regexp): Rename from apropos-all-regexp.
19540 (apropos-read-pattern): New defun. Use it to read pattern arg in
19541 interactive calls; returns list of words for a word list, and
19542 string for a regexp.
19543 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
19544 parses a list of words or regexp as returned by apropos-read-pattern.
19545 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19546 (apropos-score-doc): Return a very high score if the string
19547 entered by the user matches literally.
19548 (apropos-variable): Doc fix. Use apropos-read-pattern.
19549 (apropos-command): Doc fix. Use apropos-read-pattern and
19550 apropos-parse-pattern. Call apropos-print with nosubst=t.
19551 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
19552 apropos-parse-pattern.
19553 (apropos-documentation): Doc fix. Use apropos-read-pattern and
19554 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
19555 apropos-documentation-sort-by-scores. Call apropos-print with
19556 nosubst=t.
19557 (apropos-documentation-internal): Pass doc string through
19558 substitute-key-definition before adding text properties.
19559 Highlight substring matching literal user input if possible.
19560 (apropos-documentation-check-doc-file): Remove locals beg and end.
19561 Fix calculation of score (as added twice). Pass doc string through
19562 substitute-key-definition before adding text properties.
19563 (apropos-documentation-check-elc-file): Pass doc string through
19564 substitute-key-definition before adding text properties.
19565 Highlight substring matching literal user input if possible.
19566 (apropos-print): Add new arg NOSUBST; if set, command and variable
19567 doc strings have already been passed through substitute-key-definition.
19568 Add code to handle apropos-accumulator items without score element
19569 for backwards compatibility (e.g. with woman package).
19570 Only show scores if apropos-sort-by-scores is `verbose'.
19571
19572 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19573
19574 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19575 Add jka-compr-load-suffixes to load-suffixes.
19576
19577 * jka-compr.el: Require jka-cmpr-hook.
19578 (jka-compr-info-compress-message, jka-compr-info-compress-program)
19579 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19580 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19581 (jka-compr-info-can-append, jka-compr-info-strip-extension)
19582 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19583 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
19584 (jka-compr-uninstall): Remove entries from
19585 jka-compr-added-to-file-coding-system-alist after they are used.
19586 (jka-compr-error): Remove unused var `curbuf'.
19587 (jka-compr-file-local-copy): Remove unused var `notfound'.
19588
19589 2005-11-10 Romain Francoise <romain@orebokech.com>
19590
19591 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19592
19593 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
19594
19595 * progmodes/gud.el (gud-menu-map): Move parentheses.
19596 (gdb): New command gud-pv.
19597
19598 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * tar-mode.el: Remove spurious or unnecessary leading stars
19601 in docstrings.
19602 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19603 (tar-parse-octal-integer-safe): Use mapc.
19604 (tar-header-block-summarize): Remove unused var `ck'.
19605 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19606 cleared before. Obey default-enable-multibyte-characters.
19607 Use mapconcat. Simplify setting of tar-header-offset.
19608 (tar-mode-map): Move initialization inside delcaration.
19609 (tar-flag-deleted): Use `abs'.
19610 (tar-expunge-internal): Remove unused var `line'.
19611 (tar-expunge-internal): Don't hardcode point-min==1.
19612 (tar-expunge): Widen while doing set-buffer-multibyte.
19613 (tar-rename-entry): Use file-name-coding-system.
19614 (tar-alter-one-field): Don't hardcode point-min==1.
19615 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19616 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
19617
19618 2005-11-10 Masatake YAMATO <jet@gyve.org>
19619
19620 * add-log.el (add-log-current-defun): Handle class::method
19621 notation of c++. Fix incorrect comment.
19622
19623 2005-11-10 Alan Mackenzie <acm@muc.de>
19624
19625 * help-fns.el (describe-variable): Make C-h v work when a variable
19626 has variable documentation yet is unbound.
19627
19628 2005-11-10 Masatake YAMATO <jet@gyve.org>
19629
19630 * man.el (Man-highlight-references): Set an empty
19631 string to `Man-arguments' if it is nil.
19632 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19633
19634 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19637 commenting conventions.
19638
19639 * cus-dep.el (custom-make-dependencies): Simplify.
19640 Better follow the commenting conventions.
19641
19642 2005-11-09 Richard M. Stallman <rms@gnu.org>
19643
19644 * apropos.el (apropos-pattern): Rename from apropos-regexp.
19645 (apropos-orig-pattern): Rename from apropos-orig-regexp.
19646 All uses changed.
19647 (apropos-rewrite-regexp): Doc fix.
19648 (apropos-variable, apropos-command, apropos, apropos-value):
19649 Change prompt; carry through the argument renaming.
19650
19651 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
19652
19653 * find-lisp.el: Require dired.
19654 (find-lisp-find-dired-internal): Do not call
19655 `abbreviate-file-name' on DIR.
19656
19657 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
19658
19659 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19660
19661 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
19662
19663 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19664 when using the speedbar.
19665 (gdb): New command gud-pp.
19666 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19667
19668 2005-11-09 Juri Linkov <juri@jurta.org>
19669
19670 * replace.el (occur-excluded-properties): New defcustom.
19671 (occur-1, occur-engine, occur-accumulate-lines): Use it.
19672
19673 2005-11-08 Jay Belanger <belanger@truman.edu>
19674
19675 * calc/calc-units.el (math-convert-units): Replace any composite
19676 unit by its definition.
19677
19678 2005-11-08 Lars Hansen <larsh@soem.dk>
19679
19680 * emacs-lisp/autoload.el (update-directory-autoloads):
19681 Add obsolete function alias.
19682
19683 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19684
19685 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19686 comment-indent-function.
19687 (lisp-comment-indent): Replace by an alias for comment-indent-default.
19688
19689 * reveal.el (reveal-post-command): Rework the handling of
19690 reveal-open-spots, so as to be more reliable. There were several
19691 tricky corner cases where an open spot might be lost, or where
19692 a closed spot might end up on the list of open spots.
19693 Only reveal text that's ellipsised.
19694
19695 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
19696
19697 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19698
19699 2005-11-07 John Paul Wallington <jpw@gnu.org>
19700
19701 * ibuffer.el (ibuffer): Search iconified frames too when
19702 getting Ibuffer buffer's window.
19703
19704 2005-11-06 Richard M. Stallman <rms@gnu.org>
19705
19706 * progmodes/compile.el (compilation-internal-error-properties):
19707 save-excursion around the computation of MARKER.
19708
19709 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19710
19711 * textmodes/flyspell.el (flyspell-external-point-words):
19712 flyspell-get-word returns a list, not just a string.
19713
19714 2005-11-06 John Paul Wallington <jpw@pobox.com>
19715
19716 * ibuffer.el (ibuffer): Search all visible frames when getting
19717 Ibuffer buffer's window.
19718
19719 2005-11-07 Masatake YAMATO <jet@gyve.org>
19720
19721 * man.el (Man-reference-regexp): Accept spaces between
19722 `Man-name-regexp' and `Man-section-regexp'.
19723 (Man-apropos-regexp): New variable.
19724 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19725 if available.
19726 (Man-highlight-references, Man-highlight-references0):
19727 Handle the case when `Man-arguments' includes "-k".
19728 (Man-highlight-references0): Rename the argument `TARGET-POS' to
19729 `TARGET'. `TARGET' can be a number, function or nil.
19730
19731 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
19732
19733 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19734 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19735 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19736 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19737 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19738 (gdb-send-item): Use buffer-local-value and simplify.
19739
19740 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
19741
19742 * startup.el (command-line): Use `custom-reevaluate-setting' for
19743 `global-font-lock-mode'.
19744
19745 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19746 by default, except in batch mode or when the -D option is given.
19747
19748 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19749 specified keyword args on to `define-minor-mode'. Update docstring.
19750
19751 2005-11-05 Romain Francoise <romain@orebokech.com>
19752
19753 * replace.el (occur-engine): Add marker at end of line, too.
19754
19755 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19756
19757 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19758 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19759 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19760 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19761 argument to all these routines, so the passphrase can be managed
19762 externally and passed in to the system.
19763 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19764 pgg-add-passphrase-to-cache function.
19765
19766 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19767 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19768 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19769 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19770 argument to all these routines, so the passphrase can be managed
19771 externally and passed in to the system.
19772 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19773 function.
19774
19775 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
19776
19777 * font-lock.el: Don't deal with font-lock-face-attributes here,
19778 move the code ...
19779
19780 * startup.el (command-line): ... here. Use face-spec-set instead
19781 of custom-declare-face.
19782
19783 * faces.el (face-spec-set): Reset the face if spec is not nil.
19784
19785 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * newcomment.el (comment-region-internal): Box more tightly in the
19788 common case where there's no TAB in the boxed text.
19789
19790 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19791
19792 * info.el (info-tool-bar-map): Use images prev-node, next-node and
19793 up-node.
19794
19795 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
19796
19797 * newsticker.el: Commentary updated. Code formatting changed.
19798 (newsticker-version): Change to "1.9".
19799 (newsticker, newsticker-feed): Doc fix.
19800 (newsticker-url-list): Doc fix. Add option "Weekly".
19801 (newsticker-retrieval-interval): Add option "Weekly".
19802 (newsticker-headline-processing): Doc fix.
19803 (newsticker-auto-mark-filter): Remove.
19804 (newsticker-auto-mark-filter-list): New.
19805 (newsticker-layout, newsticker-sort-method): Doc fix.
19806 (newsticker-hide-old-items-in-newsticker-buffer)
19807 (newsticker-heading-format, newsticker-item-format)
19808 (newsticker-desc-format): Doc fix.
19809 (newsticker-show-all-rss-elements): Remove.
19810 (newsticker-show-all-news-elements): New.
19811 (newsticker-faces, newsticker-ticker): Doc fix.
19812 (remove-from-invisibility-spec): Code formatting.
19813 (newsticker--process-ids): New.
19814 (newsticker-mode): Doc fix.
19815 (newsticker-mode): Change mode-line-format.
19816 (newsticker-start): Remove debug output.
19817 (newsticker-start-ticker): Doc fix. Add autoload cookie.
19818 (newsticker-w3m-show-inline-images): Code formatting.
19819 (newsticker-next-item): Call `force-mode-line-update'.
19820 (newsticker-previous-item): Call `force-mode-line-update'.
19821 (newsticker-next-feed): Call `force-mode-line-update'.
19822 (newsticker-previous-feed): Call `force-mode-line-update'.
19823 (newsticker-mark-all-items-at-point-as-read): Code formatting.
19824 (newsticker-show-old-items): Do not show descs.
19825 (newsticker-hide-entry): Hide too much.
19826 (newsticker-hide-entry, newsticker-show-entry)
19827 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19828 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19829 (newsticker-toggle-auto-narrow-to-item): Code formatting.
19830 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19831 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19832 (newsticker-get-news): Call `force-mode-line-update'.
19833 Collect process ids.
19834 (newsticker--sentinel): Change coding system handling.
19835 Move image retrieval to new functions newsticker--get-logo-url-*.
19836 Move feed parsing to new functions newsticker--parse-*.
19837 Update list of process ids.
19838 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19839 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19840 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19841 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19842 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19843 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
19844 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19845 (newsticker--decode-coding-string): Remove.
19846 (newsticker--decode-numeric-entities): Check input. Format code.
19847 (newsticker--remove-whitespace): Check input.
19848 (newsticker--do-forget-preformatted): Doc fix.
19849 (newsticker--decode-rfc822-date): Allow for missing time.
19850 (newsticker--update-process-ids): New.
19851 (newsticker--image-sentinel): Change comment.
19852 (newsticker--image-read): Change error message.
19853 (newsticker--imenu-goto): Doc fix. Show headline title.
19854 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19855 (newsticker--buffer-do-insert-text): Clean whitespace in
19856 html-rendered headline title. Code formatting.
19857 Call `newsticker--buffer-print-extra-elements'.
19858 (newsticker--buffer-print-extra-element): Remove.
19859 (newsticker--buffer-print-extra-elements): New.
19860 (newsticker--buffer-do-print-extra-element): New.
19861 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
19862 large sizes.
19863 (newsticker--run-auto-mark-filter)
19864 (newsticker--do-run-auto-mark-filter):
19865 Use `newsticker-auto-mark-filter-list'.
19866
19867 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
19868
19869 * net/rcirc.el: Use split-string OMIT-NULLS argument.
19870 (rcirc-print): Force redisplay before running hooks. Do long
19871 buffer truncation after making new text read-only. Deal with nil
19872 text when decoding strings. If TARGET is nil, use either the
19873 currently selected buffer, if it is an rcirc buffer and of the
19874 same process or the process buffer.
19875 (rcirc-mode): Remove header-line. Recompute short buffer names.
19876 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19877 (rcirc-short-buffer-name): Add variable.
19878 (rcirc-kill-buffer-hook): Recompute short buffer names.
19879 Remove nick from private channel.
19880 (rcirc-send-input): Send command text to current-buffer.
19881 Don't clear overlay arrow here.
19882 (rcirc-short-buffer-name): Return a short buffer name.
19883 (rcirc-update-short-buffer-names, rcirc-abbreviate)
19884 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19885 buffer-name abbreviations.
19886 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19887 Do not touch nick-table when killing a parted channel.
19888 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19889 Clear arrow from current buffer if it is now hidden.
19890 (rcirc-current-buffer): Add variable.
19891 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19892 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19893 Remove -face from names.
19894 (rcirc-update-activity-string): Print "DND" when globally ignoring
19895 activity.
19896 (rcirc-ignore-buffer-activity-flag): Rename from
19897 rcirc-ignore-channel-activity.
19898 (rcirc-ignore-all-activity-flag): Doc fix.
19899 (rcirc-channels): Remove variable.
19900 (rcirc-kill-buffer-hook):
19901 (rcirc-get-buffer-create): Add nick to private channel.
19902 (rcirc-multiline-edit-submit): Remove tabs.
19903 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19904 folded.
19905 (rcirc-remove-nick-channel): Bug fix.
19906 (rcirc-toggle-ignore-buffer-activity): Rename from
19907 rcirc-toggle-ignore-channel-activity.
19908 (rcirc-record-activity): Add buffers to the front of the list.
19909 (rcirc-update-activity): Remove killed buffers from list.
19910 (rcirc-process-server-response-1): Remove last argument if it is
19911 null before calling handler.
19912 (rcirc): Add "rcirc" defcustom prefix.
19913 (rcirc-prompt): Simplify default prompt.
19914 Use custom-initialize-default.
19915 (rcirc-private-chats): Remove variable.
19916 (rcirc-prompt): Change initialization.
19917 (rcirc-version): Remove function.
19918 (rcirc-id-string): Add constant.
19919 (rcirc-last-buffer): Remove variable.
19920 (rcirc-buffer-alist): Add variable.
19921 (rcirc-connect): Update variable setup.
19922 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19923 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19924 default.
19925 (rcirc-handler-generic): Trigger activity.
19926 (rcirc-send-message): Create the buffor of the target.
19927 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19928 (rcirc-get-buffer): Just return nil if there is no matching buffer.
19929 (rcirc-multiline-edit-cancel): Remove function.
19930 (rcirc-set-last-buffer): Remove function.
19931 (rcirc-get-any-buffer): Add function.
19932 (rcirc-join-channels): Don't print /join text.
19933 (rcirc-toggle-ignore-channel-activity): Add and update echo area
19934 messages.
19935 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19936 (rcirc-handler-NOTICE): Recognize CTCP responses.
19937 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19938 constructing TOPIC string for buffers we are not JOINed.
19939 (rcirc-handler-CTCP-response): Add handler.
19940 (rcirc-multiline-edit-submit): Restore the window-configuration
19941 before adjusting point.
19942 (rcirc): Add customization group.
19943 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19944 (rcirc-user-full-name, rcirc-startup-channels-alist)
19945 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19946 (rcirc-ignore-all-activity-flag, rcirc-time-format)
19947 (rcirc-input-ring-size, rcirc-read-only-flag)
19948 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19949 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19950 Change defvar to defcustom.
19951 (rcirc-update-prompt): Add optional ALL arg, which will update
19952 prompts in all rcirc buffers. Regexp quote replacement text.
19953 (rcirc-fill-column): Accept frame-width as a value.
19954 (rcirc-set-changed): Add function.
19955 (rcirc-next-active-buffer): Write more meaningful messages.
19956 (rcirc-faces): Add customization group.
19957 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19958 (rcirc-nick-in-message-face, rcirc-prompt-face)
19959 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19960 (with-rcirc-process-buffer): Move before first usage.
19961 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19962 (rcirc-debug-flag): Rename from `rcirc-log-p'.
19963 (rcirc-debug): Rename from `rcirc-log'.
19964 (rcirc-format-response-string): Do not print `-' chars for a
19965 NOTICE with no sender. Simplify output of server responses.
19966
19967 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19968
19969 (rcirc-browse-url-map, rcirc-browse-url-at-point)
19970 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19971 Make urls mouse and RET clickable.
19972
19973 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19974
19975 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19976
19977 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19978
19979 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19980 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19981 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19982 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19983 argument to all these routines, so the passphrase can be managed
19984 externally and passed in to the system.
19985 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19986 pgg-add-passphrase-to-cache function.
19987
19988 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19989 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19990 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19991 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19992 argument to all these routines, so the passphrase can be managed
19993 externally and passed in to the system.
19994 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19995 function.
19996
19997 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
19998
19999 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20000 from goto-address-url-regexp.
20001
20002 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20003
20004 * textmodes/org.el (org-read-date, org-goto-calendar)
20005 (org-recenter-calendar, org-agenda-goto-calendar):
20006 Temporarily clear `calendar-move-hook'.
20007
20008 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20009
20010 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20011 merging.
20012
20013 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20014 have merge clashes.
20015
20016 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20017
20018 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20019 Undo previous change.
20020
20021 * startup.el (command-line): Use `custom-reevaluate-setting' for
20022 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20023 tty-register-default-colors on Mac.
20024
20025 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20026
20027 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20028 (gdb-buffer-type): Make it automatically buffer local...
20029 (gdb-get-create-buffer): ...and set it accordingly.
20030 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20031 actually work.
20032
20033 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20034
20035 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20036 not red.
20037
20038 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20039
20040 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20041 case GUD buffer is not visible.
20042 (gdb-goto-breakpoint): Try to force display in source buffer.
20043 (gdb-frame-gdb-buffer): Copy other similar functions.
20044 (gdb-restore-windows): Don't display source if not asked for.
20045 (gdb-assembler-buffer-name): Don't capitalise.
20046
20047 2005-11-03 Richard M. Stallman <rms@gnu.org>
20048
20049 * wid-edit.el (key-sequence): New widget type.
20050
20051 * simple.el (set-mark-command-repeat-pop): New variable.
20052 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20053 if set-mark-command-repeat-pop is true.
20054
20055 * info.el (Info-fontify-node): Don't display extra "see" if there
20056 already is one here.
20057
20058 * mouse.el: Fix special handling of DEL after dragging a region:
20059 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20060 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20061
20062 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20063
20064 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20065 not to assume it pertains to an affix.
20066
20067 * textmodes/flyspell.el (flyspell-post-command-hook):
20068 Bind deactivate-mark to prevent deactivation.
20069
20070 2005-11-03 Lars Hansen <larsh@soem.dk>
20071
20072 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20073 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20074 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20075
20076 2005-11-03 Romain Francoise <romain@orebokech.com>
20077
20078 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20079 Update copyright years.
20080
20081 2005-11-03 Sam Steingold <sds@gnu.org>
20082
20083 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20084 Use system-type instead of window-system because window-system is not
20085 correctly defined during loadup.
20086
20087 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20088
20089 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20090 (xml-parse-tag): Join strings separated by a comment properly.
20091
20092 2005-11-02 Andreas Schwab <schwab@suse.de>
20093
20094 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20095
20096 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20099 (byte-optimize-pure-func): Quote the eval'd value.
20100
20101 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20102 Rename from perl-font-lock-syntactic-face-function.
20103 Change the calling convention so it can be used as a font-lock MATCHER.
20104 Do the parse-partial-sexp loop outselves.
20105 (perl-font-lock-syntactic-keywords): Use it.
20106 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20107
20108 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
20109
20110 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20111 disassembly buffer too.
20112 (gdb-exited): Remove overlay arrows when execution has finished.
20113 (gdb-info-frames-custom, gdb-info-threads-custom)
20114 (gdb-info-registers-custom): Don't add inappropriate text
20115 properties if inferior is not active.
20116
20117 2005-11-02 Glenn Morris <rgm@gnu.org>
20118
20119 * progmodes/fortran.el (fortran-blink-match):
20120 Use `blink-matching-delay'.
20121
20122 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20123
20124 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20125
20126 2005-11-02 Lars Hansen <larsh@soem.dk>
20127
20128 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20129 "Permission denied".
20130
20131 2005-11-01 Richard M. Stallman <rms@gnu.org>
20132
20133 * textmodes/flyspell.el (flyspell-external-point-words):
20134 Pass nil to flyspell-get-word.
20135
20136 2005-11-02 Kim F. Storm <storm@cua.dk>
20137
20138 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20139 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20140
20141 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20142
20143 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20144 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20145 (calendar-mouse-print-dates): Add optional `event' argument.
20146 Update interactive-spec.
20147 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20148 Use `calendar-event-to-date' instead of `event'.
20149
20150 2005-11-02 Masatake YAMATO <jet@gyve.org>
20151
20152 * progmodes/ld-script.el (ld-script-builtins):
20153 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20154 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20155 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20156
20157 2005-11-01 Romain Francoise <romain@orebokech.com>
20158
20159 * vc-sccs.el: Update copyright year.
20160 * ezimage.el: Likewise.
20161
20162 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20163
20164 * info.el (Info-fontify-node): Use `string-width' for fontifying
20165 underlined titles.
20166
20167 2005-11-01 Juri Linkov <juri@jurta.org>
20168
20169 * info.el (Info-fontify-node): Downcase node header keywords Node,
20170 Prev, Next, Up before comparison.
20171 (Info-history): Insert absolute directory name, and put invisible
20172 property on it.
20173
20174 2005-11-01 Juri Linkov <juri@jurta.org>
20175
20176 * info.el (Info-file-supports-index-cookies): New variable.
20177 (Info-find-node-2): Check makeinfo version for index cookie support.
20178 (Info-index-nodes): Search for nodes with index cookies only when
20179 Info-file-supports-index-cookies is t. Otherwise, search nodes
20180 with "Index" in the node name.
20181 (Info-index-node): Search index cookie in the current node only when
20182 Info-file-supports-index-cookies is t. Otherwise, check the word
20183 "Index" in the node name.
20184 (Info-find-emacs-command-nodes): Remove code that searches nodes
20185 with "Index" node name in the top menu.
20186
20187 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20188
20189 * progmodes/scheme.el (scheme-mode-variables): Use the default
20190 comment-indent-function.
20191
20192 * faces.el (face-attribute): Handle the case where a face inherits from
20193 a non-existent face.
20194
20195 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20196 for octal and hexa output, and merge the char into the paren.
20197 (kill-new): Use push.
20198 (copy-to-buffer): Use with-current-buffer.
20199 (completion-setup-function): Move code in loop to remove redundancy.
20200 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20201 those inherited from minibuffer-local-completion-map.
20202
20203 * savehist.el (savehist-mode) <defcustom>:
20204 Use custom-set-minor-mode if available.
20205 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20206 and emit a message if applicable.
20207
20208 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20209
20210 * savehist.el: Sync up to version 19.
20211 (savehist-mode): New minor mode.
20212 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20213 (savehist-length): Remove (use history-length instead).
20214 (savehist-file-modes): Rename from savehist-modes.
20215 (savehist-save-hook, savehist-loaded): New vars.
20216 (savehist-load): Use savehist-mode. Try to smooth up transition from
20217 old format to new format.
20218 (savehist-install): Allow savehist-autosave-interval to be nil.
20219 (savehist-save): Run the new hook. Be more careful to only trim the
20220 history variables.
20221 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
20222 (savehist-printable): Print into a buffer rather than char-by-char.
20223
20224 2005-11-01 John Wiegley <johnw@newartisans.com>
20225
20226 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20227 toggle-ignore keybinding (C-a). The author said it had been
20228 disabled much earlier due to a possible incompatibility, but after
20229 many months of usage I have encountered no problems (and it is a
20230 rather useful option, especially for switching to " *temp*").
20231
20232 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20233 support for OS/X's AddressBook, by calling out to the open source
20234 program "contacts" (installable through Fink).
20235
20236 * net/eudc.el (eudc-expand-inline): If the
20237 `eudc-multiple-match-handling-method' is set to `all', delete the
20238 query string before inserting the query result.
20239
20240 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20241 flag, to prevent Eshell from using the system ls when
20242 `eshell-ls-insert-directory' is in used.
20243 (eshell-ls-insert-directory): Disable font-lock in directory
20244 buffer so that Eshell's own fontification is seen. This broke
20245 recently due to changes in font-lock, so this goes back to version
20246 21 behavior.
20247
20248 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20251 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20252 (gdb-many-windows): Doc fix.
20253
20254 2005-10-31 Romain Francoise <romain@orebokech.com>
20255
20256 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20257
20258 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20259
20260 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20261 that global-font-lock-mode can be enabled by default.
20262
20263 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20264 (font-lock-add-keywords, font-lock-remove-keywords)
20265 (font-lock-fontify-buffer): Remove autoload cookies.
20266
20267 * jit-lock.el (jit-lock-register): Likewise.
20268
20269 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20270
20271 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20272
20273 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20274 intact if there is no gud-comint-buffer.
20275
20276 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
20277
20278 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20279 old prompt comint-prompt-read-only is t and GDB commands are
20280 issued from tool bar etc.
20281
20282 2005-10-31 Masatake YAMATO <jet@gyve.org>
20283
20284 * vc.el (vc-directory-exclusion-list): Add "{arch}".
20285
20286 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
20287
20288 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20289 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20290
20291 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
20292
20293 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20294 starting at beginning of line. Fontification is messed up when
20295 `open-paren-in-column-0-is-defun-start' set to t.
20296 Reported by John Paul Wallington <jpw@pobox.com>.
20297
20298 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
20299
20300 * comint.el (comint-send-input): Call `comint-update-fence' when
20301 `comint-process-echoes' and `comint-prompt-read-only' are both
20302 non-nil, to avoid leftover read-only newline.
20303
20304 2005-10-30 Richard M. Stallman <rms@gnu.org>
20305
20306 * textmodes/flyspell.el (flyspell-external-point-words):
20307 Detect when WORD can't be checked properly because
20308 flyspell-get-word finds just part of it, and move on.
20309
20310 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20311 boundarychar for Polish.
20312 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20313 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20314
20315 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20316
20317 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20318 (gdb-registers-font-lock-keywords): Delete.
20319 (gdb-registers-mode): Don't fontify.
20320 (gdb-info-registers-custom): Use text properties instead as, in
20321 future, changed register values will use font-lock-warning-face.
20322 (gdb-local-font-lock-keywords): Rename to...
20323 (gdb-locals-font-lock-keywords): ...for consistency.
20324
20325 2005-10-30 Andre Spiegel <spiegel@gnu.org>
20326
20327 * vc.el (vc-switch-backend): Better error message if the buffer is
20328 not visiting a file under version control.
20329
20330 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20331
20332 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
20333
20334 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20335 ~/.emacs.d/.emacs.
20336
20337 2005-10-29 Richard M. Stallman <rms@gnu.org>
20338
20339 * replace.el (occur-mode-mouse-goto): Always go to other window.
20340 (occur-mode-goto-occurrence): Always switch in same window.
20341
20342 * simple.el (undo): Display message at end, not at start.
20343
20344 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20345 New arg REUSE-CELL.
20346 (cancel-timer-internal): New function.
20347 (timer-event-handler): Use cancel-timer-internal,
20348 and pass the cell it returns to timer-activate...
20349
20350 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20351 (jit-lock-deferred-fontify, jit-lock-context-fontify)
20352 (jit-lock-after-change): Test memory-full.
20353
20354 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20355
20356 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20357 part of the decoded armor to find the key-identifier.
20358 (pgg-gpg-lookup-key-owner): New function to return the
20359 human-readable identifier of a key owner.
20360 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20361 key itself.
20362 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20363 the key value) if we have a key and can match it against a secret
20364 key. Also, added a note pointing out fact that the prompt only
20365 indicates the first matching key.
20366
20367 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20368 pgg-decrypt-region.
20369 (pgg-pending-timers): A new hash for tracking the passphrase cache
20370 timers, so that new ones supercede old ones.
20371 (pgg-add-passphrase-to-cache): Rename from
20372 `pgg-add-passphrase-cache' to reduce confusion (all callers
20373 changed). Modified to cancel old timers when new ones are added.
20374 (pgg-remove-passphrase-from-cache): Rename from
20375 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20376 changed). Modified to cancel old timers when their keys are
20377 removed from the cache.
20378 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20379 XEmacs, an indirection to delete-itimer.
20380 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20381 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20382 users can only check cache without risk of prompting. Correct bug in
20383 notruncate behavior.
20384 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20385 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20386 Add informative docstrings.
20387 (pgg-decrypt): Convey provided passphrase in subordinate call to
20388 pgg-decrypt-region.
20389
20390 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20391 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20392 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20393 `passphrase' argument, so the passphrase can be managed externally
20394 and then passed in to the system.
20395
20396 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20397 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20398 so the passphrase cache can be used reliably with identifiers
20399 besides a pgp packet's key id.
20400
20401 * pgg-gpg.el (pgg-pgp-encrypt-region)
20402 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20403 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20404 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20405 argument to all these routines, so the passphrase can be managed
20406 externally and passed in to the system.
20407
20408 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20409 `notruncate' argument, so the passphrase cache can be used
20410 reliably with identifiers besides a pgp packet's key id.
20411
20412 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20413
20414 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20415 symmetric encryption.
20416 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20417 encrypted session key.
20418 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20419 message ask for the passphrase in a proper way.
20420
20421 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20422 New user commands for symmetric encryption.
20423
20424 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20425
20426 * textmodes/conf-mode.el (conf-assignment-sign)
20427 (conf-assignment-regexp): Fix docstrings.
20428 (conf-mode-initialize): New function.
20429 (conf-mode): Remove optional args. Use delay-mode-hooks to
20430 recognize recursive calls.
20431 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20432 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20433 (conf-xdefaults-mode): Use define-derived-mode and
20434 conf-mode-initialize.
20435
20436 2005-10-29 Romain Francoise <romain@orebokech.com>
20437
20438 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20439
20440 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20441
20442 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20443 part of the decoded armor to find the key-identifier.
20444 (pgg-gpg-lookup-key-owner): New function to return the
20445 human-readable identifier of a key owner.
20446 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20447 key itself.
20448 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20449 the key value) if we have a key and can match it against a secret
20450 key. Also, added a note pointing out fact that the prompt only
20451 indicates the first matching key.
20452
20453 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20454 pgg-decrypt-region.
20455 (pgg-pending-timers): A new hash for tracking the passphrase cache
20456 timers, so that new ones supercede old ones.
20457 (pgg-add-passphrase-to-cache): Rename from
20458 `pgg-add-passphrase-cache' to reduce confusion (all callers
20459 changed). Modified to cancel old timers when new ones are added.
20460 (pgg-remove-passphrase-from-cache): Rename from
20461 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20462 changed). Modified to cancel old timers when their keys are
20463 removed from the cache.
20464 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20465 XEmacs, an indirection to delete-itimer.
20466 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20467 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20468 users can only check cache without risk of prompting. Correct bug in
20469 notruncate behavior.
20470 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20471 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20472 Add informative docstrings.
20473 (pgg-decrypt): Convey provided passphrase in subordinate call to
20474 pgg-decrypt-region.
20475
20476 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20477
20478 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20479 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20480 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20481 `passphrase' argument, so the passphrase can be managed externally
20482 and then passed in to the system.
20483
20484 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20485 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20486 so the passphrase cache can be used reliably with identifiers
20487 besides a pgp packet's key id.
20488
20489 * pgg-gpg.el (pgg-pgp-encrypt-region)
20490 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20491 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20492 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20493 argument to all these routines, so the passphrase can be managed
20494 externally and passed in to the system.
20495
20496 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20497 `notruncate' argument, so the passphrase cache can be used
20498 reliably with identifiers besides a pgp packet's key id.
20499
20500 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20501
20502 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20503 symmetric encryption.
20504 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20505 encrypted session key.
20506 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20507 message ask for the passphrase in a proper way.
20508
20509 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20510 New user commands for symmetric encryption.
20511
20512 2005-10-28 Bill Wohler <wohler@newt.com>
20513
20514 * help-mode.el (help-url): New button type. Calls browse-url.
20515 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20516 Similar to Info nodes: URL `url'.
20517 (help-make-xrefs): Create help-url buttons for
20518 help-xref-url-regexp matches.
20519
20520 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
20521
20522 * tool-bar.el (tool-bar-add-item-from-menu)
20523 (tool-bar-local-item-from-menu): Fix doc strings.
20524
20525 2005-10-28 Romain Francoise <romain@orebokech.com>
20526
20527 * ldefs-boot.el: Update.
20528
20529 * subr.el (locate-library): Move from help-fns.el.
20530 * help-fns.el (locate-library): Move to subr.el.
20531
20532 2005-10-28 Richard M. Stallman <rms@gnu.org>
20533
20534 * net/tramp.el (tramp-completion-mode): defvar moved up.
20535
20536 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20537
20538 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20539
20540 * files.el (find-file-noselect): Use %d to format large file size.
20541
20542 * bindings.el (mode-line-format): Add %e.
20543
20544 * loadup.el ("facemenu"): Load unconditionally.
20545 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20546 ("x-dnd"): Load, when appropriate.
20547
20548 * startup.el (command-line): Call before-init-hook earlier.
20549 Warn about some bad characters in -u user name.
20550
20551 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20552 (flyspell-external-point-words): Error if misspelled word is not found.
20553 Set flyspell-large-region-beg at end of word.
20554
20555 2005-10-28 Andreas Schwab <schwab@suse.de>
20556
20557 * view.el (View-revert-buffer-scroll-page-forward):
20558 Use view-page-size-default.
20559
20560 2005-10-28 Juri Linkov <juri@jurta.org>
20561
20562 * international/quail.el (quail-get-current-str): Translate last
20563 raw character for deterministic input methods.
20564
20565 2005-10-27 Jay Belanger <belanger@truman.edu>
20566
20567 * calc/calc-ext.el: Add functions to autoloads.
20568 (math-identity-matrix-p, math-ident-row-p): New functions.
20569
20570 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20571 multiplication by an identity matrix; don't turn multiplication by
20572 an inverse matrix into division.
20573 (math-div-symbol-fancy): Replace division by matrices with
20574 multiplication by inverse.
20575
20576 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20577
20578 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20579 (calc-writeoutpower): New functions.
20580
20581 2005-10-27 Romain Francoise <romain@orebokech.com>
20582
20583 * replace.el (occur-engine): Include colon in mouse-face highlight.
20584
20585 * dired-x.el: Change Maintainer field.
20586
20587 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
20588
20589 * longlines.el (longlines-mode): Bind after-change-functions to
20590 nil during initial decoding and final encoding.
20591
20592 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20593
20594 * term.el (term-emulate-terminal, term-handle-colors-array)
20595 (term-handle-ansi-escape): Specify the terminfo capabilities
20596 implemented.
20597
20598 2005-10-26 Richard M. Stallman <rms@gnu.org>
20599
20600 * info.el (Info-fontify-node): Fix detection of sentence-break
20601 before *Note.
20602
20603 2005-10-26 Romain Francoise <romain@orebokech.com>
20604
20605 * smerge-mode.el: Add `tools' to file keywords.
20606
20607 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
20608
20609 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20610 when the fringe is not available.
20611
20612 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20613 (def-gdb-auto-update-trigger): Simplify construction.
20614 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20615 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20616 defined explicitly.
20617 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20618 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20619 defined explicitly.
20620 (gdb-info-locals-custom): Remove as it's a no-op.
20621
20622 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
20623
20624 * longlines.el (longlines-mode): Remove narrowing before
20625 performing the initial decoding or final encoding.
20626
20627 2005-10-25 Romain Francoise <romain@orebokech.com>
20628
20629 * emacs-lisp/find-func.el (find-library-name): Also strip
20630 extension if library name ends in .el, to take advantage of
20631 `find-library-suffixes'.
20632
20633 2005-10-25 Richard M. Stallman <rms@gnu.org>
20634
20635 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20636
20637 2005-10-25 Juri Linkov <juri@jurta.org>
20638
20639 * textmodes/texinfo.el (texinfo-mode): Change charset of one
20640 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20641
20642 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20645 (blackbox-redefine-key): Add argument `map'.
20646
20647 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20648 regions when moving the jit-lock-context-unfontify-pos boundary.
20649
20650 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20651
20652 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20653
20654 2005-10-25 Masatake YAMATO <jet@gyve.org>
20655
20656 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20657
20658 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20659
20660 * play/blackbox.el (blackbox-redefine-key): New function.
20661 (blackbox-mode-map): Use it to remap existing bindings for cursor
20662 motion instead of binding literal keys.
20663
20664 2005-10-25 Glenn Morris <rgm@gnu.org>
20665
20666 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20667 diary does not end in a newline. Do not assume a blank line at
20668 the start of the diary file.
20669
20670 2005-10-25 Kenichi Handa <handa@m17n.org>
20671
20672 * international/quail.el (quail-translate-key): If the input
20673 method is deterministic and failed to handle the last key, restart
20674 the key handling loop from an appropriate key.
20675
20676 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
20677
20678 * vc.el (vc-dired-mode): Extend comment for binding of
20679 `directory-listing-before-filename-regexp'.
20680
20681 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20682
20683 * textmodes/texinfo.el (texinfo-mode):
20684 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20685 not to unnecessarily expose emacs-mule's internal char codes.
20686
20687 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
20688
20689 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20690 Display hand pointer and help-echo on disabled icon too.
20691 (gdb-mouse-until): New function.
20692 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20693
20694 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
20695
20696 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20697 with 2005-10-23 change to doctor.el.
20698
20699 * finder.el (finder-mode-map): Add follow-link binding.
20700
20701 2005-10-25 Kim F. Storm <storm@cua.dk>
20702
20703 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20704 to gdb-mouse-toggle-breakpoint-fringe.
20705 (gdb-mouse-toggle-breakpoint-margin): Rename from
20706 gdb-mouse-toggle-breakpoint. Fix doc.
20707 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20708 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20709 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20710 string properties also for fringe breakpoint bitmaps.
20711
20712 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
20713
20714 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20715
20716 2005-10-25 Masatake YAMATO <jet@gyve.org>
20717
20718 * simple.el (completion-common-substring):
20719 Use `completion-common-substring' prior to `completion-base-size'.
20720
20721 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20722
20723 * savehist.el: Require CL while compiling.
20724 (savehist-history-variables): Remove.
20725 (savehist-save-minibuffer-history, savehist-additional-variables)
20726 (savehist-minibuffer-history-variables): New vars.
20727 (savehist-save): Use them.
20728 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20729 (savehist-install): New fun, extracted from savehist-load.
20730 (savehist-load): Use them.
20731
20732 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20733
20734 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20735 a dummy doc-string-elt property.
20736 (defalias, defvaralias, define-category): Add a docstring property.
20737
20738 * image.el (defimage):
20739 * widget.el (define-widget):
20740 * custom.el (defface, defcustom): Add `doc-string' declaration.
20741
20742 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20743 (defadvice): Add `doc-string' declaration.
20744
20745 * emacs-lisp/byte-run.el (macro-declaration-function):
20746 Handle `doc-string' declarations.
20747 (define-obsolete-function-alias, define-obsolete-variable-alias):
20748 Add `doc-string' declaration.
20749
20750 2005-10-24 Kenichi Handa <handa@m17n.org>
20751
20752 * international/utf-7.el (utf-7): Add autoload cookie.
20753
20754 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20755
20756 2005-10-24 Eli Zaretskii <eliz@gnu.org>
20757
20758 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20759 list of directories passed to batch-update-autoloads. Add "." to
20760 the list of the echoed directories.
20761
20762 * pgg-def.el:
20763 * pgg-gpg.el:
20764 * pgg-parse.el:
20765 * pgg-pgp.el:
20766 * pgg-pgp5.el:
20767 * pgg.el: Moved here from the gnus subdirectory.
20768
20769 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
20770
20771 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20772 in case comint-prompt-read-only is set to t.
20773
20774 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20775 in case comint-prompt-read-only is set to t.
20776
20777 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
20778
20779 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20780 Now a string.
20781 (icalendar-import-format): Handle CLASS, STATUS, URL.
20782 Rename `subject' to `summary'.
20783 (icalendar-import-format-summary): Rename from
20784 `icalendar-import-format-subject'.
20785 (icalendar-import-format-url, icalendar-import-format-status)
20786 (icalendar-import-format-class): New variables.
20787 (icalendar--rris): Take variable argument list.
20788 (icalendar--datestring-to-isodate): Remove unnecessary
20789 calendar-style check when converting dates with explicit month names.
20790 (icalendar-export-region): Change return type of conversion
20791 subroutines. Bury current buffer unless error occurred.
20792 (icalendar--convert-to-ical)
20793 (icalendar--parse-summary-and-rest): New functions.
20794 (icalendar--convert-ordinary-to-ical)
20795 (icalendar--convert-weekly-to-ical)
20796 (icalendar--convert-yearly-to-ical)
20797 (icalendar--convert-block-to-ical)
20798 (icalendar--convert-cyclic-to-ical)
20799 (icalendar--convert-anniversary-to-ical): Change return type.
20800 Strip trailing blanks from subject.
20801 (icalendar--convert-sexp-to-ical): Change return type.
20802 Strip trailing blanks from subject. Handle simple sexp
20803 entries as generated by icalendar.el.
20804 (icalendar--convert-float-to-ical)
20805 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20806 (icalendar-import-file): Doc fix.
20807 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20808 Correct call to icalendar--rris.
20809 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
20810 `summary'.
20811 (icalendar--add-diary-entry): Rename `subject' to `summary'.
20812
20813 2005-10-24 Romain Francoise <romain@orebokech.com>
20814
20815 * server.el (server-sentinel): Set query-on-exit flag to nil on
20816 new client processes (it isn't inherited from the server process).
20817
20818 * replace.el (occur-engine): Rearrange text properties.
20819
20820 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20821
20822 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20823 case-fold-search is nil.
20824 (debug-help-follow): Use help-xref-interned directly.
20825
20826 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
20827
20828 * thumbs.el (thumbs-image-type): Add .pbm.
20829
20830 2005-10-23 Richard M. Stallman <rms@gnu.org>
20831
20832 * faces.el (inhibit-face-set-after-frame-default): New variable.
20833 (set-face-attribute): Bind it.
20834 (face-set-after-frame-default): Test it.
20835
20836 * help-fns.el (describe-simplify-lib-file-name): New function.
20837 (describe-function-1, describe-variable): Use it.
20838
20839 * faces.el (describe-face): Use describe-simplify-lib-file-name.
20840
20841 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20842 Eliminate nil as possible value.
20843 (tooltip-hide-delay): Reduce internal-border-width.
20844
20845 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20846 (menu-bar-file-menu) <new-file>: Likewise.
20847
20848 * simple.el (line-move-finish): Ignore fields computing LINE-END.
20849
20850 * international/mule.el (load-with-code-conversion):
20851 Pass full file name to `eval-buffer' unless preloading.
20852
20853 * textmodes/flyspell.el (flyspell-large-region):
20854 Call ispell-check-version.
20855
20856 * textmodes/ispell.el (ispell-local-dictionary-overridden):
20857 Fix the make-variable-buffer-local call that was supposed
20858 to be for this variable.
20859 (ispell-aspell-supports-utf8): Doc fix.
20860 (ispell-find-aspell-dictionaries): Preserve elements of
20861 ispell-dictionary-alist for dictionaries that aspell doesn't report.
20862 (ispell-aspell-find-dictionary): Return nil on error.
20863
20864 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20865 (doctor-symptoms): Likewise.
20866
20867 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20868
20869 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
20870
20871 * cus-edit.el (custom-button, custom-button-pressed): New vars.
20872 (custom-raised-buttons): Add :set spec.
20873 (custom-button-unraised, custom-button-pressed-unraised):
20874 New faces, so that custom-raised-buttons actually does something.
20875 (custom-mode): Use custom-button and custom-button-pressed.
20876
20877 * wid-edit.el (widget-specify-button): Don't ignore
20878 widget-mouse-face on graphic terminals.
20879 (widget-move-and-invoke): Cleanup.
20880
20881 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
20882
20883 * whitespace.el (whitespace-cleanup): Doc fix.
20884
20885 2005-10-23 Romain Francoise <romain@orebokech.com>
20886
20887 * emulation/viper.el (viper-set-hooks): Quote forms passed to
20888 `eval-after-load' to avoid evaluating their result.
20889
20890 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
20891
20892 * files.el (directory-listing-before-filename-regexp):
20893 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
20894
20895 * dired.el (dired-move-to-filename-regexp): Remove.
20896 All occurrences replaced by `directory-listing-before-filename-regexp'.
20897
20898 * dired-x.el, locate.el, vc.el:
20899 Replace `dired-move-to-filename-regexp' by
20900 `directory-listing-before-filename-regexp'. In vc.el it is
20901 overwritten locally; maybe this can be handled in files.el too.
20902
20903 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
20904 replaced by `directory-listing-before-filename-regexp'.
20905
20906 2005-10-23 Andreas Schwab <schwab@suse.de>
20907
20908 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20909 and eval-next-after-load.
20910
20911 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
20912
20913 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20914 exist, create it.
20915
20916 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
20917
20918 * allout.el: Remove autoloads for mailcrypt and crypt++.
20919 Require pgg, pgg-gpg during compilation.
20920 (allout-version): Increment version number to 2.1, and use a literal
20921 rather than RCS Id.
20922 (allout-default-encryption-scheme): Remove.
20923 (allout-passphrase-verifier-handling)
20924 (allout-passphrase-verifier-string)
20925 (allout-file-passphrase-verifier-string)
20926 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20927 (allout-passphrase-hint-handling): Rename and simplify.
20928 (allout-init): Use `find-file-hook' if available, otherwise
20929 `find-file-hooks'.
20930 (allout-mode): Use `write-file-functions' if available, otherwise
20931 `local-write-file-hooks' and, instead of making auto-save-hook
20932 buffer local, make the write-file-hook activity contingent to
20933 allout-mode.
20934 (allout-mode): Use key-binding substitution in the docstring.
20935 (allout-kill-line): Spell-out kill ring data structure mutation
20936 instead of using byte-compiler-complaint-provoking `pop'.
20937 (allout-insert-listified): Use `insert' rather than `insert-string'
20938 (allout-toggle-current-subtree-encryption): Update docstring, adjust
20939 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20940 (allout-encrypt-string): Totally revamped vis new underlying
20941 encryption facilities.
20942 (allout-mc-activate-passwd): Remove.
20943 (allout-obtain-passphrase): New, more or less replaces
20944 allout-mc-activate-passwd.
20945 (allout-encrypted-key-info): More or less replaces
20946 allout-encrypted-text-type.
20947 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20948 (my-mark-marker): Use `(featurep 'xemacs)'.
20949
20950 2005-10-23 Lars Hansen <larsh@soem.dk>
20951
20952 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20953 (byte-compile-file-form-defmumble, byte-compile-defun)
20954 (byte-compile-defmacro): Use it.
20955 (byte-compile-form): Don't call byte-compile-set-symbol-position
20956 when a byte-compile handler is called.
20957
20958 2005-10-22 Romain Francoise <romain@orebokech.com>
20959
20960 * savehist.el (savehist-history-variables): Add `grep-find-history'.
20961
20962 * subr.el (eval-after-load): Convert library name to an absolute
20963 file name using locate-library, since load-history no longer has
20964 library names in it.
20965
20966 2005-10-22 Richard M. Stallman <rms@gnu.org>
20967
20968 * files.el (make-temp-file): Move from subr.el.
20969 * subr.el (make-temp-file): Move to files.el.
20970
20971 * window.el (get-buffer-window-list): Move from subr.el.
20972 * subr.el (get-buffer-window-list): Move to window.el.
20973
20974 * image.el (image-load-path): Use eval-at-startup to initialize.
20975
20976 * subr.el (eval-at-startup): New macro.
20977
20978 * subr.el: Much rearrangement of functions and division
20979 into pages. No code changes.
20980
20981 2005-10-22 Kenichi Handa <handa@m17n.org>
20982
20983 * tar-mode.el (tar-extract): Be sure to call
20984 find-operation-coding-system if set-auto-coding doesn't find a
20985 coding system.
20986
20987 2005-10-22 Kim F. Storm <storm@cua.dk>
20988
20989 * image.el (image-type-header-regexps): Rename from image-type-regexps.
20990 Change users.
20991 (image-type-file-name-regexps): New defconst.
20992 (image-type-from-data): Simplify loop.
20993 (image-type-from-buffer): New defun.
20994 (image-type-from-file-header): Use it instead of image-type-from-data.
20995 Use image-search-load-path instead of only looking in data-directory.
20996 (image-type-from-file-name): New defun.
20997 (image-search-load-path): Change `pathname' to `filename'.
20998 Make PATH arg optional, default to image-load-path.
20999
21000 2005-10-21 Richard M. Stallman <rms@gnu.org>
21001
21002 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21003
21004 * textmodes/paragraphs.el (sentence-end-base): New variable.
21005 (sentence-end): Use sentence-end-base.
21006
21007 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21008
21009 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21010 property independently from the font-lock-multiline variable.
21011
21012 2005-10-21 Richard M. Stallman <rms@gnu.org>
21013
21014 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21015
21016 * startup.el (command-line): Convert library names
21017 in `load-history' to absolute file names.
21018
21019 * subr.el (symbol-file): Doc fix.
21020
21021 * loadhist.el (file-loadhist-lookup): Call locate-library
21022 instead of find-library-name. Don't try converting
21023 abs file names to library names, since load-history no longer
21024 has library names in it.
21025 (file-dependents, file-provides, file-requires): Doc fixes.
21026
21027 2005-10-21 Juri Linkov <juri@jurta.org>
21028
21029 * progmodes/etags.el (tags-table-mode): New function.
21030 (tags-verify-table): Replace initialize-new-tags-table with
21031 tags-table-mode.
21032
21033 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21034 default value.
21035 (desktop-modes-not-to-save): Add tags-table-mode to the
21036 default value.
21037
21038 * info.el (Info-index-next): Add total number of index
21039 alternatives to the message.
21040
21041 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21042 backward only space (instead of space and period) before looking
21043 at sentence end.
21044
21045 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21046 Add the old variable value as 4th default-value arg of read-string.
21047
21048 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21049
21050 * cus-face.el (custom-declare-face): Make face from X resources
21051 also on Mac.
21052
21053 * disp-table.el (standard-display-g1, standard-display-graphic):
21054 Refuse to use string glyphs also on Mac.
21055 (standard-display-european): Don't set terminal coding system also
21056 on Mac.
21057
21058 * frame.el (display-screens): Use x-display-screens also on Mac.
21059
21060 2005-10-21 Romain Francoise <romain@orebokech.com>
21061
21062 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21063
21064 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21067 and $? into sexps.
21068
21069 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21070 warning face on open-paren-in-column-0.
21071
21072 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21073 boundary case. Fix typo.
21074 Suggested by Martin Rudalics <rudalics@gmx.at>.
21075
21076 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21077
21078 * textmodes/org.el (org-combined-agenda-icalendar-file)
21079 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21080 (org-export-icalendar-this-file)
21081 (org-export-icalendar-all-agenda-files)
21082 (org-export-icalendar-combine-agenda-files): New commands.
21083 (org-export-icalendar, org-print-icalendar-entries)
21084 (org-start-icalendar-file, org-finish-icalendar-file)
21085 (org-ical-ts-to-string): New functions.
21086 (org-read-date, org-goto-calendar)
21087 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21088 call to `calendar'.
21089 (orgtbl-setup): Remove the :keys arguments from the menu description.
21090 (org-after-save-iCalendar-file-hook): New variable.
21091
21092 2005-10-21 Kenichi Handa <handa@m17n.org>
21093
21094 * language/vietnamese.el (tcvn-5712): Make it an alias of
21095 vietnamese-tcvn coding-system.
21096
21097 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21098
21099 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21100 group id is given.
21101
21102 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21103
21104 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21105 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21106 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21107 whose line is either continued or ends with a comment.
21108
21109 2005-10-20 Romain Francoise <romain@orebokech.com>
21110
21111 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21112
21113 * replace.el (occur-engine): Add follow-link property.
21114
21115 * font-core.el (font-lock-mode): Doc fix.
21116
21117 2005-10-20 Richard M. Stallman <rms@gnu.org>
21118
21119 * net/rcirc.el: New file.
21120
21121 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21122
21123 * term.el (term-term-name): Initialize to "eterm-color".
21124
21125 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21126
21127 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21128 for encryption functionality.
21129 Move allout customization subgroup from `editing' to `outlines' group.
21130 Fix commentary keywords to legitimate ones.
21131 Update author info (using my current email address, obscurified).
21132 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21133 (allout-encrypted-topic-p, allout-encrypted-text-type)
21134 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21135 (allout-situate-encryption-key-verifier)
21136 (allout-get-encryption-key-verifier, allout-verify-key)
21137 (allout-next-topic-pending-encryption)
21138 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21139 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21140 (outline-key-verifier-handling, outline-key-hint-handling)
21141 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21142 (allout-file-key-verifier-string, allout-encryption-scheme)
21143 (allout-key-verifier-string, allout-key-hint-string)
21144 (allout-after-save-decrypt): New variables.
21145 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21146 (allout-after-saves-handler): New hook functions.
21147 (allout-post-command-business): Do allout-after-save-decrypt.
21148 (allout-enable-file-variable-adjustment): Custom var to enable
21149 mechanism for adding and adjusting settings of Emacs file variables.
21150 (allout-adjust-file-variable, allout-file-vars-section-data):
21151 New functions, implement the mechanism.
21152 (outlineify-sticky): Use the file vars mechanism.
21153 (allout-inhibit-protection, allout-during-write-cue)
21154 (allout-override-protect, allout-before-change-protect): Remove.
21155 (allout-flag-region, allout-open-topic): Adjust read-only text.
21156 (allout-open-line-not-read-only): Add to facilitate read-only
21157 text based protection.
21158 (allout-kill-line): Revise to adjust read-only text, clue the
21159 user about the inhibition.
21160 (allout-unprotected): Use unwind-protect.
21161 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21162 topic deeper than the offspring depth of the previous topic -
21163 avoiding confusing "containment discontinuities".
21164 (allout-reindent-bodies): Fix retention of body relative hanging
21165 indent during promotion of collapsed bodies.
21166 (allout-open-topic): Make it easy to open new topic with same
21167 bullet as current topic - topic creation functions provided with
21168 any universal argument provokes now prompt for bullet, defaulting
21169 to the bullet of the previous topic.
21170 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21171 Plain bullet alternates `.' period and `,' comma only. All other
21172 bullets are relegated to special status (but customizable).
21173 (allout-end-of-entry): Rename from allout-end-of-current-entry
21174 since it actually operates w.r.t. most immediately containing
21175 entry, visible or not.
21176 (allout-hide-current-entry, allout-show-current-entry): Use the
21177 revised version.
21178 (allout-old-expose-topic): Solidify deprecation.
21179 (allout-end-of-subtree): Add so we can span concealed as well
21180 as visible topics.
21181 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21182 (allout-end-of-current-heading): Tweak to just respect the first line.
21183 (allout-get-body-text): Add.
21184 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21185 when invoked interactively.
21186 (allout-up-current-level): Use `interactive-p'.
21187 (allout-mode, allout-init): Miscellaneous docstring and
21188 operational refinements, as well as hookups of new encryption stuff.
21189 (allout-beginning-of-current-entry): Now works as advertised.
21190 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21191 (allout-isearch-rectification): Refine condition for isearching.
21192 (allout-isearch-abort, allout-enwrap-isearch)
21193 (allout-flag-region, my-region-active-p): Relocate some macros.
21194 (allout-title): Fallback title is (buffer-name), not
21195 non-existing (current-buffer-name).
21196 (subst-char-in-string): Define if absent (for some XEmacs versions).
21197
21198 2005-10-20 Jari Aalto <jari.aalto@cante.net>
21199
21200 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21201 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21202 (mail-citation-prefix-regexp, mail-signature-file)
21203 (mail-default-headers, mail-bury-selects-summary)
21204 (mail-send-nonascii): Add autoload cookies.
21205
21206 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21207
21208 * frame.el (blink-cursor-mode): Add `mac' to the list of
21209 window-system's that support blinking cursor.
21210
21211 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21212
21213 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21214
21215 2005-10-20 Eli Zaretskii <eliz@gnu.org>
21216
21217 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21218 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21219 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21220
21221 2005-10-20 Kim F. Storm <storm@cua.dk>
21222
21223 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21224 (ido-set-current-directory): Don't add / after final @.
21225 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21226 Explicitly handle ange-ftp completion oddities.
21227 (ido-make-file-list): Don't rotate list at tramp root to avoid
21228 triggering tramp file handler for expand-file-name via get-file-buffer.
21229
21230 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
21231
21232 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21233
21234 2005-10-19 Jay Belanger <belanger@truman.edu>
21235
21236 * calc/calc-units.el (math-standard-units): Add units, adjust
21237 symbols and update values.
21238 (math-unit-prefixes): Add more prefixes.
21239
21240 2005-10-19 Romain Francoise <romain@orebokech.com>
21241
21242 * bookmark.el (bookmark-menu-heading): New face.
21243 (bookmark-bmenu-list): Use it.
21244 Don't fiddle with `baud-rate' at top-level.
21245
21246 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
21247
21248 * image.el (create-image, find-image): Mention max-image-size in
21249 docstring.
21250
21251 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * savehist.el (savehist-load): Revert to checking XEmacs.
21254
21255 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21256 Various docstring and line-width fixups.
21257 (conf-mode): Use cond.
21258 Set font-lock-defaults. Don't set comment-use-syntax.
21259
21260 2005-10-18 David Ponce <david@dponce.com>
21261
21262 * tree-widget.el (tree-widget-button-click): New function.
21263 (tree-widget-button-keymap): Use it.
21264
21265 2005-10-18 Romain Francoise <romain@orebokech.com>
21266
21267 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21268 (bookmark-bmenu-hide-filenames): Add follow-link property.
21269 Improve help-echo text.
21270
21271 * ffap.el (find-file-at-point): Doc fix.
21272
21273 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21274
21275 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21276
21277 2005-10-18 Masatake YAMATO <jet@gyve.org>
21278
21279 Install to the CVS repository what I forgot to install in my
21280 2005-10-16 changes.
21281
21282 * progmodes/python.el (python-complete-symbol): Pass the common
21283 prefix substring of completion to `display-completion-list'.
21284
21285 * textmodes/org.el (org-complete): Ditto.
21286
21287 2005-10-18 Masatake YAMATO <jet@gyve.org>
21288
21289 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21290
21291 * woman.el (WoMan-xref-man-page): New button type derived
21292 from `Man-abstract-xref-man-page'.
21293 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21294
21295 * man.el (Man-abstract-xref-man-page): New button type.
21296 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21297 (Man-highlight-references): Add new optional argument `xref-man-type'.
21298
21299 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21300
21301 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21302
21303 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
21304
21305 * cus-edit.el (Custom-move-and-invoke): Delete.
21306 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21307
21308 * wid-edit.el (widget-move-and-invoke): New function, from
21309 Custom-move-and-invoke.
21310
21311 2005-10-17 Bill Wohler <wohler@newt.com>
21312
21313 Move all remaining images from lisp/toolbar to etc/images, move
21314 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
21315 the low resolution images in their own directory (low-color).
21316
21317 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21318 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21319 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21320 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21321 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21322 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21323 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21324
21325 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21326 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21327 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21328 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21329 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21330 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21331 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21332 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21333 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21334 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21335 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21336 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21337 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21338 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21339 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21340
21341 To conform with convention, replace the underscore (_) in the
21342 following image names with dash (-) or (/) as appropriate.
21343
21344 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21345 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21346 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21347 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21348 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21349 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21350 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21351 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21352 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21353 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21354 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21355 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21356 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21357 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21358 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21359
21360 * info.el (info-tool-bar-map): Replace underscores in image names
21361 with dashes.
21362
21363 * makefile.w32-in (WINS): Remove toolbar.
21364
21365 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21366
21367 * tool-bar.el: Move to lisp from toolbar. Now that
21368 toolbar is empty, it should be deleted when folks run "cvs up -P".
21369
21370 2005-10-18 Jay Belanger <belanger@truman.edu>
21371
21372 * calc/calc-store.el (calc-store-into): Get the proper variable name
21373 to display in message.
21374
21375 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21376
21377 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21378 expressions display in speedbar for all buffers when debugging.
21379 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21380
21381 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21382 (speedbar-insert-button, speedbar-make-button):
21383 Use add-text-properties.
21384 (speedbar-update-localized-contents)
21385 (speedbar-update-directory-contents)
21386 (speedbar-update-special-contents): Use dolist.
21387 (speedbar-buffer-easymenu-definition): Add a menu separator.
21388
21389 2005-10-17 Jason Rumney <jasonr@gnu.org>
21390
21391 * makefile.w32-in: Use $(lisp) consistently.
21392 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21393 for shell specific generation of mh-autoloads.
21394
21395 2005-10-17 Richard M. Stallman <rms@gnu.org>
21396
21397 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21398
21399 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21400
21401 * jit-lock.el (jit-lock-fontify-now):
21402 Move jit-lock-context-unfontify-pos to avoid wasted work.
21403
21404 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
21405
21406 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21407 `tramp-completion-mode' for checking if we are in completion mode.
21408 (tramp-completion-handle-file-name-all-completions): Reorder code
21409 in order to complete for file names only in case there are no
21410 method/user/host completions. This is necessary for cooperation
21411 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21412
21413 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
21414
21415 * longlines.el (longlines-search-forward)
21416 (longlines-search-backward): Match any number of spaces.
21417
21418 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21419
21420 * diff-mode.el (diff-mode): Doc fix.
21421
21422 2005-10-16 David Reitter <david.reitter@gmail.com>
21423
21424 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21425 as default on darwin and windows systems.
21426
21427 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21428
21429 * arc-mode.el (archive-zip-extract): Doc fix.
21430
21431 2005-10-16 Romain Francoise <romain@orebokech.com>
21432
21433 * mouse.el (mouse-1-click-follows-link): Doc fix.
21434
21435 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21436
21437 * savehist.el: Don't require CL at runtime.
21438 (savehist-xemacs): Remove.
21439 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21440 (savehist-no-conversion): Use (featurep 'xemacs).
21441 (savehist-load): Check existence of start-itimer rather than XEmacs.
21442 Use an idle timer.
21443 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21444 `delete-if-not'.
21445
21446 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21447
21448 * savehist.el: Newer version.
21449 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21450 (savehist-last-checksum, savehist-no-conversion): New vars.
21451 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21452 New functions.
21453 (savehist-load, savehist-save): Use them.
21454 (savehist-delimit): Remove.
21455
21456 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21457
21458 * progmodes/compile.el (compilation-goto-locus): Display the
21459 compilation buffer first and the source buffer second, in case they're
21460 in overlapping frames. Don't raise the compilation frame if it was the
21461 selected window upon entry. Pass the `other-window' arg to
21462 pop-to-buffer.
21463
21464 * info.el (Info-fontify-node): Use dolist.
21465 Change add-text-properties to put-text-property.
21466
21467 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21468
21469 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21470 bound of search.
21471
21472 2005-10-16 Masatake YAMATO <jet@gyve.org>
21473
21474 * dabbrev.el (dabbrev-completion): Pass the common
21475 prefix substring of completion to `display-completion-list'.
21476
21477 * filecache.el (file-cache-minibuffer-complete)
21478 (file-cache-complete): Ditto.
21479
21480 * tempo.el (tempo-display-completions): Ditto.
21481
21482 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21483
21484 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21485
21486 * eshell/em-hist.el (eshell-list-history): Ditto.
21487
21488 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21489
21490 * mail/mailalias.el (mail-complete): Ditto.
21491
21492 * progmodes/etags.el (complete-tag): Ditto.
21493
21494 * progmodes/make-mode.el (makefile-complete): Ditto.
21495
21496 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21497
21498 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21499
21500 * progmodes/pascal.el (pascal-complete-word)
21501 (pascal-show-completions): Ditto.
21502
21503 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21504
21505 * simple.el (completion-common-substring): New variable.
21506 (completion-setup-function): Use `completion-common-substring'
21507 to put faces.
21508
21509 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21510
21511 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21512 (x-get-selection, mac-select-convert-to-string): Convert from/to
21513 UTF-16 clipboard data as in native byte order, no BOM.
21514
21515 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
21516
21517 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21518 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21519 (gud-sentinel): Use speedbar-frame to check for speedbar.
21520
21521 2005-10-15 Richard M. Stallman <rms@gnu.org>
21522
21523 * savehist.el: New file.
21524
21525 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
21526
21527 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21528 Fix bug in \bf fontification.
21529
21530 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
21531
21532 * pcvs.el (cvs-edit-log-files): New var.
21533 (cvs-mode-edit-log): New arg `file'.
21534 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21535 Instead force the use of the original file and nothing else.
21536 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21537 the cvs-minor-wrap-function is set.
21538 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21539
21540 2005-10-14 Bill Wohler <wohler@newt.com>
21541
21542 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21543 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21544 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21545 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21546 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21547 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21548 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21549 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21550 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21551 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21552 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21553 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21554 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21555 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21556 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21557
21558 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21559 appropriately (for example, gud-break to gud/break).
21560
21561 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
21562
21563 * longlines.el (longlinges-search-function)
21564 (longlines-search-forward, longlines-search-backward): New functions.
21565 (longlines-mode): Set isearch-search-fun-function to
21566 longlinges-search-function.
21567
21568 * mouse.el (mouse-drag-region-1): Handle the case where a
21569 double-click event is bound to an arbitrary function.
21570
21571 2005-10-14 David Ponce <david@dponce.com>
21572
21573 * recentf.el (recentf-track-opened-file)
21574 (recentf-track-closed-file, recentf-update-menu)
21575 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21576 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21577 mouse-1-click-follows-link.
21578
21579 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21580
21581 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21582 Gnome file-manager.png. Suggested by
21583 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21584
21585 * toolbar/README: Add diropen.xpm.
21586
21587 2005-10-13 Bill Wohler <wohler@newt.com>
21588
21589 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21590 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
21591
21592 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
21593
21594 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21595 Don't waste the byte-compiler's time on constant data.
21596
21597 2005-10-13 Kenichi Handa <handa@m17n.org>
21598
21599 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21600 byte with `escape-glyph' face.
21601
21602 * international/fontset.el (ccl-encode-unicode-font):
21603 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21604 Handle the case that ucs-mule-to-mule-unicode translates a character to
21605 ASCII (usually for IPA characters).
21606
21607 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21608
21609 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21610 Don't hide the underline of titles if font-lock-mode is disabled.
21611
21612 2005-10-12 Bill Wohler <wohler@newt.com>
21613
21614 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
21615 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21616 files in MH-E-SRC have been updated.
21617 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21618
21619 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21622 (mixal-mode-syntax-table): Add \n as end-comment.
21623 (mixal-operation-codes-alist): Immediately initialize to full value.
21624 (mixal-add-operation-code): Remove.
21625 (mixal-describe-operation-code): Make the arg non-optional.
21626 Use the interactive spec instead.
21627 Use mixal-operation-codes-alist rather than mixal-operation-codes.
21628 (mixal-font-lock-keywords): Don't highlight comments here any more.
21629 (mixal-font-lock-syntactic-keywords): New var.
21630 (mixal-mode): Use it. Fix comment-start-skip.
21631
21632 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21633
21634 * startup.el (command-line-x-option-alist): -nb => -nbi.
21635
21636 2005-10-12 Kim F. Storm <storm@cua.dk>
21637
21638 * startup.el (fancy-splash-default-action): Discard mouse click in
21639 the splash screen window, as it has no sensible meaning in the
21640 next window to be selected. Fixes error reported by Jan D.
21641
21642 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21643
21644 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21645
21646 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21647
21648 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21649 Try to fix up minor layout issues like indentation, line break, etc...
21650 (mixal-mode-syntax-table): Don't try to specify comment syntax,
21651 because it doesn't work.
21652 (mixal-operation-codes): Add some more codes.
21653 (mixal-font-lock-keywords): Process comments here.
21654 (mixal-mode): mixasm no longer needs -g option.
21655
21656 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
21657
21658 * progmodes/sh-script.el (sh-tmp-file):
21659 Use mktemp -t. Finish support for es and rc shells.
21660
21661 2005-10-11 Jay Belanger <belanger@truman.edu>
21662
21663 * calc/calcalg2.el (calc-integral): With an argument, compute the
21664 definite integral.
21665
21666 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
21667
21668 * mouse.el (mouse-drag-region-1): Don't try to catch a
21669 double-click when doing follow-link (it's overridden anyway).
21670
21671 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
21672
21673 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21674 (autoload-print-form-outbuf): Add docstring.
21675
21676 2005-10-11 Juri Linkov <juri@jurta.org>
21677
21678 * info.el (Info-mode-menu): Delete menu item "Edit".
21679 (Info-mode): Delete description of Info-edit from docstring,
21680 and rearrange descriptions of Info commands in the order
21681 they are documented in the Info manual.
21682
21683 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21684
21685 * calendar/appt.el (appt-check): Use diary-selective-display var.
21686
21687 2005-10-10 Richard M. Stallman <rms@gnu.org>
21688
21689 * net/newsticker.el (newsticker-start, newsticker-show-news):
21690 Add autoload cookies.
21691
21692 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21693
21694 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21695
21696 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21697
21698 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21699
21700 2005-10-10 Jay Belanger <belanger@truman.edu>
21701
21702 * calc/calc-arith.el (math-check-known-scalarp)
21703 (math-check-known-matrixp): Check the values of arguments that are
21704 variables.
21705 (math-check-known-square-matrixp): New function.
21706 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21707 (math-super-types): Add sqmatrix type.
21708
21709 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21710 mode name `square' to `sqmatrix'.
21711
21712 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21713 mode name `square' to `sqmatrix'.
21714
21715 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21716
21717 * progmodes/etags.el (select-tags-table-mode): Don't use
21718 selective-display.
21719 (tags-select-tags-table): Pass `button' to the action function.
21720 (select-tags-table): Place the side-info on button properties rather
21721 than in hidden text. Abbreviate file names.
21722 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21723 (select-tags-table-select): Add `button' argument.
21724 Get side-info from the button property rather than from hidden text.
21725
21726 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
21727
21728 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21729 (gud-speedbar-buttons): Preserve point if possible.
21730 (gud-sentinel): Restore previous speedbar display type.
21731
21732 * progmodes/gdb-ui.el (gdba): Improve diagram.
21733 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21734 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21735 Call get-buffer-window once.
21736
21737 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21738
21739 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21740 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21741 (pascal-indent-command): Remove unused var `ind'.
21742 (pascal-indent-case): Remove unused var `oldpos'.
21743 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21744 since it's now used as a proper minor mode map.
21745 (pascal-outline): Rename to pascal-outline-mode.
21746 (pascal-outline-mode): Use define-minor-mode.
21747 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21748 selective-display.
21749
21750 2005-10-10 Andreas Schwab <schwab@suse.de>
21751
21752 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21753 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
21754
21755 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21756 outside source directory.
21757
21758 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
21759
21760 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21761 C-x' as a prefix.
21762 (orgtbl-mode-map): Full keymap instead of sparse, because all
21763 `self-insert-command' keys are redefined in this map.
21764 (org-export-as-html): Specify charset for HTML file, by taking it
21765 from the coding system.
21766
21767 2005-10-10 Kenichi Handa <handa@m17n.org>
21768
21769 * textmodes/flyspell.el (flyspell-check-word-p):
21770 If unread-command-events is non-empty, don't call sit-for.
21771
21772 2005-10-09 Richard M. Stallman <rms@gnu.org>
21773
21774 * font-lock.el (font-lock-syntactic-keywords)
21775 (font-lock-keywords): Doc fixes.
21776
21777 * textmodes/flyspell.el (flyspell-external-point-words):
21778 Simplify logic, and don't try to check for consecutive appearances
21779 of one incorrect word.
21780
21781 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
21782
21783 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21784 separator.
21785
21786 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21787 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21788 (gud-expansion-speedbar-buttons): New function.
21789 (gud-speedbar-buttons): Check for gud-comint-buffer.
21790
21791 2005-10-09 Bill Wohler <wohler@newt.com>
21792
21793 * Makefile.in (updates): Add mh-loaddefs dependency.
21794
21795 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
21796
21797 * speedbar.el (speedbar-file-key-map): Fix typo.
21798
21799 2005-10-09 Daniel Brockman <daniel@brockman.se>
21800
21801 * cus-start.el (line-spacing): Add custom spec.
21802
21803 2005-10-09 Romain Francoise <romain@orebokech.com>
21804
21805 * textmodes/ispell.el (ispell-check-version): Fix last change.
21806
21807 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21808
21809 * term/x-win.el: Remove -i, --icon-type from comment.
21810
21811 * startup.el (command-line-x-option-alist): Remove options -i,
21812 -itype, --icon-type, added -nb, --no-bitmap-icon.
21813
21814 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
21815
21816 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21817 instead of :active.
21818
21819 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
21820
21821 * textmodes/ispell.el (ispell-check-version):
21822 Ignore hyphen, and all that follows, in aspell's version text.
21823
21824 2005-10-08 Jay Belanger <belanger@truman.edu>
21825
21826 * calc/calc-arith.el (math-known-square-matrixp): New function.
21827 (math-pow-fancy): Check for matrices before distributing exponent
21828 across products.
21829
21830 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21831 fullscreen keypad. Suggested by Luc Teirlinck.
21832 (calc-keypad-show-input): Add space for formatting.
21833
21834 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21835 Add square matrix option.
21836
21837 * calc/calc-poly.el (math-expand-term): Check for matrices instead
21838 of checking calc-matrix-mode when deciding how to expand.
21839
21840 * calc/calc.el (calc-set-mode-line): Add square matrix option.
21841
21842 2005-10-08 Lars Hansen <larsh@soem.dk>
21843
21844 * net/tramp.el (tramp-perl-directory-files-and-attributes):
21845 Add error handling.
21846 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21847
21848 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
21849
21850 Sync with Tramp 2.0.51.
21851
21852 * net/tramp.el (tramp-handle-set-visited-file-modtime)
21853 (tramp-handle-insert-file-contents, tramp-handle-write-region):
21854 Insert special handling for `last-coding-system-used', again
21855 it still seems to be necessary (unlike stated before).
21856 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21857 (tramp-password-prompt-regexp): There might be other words before
21858 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21859 (tramp-chunksize): Improve docstring.
21860 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21861 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
21862 Christian Joergensen <bugs@razor.dk>.
21863
21864 2005-10-07 Glenn Morris <rgm@gnu.org>
21865
21866 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21867 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21868 precision'.
21869
21870 2005-10-07 Romain Francoise <romain@orebokech.com>
21871
21872 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21873 (ibuffer-do-shell-command-pipe-replace)
21874 (ibuffer-do-shell-command-file, ibuffer-do-eval)
21875 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21876 (ibuffer-do-revert, ibuffer-do-replace-regexp)
21877 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21878 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21879 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21880 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21881 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21882 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21883 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21884 Autoload file sans suffix.
21885
21886 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21887
21888 2005-10-07 David Ponce <david@dponce.com>
21889
21890 * recentf.el (recentf-menu-open-all-flag): New option.
21891 (recentf-digit-shortcut-command-name): New function.
21892 (recentf--shortcuts-keymap): New variable.
21893 (recentf-menu-shortcuts): New variable.
21894 (recentf-make-menu-items): Initialize it. Replace the "More..."
21895 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21896 (recentf-menu-value-shortcut): New function.
21897 (recentf-make-menu-item): Use it. No more in-lined.
21898 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21899 (recentf-open-most-recent-file): Rename from
21900 `recentf-open-file-with-key'. Don't depend on key binding.
21901 (recentf-mode-map): New variable.
21902 (recentf-mode): Use it.
21903
21904 2005-10-06 Bill Wohler <wohler@newt.com>
21905
21906 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
21907
21908 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21909 (MH-E-SRC): New. Used by mh-autoloads.
21910 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21911 files in MH-E-SRC have been updated.
21912 (compile, recompile, bootstrap): Depend on mh-autoloads.
21913
21914 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
21915
21916 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21917 gud-break and gud-remove icons when the fringe is not available.
21918
21919 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21920 Typo.
21921
21922 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21923
21924 * play/zone.el (zone): Wrap body with save-window-excursion.
21925
21926 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
21927
21928 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21929 Use the new `list-only' arg to diary-list-entries.
21930
21931 * calendar/diary-lib.el: Use overlays rather than selective-display.
21932 (diary-selective-display): New var.
21933 (diary-header-line-format): Use it.
21934 (diary-list-entries): Add argument `list-only'.
21935 Put the buffer in diary-mode. Don't add \^M at beg and end.
21936 Replace \^M by invisible overlays.
21937 (diary-unhide-everything): Replace \^M by invisible overlays.
21938 (print-diary-entries): Look for overlays rather than \^M.
21939 Add a space to the temp buffer name.
21940 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21941 Put the buffer in diary-mode.
21942 (list-sexp-diary-entries): Replace \^M by invisible overlays.
21943 (diary-anniversary): Make the year arg optional.
21944 (diary-time-regexp): New const.
21945 (diary-font-lock-keywords): Use it to accept a few more time formats.
21946
21947 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21948
21949 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
21950
21951 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21952 Fix bug introduced 2005-07-03: Use (car (last ...))
21953 to faithfully reproduce replaced artist-last.
21954 (artist-set-arrow-points-for-poly): Likewise.
21955 Suggested by Johan Bockg\e,Ae\e(Brd.
21956
21957 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
21958
21959 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21960 * wid-edit.el (widget):
21961 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21962 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21963
21964 2005-10-06 Kenichi Handa <handa@m17n.org>
21965
21966 * international/mule-cmds.el (set-language-environment):
21967 Fix setting up of case-table for unibyte mode.
21968
21969 * simple.el (what-cursor-position): If the character is displayed
21970 by some `display' text property, show that. Don't use
21971 single-key-description for eight-bit characters in multibyte mode.
21972
21973 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
21974
21975 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21976 (gdb-ann3): Set it.
21977 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21978 (gdb-info-frames-custom): Use inverse-video for first five
21979 characters of selected frame only.
21980 (gdb-get-frame-number): Select frame even when point is on frame
21981 number.
21982
21983 2005-10-06 Masatake YAMATO <jet@gyve.org>
21984
21985 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21986 Put `font-lock-function-name-face'.
21987 (gdb-info-frames-custom): Put `font-lock-function-name-face'
21988 and `font-lock-variable-name-face'
21989 (gdb-registers-font-lock-keywords): New font lock keywords definition.
21990 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21991 (gdb-memory-font-lock-keywords): New font lock keywords definition.
21992 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21993 (gdb-local-font-lock-keywords): New font lock keywords definition.
21994 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21995 (gdb-threads-font-lock-keywords): New font lock keywords definition.
21996 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21997
21998 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
21999
22000 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22001 (ediff-merge-region-is-non-clash-to-skip): Previously called
22002 ediff-merge-region-is-non-clash.
22003
22004 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22005 Use insert-buffer-substring.
22006
22007 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22008 selecting files to patch. Also bug fixes.
22009
22010 * ediff-util.el (ediff-setup): Bug fix.
22011 (ediff-next-difference): Never skip clashes that differ in white
22012 space only.
22013
22014 * ediff-wind.el (ediff-setup-control-frame)
22015 (ediff-destroy-control-frame): Check the menubar feature.
22016
22017 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22018 (viper-refresh-mode-line): Use make-local-variable to localize
22019 some vars instead of make-variable-buffer-local. Suggested by
22020 Stefan Monnier.
22021
22022 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22023 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22024 Use make-local-variable instead of make-variable-buffer-local.
22025 Suggested by Stefan Monnier.
22026
22027 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22028 (viper-comint-mode-hook): Use make-local-variable on
22029 require-final-newline.
22030 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22031
22032 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22035 also the second char of a comment-start sequence.
22036 (scheme-sexp-comment-syntax-table): New var.
22037 (lambda, define): Set their scheme-doc-string-elt property.
22038 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22039 Use lisp-font-lock-syntactic-face-function now that it properly
22040 handles |...| symbols.
22041 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22042 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22043
22044 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22045 bit from # to |.
22046 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22047
22048 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22049 (lisp-doc-string-elt-property): New var.
22050 (lisp-font-lock-syntactic-face-function): Use it.
22051 Rewrite to recognize docstrings even for forms not at toplevel.
22052
22053 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22054 annotation on the | part of #| rather than on the # part.
22055 (scheme-font-lock-syntactic-face-function): New function, to
22056 distinguish strings from |...| symbols.
22057 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22058 syntax-table so that #|...|# is properly highlighted.
22059
22060 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22061 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22062
22063 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22064
22065 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22066 and C-e.
22067
22068 * emacs-lisp/eldoc.el: Move comments into docstrings.
22069 (eldoc-message-commands): Initialize in its declaration.
22070 Add move-beginning-of-line and move-end-of-line.
22071 (eldoc-add-command, eldoc-add-command-completions)
22072 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22073
22074 * outline.el (outline-mark-subtree): Activate the mark.
22075
22076 * calendar/appt.el (appt-time-regexp): New var.
22077 (appt-add, appt-make-list): Use it.
22078 (appt-convert-time): Clean up.
22079
22080 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22081 Don't set any syntax-table property here.
22082 (tex-font-lock-verb): New function. Do it here.
22083 (tex-font-lock-syntactic-keywords): Use it.
22084
22085 2005-10-04 Richard M. Stallman <rms@gnu.org>
22086
22087 * wid-edit.el (widget-file-complete): Get the widget start point
22088 the right way. Default directory to `/' if file has none.
22089
22090 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22091
22092 * textmodes/flyspell.el (flyspell-mode-on):
22093 Call ispell-maybe-find-aspell-dictionaries.
22094
22095 * textmodes/ispell.el (ispell-word, ispell-region):
22096 Call ispell-maybe-find-aspell-dictionaries.
22097 (ispell-accept-buffer-local-defs):
22098 Don't call ispell-maybe-find-aspell-dictionaries.
22099
22100 2005-10-04 Richard M. Stallman <rms@gnu.org>
22101
22102 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22103
22104 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22105
22106 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22107 instead of `fboundp' in order to allow for anonymous functions.
22108
22109 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
22110
22111 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22112 case the user clicks on the link while another window is selected.
22113 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22114
22115 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22116 functionality.
22117 (dframe-help-echo): Save point in case mouse tracking is off.
22118
22119 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22120
22121 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22122
22123 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22124
22125 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22126 not change the global value of those vars.
22127
22128 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22129 make-local-variable which we do not need any more.
22130
22131 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
22132
22133 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22134 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22135 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22136 (speedbar-path-line): Define obsolete aliases.
22137 (speedbar-line-directory): Doc fix.
22138
22139 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22140 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22141 instead of speedbar-line-path.
22142
22143 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22144
22145 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22146 to nil if dropping on a window. Handle dropping on a minibuffer window
22147 like dropping on a non-window part of Emacs.
22148
22149 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22150
22151 * net/ange-ftp.el: Use with-current-buffer.
22152 (ange-ftp-insert-directory): Do not follow symlinks any more.
22153
22154 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22155 Remove interactive spec.
22156
22157 2005-10-03 Kim F. Storm <storm@cua.dk>
22158
22159 * ido.el (ido-mode): Use custom-initialize-set.
22160
22161 2005-10-02 Richard M. Stallman <rms@gnu.org>
22162
22163 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22164 Use insert-buffer-substring.
22165
22166 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22167 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22168
22169 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22170
22171 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22172 in last change.
22173 (ange-ftp-insert-directory): Fix up the search for the case where
22174 `file' is absolute.
22175
22176 2005-10-02 Romain Francoise <romain@orebokech.com>
22177
22178 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22179
22180 2005-10-02 Andreas Schwab <schwab@suse.de>
22181
22182 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22183 directory component in the session info.
22184
22185 2005-10-01 Richard M. Stallman <rms@gnu.org>
22186
22187 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22188
22189 * simple.el (next-error-internal): New function.
22190
22191 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22192 (compilation-start): Pass new arg to compilation-buffer-name.
22193 (compile-goto-error): Use next-error-internal.
22194
22195 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22196
22197 * speedbar.el: Remove RCS tag.
22198 (speedbar-check-read-only): Handle non-existent files.
22199
22200 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22201
22202 * info.el (Info-speedbar-hierarchy-buttons)
22203 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22204
22205 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22206
22207 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22208 Do not match newline.
22209 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22210 (bibtex-summary): Remove unnecessary save-excursion.
22211 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22212
22213 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22214
22215 * term/mac-win.el: Add charset info for "iso10646-1".
22216 Modify default fontset to use ATSUI-compatible fonts for some charsets
22217 if available.
22218
22219 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22220
22221 * speedbar.el: Re-apply arch tag.
22222 (speedbar-version): Rename to version 1.0. Suggested by Eric
22223 M. Ludlam.
22224 Reapply two changes from Emacs CVS' version of speedbar lost
22225 during the merge:
22226 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22227 (speedbar-frame-parameters): Improve customize type.
22228
22229 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
22230
22231 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22232 (ange-ftp-file-directory-p): Fix the symlink case.
22233 (ange-ftp-insert-directory): When listing a single file, get a list of
22234 the parent buffer and extract the relevant line. Inspired from a patch
22235 by Katsumi Yamaoka <yamaoka@jpl.org>.
22236 (ange-ftp-file-name-sans-versions): Simplify.
22237
22238 2005-09-30 Bill Wohler <wohler@newt.com>
22239
22240 Move MH-E image files from toolbar and mail directories into
22241 etc/images.
22242
22243 * mail/reply2.*: Move to etc/images/mail/reply*.
22244
22245 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22246 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22247 etc/images.
22248
22249 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22250 * toolbar/reply*: Move to etc/images/mail.
22251
22252 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22253
22254 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
22255
22256 * speedbar.el: New version 1.0pre3.
22257
22258 Frame management code (including timer, and mouse click specifics)
22259 moved to dframe.el:
22260 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
22261 (speedbar-timer): Removed. Use dframe-timer.
22262 (speedbar-close-frame): Removed. Use dframe-close-frame.
22263 (speedbar-activity-change-focus-flag): Removed. Use
22264 dframe-activity-change-focus-flag.
22265 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
22266 dframe-update-speed.
22267
22268 (speedbar-current-frame): New macro. Use this instead of the
22269 variable speedbar-frame.
22270
22271 (speedbar-use-images, speedbar-expand-image-button-alist)
22272 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22273
22274 (speedbar-find-image-on-load-path): Removed. Replaced by
22275 defezimage in ezimage.el.
22276 (speedbar-expand-image-button-alist): Removed. Replaced by
22277 ezimage-expand-image-button-alist in ezimage.el.
22278
22279 (speedbar-ignored-directory-regexp)
22280 (speedbar-add-ignored-directory-regexp)
22281 (speedbar-ignored-directory-expressions)
22282 (speedbar-line-directory, speedbar-buffers-line-directory)
22283 (speedbar-directory-line, speedbar-buffers-line-directory):
22284 Renamed, replacing `path' with `directory'.
22285
22286 (speedbar-create-directory, speedbar-expand-line-descendants)
22287 (speedbar-toggle-line-expansion)
22288 (speedbar-contract-line-descendants): New commands.
22289
22290 (speedbar-query-confirmation-method, speedbar-select-frame-method)
22291 (speedbar-use-tool-tips-flag): New options.
22292
22293 (speedbar-check-read-only, speedbar-require-version)
22294 (speedbar-insert-separator, speedbar-buffers-tail-notes)
22295 (speedbar-handle-delete-frame, speedbar-try-completion)
22296 (speedbar-update-localized-contents): New functions.
22297
22298 (speedbar-incompatible-version, speedbar-ro-to-do-point)
22299 (speedbar-object-read-only-indicator): New variables.
22300
22301 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22302 New hooks.
22303
22304 (speedbar-separator-face): New face.
22305
22306 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22307 (speedbar-ignored-modes): Add fundamental-mode.
22308 (speedbar-directory-unshown-regexp): Add . directories.
22309
22310 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22311 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22312 `]' for full expand/close.
22313 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22314
22315 (speedbar-check-vc): Support hidden files.
22316 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22317 (speedbar-this-file-in-vc): Use vc-state if available. If VC
22318 state is nil, it is not checked out.
22319
22320 (speedbar-line-text, speedbar-line-token): Support expand buttons
22321 with no text.
22322 (speedbar-refresh): Universal argument acts as power-click.
22323 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22324 that buffer to get variable values.
22325
22326 And many other bugfixes.
22327
22328 * dframe.el, ezimage.el, sb-image.el: New files.
22329
22330 * sb-*.xpm: Remove files. New image files installed into
22331 etc/images/ezimage.
22332
22333 2005-09-30 Kenichi Handa <handa@m17n.org>
22334
22335 * ps-mule.el (ps-mule-show-warning): If a character is in
22336 ps-print-translation-table, don't treat it as non-printable.
22337
22338 2005-09-30 David Ponce <david@dponce.com>
22339
22340 * tree-widget.el (tree-widget-themes-load-path): New variable.
22341 (tree-widget-themes-directory): Doc fix.
22342 (tree-widget-image-formats) [Emacs]: Doc fix.
22343 (tree-widget--locate-sub-directory): New function.
22344 (tree-widget-themes-directory): Use it.
22345
22346 * recentf.el (recentf-filename-handlers): Rename from
22347 `recentf-filename-handler'. Allow a list of functions.
22348 (recentf-menu-items-for-commands): Fix :help strings.
22349 (recentf-apply-filename-handlers): New function.
22350 (recentf-expand-file-name): Use it.
22351 (recentf-cleanup): Remove duplicates too.
22352
22353 2005-09-29 Juri Linkov <juri@jurta.org>
22354
22355 * faces.el: Rearrange face definitions to be in the same order as
22356 their face descriptions in "(emacs)Standard Faces".
22357
22358 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22359
22360 * tooltip.el (tooltip): Add group `basic-faces'.
22361
22362 * buff-menu.el (Buffer-menu-buffer): Remove group
22363 `font-lock-highlighting-faces'.
22364
22365 * progmodes/compile.el (compilation-error, compilation-warning)
22366 (compilation-info, compilation-line-number, compilation-column-number):
22367 Change group from `font-lock-highlighting-faces' to `compilation'.
22368
22369 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22370 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22371 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22372 (vhdl-font-lock-reserved-words-face)
22373 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22374 `font-lock-highlighting-faces'.
22375
22376 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22377
22378 2005-09-28 Kim F. Storm <storm@cua.dk>
22379
22380 * emulation/cua-base.el: Set CUA move property on additional commands:
22381 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22382 forward-sexp, backward-sexp, forward-list, backward-list.
22383
22384 2005-09-28 Romain Francoise <romain@orebokech.com>
22385
22386 * comint.el (comint-show-output): Really set point at the
22387 beginning of the output when not using `comint-use-prompt-regexp'.
22388
22389 2005-09-27 Jay Belanger <belanger@truman.edu>
22390
22391 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22392 in TeX mode.
22393
22394 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
22395
22396 * textmodes/org.el (org-table-sum): Fix format string.
22397
22398 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22399 Quote face names.
22400
22401 2005-09-26 Romain Francoise <romain@orebokech.com>
22402
22403 * isearch.el (isearch-forward-regexp): Close doc string.
22404
22405 2005-09-25 Richard M. Stallman <rms@gnu.org>
22406
22407 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22408
22409 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22410
22411 * progmodes/compile.el (compilation-error-properties):
22412 When getting the file from the previous error message,
22413 correctly decode the new data format.
22414
22415 * progmodes/cc-cmds.el (c-electric-paren):
22416 Call old-blink-paren only for close-paren.
22417
22418 2005-09-24 Andreas Schwab <schwab@suse.de>
22419
22420 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22421 condition.
22422
22423 2005-09-25 Romain Francoise <romain@orebokech.com>
22424
22425 * dired-aux.el (dired-copy-file-recursive):
22426 * dired.el (dired-delete-file):
22427 * ediff-mult.el (ediff-dir-diff-copy-file):
22428 * ediff-util.el (ediff-test-save-region):
22429 * forms.el (forms-mode):
22430 * ido.el (ido-file-internal, ido-delete-file-at-head):
22431 * log-edit.el (log-edit-done):
22432 * ses.el (ses-yank-resize):
22433 * play/gomoku.el (gomoku-human-plays, gomoku)
22434 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22435 (gomoku-offer-a-draw):
22436 * play/landmark.el (lm-human-resigns, lm):
22437 * net/eudcb-ldap.el (eudc-ldap-check-base):
22438 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22439 * progmodes/ebrowse.el (ebrowse-find-pattern):
22440 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22441 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22442 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22443
22444 * vc.el (vc-delete-file):
22445 * play/gomoku.el (gomoku-terminate-game, gomoku)
22446 (gomoku-prompt-for-move, gomoku-human-takes-back):
22447 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22448 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22449
22450 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22451
22452 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22453 color rxvt terminals by using the code xterm.el used to use before
22454 2005-04-09 in order to match the colors used by rxvt.
22455
22456 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22457
22458 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22459 colors rxvt-unicode terminals by using the same code as xterm.el.
22460
22461 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22462
22463 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22464 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22465 new symbol used for the tex-verbatim face.
22466
22467 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
22468
22469 * woman.el (woman-file-name):
22470 * wid-edit.el (widget-file-prompt-value)
22471 (widget-coding-system-prompt-value):
22472 * w32-fns.el (set-w32-system-coding-system):
22473 * vc.el (vc-version-diff, vc-annotate):
22474 * textmodes/reftex-auc.el (reftex-arg-cite)
22475 (reftex-arg-index-tag):
22476 * textmodes/refer.el (refer-get-bib-files):
22477 * textmodes/artist.el (artist-figlet-choose-font):
22478 * terminal.el (terminal-emulator):
22479 * replace.el (occur-read-primary-args):
22480 * rect.el (string-rectangle, string-insert-rectangle):
22481 * ps-print.el (ps-print-preprint):
22482 * progmodes/pascal.el (pascal-goto-defun):
22483 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22484 * progmodes/compile.el (compilation-find-file):
22485 * printing.el (pr-interactive-n-up):
22486 * play/animate.el (animate-birthday-present):
22487 * net/rcompile.el (remote-compile):
22488 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22489 * mail/rmailsum.el (rmail-summary-search-backward)
22490 (rmail-summary-search):
22491 * mail/rmailout.el (rmail-output-read-rmail-file-name)
22492 (rmail-output-read-file-name):
22493 * mail/rmail.el (rmail-search, rmail-search-backwards):
22494 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22495 * locate.el (locate):
22496 * international/quail.el (quail-show-keyboard-layout):
22497 * international/mule.el (set-buffer-file-coding-system)
22498 (revert-buffer-with-coding-system, set-file-name-coding-system)
22499 (set-terminal-coding-system, set-keyboard-coding-system)
22500 (set-next-selection-coding-system):
22501 * international/mule-diag.el (describe-coding-system)
22502 (describe-font, describe-fontset):
22503 * international/mule-cmds.el (universal-coding-system-argument)
22504 (search-unencodable-char, describe-input-method)
22505 (set-language-environment, describe-language-environment):
22506 * international/codepage.el (codepage-setup):
22507 * international/code-pages.el (codepage-setup):
22508 * info.el (Info-search, Info-follow-reference)
22509 (Info-search-backward):
22510 * emacs-lisp/advice.el (ad-read-advised-function)
22511 (ad-read-advice-class, ad-clear-cache, ad-activate)
22512 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22513 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22514 (ad-read-regexp):
22515 * ediff-util.el (ediff-toggle-regexp-match):
22516 * ediff-ptch.el (ediff-prompt-for-patch-file):
22517 * dired-aux.el (dired-diff):
22518 * diff.el (diff):
22519 * cus-edit.el (custom-variable-prompt):
22520 * calendar/timeclock.el (timeclock-ask-for-project):
22521 * calc/calcalg3.el (calc-get-fit-variables):
22522 * calc/calc-store.el (calc-edit-variable)
22523 (calc-permanent-variable):
22524 * vc-mcvs.el (vc-mcvs-register):
22525 * shadowfile.el (shadow-define-literal-group):
22526 * woman.el (woman-file-name):
22527 * vc.el (vc-version-diff, vc-merge):
22528 * textmodes/reftex-index.el (reftex-index-complete-tag):
22529 * format.el (format-decode-buffer, format-decode-region):
22530 * emulation/viper-cmd.el (viper-read-string-with-history):
22531 * emacs-lisp/debug.el (cancel-debug-on-entry):
22532 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22533 * ediff.el (ediff-merge-revisions)
22534 (ediff-merge-revisions-with-ancestor, ediff-revision):
22535 * completion.el (interactive-completion-string-reader):
22536 * calc/calc-prog.el (calc-user-define-formula):
22537 Follow convention for reading with the minibuffer.
22538
22539 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
22540
22541 * progmodes/python.el (python-describe-symbol): Add globals() and
22542 locals() to the arguments of emacs.ehelp.
22543
22544 2005-09-24 Magnus Henoch <mange@freemail.hu>
22545
22546 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22547 New function, code extracted from ispell-valid-dictionary-list.
22548 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22549 Call it.
22550
22551 2005-09-24 Eli Zaretskii <eliz@gnu.org>
22552
22553 * subr.el (version-regexp-alist): Extend valid syntax for version
22554 strings: allow any of the characters -,_,+ to separate the
22555 alpha/beta/rc part from the version part. Doc fix.
22556 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
22557
22558 2005-09-23 David Reitter <david.reitter@gmail.com>
22559
22560 * mail/mailclient.el: New file.
22561
22562 2005-09-23 Richard M. Stallman <rms@gnu.org>
22563
22564 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22565 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22566 Doc fixes.
22567
22568 * progmodes/cc-mode.el (c-font-lock-init):
22569 Specify font-lock-lines-before.
22570
22571 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
22572
22573 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22574 whole conflict.
22575
22576 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
22577
22578 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22579 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
22580 of `remap' feature when available. Additional key bindings for
22581 better tty support.
22582 (org-mode-restart, org-force-self-insert): New commands.
22583 (org-time-stamp-inactive): New command.
22584 (org-remap): New function.
22585 (org-table-auto-blank-field, org-level-color-stars-only): New options.
22586 (org-enable-fixed-width-editor): Move to `org-structure'
22587 customization group.
22588 (org-self-insert-command, orgtbl-self-insert-command): Modify to
22589 blank field after field motion commands.
22590
22591 2005-09-23 Kenichi Handa <handa@m17n.org>
22592
22593 * international/mule-cmds.el (set-language-environment):
22594 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22595 have to call utf-translate-cjk-load-tables.
22596
22597 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
22598
22599 * mouse.el (mouse-move-drag-overlay): Fix last change.
22600
22601 2005-09-22 David Ponce <david@dponce.com>
22602
22603 * tree-widget.el (tree-widget-value-create): Fix previous change.
22604
22605 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22606
22607 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22608
22609 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22610
22611 * mouse.el (mouse-move-drag-overlay): New function.
22612 (mouse-drag-region-1): Use it.
22613 Try to simplify a bit the state handling. Handle clicks on links
22614 inside intangible areas.
22615 (mouse-save-then-kill): Minor simplification.
22616 (mouse-secondary-overlay): Make it always non-nil instead of
22617 recreating it each time.
22618 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22619 (mouse-kill-secondary, mouse-secondary-save-then-kill):
22620 Simplify accordingly.
22621
22622 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22623
22624 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22625
22626 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
22627
22628 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22629 (ediff-file-name-sans-prefix): Treat nil as an empty string.
22630 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22631 to patch.
22632
22633 * ediff-util.el: Use insert-buffer-substring.
22634
22635 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22636
22637 * emulation/viper-cmd.el (viper-change-state): Don't move over the
22638 field boundaries in the minibuffer.
22639 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22640 (viper-minibuffer-post-command-hook): New hook.
22641 (viper-line): Don't move cursor at bolp.
22642
22643 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22644
22645 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22646 avoid compiler warnings.
22647
22648 * emulation/viper-macs.el (ex-map): Better messages.
22649
22650 * emulation/viper-utils.el (viper-beginning-of-field): New function.
22651
22652 * emulation/viper.el: Replace make-variable-buffer-local with
22653 viper-make-variable-buffer-local everywhere, to avoid warnings.
22654
22655 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22658 Delete unused var `old-selected-window'.
22659 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22660 (mouse-drag-secondary): Delete unused var `start-frame'.
22661
22662 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22663
22664 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22665
22666 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22667
22668 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22669 Re-indent within 80 columns. Use inhibit-read-only.
22670
22671 2005-09-19 Romain Francoise <romain@orebokech.com>
22672
22673 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22674
22675 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22676
22677 * font-lock.el (font-lock-default-fontify-region): Don't add a line
22678 unconditionally, since the after-change-function already did it.
22679
22680 2005-09-19 Miles Bader <miles@gnu.org>
22681
22682 * net/newsticker.el: Get rid of CVS keyword.
22683
22684 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22685
22686 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22687 The prompt is formatted later.
22688
22689 2005-09-19 David Ponce <david@dponce.com>
22690
22691 * tree-widget.el (tree-widget-value-create): Save the converted
22692 tree :node widget.
22693
22694 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
22695
22696 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22697 variable `message'.
22698
22699 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
22700
22701 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22702 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22703 <slawomir.nowaczyk.847@student.lu.se>.
22704
22705 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
22706
22707 * image.el (image-load-path): Use symbol `data-directory' instead
22708 of its value, for backward compatibility with packages that bind
22709 it during `find-image'. Suggested by Katsumi Yamaoka.
22710 (image-search-load-path): Handle symbols whose values are strings.
22711
22712 2005-09-18 Romain Francoise <romain@orebokech.com>
22713
22714 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22715 with-current-buffer form in save-excursion.
22716
22717 2005-09-18 Deepak Goel <deego@gnufans.org>
22718
22719 * apropos.el (apropos-command): Fix `message' call: first arg
22720 should be a format spec. In this and all other cases that appear
22721 below and elsewhere in the source code, I made a change only when
22722 two conditions were satisfied: [1] I can think of a possibility
22723 that the arguments would cause an error, for example, the code in
22724 question relies on external variables such as filenames. [2] I
22725 was sure that the arg to `message' could not have been nil in the code.
22726
22727 * textmodes/tildify.el (tildify-region): Ditto.
22728
22729 * textmodes/reftex-index.el (reftex-index-change-entry)
22730 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22731 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22732 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22733 (org-priority, org-table-sum):
22734 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22735 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22736 (flyspell-word, flyspell-display-next-corrections):
22737 * textmodes/bibtex.el (bibtex-print-help-message):
22738 * textmodes/artist.el (artist-key-set-point-poly):
22739 * term/mac-win.el (mac-services-insert-text):
22740 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22741 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22742 (vhdl-port-paste-testbench, vhdl-compose-new-component)
22743 (vhdl-compose-configuration):
22744 * progmodes/sh-script.el (sh-blink, sh-show-indent)
22745 (sh-set-indent, sh-learn-line-indent):
22746 * progmodes/ps-mode.el (ps-mode-target-column):
22747 * progmodes/idlwave.el (idlwave-make-tags)
22748 (idlwave-scan-library-catalogs):
22749 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22750 * progmodes/gud.el (gud-jdb-analyze-source):
22751 * progmodes/flymake.el (flymake-log):
22752 * progmodes/ebnf2ps.el (ebnf-generate-region):
22753 * progmodes/cmacexp.el (c-macro-expansion):
22754 * progmodes/ada-xref.el (ada-treat-cmd-string):
22755 * progmodes/ada-mode.el (ada-create-case-exception-substring)
22756 (ada-justified-indent-current, ada-batch-reformat):
22757 * play/zone.el (zone):
22758 * play/landmark.el (lm-move):
22759 * play/decipher.el (decipher-show-alphabet):
22760 * net/newsticker.el (newsticker--display-jump)
22761 (newsticker--display-scroll):
22762 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22763 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22764 * mail/feedmail.el (feedmail-dump-message-to-queue):
22765 * eshell/esh-proc.el (eshell-remove-process-entry):
22766 * emulation/ws-mode.el (ws-last-error):
22767 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22768 (viper-record-kbd-macro):
22769 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22770 * emacs-lisp/lisp-mnt.el (lm-report-bug):
22771 * emacs-lisp/find-func.el (find-function-noselect):
22772 * calendar/timeclock.el (timeclock-status-string)
22773 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22774 (timeclock-when-to-leave-string):
22775 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22776 * calc/calc-units.el (calc-enter-units-table):
22777 * calc/calc-mode.el (calc-mode-record-mode):
22778 * woman.el (woman-mini-help):
22779 * wdired.el (wdired-change-to-wdired-mode):
22780 * vc.el (vc-retrieve-snapshot):
22781 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22782 * startup.el (display-startup-echo-area-message):
22783 * simple.el (set-goal-column):
22784 * ses.el (ses-command-hook, ses-recalculate-cell):
22785 * server.el (server-process-filter):
22786 * printing.el (pr-interface-txt-print, pr-interface-printify)
22787 (pr-interface-ps):
22788 * pcvs.el (cvs-help):
22789 * log-edit.el (log-edit, log-edit-mode-help):
22790 * iswitchb.el (iswitchb-possible-new-buffer):
22791 * isearch.el (isearch-edit-string):
22792 * image-mode.el (image-mode, image-minor-mode):
22793 * ibuf-macs.el (define-ibuffer-filter):
22794 * hi-lock.el (hi-lock-find-patterns):
22795 * files.el (toggle-read-only):
22796 * ediff-util.el (ediff-copy-diff)
22797 (ediff-write-merge-buffer-and-maybe-kill):
22798 * echistory.el (Electric-history-undefined):
22799 * dnd.el (dnd-insert-text):
22800 * dired-aux.el (dired-query):
22801 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22802 * bookmark.el (bookmark-bmenu-locate):
22803 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22804 Fix `message' calls to ensure first arg is a format string.
22805 The change was made only when these two conditions were satisfied:
22806 [1] when there is a possibility that the arguments would cause an error
22807 for example, if the code in question relies on external variables
22808 such as filenames, and
22809 [2] if the arg to `message' could not have been nil in the code.
22810
22811 * pcomplete.el (pcomplete--help): Fix `message' format spec.
22812 Not having a %s would be weird, though not technically wrong.
22813
22814 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22815
22816 * term/mac-win.el (mac-add-charset-info): Doc fix.
22817
22818 2005-09-17 Romain Francoise <romain@orebokech.com>
22819
22820 * shell.el (shell-resync-dirs): Handle echoing processes more
22821 reliably. Don't insert resync command if `comint-process-echoes'
22822 is non-nil.
22823
22824 2005-09-17 Magnus Henoch <mange@freemail.hu>
22825
22826 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22827 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22828 aspell versions >= 0.60.
22829 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22830 only if ispell-aspell-supports-utf8 is non-nil.
22831
22832 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22833
22834 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22835 buffer-local value to lisp-indent-function.
22836
22837 2005-09-17 Milan Zamazal <pdm@zamazal.org>
22838
22839 * progmodes/glasses.el (glasses-make-readable): If
22840 glasses-separator differs from underscore, put appropriate
22841 overlays over underscore characters.
22842 (glasses-convert-to-unreadable): If glasses-separator differs from
22843 underscore, try to convert glasses-separator characters to
22844 underscores.
22845
22846 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
22847
22848 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22849 Use with-syntax-table and dolist.
22850
22851 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
22852
22853 * textmodes/reftex-auc.el:
22854 * textmodes/reftex-cite.el:
22855 * textmodes/reftex-dcr.el:
22856 * textmodes/reftex-global.el:
22857 * textmodes/reftex-parse.el:
22858 * textmodes/reftex-ref.el:
22859 * textmodes/reftex-sel.el:
22860 * textmodes/reftex-toc.el:
22861 * textmodes/reftex-vars.el:
22862 * textmodes/reftex.el: Small changes to remove compiler warnings.
22863
22864 * textmodes/reftex-index.el: Likewise.
22865 (reftex-query-index-phrase): More efficient use of markers.
22866
22867 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
22868
22869 * image.el (image-load-path): New variable.
22870 (image-search-load-path): New function.
22871 (find-image): Search for images in `image-load-path'.
22872
22873 2005-09-15 Richard M. Stallman <rms@gnu.org>
22874
22875 * follow.el: Change Maintainer field.
22876
22877 2005-09-15 David Ponce <david@dponce.com>
22878
22879 * recentf.el (recentf-save-file-modes): New option.
22880 (recentf-save-list): Use it.
22881
22882 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
22883
22884 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22885 (mode-line-mule-info, mode-line-modified): Move bindings from
22886 mouse-3 to mouse-1.
22887
22888 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
22889
22890 * simple.el (sendmail-user-agent-compose): Revert last change.
22891
22892 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
22893
22894 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22895 Use with-current-buffer.
22896 (ange-ftp-gwp-start): Remove unused var `gw-user'.
22897 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22898 (ange-ftp-insert-directory): Remove unused var `short'.
22899 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22900
22901 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22902 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22903
22904 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22905 (check-calendar-holidays, diary-list-entries): Autoload.
22906 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22907 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22908
22909 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22910 which mistakenly removed a call to display-buffer.
22911
22912 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
22913
22914 * obsolete/iso-insert.el: Move to obsolete/ from international/.
22915
22916 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
22917
22918 * progmodes/hideshow.el
22919 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22920 (hs-allow-nesting): New user var.
22921 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22922 (hs-hide-block-at-point): When nesting allowed,
22923 if there is already an overlay in place, delete it.
22924 (hs-safety-is-job-n): Delete func; remove call sites.
22925 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22926 (hs-overlay-at): New func.
22927 (hs-already-hidden-p, hs-show-block): Use it.
22928 (hs-hide-all): Don't pre-clean if nesting allowed.
22929 (hs-show-all): Temporarily disallow
22930 nesting around call to `hs-discard-overlays'.
22931
22932 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
22933
22934 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22935 Delete unused local var.
22936
22937 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
22938
22939 * help-fns.el (describe-categories): "?\ " -> "?\s".
22940 (help-do-arg-highlight): Recognize also ARG-n, as in
22941 `move-to-left-margin' (ARG+n is already recognized). Simplify.
22942
22943 * international/codepage.el (dos-unsupported-char-glyph):
22944 * net/newsticker.el (tool-bar-map, w3-mode-map)
22945 (w3m-minor-mode-map):
22946 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22947 (ent-alist):
22948 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22949
22950 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
22951
22952 * custom.el (custom-push-theme): Handle the case where a symbol is
22953 bound but face properties have not yet been assigned.
22954
22955 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22956 Fix behavior if noerase is `t' and there is no mail buffer.
22957
22958 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22959 if `continue' is nil, rather than signal an error.
22960
22961 2005-09-12 Richard M. Stallman <rms@gnu.org>
22962
22963 * font-lock.el (font-lock-keywords): Add autoload.
22964
22965 * help-fns.el (describe-variable): Rearrange to put source link
22966 in a predictable place.
22967
22968 * net/newsticker.el: New file.
22969
22970 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22971
22972 * calendar/calendar.el (calendar-for-loop): Add edebug info.
22973 (calendar-basic-setup): Use the new nil arg.
22974 (number-of-diary-entries): Move to diary-lib.el.
22975
22976 * calendar/diary-lib.el: Use with-current-buffer, match-string.
22977 (diary-list-entries): Use with-syntax-table and dolist.
22978 Rename from list-diary-entries.
22979 Use number-of-diary-entries if `number' is nil.
22980 (diary, diary-view-entries): Use this new name and new nil arg value.
22981 (number-of-diary-entries): Move from calendar.el.
22982 (diary-unhide-everything): New function.
22983 (include-other-diary-files, fancy-diary-display)
22984 (diary-show-all-entries, make-diary-entry): Use it.
22985 (diary-mail-entries): Use buffer-string.
22986 (mark-diary-entries): Fix long standing paren typo.
22987 (diary-sexp-entry): Use count-lines.
22988 (make-diary-entry): Avoid `previous-line'.
22989 (diary-mode-map): New var.
22990 (diary-mode): Redraw cal after saving. Setup header-line.
22991 (fancy-diary-display-mode): Use local-set-key.
22992
22993 * startup.el (command-line): Try calling various terminal-init-foo-bar
22994 functions by stripping hyphenated suffixes from $TERM.
22995
22996 * files.el (normal-mode): Check boundness of font-lock-keywords.
22997
22998 2005-09-12 Richard M. Stallman <rms@gnu.org>
22999
23000 * progmodes/compile.el: Don't decide a file's directory
23001 until the user actually tries to go there.
23002 (compilation-next-error-function):
23003 Pass compilation-find-file the directory from the file-struct.
23004 (compilation-internal-error-properties): Separate local FILE-STRUCT
23005 from FILE. Doc the args better. Rename arg FMT to FMTS.
23006 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23007 Expand it, and if nil, use default-directory.
23008 (compilation-get-file-structure): Don't mix specified directory
23009 with default directory. Put specified directory into
23010 file-struct. Don't make the file name absolute.
23011
23012 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23013 (compile-command): Add autoload.
23014 (compilation-disable-input): Add autoload.
23015
23016 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23017
23018 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23019 strings of the variables it can override.
23020 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23021 %Q and %q, for fully-qualified domain name and unqualified host name.
23022
23023 2005-09-11 Kim F. Storm <storm@cua.dk>
23024
23025 * emacs-lisp/authors.el (authors-aliases): Update list.
23026 (authors-fixed-entries): Update mldrag.el entry.
23027
23028 2005-09-10 Alan Mackenzie <acm@muc.de>
23029
23030 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23031 from the region narrowed to.
23032
23033 2005-09-10 Magnus Henoch <mange@freemail.hu>
23034
23035 * textmodes/ispell.el (ispell-check-version): Signal an error if
23036 aspell version is less than 0.60.
23037
23038 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23039
23040 * progmodes/octave-inf.el (inferior-octave-startup):
23041 Resync current dir at the end.
23042
23043 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23044
23045 * woman.el (woman-topic-at-point-default):
23046 Rename to woman-use-topic-at-point-default.
23047 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23048 (woman-file-name): Reflect renames above. Automatically use the
23049 word at point as topic if woman-use-topic-at-point is non-nil.
23050 Otherwise offer it as default but don't insert it in the
23051 minibuffer. Also use `test-completion' instead of `assoc' as
23052 suggested by Stefan Monnier.
23053
23054 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23055
23056 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23057 the attempt to do it over Tramp. This is not yet supported.
23058
23059 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23060
23061 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23062 (menu-bar-non-minibuffer-window-p): New functions.
23063 ("Split Window", "Save As..."): Use them.
23064 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23065 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23066 Use menu-bar-menu-frame-live-and-visible-p.
23067 ("Save Buffer", "Insert File", "Open Directory...")
23068 ("Open File...", "Visit New File..."):
23069 Use menu-bar-non-minibuffer-window-p.
23070 (kill-this-buffer-enabled-p, dired <menu-enable>):
23071 Use menu-bar-non-minibuffer-window-p.
23072
23073 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23074
23075 * cus-start.el (all): Don't complain about fringe-related
23076 built-ins if fringes are not supported. Ditto about
23077 selection-related built-ins. Fix the test for GTK-related built-ins.
23078
23079 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23080 ("Postscript Print Buffer", "Print Region", "Save As...")
23081 ("Save", "Insert File...", "Open Directory...")
23082 ("Open File...", "Visit New File..."")
23083 ("Truncate Long Lines in this Buffer"): Don't look at
23084 menu-updating-frame if this display does not support multiple frames.
23085
23086 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23087
23088 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23089
23090 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23091
23092 * woman.el: Format- and whitespace-related changes.
23093
23094 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23095
23096 * woman.el: Fix my email address.
23097
23098 2005-09-08 Richard M. Stallman <rms@gnu.org>
23099
23100 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23101 (sh-mode): Locally set skeleton-pair-default-alist.
23102
23103 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23104
23105 * progmodes/flymake.el: Require `compile' unconditionally.
23106
23107 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23108
23109 * woman.el (woman-file-name): Provide a default, not initial input.
23110
23111 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23112
23113 * font-lock.el (font-lock-support-mode): Doc fix.
23114
23115 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23116
23117 2005-09-08 Richard M. Stallman <rms@gnu.org>
23118
23119 * simple.el (blink-matching-open): Get rid of text props from
23120 the string shown in echo area. Don't permanently set point.
23121 Some rearrangements.
23122
23123 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23124
23125 * recentf.el (recentf-filename-handler): Add custom choice
23126 `abbreviate-file-name'.
23127
23128 * msb.el (msb--very-many-menus): Fix typo.
23129
23130 * disp-table.el (standard-display-european): Don't set
23131 enable-multibyte-characters to nil.
23132
23133 2005-09-08 David Ponce <david@dponce.com>
23134
23135 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23136 (recentf-expand-file-name): Doc fix.
23137 (recentf-dialog-mode-map): Define digit shortcuts.
23138 (recentf--files-with-key): New variable.
23139 (recentf-show-digit-shortcut-filter): New function.
23140 (recentf-open-files-items): New function.
23141 (recentf-open-files): Use it.
23142 (recentf-open-file-with-key): New command.
23143
23144 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
23145
23146 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23147 Suggested by Kim F. Storm.
23148 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23149 (Buffer-menu-make-sort-button): Use global keymap.
23150
23151 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
23152
23153 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23154 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23155 necessary any longer with the remapped command.
23156 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23157 formatting time only.
23158
23159 * net/tramp.el (tramp-action-password)
23160 (tramp-multi-action-password): Compile the password prompt from
23161 `method', `user' and `host'. Sometimes it isn't obvious which
23162 password to enter, for example with remote files offered by
23163 recentf.el, or with multiple steps. Suggested by Robert Marshall
23164 <robert@chezmarshall.freeserve.co.uk>.
23165
23166 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23167
23168 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23169 Fix regexp for when "s///" is at the beginning of line.
23170
23171 2005-09-07 Jay Belanger <belanger@truman.edu>
23172
23173 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23174 when in matrix mode.
23175
23176 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23179 non-anonymous functions.
23180
23181 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
23182
23183 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23184 when using a header line. Otherwise, use mouse-1-click-follows-link.
23185
23186 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23187 can't be moved; don't signal an error.
23188
23189 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
23190
23191 * cus-theme.el (custom-theme-write-faces): Save the current face
23192 spec, not the defface spec.
23193
23194 * custom.el (custom-known-themes): Clarify meaning of "standard".
23195 (custom-push-theme): Save old values in the standard theme.
23196 (disable-theme): Correct typo.
23197 (custom-face-theme-value): Deleted unused function.
23198 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23199
23200 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23201
23202 * progmodes/compile.el (compilation-goto-locus): Take into account
23203 iconified frames when determining whether the buffer is
23204 already visible.
23205 Don't reset window height if the window already existed.
23206
23207 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
23208
23209 * custom.el (load-theme): Rename from require-theme.
23210 Add interactive spec.
23211 (enable-theme): Rename from custom-enable-theme.
23212 Add interactive spec.
23213 (disable-theme): Rename from custom-disable-theme.
23214 Add interactive spec.
23215 (custom-make-theme-feature): Doc fix.
23216 (custom-theme-directory): Doc fix.
23217 (provide-theme): Call enable-theme.
23218
23219 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
23220
23221 * obsolete/lazy-lock.el (lazy-lock-mode):
23222 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23223 font-lock-mode if it's off. Print a warning instead.
23224
23225 * progmodes/compile.el (compilation-start): Ignore errors if the
23226 process died before we get to send-eof.
23227
23228 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23229 Undo last change. Enclosing the result in quotes broke things on Unix
23230 since tex-send-command passes it through shell-quote-argument.
23231 (tex-send-command): Pass `file' through convert-standard-filename
23232 when possible.
23233 (tex-uptodate-p): Handle the case where TeX hasn't put additional
23234 info in a transcript.
23235
23236 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
23237
23238 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23239 fix compilation warning. Reorder the key definitions to group
23240 together keys emitted by the current version of xterm.
23241
23242 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23243 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23244 Reorder predicates to correct min-color usage.
23245
23246 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
23247
23248 * longlines.el (longlines-mode): Inhibit read-only when encoding.
23249 Kill local variables when longlines-mode is turned off.
23250
23251 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
23252
23253 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23254
23255 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23256
23257 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23258
23259 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23260 (font-lock-lines-before): Change default to being inactive.
23261 (font-lock-default-fontify-region): Obey font-lock-lines-before.
23262 (font-lock-after-change-function): Don't handle f-l-lines-before here.
23263
23264 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23265
23266 * net/tramp.el (tramp-handle-make-auto-save-file-name):
23267 Deactivate temporarily advice if active (not needed for Emacs 22,
23268 but for backwards compatibility).
23269 (tramp-exists-file-name-handler): Rewrite. First implementation
23270 was too simple.
23271 (tramp-advice-make-auto-save-file-name):
23272 Call `tramp-handle-make-auto-save-file-name' (again, just for
23273 backwards compatibility).
23274
23275 2005-08-31 Reto Zimmermann <reto@gnu.org>
23276
23277 * progmodes/vhdl-mode.el
23278 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23279 (vhdl-end-p): Fix indentation bug "else" after "-- when".
23280 (vhdl-set-default-project): New function (easier setting of default).
23281 (vhdl-port-copy): Handle extended identifiers for generics.
23282 (vhdl-compiler-alist): Better description for error message regexp.
23283 (vhdl-make): Query for target, use previous as default.
23284 (vhdl-port-copy): Fix port copy for port names starting with "signal".
23285 (vhdl-font-lock-keywords-2): Fix fontification for record
23286 el. assign.
23287 (vhdl-speedbar-make-subpack-line): Add package body link.
23288 (vhdl-generate-makefile-1): Not include itself as dependency.
23289 (vhdl-font-lock-init): Highlight c-preprocessor directives.
23290 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23291 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23292 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23293 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23294 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23295 (vhdl-import-project): Add string argument for `error'.
23296 (vhdl-compose-configuration)
23297 (vhdl-compose-configuration-architecture): Add configuration
23298 declaration generation.
23299 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23300 (vhdl-trailer-re): Add "record" keyword (better indentation).
23301 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23302 "[^ \t-\"]+".
23303 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23304 (vhdl-testbench-entity-file-name)
23305 (vhdl-testbench-architecture-file-name): Allow separate
23306 customization of testbench file names.
23307 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23308 (vhdl-get-visible-signals): Allow newline within alias declaration.
23309 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23310 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23311 (member-ignore-case): Alias for missing function in XEmacs.
23312 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23313 (vhdl-update-sensitivity-list): Ignore case on read signals.
23314 (vhdl-replace-string): Adjust case only for file names.
23315 (vhdl-update-sensitivity-list): Fix search for read signals.
23316 (vhdl-update-sensitivity-list): Exclude formal parameters.
23317 (vhdl-get-visible-signals): Include aliases of signals.
23318 (vhdl-get-visible-signals): Fix signal name searching.
23319 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23320 (vhdl-fixup-whitespace-region): Fix for character
23321 literals (e.g. `:').
23322
23323 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
23324
23325 * ansi-color.el (comint-last-output-start):
23326 * bs.el (font-lock-verbose):
23327 * diff-mode.el (add-log-buffer-file-name-function):
23328 * dired-x.el (vm-folder-directory):
23329 * faces.el (help-xref-stack-item):
23330 * files.el (font-lock-keywords):
23331 * find-lisp.el (dired-buffers, dired-subdir-alist):
23332 * ido.el (cua-inhibit-cua-keys):
23333 * log-view.el (cvs-minor-wrap-function):
23334 * outline.el (font-lock-warning-face):
23335 * simple.el (compilation-current-error):
23336 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23337 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23338 * tooltip.el (comint-prompt-regexp):
23339 * w32-fns.el (explicit-shell-file-name):
23340 * term/mac-win.el (mac-charset-info-alist)
23341 (mac-services-selection, mac-system-script-code):
23342 * term/tty-colors.el (msdos-color-values):
23343 * term/w32-win.el (xlfd-regexp-registry-subnum):
23344 * term/x-win.el (x-keysym-table, x-selection-timeout)
23345 (x-session-id, x-session-previous-id):
23346 * textmodes/ispell.el (mail-yank-prefix):
23347 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23348 * textmodes/org.el (calc-embedded-close-formula)
23349 (calc-embedded-open-formula)
23350 (font-lock-unfontify-region-function):
23351 * textmodes/reftex-global.el (isearch-next-buffer-function)
23352 (TeX-master):
23353 * textmodes/reftex.el (font-lock-keywords):
23354 * textmodes/tex-mode.el (font-lock-comment-face)
23355 (font-lock-doc-face):
23356 * textmodes/texinfo.el (outline-heading-alist):
23357 Add defvars.
23358
23359 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23360 (artist-spray-chars, artist-mode-init, artist-replace-string)
23361 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23362 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23363 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23364
23365 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23366 (conf-align-assignments): "?\ " -> "?\s".
23367
23368 * textmodes/reftex-index.el (TeX-master): Add defvar.
23369 (reftex-index-phrases-marker): Move up defvar.
23370
23371 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23372 (reftex-toc-include-labels-indicator)
23373 (reftex-toc-include-index-indicator)
23374 (reftex-toc-max-level-indicator): Move up declarations.
23375
23376 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23377 of args to `tramp-run-real-handler', even if it's empty in this case.
23378
23379 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23380
23381 * dired.el (dired-move-to-filename-regexp): Add date format for
23382 Mac OS X 10.3 in East Asian locales.
23383
23384 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23385
23386 * files.el (make-auto-save-file-name): Add file name handler call
23387 if applicable.
23388
23389 * net/tramp.el (tramp-file-name-handler-alist)
23390 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23391 (tramp-handle-make-auto-save-file-name): Rename from
23392 `tramp-make-auto-save-file-name'.
23393 (tramp-exists-file-name-handler): New defun.
23394 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23395 `make-auto-save-file-name' is not a magic file name operation.
23396
23397 2005-08-30 Richard M. Stallman <rms@gnu.org>
23398
23399 * files.el (risky-local-variable-p):
23400 Match `-predicates' and `-commands.
23401
23402 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23403 (custom-save-all): Visit the file if necessary;
23404 kill the buffer if we created it.
23405 (custom-save-delete): Don't visit file or kill buffer here.
23406
23407 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
23408
23409 * textmodes/org.el (org-special-keyword): New face.
23410 (org-table-copy-down, org-table-eval-formula)
23411 (org-table-recalculate, org-init-section-numbers):
23412 Use `string-to-number' instead of `string-to-int'.
23413 (org-get-location): Use `insert-buffer-substring' instead of
23414 `insert-buffer'.
23415 (org-modify-diary-entry-string): New function.
23416 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23417 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23418 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23419 active region.
23420 (org-export-as-html): Handle QUOTE keyword.
23421 (org-quote-string): New option.
23422 (org-bookmark-jump-unhide): New function, used for
23423 `bookmark-after-jump-hook'.
23424 (org-diary-default-entry): Apply only when not called through
23425 `org-agenda'.
23426
23427 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
23428
23429 * net/eudc.el (mode-popup-menu):
23430 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23431 * progmodes/ada-mode.el (compile-auto-highlight)
23432 (skeleton-further-elements):
23433 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23434 * progmodes/cmacexp.el (msdos-shells):
23435 * progmodes/compile.el (font-lock-extra-managed-props)
23436 (font-lock-keywords, font-lock-maximum-size)
23437 (font-lock-support-mode):
23438 * progmodes/grep.el (font-lock-lines-before):
23439 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23440 * progmodes/mixal-mode.el (compile-command):
23441 * progmodes/perl-mode.el (font-lock-comment-face)
23442 (font-lock-doc-face, font-lock-string-face):
23443 * progmodes/prolog.el (comint-prompt-regexp):
23444 * progmodes/sh-script.el (font-lock-comment-face)
23445 (font-lock-set-defaults, font-lock-string-face):
23446 * progmodes/sql.el (font-lock-keyword-face)
23447 (font-lock-set-defaults, font-lock-string-face):
23448 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23449 (itimer-version, lazy-lock-defer-contextually)
23450 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23451 Add defvars.
23452
23453 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23454 (cperl-electric-keyword, cperl-electric-pod)
23455 (cperl-electric-backspace, cperl-forward-re)
23456 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23457 (vc-rcs-header, vc-sccs-header): Add defvars.
23458
23459 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23460 (font-lock-syntactic-keywords, gud-find-expr-function):
23461 Add defvars.
23462
23463 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23464 (gdb-frame-parameters): Declare before use.
23465
23466 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23467 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23468 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23469 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23470
23471 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23472 (idlwave-help-with-source): Use `insert-buffer-substring', not
23473 `insert-buffer'.
23474
23475 2005-08-29 Juri Linkov <juri@jurta.org>
23476
23477 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23478 Put outline-back-to-heading function call inside save-excursion.
23479
23480 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
23481
23482 * man.el (Man-init-defvars, Man-translate-references)
23483 (Man-support-local-filenames, Man-highlight-references):
23484 * progmodes/sql.el (sql-interactive-mode):
23485 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23486
23487 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23488 (compilation-mode-font-lock-keywords): Add defvars.
23489 (checkdoc-interactive-loop): "?\ " -> "?\s".
23490
23491 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23492 (font-lock-doc-face, font-lock-string-face)
23493 (font-lock-keywords-case-fold-search): Add defvars.
23494 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23495
23496 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23497 Don't pass X and Y (they are ignored anyway).
23498 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23499 (mouse-delete-window): Make arguments optional.
23500
23501 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23502 (caesar-translate-table, minor-modes, news-buffer-save)
23503 (news-group-name, news-minor-modes): Add defvars.
23504
23505 * emacs-lisp/lselect.el (mouse-highlight-priority)
23506 (x-lost-selection-functions, zmacs-regions):
23507 * emacs-lisp/pp.el (font-lock-verbose):
23508 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23509 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23510 (ses-mode-map):
23511 * emacs-lisp/tcover-unsafep.el (safe-functions):
23512 * international/mule-cmds.el (mac-system-coding-system)
23513 (mac-system-locale):
23514 * language/ethio-util.el (rmail-current-message)
23515 (rmail-message-vector):
23516 * language/thai-util.el (thai-auto-composition-mode):
23517 * mail/metamail.el (rmail-current-message, rmail-message-vector):
23518 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23519 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23520 (vm-primary-inbox, vm-spool-files):
23521 * mail/rmail.el (deleted-head, font-lock-fontified)
23522 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23523 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23524 (total-messages):
23525 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23526 (rmail-summary-mode-map):
23527 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23528 (rmail-last-label, rmail-last-multi-labels)
23529 (rmail-summary-vector, rmail-total-messages):
23530 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23531 * mail/rmailsum.el (msgnum):
23532 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23533 (rmail-current-message):
23534 * obsolete/fast-lock.el (font-lock-face-list):
23535 * obsolete/rnewspost.el (mail-reply-buffer):
23536 * obsolete/scribe.el (compile-command):
23537 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23538
23539 2005-08-28 John Paul Wallington <jpw@gnu.org>
23540
23541 * ibuf-ext.el (ibuffer-auto-update-changed):
23542 Use `frame-or-buffer-changed-p' to check whether we need to update.
23543 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23544 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
23545 as a `frame-or-buffer-changed-p' state vector instead.
23546
23547 2005-08-27 Romain Francoise <romain@orebokech.com>
23548
23549 * textmodes/makeinfo.el (makeinfo-compile):
23550 Use `compilation-start'. Set `next-error-function' according to
23551 `disable-errors'.
23552 (makeinfo-next-error): New function.
23553 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23554 (makeinfo-buffer): Likewise.
23555
23556 * progmodes/compile.el (compilation-start): Add autoload cookie.
23557
23558 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23559 * textmodes/sgml-mode.el: Likewise.
23560 * progmodes/python.el: Likewise.
23561
23562 2005-08-27 Eli Zaretskii <eliz@gnu.org>
23563
23564 * simple.el (blink-matching-paren-distance): Document the meaning
23565 of nil value, and allow to customize to nil.
23566
23567 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23568 command.com, not command.exe.
23569
23570 2005-08-26 John Wiegley <johnw@newartisans.com>
23571
23572 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23573 code around a bit so that an extraneous nil argument is not added
23574 to a command when no args are given.
23575
23576 * eshell/esh-arg.el (eshell-parse-double-quote): If a
23577 double-quoted argument resolves to nil, return it as an empty
23578 string rather than as nil. This made it impossible to pass "" to
23579 a shell script as a null string argument.
23580
23581 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
23582
23583 * outline.el (outline-invent-heading): New fun.
23584 (outline-promote, outline-demote): Use it.
23585 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23586 (outline-end-of-subtree): Remove unused var `opoint'.
23587
23588 2005-08-26 David Reitter <david.reitter@gmail.com>
23589
23590 * menu-bar.el (truncate-lines, write-file, print-buffer)
23591 (ps-print-buffer-faces, ps-print-buffer, split-window):
23592 Disable menu items when the frame they refer to is invisible, or when
23593 they refer to a buffer and the minibuffer is selected.
23594
23595 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
23596
23597 * progmodes/flymake.el (flymake-highlight-err-lines):
23598 Use save-excursion around flymake-highlight-line to preserve point.
23599
23600 2005-08-26 Eli Zaretskii <eliz@gnu.org>
23601
23602 * progmodes/octave-mod.el: Change Author and Maintainer address.
23603 (octave-maintainer-address): Change Kurt's email address.
23604 * progmodes/octave-inf.el: Change Author and Maintainer address.
23605 * progmodes/octave-hlp.el: Change Author and Maintainer address.
23606
23607 2005-08-26 Kim F. Storm <storm@cua.dk>
23608
23609 * subr.el (version-list-<, version-list-<=, version-list-=):
23610 Rename from integer-list-*.
23611 (version-list-not-zero): Likewise. Fix while loop.
23612 (version=): Use version-list-= instead of string-equal.
23613
23614 2005-08-26 Richard M. Stallman <rms@gnu.org>
23615
23616 * outline.el (outline-promote): Try shortening the heading.
23617 As last resort, read the heading to use.
23618 (outline-demote): As last resort, read the heading to use.
23619
23620 2005-08-26 Romain Francoise <romain@orebokech.com>
23621
23622 * progmodes/compile.el (compilation-start): Doc fix.
23623
23624 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23625 (antlr-font-lock-additional-keywords): Fix reference to
23626 `antlr-font-lock-literal-regexp' erroneously changed during the
23627 mass face rename.
23628 (antlr-run-tool): Use `compilation-start'.
23629
23630 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23631 instead of the obsolete `compile-internal'.
23632
23633 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
23634
23635 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23636 (number, original-date):
23637 * calendar/cal-china.el (date):
23638 * calendar/cal-coptic.el (date):
23639 * calendar/cal-french.el (date):
23640 * calendar/cal-hebrew.el (date, entry, number, original-date):
23641 * calendar/cal-islam.el (date, number, original-date):
23642 * calendar/cal-iso.el (date):
23643 * calendar/cal-julian.el (date):
23644 * calendar/cal-mayan.el (date):
23645 * calendar/cal-menu.el (date, event):
23646 * calendar/cal-persia.el (date):
23647 * calendar/lunar.el (date):
23648 * calendar/solar.el (date): Add defvars.
23649
23650 * emerge.el:
23651 * ibuffer.el:
23652 * info-xref.el:
23653 * obsolete/bg-mouse.el:
23654 * obsolete/sun-curs.el:
23655 * obsolete/swedish.el: Move the `defvar's to the top level.
23656
23657 * smerge-mode.el (smerge-refined-change): Add :group.
23658
23659 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23660
23661 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23662 (smerge-keep-n): Remove props.
23663 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23664 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23665 now that it's done in smerge-keep-n.
23666 (smerge-refined-change): New face.
23667 (smerge-refine-chopup-region, smerge-refine-highlight-change)
23668 (smerge-refine): New funs.
23669 (smerge-basic-map): Bind smerge-refine.
23670
23671 2005-08-25 Juri Linkov <juri@jurta.org>
23672
23673 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23674 compilation-process-setup-function and compilation-disable-input
23675 in grep-mode instead of let-bindings in grep.
23676
23677 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23678 Delete "Automatic File De/compression" (auto-compression-mode).
23679
23680 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
23681
23682 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23683 Silence warning about non-existent variable.
23684
23685 2005-08-25 Richard M. Stallman <rms@gnu.org>
23686
23687 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23688 Rename "Describe Key" to "Describe Key or Mouse Operation".
23689
23690 * mail/mailalias.el (build-mail-aliases): Delete comments
23691 from the contents before processing them.
23692
23693 * isearch.el (isearch-edit-string): Erase the Search prompt
23694 if user enters an empty string and there is no default.
23695
23696 * comint.el (comint-file-name-prefix): Add autoload.
23697
23698 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23699
23700 * subr.el (play-sound): Rearrange to avoid warning.
23701
23702 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
23703
23704 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23705 New hook.
23706 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23707
23708 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23709
23710 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23711
23712 * custom.el (custom-theme-set-variables): Sort minor modes last.
23713
23714 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23715
23716 * subr.el (version-separator, version-regexp-alist): New vars used by
23717 version comparison funs.
23718 (integer-list-<, integer-list-=, integer-list-<=)
23719 (integer-list-not-zero): New funs for integer list comparison.
23720 (version-to-list, version=, version<, version<=): New funs for version
23721 comparison.
23722
23723 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
23724
23725 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23726 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23727 time to silence the byte-compiler.
23728
23729 * ibuffer.el (ibuffer-compile-make-eliding-form)
23730 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23731 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23732 so it's silly to get warnings for it).
23733 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23734 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23735 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23736 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23737 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23738 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23739 Defvar at compile time.
23740 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23741 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23742 Declare them before use.
23743
23744 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23745 (info-xref-good, info-xref-bad): Defvar at compile time.
23746
23747 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23748 Use `let*' instead of `let'.
23749
23750 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23751 (*mouse-y*, menu, char): Defvar at compile time.
23752 (sc::menu): Declare it before use.
23753 (sc::pack-one-line): Use `let', not `let*'.
23754
23755 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23756 (mail-send-hook): Defvar at compile time.
23757
23758 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23759 Defvar at compile time.
23760
23761 * term/sun-mouse.el (current-global-mousemap)
23762 (current-local-mousemap): Declare them before use.
23763
23764 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
23765
23766 * bookmark.el (bookmark-after-jump-hook): New hook.
23767 (bookmark-jump): Run `bookmark-after-jump-hook'.
23768
23769 2005-08-23 Juri Linkov <juri@jurta.org>
23770
23771 * faces.el (minibuffer-prompt): Doc fix.
23772
23773 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
23774
23775 * progmodes/xscheme.el: Trivial changes to silence warnings.
23776 (xscheme-previous-mode, xscheme-previous-process-state):
23777 Add defvars.
23778 (xscheme-last-input-end, xscheme-process-command-line)
23779 (xscheme-process-name, xscheme-buffer-name)
23780 (xscheme-expressions-ring-max, xscheme-expressions-ring)
23781 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23782 (xscheme-control-g-synchronization-p)
23783 (xscheme-control-g-disabled-p, xscheme-string-receiver)
23784 (default-xscheme-runlight, xscheme-runlight)
23785 (xscheme-runlight-string, xscheme-process-filter-state)
23786 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23787 Move to beginning of file.
23788 (scheme-interaction-mode-commands-alist)
23789 (scheme-interaction-mode-map, scheme-debugger-mode-map):
23790 Declare them before use. Note: the initialization code for the
23791 variables has not been moved because it uses functions that reference
23792 the variables.
23793 (xscheme-control-g-message-string, xscheme-process-filter-alist)
23794 (xscheme-prompt-for-expression-map): Declare them before use.
23795 (scheme-debugger-mode-commands): "?\ " -> "?\s".
23796
23797 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
23798
23799 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23800
23801 2005-08-22 Juri Linkov <juri@jurta.org>
23802
23803 * faces.el (set-face-underline): Delete this duplicate function
23804 and make an obsolete alias to set-face-underline-p.
23805 (set-face-underline-p): Use docstring of set-face-underline.
23806 (describe-face): Create hyperlink to parent face.
23807
23808 * info.el (Info-insert-dir): Use save-excursion around
23809 insert-buffer-substring.
23810 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23811 (Info-escape-percent): Delete function.
23812 (Info-fontify-node): Replace Info-escape-percent by
23813 replace-regexp-in-string with REP arg set to lambda that
23814 duplicates `%' and preserves text properties.
23815
23816 * progmodes/compile.el (compilation-disable-input): Doc fix.
23817 (define-compilation-mode): Doc fix and refill.
23818 (kill-compilation): Use `mode-name' in the error message.
23819 (compilation-find-file): Use `compilation-error' in the
23820 read-file-name's prompt.
23821
23822 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23823
23824 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23825 (smerge-auto-leave): Make undo re-enable the mode.
23826 (debug-ignored-errors): Add the user-error of impossible resolution.
23827 (smerge-resolve): Move things around a bit, in preparation for later.
23828 (smerge-diff): Don't fail if the buffer has no associated file.
23829 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23830 (smerge-conflict-overlay): New function.
23831 (smerge-match-conflict): Don't add text properties here.
23832 (smerge-find-conflict): Instead, add an overlay here.
23833 Also check for the case where we're inside a conflict already, so as to
23834 obviate the need for font-lock-multiline, which is unbearably slow with
23835 large conflicts and ciomplex font-lock patterns.
23836 (smerge-remove-props): Remove overlay rather than text-properties.
23837 (smerge-mode): Don't set font-lock-multiline.
23838 Remove overlays when turned off.
23839
23840 2005-08-21 Kim F. Storm <storm@cua.dk>
23841
23842 * ido.el (ido-ignore-item-p): Use save-match-data.
23843 Bind case-fold-search to ido-case-fold locally.
23844
23845 2005-08-20 Richard M. Stallman <rms@gnu.org>
23846
23847 * files.el (normal-mode): If font lock is on, turn it off and on.
23848
23849 * subr.el (replace-regexp-in-string): Doc fix.
23850
23851 * startup.el (command-line-1): Don't suppress startup screen
23852 due to existing processes.
23853
23854 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23855
23856 * progmodes/compile.el (compilation-disable-input): Default to nil.
23857
23858 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23859
23860 * progmodes/compile.el (compilation-disable-input): New defcustom.
23861 (compilation-start): If compilation-disable-input is non-nil, send
23862 EOF to the compilation process.
23863
23864 2005-08-20 Eli Zaretskii <eliz@gnu.org>
23865
23866 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23867 Run the argument of tex-shell-cd-command through
23868 convert-standard-filename, to get the correct style of slashes on
23869 Windows, and enclose the result in quotes, in case the file name
23870 includes whitespace or other special characters.
23871
23872 2005-08-19 Andreas Schwab <schwab@suse.de>
23873
23874 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23875 process.
23876
23877 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
23878
23879 * cus-start.el (minibuffer-prompt-properties): Correct typo.
23880
23881 2005-08-18 Kim F. Storm <storm@cua.dk>
23882
23883 * scroll-lock.el: Fix errors due to incorrect line wrapping.
23884
23885 2005-08-18 Richard M. Stallman <rms@gnu.org>
23886
23887 * scroll-lock.el: New file.
23888
23889 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
23890
23891 * dired.el (dired-move-to-end-of-filename):
23892 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23893
23894 2005-08-18 Kim F. Storm <storm@cua.dk>
23895
23896 * ido.el (ido-everywhere): Fix defcustom :set function to disable
23897 rather than toggle mode when custom value is nil.
23898 (ido-everywhere): Fix defun doc string.
23899
23900 2005-08-17 Richard M. Stallman <rms@gnu.org>
23901
23902 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23903 as tag instead of "Inviolable".
23904
23905 2005-08-17 Kim F. Storm <storm@cua.dk>
23906
23907 * windmove.el (windmove-coordinates-of-position): Remove.
23908 (windmove-coordinates-of-window-position): Remove.
23909 (windmove-reference-loc): Use posn-at-point instead.
23910
23911 * subr.el (insert-for-yank-1): Doc fix.
23912
23913 * ido.el (ido-enter-matching-directory): Rename from
23914 ido-enter-single-matching-directory. Change `slash' choice to
23915 `only'. Add `first' choice.
23916 (ido-exhibit): Adapt to above changes.
23917
23918 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
23919
23920 * Makefile.in: Expand comment about building loaddefs.el.
23921
23922 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
23923
23924 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23925 Comment use of defadvice.
23926
23927 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23928
23929 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
23930
23931 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23932 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23933 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23934 * progmodes/idlw-shell.el, progmodes/ld-script.el,
23935 * progmodes/which-func.el, ruler-mode.el, strokes.el,
23936 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23937 for backward compatibility for faces that did not appear in the
23938 previous Emacs release.
23939
23940 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23941
23942 2005-08-15 Kim F. Storm <storm@cua.dk>
23943
23944 * emulation/cua-base.el (cua-delete-region): Return t if
23945 deleted region was non-empty.
23946 (cua-replace-region): Inhibit overwrite-mode for
23947 self-insert-command if replaced region was non-empty.
23948 (cua--explicit-region-start, cua--status-string): Make them
23949 buffer-local at top-level...
23950 (cua-mode): ...rather than when mode is enabled.
23951
23952 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
23953
23954 * progmodes/vhdl-mode.el (vhdl-emacs-21):
23955 Set t for Emacs 21, 22, and so on.
23956
23957 2005-08-15 David Ponce <david@dponce.com>
23958
23959 * tree-widget.el: Update Commentary header.
23960 (tree-widget-theme): Doc fix.
23961 (tree-widget-space-width): New option.
23962 (tree-widget-image-properties): Look up in the default theme too.
23963 (tree-widget--cursors): Only for images with arrow pointer shape.
23964 (tree-widget-lookup-image): Pointer shape is hand by default.
23965 (tree-widget-icon): Rename generic icon widget from
23966 `tree-widget-control'.
23967 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23968 derive from `tree-widget-icon'.
23969 (tree-widget-handle): Improve default look and feel of the text
23970 representation.
23971 (tree-widget): Rename :*-control properties to :*-icon properties.
23972 Add :action and :help-echo properties.
23973 (tree-widget-after-toggle-functions): Move.
23974 (tree-widget-close-node, tree-widget-open-node): Remove.
23975 (tree-widget-before-create-icon-functions): New hook.
23976 (tree-widget-value-create): Update to allow customization of icons
23977 and nodes at run-time via that new hook.
23978 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23979 (tree-widget-icon-action, tree-widget-icon-help-echo)
23980 (tree-widget-action, tree-widget-help-echo): New functions.
23981
23982 2005-08-15 Kim F. Storm <storm@cua.dk>
23983
23984 * ido.el (ido-buffer-internal): Use with-no-warnings.
23985 (ido-make-merged-file-list): Use while-no-input.
23986
23987 2005-08-15 Richard M. Stallman <rms@gnu.org>
23988
23989 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23990 (flyspell-large-region): Fix doc and custom type.
23991
23992 2005-08-14 Richard M. Stallman <rms@gnu.org>
23993
23994 * files.el (interpreter-mode-alist): Doc fix.
23995
23996 * mail/rmail.el (rmail-nonignored-headers): New variable.
23997 (rmail-clear-headers): Use it.
23998 (rmail-reply): Better handling of mail-followup-to header.
23999
24000 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24001 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24002 don't try to refer to executable-font-lock-keywords.
24003 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24004 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24005 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24006 (sh-mode): Set comment-start-skip, local-abbrev-table,
24007 imenu-case-fold-search.
24008 (sh-set-shell): Don't set them here.
24009 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24010 Don't cache the results in the original alist; don't ever modify
24011 that alist.
24012
24013 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24014
24015 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24016 empty.
24017
24018 2005-08-15 Andreas Schwab <schwab@suse.de>
24019
24020 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24021
24022 * dired.el, info.el, mail/rmail.el: Revert last change.
24023
24024 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24025
24026 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24027 modification in `eval-after-load' form.
24028 * info.el: Likewise.
24029 * mail/rmail.el: Likewise.
24030
24031 2005-08-14 Juri Linkov <juri@jurta.org>
24032
24033 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24034 Remove highlighting of "Compilation started". Highlight only
24035 the word "finished" in "Compilation finished". Add highlighting
24036 of "interrupt", "killed", "terminated" and the exit code.
24037 (compilation-start): Add newline after header. Use exactly the
24038 same time stamp format as the finishing message.
24039 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24040
24041 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24042 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24043 Add highlighting of "interrupt", "killed", "terminated".
24044
24045 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24046 enabled and the current command is self-insert-command, call it
24047 explicitly with overwrite-mode bound to nil, to not allow it
24048 to delete the character after the selected region.
24049
24050 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24051
24052 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24053 move-end-of-line, end-of-line, and beginning-of-line to the list
24054 of commands after which the echo area is updated.
24055
24056 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24057
24058 * cus-edit.el (custom-save-all, custom-save-delete):
24059 Bind recentf-exclude to exclude custom-file.
24060
24061 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24062
24063 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24064 to go to the bottom of the mail message. Added to
24065 `rmail-summary-mode-map' with key "/".
24066 (rmail-summary-show-message): New (internal) function for use by
24067 both `rmail-summary-beginning/end-of-message'.
24068 (rmail-summary-beginning-of-message): Change to use
24069 rmail-summary-show-message.
24070
24071 * mail/rmail.el (rmail-end-of-message): New command to go to the
24072 end of the current message. Added to `rmail-mode-map' with key "/".
24073 (rmail-beginning-of-message): Fix to work as documented.
24074 (rmail-mode): Change documentation.
24075
24076 * progmodes/compile.el (compilation-start): Add the line
24077 "Compilation started" with compilation start time.
24078 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24079
24080 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24081
24082 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24083 of menu items.
24084
24085 2005-08-11 Richard M. Stallman <rms@gnu.org>
24086
24087 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24088
24089 * battery.el (battery-status-function): Don't use ignore-errors.
24090
24091 2005-08-11 Lute Kamstra <lute@gnu.org>
24092
24093 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24094 define-obsolete-variable-alias.
24095
24096 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24097
24098 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24099 (ange-ftp-send-cmd): Revert last change, and expand
24100 the comment explaining the problem.
24101
24102 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24103
24104 * ldefs-boot.el: Update.
24105
24106 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24107 item to "Time, Load and Mail". Change help echo text.
24108
24109 * time.el (display-time-use-mail-icon, display-time-format)
24110 (display-time-string-forms): Shorten first line of docstrings.
24111
24112 2005-08-10 Lars Hansen <larsh@soem.dk>
24113
24114 * desktop.el (desktop-buffer-mode-handlers):
24115 Make non-customizable. Add autoload cookie. Change initial value to
24116 nil; add elements in respective modules instead. Fix doc string.
24117 (desktop-load-file): New function.
24118 (desktop-minor-mode-handlers): New autoloaded variable.
24119 (desktop-create-buffer): Call minor mode handlers.
24120 Use desktop-load-file to load major and minor mode modules prior to
24121 checking for a handler.
24122 (desktop-save): Don't add nil to desktop-minor-modes for minor
24123 modes with nil function in desktop-minor-mode-table. Don't delete
24124 desktop file before rewriting it.
24125 (desktop-locals-to-save): Add autoload cookie. Don't make
24126 automatically buffer-local. Add variables column-number-mode,
24127 size-indication-mode, indent-tabs-mode,
24128 indicate-buffer-boundaries, indicate-empty-lines and
24129 show-trailing-whitespace.
24130 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24131 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24132 (desktop-clear-preserve-buffers-regexp): Delete.
24133 (desktop-clear-preserve-buffers): Update initial value and docstring.
24134 (desktop-save-buffer): Fix doc string.
24135
24136 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24137 (hilit-chg-desktop-restore): New function.
24138 (highlight-changes-mode): Add highlight-changes-mode to
24139 desktop-locals-to-save.
24140
24141 * dired.el: Add handler to desktop-buffer-mode-handlers.
24142 (dired-restore-desktop-buffer): Remove autoload cookie.
24143 (dired-mode): Add autoload cookie.
24144
24145 * info.el: Add handler to desktop-buffer-mode-handlers.
24146 (Info-restore-desktop-buffer): Remove autoload cookie.
24147 (Info-mode): Add autoload cookie.
24148
24149 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24150 (mh-restore-desktop-buffer): Remove autoload cookie.
24151 (mh-folder-mode): Add autoload cookie.
24152
24153 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24154 (rmail-restore-desktop-buffer): Remove autoload cookie.
24155
24156 2005-08-11 Masatake YAMATO <jet@gyve.org>
24157
24158 * hexl.el (hexl-address-region):
24159 (hexl-ascii-region, hexl-font-lock-keywords):
24160 (hexl-highlight-line-range): Use the term "region"
24161 instead of "area" for consistency with the other symbols
24162 defined in hexl.el.
24163
24164 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24165
24166 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24167 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24168 out by Juri Linkov). Add `display-battery-mode'.
24169
24170 2005-08-09 Juri Linkov <juri@jurta.org>
24171
24172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24173 Remove `-text' from face variable names.
24174 (compilation-error-file-name, compilation-warning-file-name)
24175 (compilation-info-file-name): Delete faces.
24176 (compilation-line-number, compilation-column-number):
24177 Remove face underlining.
24178 (compilation-message-face): Set to `underline' value by default.
24179 (compilation-error-face, compilation-warning-face)
24180 (compilation-info-face): Remove `-file-name' from face names.
24181 (compilation-error-text-face, compilation-warning-text-face)
24182 (compilation-info-text-face): Delete face variables.
24183 (compilation-text-face): Delete function.
24184
24185 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24186 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24187 (grep-error-face): Set to `compilation-error' instead of
24188 `compilation-error-face' (which is redefined to `grep-hit-face' in
24189 grep buffers).
24190 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24191 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24192
24193 * dired-aux.el (dired-do-query-replace-regexp):
24194 Use `query-replace-read-args'.
24195
24196 * replace.el (query-replace-read-from, query-replace-read-to)
24197 (query-replace-read-args): Rename arg `string' to `prompt'.
24198
24199 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24200
24201 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
24202
24203 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24204 uploading files.
24205 (ange-ftp-canonize-filename): Handle file names beginning with ~
24206 correctly.
24207
24208 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24209
24210 * textmodes/fill.el (canonically-space-region)
24211 (fill-context-prefix, fill-french-nobreak-p)
24212 (fill-delete-newlines, fill-comment-paragraph)
24213 (justify-current-line): "?\ " -> "?\s".
24214
24215 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
24216
24217 * textmodes/fill.el (fill-nonuniform-paragraphs):
24218 Improve argument/docstring consistency.
24219
24220 2005-08-09 Richard M. Stallman <rms@gnu.org>
24221
24222 * textmodes/ispell.el (ispell-word): More fboundp checks.
24223
24224 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24225 (find-file-noselect-1): Call it here, only if RAWFILE.
24226 (normal-mode): Always set some major mode.
24227 (save-some-buffers-action-alist): Change some explanation strings.
24228 (file-name-non-special): In the `quote' method, use unwind-protect.
24229
24230 2005-08-09 Magnus Henoch <mange@freemail.hu>
24231
24232 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24233 (ispell-have-aspell-dictionaries): New variable.
24234 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24235 (ispell-get-aspell-config-value): New function.
24236 (ispell-aspell-find-dictionary): New function.
24237 (ispell-aspell-add-aliases): New function.
24238 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24239 appropriate. Don't look for ispell dictionaries if we use aspell.
24240 (ispell-menu-map): Don't build a submenu of dictionaries.
24241
24242 2005-08-09 Richard M. Stallman <rms@gnu.org>
24243
24244 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24245 (sql-read-passwd): Use read-passwd.
24246
24247 * progmodes/idlw-toolbar.el (idlwave-toolbar)
24248 (idlwave-toolbar-is-possible): Add defvars.
24249
24250 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24251 Avoid warnings.
24252
24253 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24254 (idlwave-system-class-info, idlwave-executive-commands-alist):
24255 Use defvar.
24256
24257 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24258
24259 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24260 Avoid warnings.
24261
24262 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24263 and content-type: headers.
24264
24265 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24266
24267 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24268 and rename some of them to be more self-explanatory.
24269
24270 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24271
24272 * startup.el (command-line-1): Implement -scriptload.
24273
24274 * replace.el (occur-engine): Initial *Occur* output not undoable.
24275
24276 * menu-bar.el (menu-bar-file-menu): Rename some menu items
24277 and improve help strings.
24278
24279 * isearch.el (isearch-repeat): When changing direction,
24280 mark search successful.
24281
24282 * ediff-init.el: Use (featurep 'xemacs).
24283
24284 * comint.el (send-invisible): Identify buffer, if not selected.
24285
24286 * align.el: Delete autoload for c-guess-basic-syntax.
24287
24288 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24289
24290 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24291 Improve argument/docstring consistency. Doc fixes.
24292 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24293 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24294 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24295 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24296 (r2bv-organization, r2bv-pages, r2bv-primary-author)
24297 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24298 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24299 Defvar at compile time.
24300
24301 2005-08-09 Juri Linkov <juri@jurta.org>
24302
24303 * info.el: Replace `info' with upper-case `Info' where appropriate.
24304 (info-title-1, info-title-2, info-title-3, info-title-4)
24305 (info-menu-header): Move up face definitions.
24306 (info-menu-star): Rename from `info-menu-5'.
24307 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24308 (Info-fontify-visited-nodes): Fix docstring.
24309 (Info-hide-note-references): Fix docstring.
24310 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24311 menu items in the same way as on cross-references.
24312 (info-apropos): Fix sorting order and formatting to be like in the
24313 stand-alone Info browser. Display error messages for 1 sec.
24314 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
24315 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24316 from the menu bar.
24317 (Info-insert-dir): Restore point after calling
24318 `insert-buffer-substring'.
24319
24320 2005-08-08 Richard M. Stallman <rms@gnu.org>
24321
24322 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24323 (recompute-lucid-menubar): Add defvars.
24324
24325 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24326
24327 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24328
24329 * net/net-utils.el (run-dig): Rename from `dig'.
24330
24331 * play/gametree.el (gametree-mode): Use make-local-variable,
24332 not make-variable-buffer-local.
24333
24334 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24335
24336 * ansi-color.el (ansi-color-make-extent)
24337 (ansi-color-set-extent-face): Use fboundp, not functionp.
24338
24339 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24340 not make-variable-buffer-local.
24341
24342 * bookmark.el (Info-current-file): Add defvar.
24343 (bookmark-jump-noselect): Use with-no-warnings.
24344
24345 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24346
24347 * ebuff-menu.el (Helper-return-blurb): Add defvar.
24348
24349 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24350
24351 * find-file.el (ada-procedure-start-regexp)
24352 (ada-package-start-regexp): Add defvars.
24353
24354 * info.el (Info-insert-dir): Use insert-buffer-substring.
24355
24356 * xml.el (xml-att-def-re): Add defvar.
24357
24358 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24359 calling convention.
24360
24361 * subr.el (while-no-input): Return t if there is input.
24362
24363 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24364
24365 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24366
24367 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
24368
24369 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24370 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24371
24372 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
24373
24374 * cmuscheme.el (scheme-start-file): Replace reference to
24375 `user-emacs-directory' by "~/.emacs.d/".
24376
24377 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24378
24379 * info.el (Info-dir-remove-duplicates): Avoid case folding
24380 in loop; instead, keep downcased strings for comparison.
24381 Suggested by Helmut Eller.
24382
24383 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
24384
24385 Sync with Tramp 2.0.50.
24386
24387 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24388 XEmacs case; not necessary anymore.
24389 (tramp-user-regexp): Allow "@" as part of user name.
24390 (tramp-handle-set-visited-file-modtime)
24391 (tramp-handle-insert-file-contents)
24392 (tramp-handle-write-region): No special handling for
24393 `last-coding-system-used, because this is done in
24394 `tramp-accept-process-output' now.
24395 (tramp-accept-process-output): New defun.
24396 (tramp-process-one-action, tramp-process-one-multi-action)
24397 (tramp-wait-for-regexp, tramp-wait-for-output)
24398 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24399 Howells <dhowells@redhat.com>.
24400 (clear-visited-file-modtime): Defadvice removed. The check for
24401 unset buffer's modtime does not need to be based on
24402 `tramp-buffer-file-attributes'. Suggested by RMS.
24403 (tramp-message): Insert "\n" if not being at beginning of line.
24404 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24405 sequence with same logic.
24406 (tramp-completion-handle-expand-file-name): Discard call of
24407 `tramp-drop-volume-letter'. It is not necessary, and there have
24408 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24409 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24410 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24411 should always be visible.
24412 (tramp-handle-insert-directory, tramp-setup-complete)
24413 (tramp-set-process-query-on-exit-flag)
24414 (tramp-append-tramp-buffers): Pacify byte-compiler.
24415 (tramp-bug): Delete non-existing variables from list.
24416 Apply `tramp-load-report-modules' as pre-hook.
24417 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24418 `shell-prompt-pattern' because of non-7bit characters.
24419 Reported by Sebastian Luque <sluque@mun.ca>.
24420 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24421 (tramp-match-string-list): Remove function.
24422 (tramp-wait-for-regexp): Remove call of that function.
24423 Suggested by Kim F. Storm <storm@cua.dk>.
24424 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24425 instead of octal character code ?\600. The latter resulted in a
24426 syntax error with XEmacs.
24427
24428 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24429 XEmacs case; not necessary anymore.
24430 (tramp-smb-handle-write-region): No special handling for
24431 `last-coding-system-used, because this is done in
24432 `tramp-accept-process-output' now.
24433 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24434
24435 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24436
24437 * wid-edit.el (widget-choice-value-create):
24438 Unconditionally respect user choice. Set :explicit-choice back to nil
24439 when no longer needed.
24440 (widget-choice-action): Unconditionally respect user choice.
24441 Eliminate :explicit-choice-value.
24442
24443 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24444
24445 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24446 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24447 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24448 running new function `toggle-indicate-empty-lines'.
24449 Rename "Customize" item to "Customize fringe".
24450 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24451 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24452 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24453 Delete "Empty lines only" item.
24454 (menu-bar-showhide-fringe-ind-customize): New function.
24455 (menu-bar-showhide-fringe-ind-mixed)
24456 (menu-bar-showhide-fringe-ind-box)
24457 (menu-bar-showhide-fringe-ind-right)
24458 (menu-bar-showhide-fringe-ind-left)
24459 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24460 instead of `fringe-indicators'.
24461
24462 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24463
24464 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24465 Change the date of last update.
24466
24467 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24468
24469 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24470 (viper-exec-yank, viper-put-back): Don't display modification msg
24471 if in the minibuffer.
24472
24473 * viper-init.el (viper-replace-overlay-cursor-color)
24474 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24475 Make variables frame local.
24476
24477 * viper-util.el (viper-append-filter-alist): Use append instead of
24478 nconc.
24479
24480 * viper.el (viper-vi-state-mode-list)
24481 (viper-emacs-state-mode-list): Move help-mode and
24482 completion-list-mode from the first list to the second.
24483 (viper-mode): Docstring.
24484 (viper-go-away, viper-non-hook-settings): Don't localize
24485 minor-mode-alist in newer Emacsen. Add advice to
24486 set-cursor-color. Don't bind "\C-c\\".
24487
24488 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
24489
24490 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24491 (scheme-macro-expand-command): New user options.
24492 (scheme-trace-procedure, scheme-expand-current-form): New commands.
24493 (scheme-form-at-point, scheme-start-file)
24494 (scheme-interactively-start-process): New functions.
24495 (scheme-get-process): New function, extracted from `scheme-proc'.
24496 (run-scheme): Call `scheme-start-file' to get start file, and pass
24497 it to `make-comint'.
24498 (switch-to-scheme, scheme-proc):
24499 Call `scheme-interactively-start-process' if no Scheme buffer/process
24500 is available.
24501
24502 2005-08-06 Juri Linkov <juri@jurta.org>
24503
24504 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24505 Use `compilation-text-face', `compilation-info-text-face' and
24506 `compilation-error-text-face' instead of `font-lock-keyword-face'.
24507 (compilation-error): New face.
24508 (compilation-error-file-name): Inherit from
24509 `compilation-error' instead of `font-lock-warning-face'.
24510 (compilation-warning-file-name): Inherit from
24511 `compilation-warning' instead of `font-lock-warning-face'.
24512 (compilation-info, compilation-error-file-name)
24513 (compilation-warning-file-name, compilation-info-file-name)
24514 (compilation-line-number, compilation-column-number): Doc fix.
24515 (compilation-error-text-face, compilation-warning-text-face)
24516 (compilation-info-text-face): New face variables.
24517 (compilation-line-face, compilation-column-face)
24518 (compilation-enter-directory-face)
24519 (compilation-leave-directory-face): Doc fix.
24520 (compilation-text-face): New function.
24521
24522 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24523 instead of 1 to display binary file names as info file links.
24524 (grep-error-face): Use `compilation-error-face' instead of
24525 `font-lock-keyword-face'.
24526 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24527 and `compilation-warning-text-face' instead of
24528 `font-lock-keyword-face'. Use `compilation-error-text-face'
24529 instead of `grep-error-face'.
24530
24531 2005-08-05 Kenichi Handa <handa@m17n.org>
24532
24533 * international/code-pages.el: Add autoload cookies for all coding
24534 systems.
24535
24536 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
24537
24538 * cus-start.el (all): Put undo.c where it alphabetically belongs.
24539
24540 2005-08-04 Juri Linkov <juri@jurta.org>
24541
24542 * progmodes/compile.el (compilation-mode-map):
24543 * progmodes/grep.el (grep-mode-map):
24544 Bind TAB to `compilation-next-error' and [backtab] to
24545 `compilation-previous-error'.
24546
24547 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24548 matching line numbers, column numbers and their ranges with regexp
24549 matching only line numbers.
24550 (grep-context-face): New face variable.
24551 (grep-mode-font-lock-keywords): Use it.
24552
24553 * faces.el (read-face-name): Delete duplicate faces.
24554
24555 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
24556
24557 * thumbs.el (thumbs-find-image): Don't make variables
24558 automatically buffer local.
24559 (thumbs-current-tmp-filename, thumbs-current-image-filename)
24560 (thumbs-image-num): Make automatically buffer local.
24561 (thumbs-show-thumbs-list): Use `make-local-variable', not
24562 `make-variable-buffer-local'.
24563 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24564
24565 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24566 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24567 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24568 (bother, bye, canyou, chatlst, continue, deathlst, describe)
24569 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24570 (feelings-about, foullst, found, hello, history, howareyoulst)
24571 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24572 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24573 (neglst, obj, object, owner, please, problems, qlist)
24574 (random-adjective, relation, remlst, repetitive-shortness)
24575 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24576 (shortlst, something, sportslst, stallmanlst, states, subj)
24577 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24578 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24579 Defvar at compile time.
24580
24581 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24582 not `make-variable-buffer-local'.
24583
24584 2005-08-02 Kim F. Storm <storm@cua.dk>
24585
24586 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24587 rectangle overlay in selected window.
24588
24589 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
24590
24591 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24592 instead of display group. Make `indicate-buffer-boundaries'
24593 customizable through Custom.
24594
24595 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
24596
24597 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24598 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24599 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24600 (gdb-put-string): Fix typos in docstrings.
24601
24602 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
24603
24604 Update copyright notices of files in progmodes directory for
24605 release of Emacs 22.1.
24606
24607 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24608
24609 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24610 Don't barf if the GUD buffer has been killed.
24611
24612 2005-08-01 Kim F. Storm <storm@cua.dk>
24613
24614 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24615
24616 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
24617
24618 * simple.el (next-error-follow-minor-mode):
24619 make-variable-buffer-local -> make-local-variable.
24620
24621 * emacs-lisp/cl-extra.el: Require CL also when compiling.
24622
24623 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24624 (byte-compile-form-make-variable-buffer-local): New functions to warn
24625 about misuses of make-variable-buffer-local where make-local-variable
24626 was meant.
24627
24628 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
24629
24630 * bs.el (bs-attributes-list): Doc fix.
24631 (bs): Update url-link.
24632
24633 * desktop.el (desktop-save-buffer): Fix typos in docstring.
24634 (desktop-load-default): Simplify.
24635
24636 * ibuffer.el (ibuffer-columnize-and-insert-list)
24637 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24638 (ibuffer-unmark-all, ibuffer-toggle-marks)
24639 (ibuffer-unmark-forward, ibuffer-unmark-backward)
24640 (ibuffer-compile-make-format-form, ibuffer-format-column)
24641 (ibuffer-current-buffers-with-marks)
24642 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24643 (ibuffer): Doc fix.
24644 (ibuffer-mode): Fix typo in docstring.
24645 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24646 with `define-obsolete-variable-alias'.
24647 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
24648
24649 2005-07-29 Kenichi Handa <handa@m17n.org>
24650
24651 * international/mule-cmds.el (select-message-coding-system):
24652 Be sure to use LF for end-of-line. If no coding system is decided,
24653 return iso-8859-1-unix.
24654
24655 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
24656
24657 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24658 (ange-ftp-pending-error-line): New vars.
24659 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24660 to handle the non-fatal no-route-to-host messages.
24661 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24662
24663 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
24664
24665 * isearch.el (isearch-mode-map, isearch-other-meta-char)
24666 (isearch-quote-char, isearch-printing-char)
24667 (isearch-text-char-description): "?\ " -> "?\s".
24668 (isearch-lazy-highlight-cleanup)
24669 (isearch-lazy-highlight-initial-delay)
24670 (isearch-lazy-highlight-interval)
24671 (isearch-lazy-highlight-max-at-a-time)
24672 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24673 Declare with define-obsolete-*-alias macros.
24674 (isearch-forward): Fix typo in docstring.
24675 (search-invisible, search-ring-yank-pointer)
24676 (regexp-search-ring-yank-pointer): Doc fixes.
24677
24678 * recentf.el (recentf-menu-append-commands-p): Declare with
24679 `define-obsolete-variable-alias'.
24680 (recentf-max-saved-items, recentf-menu-filter)
24681 (recentf-arrange-by-rule-subfilter): Doc fixes.
24682 (recentf-menu-append-commands-flag)
24683 (recentf-initialize-file-name-history, recentf-expand-file-name)
24684 (recentf-clear-data): Fix typos in docstrings.
24685
24686 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
24687
24688 * progmodes/gdb-ui.el: Smarten comments.
24689 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24690
24691 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24692
24693 * term/apollo.el (terminal-init-apollo): New function containing
24694 all former top level forms in the file.
24695 * term/bobcat.el (terminal-init-bobcat):
24696 * term/cygwin.el (terminal-init-cygwin):
24697 * term/iris-ansi.el (terminal-init-iris-ansi):
24698 * term/linux.el (terminal-init-linux):
24699 * term/news.el (terminal-init-news):
24700 * term/rxvt.el (terminal-init-rxvt):
24701 * term/sun.el (terminal-init-sun):
24702 * term/tvi970.el (terminal-init-tvi970):
24703 * term/vt100.el (terminal-init-vt100):
24704 * term/vt102.el (terminal-init-vt102):
24705 * term/vt125.el (terminal-init-vt125):
24706 * term/vt200.el (terminal-init-vt200):
24707 * term/vt201.el (terminal-init-vt201):
24708 * term/vt220.el (terminal-init-vt220):
24709 * term/vt240.el (terminal-init-vt240):
24710 * term/vt300.el (terminal-init-vt300):
24711 * term/vt320.el (terminal-init-vt320):
24712 * term/vt400.el (terminal-init-vt400):
24713 * term/vt420.el (terminal-init-vt420):
24714 * term/wyse50.el (terminal-init-wyse50):
24715 * term/xterm.el (terminal-init-xterm): Likewise.
24716
24717 * term/README: Describe the terminal-init-* functionality.
24718
24719 * startup.el (command-line): After loading the terminal initialization
24720 file call the corresponding terminal initialization function.
24721
24722 2005-07-27 Kenichi Handa <handa@m17n.org>
24723
24724 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24725 negative.
24726
24727 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24728 (ps-mule-composition-prologue): Fix for the case that
24729 RelativeCompose is false.
24730
24731 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24732
24733 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24734
24735 * descr-text.el (describe-char): Handle the case where the list of
24736 chars is displayed in a separate frame.
24737 Be a bit more discriminating when looking for the char.
24738
24739 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
24740
24741 * bookmark.el (bookmark-automatically-show-annotations)
24742 (bookmark-read-annotation-text-func): Doc fixes.
24743 (bookmark-save): Improve argument/docstring consistency.
24744 (bookmark-get-bookmark, bookmark-get-bookmark-record)
24745 (bookmark-alist-from-buffer)
24746 (bookmark-upgrade-file-format-from-0)
24747 (bookmark-grok-file-format-version)
24748 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24749 (bookmark-read-annotation-mode)
24750 (bookmark-insert-current-bookmark, bookmark-jump)
24751 (bookmark-exit-hook): Fix typos in docstrings.
24752 (bookmark-exit-hooks): Define as obsolete alias.
24753 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24754 not `bookmark-exit-hooks'. Fix docstring.
24755 (bookmark-bmenu-select): "?\ " -> "?\s".
24756
24757 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
24758
24759 * startup.el (command-line): Fix typo.
24760
24761 2005-07-24 Richard M. Stallman <rms@gnu.org>
24762
24763 * tooltip.el (tooltip-mode): Test emacs-basic-display,
24764 not emacs-quick-startup.
24765
24766 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
24767
24768 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24769 (reb-next-match, reb-show-subexp): Use `with-selected-window'
24770 instead of `reb-with-current-window'.
24771 (reb-prev-match): Likewise. Also, don't move left if the search
24772 was unsuccessful.
24773 (reb-initialize-buffer): New function.
24774 (re-builder, reb-change-syntax): Use it.
24775
24776 * man.el (Man-goto-page): Make second argument NOERROR optional.
24777
24778 2005-07-23 Richard M. Stallman <rms@gnu.org>
24779
24780 * man.el (Man-bgproc-sentinel): Check here for failure to find
24781 any man page in the output, and report the error here.
24782 (Man-arguments): Make it permanent local.
24783 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
24784 (Man-mode): Pass t for NOERROR.
24785
24786 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24787 (grep-mode-font-lock-keywords):
24788 Don't use compilation-...-face for messages that are not file names.
24789
24790 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24791 Don't use compilation-...-face for messages that are not file names.
24792
24793 2005-07-22 Juri Linkov <juri@jurta.org>
24794
24795 * startup.el (normal-splash-screen): Update menu name.
24796
24797 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24798
24799 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
24800
24801 * term/xterm.el: Load term/rxvt if the terminal is actually an
24802 rxvt terminal.
24803 (xterm-rxvt-set-background-mode): Remove, not used anymore.
24804
24805 * term/rxvt.el (function-key-map): Use substitute-key-definition
24806 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
24807
24808 * term/cygwin.el: New file.
24809
24810 2005-07-22 Kim F. Storm <storm@cua.dk>
24811
24812 * image-file.el (insert-image-file, image-file-yank-handler):
24813 Fix last change to maintain a (unique) yank-handler on yanked images.
24814
24815 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
24816
24817 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24818 of the file size (as in "177B" for 177 bytes). This happens with
24819 "ls -lh" on FreeBSD.
24820
24821 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
24822
24823 * hilit-chg.el (highlight-changes-global-initial-state)
24824 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24825 (hilit-chg-fixup, highlight-changes-mode):
24826 Fix typos in docstrings.
24827 (highlight-changes-global-modes, highlight-changes-rotate-faces):
24828 Doc fixes.
24829
24830 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
24831
24832 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24833 mode function using `eval-after-load'.
24834
24835 2005-07-21 Kim F. Storm <storm@cua.dk>
24836
24837 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24838 included when reporting an Emacs crash, and tell about the DEBUG file.
24839
24840 * image-file.el (insert-image-file): Add yank-handler.
24841 (image-file-yank-handler): Yank handler to make unique copies of
24842 images when they are yanked into a buffer next to each other.
24843
24844 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
24845
24846 * comint.el (comint-use-prompt-regexp, comint-send-input)
24847 (comint-source-default, comint-extract-string)
24848 (comint-get-source, comint-word, comint-completion)
24849 (comint-source, comint-prompt-read-only, comint-update-fence):
24850 Fix typos in docstrings.
24851 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24852 Declare with define-obsolete-*-alias macros.
24853 (comint-previous-matching-input-from-input)
24854 (comint-next-matching-input-from-input)
24855 (comint-previous-matching-input, comint-next-matching-input)
24856 (comint-forward-matching-input):
24857 Improve argument/docstring consistency.
24858
24859 * desktop.el (desktop-clear-preserve-buffers-regexp):
24860 Also preserve the *server* buffer.
24861
24862 * simple.el (clone-indirect-buffer): Doc fix.
24863 (fixup-whitespace, just-one-space)
24864 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24865 (next-error, next-error-highlight)
24866 (next-error-highlight-no-select, next-error-last-buffer)
24867 (next-error-buffer-p, next-error-find-buffer, next-error)
24868 (previous-error, next-error-no-select, previous-error-no-select)
24869 (open-line, split-line, minibuffer-prompt-width, kill-new)
24870 (binary-overwrite-mode): Fix typos in docstrings.
24871 (set-fill-column): Fix typo in message.
24872
24873 * skeleton.el (skeleton-proxy-new): Doc fix.
24874
24875 * strokes.el (strokes-load-hook): Doc fix.
24876 (strokes-grid-resolution, strokes-get-grid-position)
24877 (strokes-renormalize-to-grid, strokes-read-stroke)
24878 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24879 (strokes-global-map): Fix typos in docstrings.
24880 (strokes-help): Doc fix. Fix help message and pass it through
24881 `substitute-command-keys'.
24882
24883 * tempo.el (tempo-insert-prompt, tempo-interactive)
24884 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24885 (tempo-insert-string-functions, tempo-local-tags)
24886 (tempo-define-template, tempo-insert-template)
24887 (tempo-insert-prompt-compat, tempo-is-user-element)
24888 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24889 Fix typos in docstrings.
24890
24891 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24892 (vcursor-key-bindings, vcursor-use-vcursor-map)
24893 (vcursor-find-window, vcursor-scroll-down)
24894 (vcursor-disable, vcursor-beginning-of-buffer)
24895 (vcursor-end-of-buffer): Fix typos in docstrings.
24896 (vcursor-relative-move, vcursor-get-char-count):
24897 Improve argument/docstring consistency.
24898
24899 * version.el: "?\ " -> "?\s".
24900
24901 * wid-edit.el (widget-default-create, widget-after-change)
24902 (widget-default-format-handler, widget-checklist-add-item)
24903 (widget-radio-add-item, widget-choose, widget-specify-secret)
24904 (widget-field-value-create, widget-field-value-get)
24905 (widget-editable-list-format-handler)
24906 (widget-editable-list-entry-create, widget-group-value-create)
24907 (widget-documentation-link-add)
24908 (widget-documentation-string-value-create): "?\ " -> "?\s".
24909 (widget-convert-text): Doc fix.
24910 (widget-narrow-to-field, widget-field-find)
24911 (widget-url-link-action, widget-emacs-library-link-action)
24912 (widget-color-notify): Fix typos in docstrings.
24913
24914 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24915 (x-select-text, set-w32-system-coding-system)
24916 (w32-add-charset-info): Fix typos in docstrings.
24917
24918 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24919 (cua-enable-cua-keys, cua-use-hyper-key)
24920 (cua-virtual-rectangle-edges): Fix typos in docstrings.
24921 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24922
24923 * net/tramp.el (tramp-handle-load): Fix typo in error message.
24924
24925 * emacs-lisp/re-builder.el (regexp-builder): Declare with
24926 `defalias' instead of faking it.
24927
24928 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24929 (eshell-ls-missing, eshell-ls-dired-initial-args)
24930 (eshell-ls-use-in-dired): Fix typos in docstrings.
24931
24932 2005-07-20 Kim F. Storm <storm@cua.dk>
24933
24934 * emulation/cua-base.el (cua-mode): Improve doc string.
24935
24936 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
24937
24938 * abbrev.el (expand-region-abbrevs): Doc fix.
24939 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24940 Improve argument/docstring consistency.
24941
24942 * arc-mode.el (archive-get-descr, archive-alternate-display):
24943 Doc fixes.
24944 (archive-l-e): Improve argument/docstring consistency.
24945 (archive-tmpdir, archive-unixdate, archive-unixtime)
24946 (archive-chmod-entry): Fix typos in docstrings.
24947 (archive-unflag, archive-unflag-backwards)
24948 (archive-unmark-all-files): "?\ " -> "?\s".
24949
24950 * buff-menu.el (Buffer-menu-unmark): Doc fix.
24951 (Buffer-menu-not-modified, Buffer-menu-execute)
24952 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24953 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24954
24955 * composite.el (compose-string, encode-composition-rule)
24956 (compose-last-chars): Fix typos in docstrings.
24957
24958 * desktop.el (desktop-enable, desktop-basefilename):
24959 Declare with `define-obsolete-variable-alias'.
24960 (desktop-internal-v2s): Don't quote keywords.
24961 (desktop-clear): "?\ " -> "?\s".
24962
24963 * dired.el (dired-align-file, dired-flag-backup-files)
24964 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24965 (dired-listing-switches, dired-ls-F-marks-symlinks)
24966 (dired-dwim-target, dired-load-hook, dired-mode-hook)
24967 (dired-directory, dired-faces, dired, dired-revert)
24968 (dired-mode, dired-summary, dired-view-file)
24969 (dired-copy-filename-as-kill, dired-delete-file)
24970 (dired-no-confirm, dired-unmark-all-marks)
24971 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24972 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24973 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24974 Fix typos in message strings.
24975
24976 * dired-x.el (virtual-dired): Declare with `defalias'.
24977 (dired-mark-unmarked-files, dired-local-variables-file)
24978 (dired-omit-here-always): Doc fix.
24979 (dired-omit-mode, dired-find-subdir)
24980 (dired-enable-local-variables, dired-clean-up-buffers-too)
24981 (dired-extra-startup, dired-mark-extension, dired-jump)
24982 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24983 (dired-smart-shell-command, dired-guess-shell-alist-user)
24984 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24985 (dired-x-bind-find-file, dired-x-submit-report):
24986 Fix typos in docstrings.
24987 (dired-mark-unmarked-files): "?\ " -> "?\s".
24988
24989 * dirtrack.el (dirtrack-list): Fix typos in docstring.
24990
24991 * faces.el (describe-face): "?\ " -> "?\s".
24992 (read-all-face-attributes, read-face-font, modify-face)
24993 (face-attr-construct, italic): Fix typos in docstrings.
24994 (frame-update-face-colors): Declare with
24995 `define-obsolete-function-alias'.
24996
24997 * files.el (find-file-noselect, recode-file-name): Doc fixes.
24998 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24999 (magic-mode-alist, buffer-file-numbers-unique)
25000 (write-file-functions, get-free-disk-space):
25001 Fix typos in docstrings.
25002 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25003 (write-contents-hooks, write-file-hooks):
25004 Declare with `define-obsolete-variable-alias'.
25005
25006 * forms-d2.el (arch-rj): Fix typo in docstrings.
25007 (arch-tocol): Likewise. "?\ " -> "?\s".
25008
25009 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25010 Fix typo in docstring.
25011 (set-screen-width, set-screen-height): Delete redundant info in
25012 doctrings.
25013 (new-frame, screen-height, screen-width): Declare with
25014 `define-obsolete-function-alias'.
25015 (delete-frame-hook, blink-cursor): Declare with
25016 `define-obsolete-variable-alias'.
25017
25018 * paths.el (prune-directory-list): Fix typos in docstring.
25019
25020 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25021 (cvs-prefix-get): Fix typos in docstrings.
25022
25023 * ps-print.el (ps-extend-face-list, ps-extend-face)
25024 (ps-print-background-image): Fix typos in docstrings.
25025 (ps-default-fg, ps-default-bg): Doc fixes.
25026
25027 * s-region.el (s-region-bind): Doc fix.
25028 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25029
25030 * textmodes/org.el (org-table-formula-substitute-names)
25031 (org-table-get-vertical-vector): Doc fixes.
25032 (org-table-recalculate): Remove unused argument to `message'.
25033
25034 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25035
25036 * textmodes/org.el (org-table-column-names)
25037 (org-table-column-name-regexp)
25038 (org-table-named-field-locations): New variables.
25039 (org-archive-subtree): Protect `this-command' when calling
25040 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25041 the kill buffer.
25042 (org-complete): Remove fixed-formula completion.
25043 (org-edit-formulas-map): New variable.
25044 (org-table-edit-formulas): New command.
25045 (org-finish-edit-formulas, org-abort-edit-formulas)
25046 (org-show-variable, org-table-get-vertical-vector): New functions.
25047 (org-table-maybe-eval-formula): Handle `:=' fields.
25048 (org-table-get-stored-formulas, org-table-store-formulas)
25049 (org-table-get-formula, org-table-modify-formulas)
25050 (org-table-replace-in-formulas): Handle named field formulas.
25051 (org-table-get-specials): Store locations of named fields.
25052
25053 2005-07-19 Juri Linkov <juri@jurta.org>
25054
25055 * progmodes/grep.el (grep-regexp-alist)
25056 (grep-mode-font-lock-keywords, grep-process-setup):
25057 Use default GNU grep match color "01;31m" instead of "01;41m".
25058 (grep-regexp-alist, grep-mode-font-lock-keywords):
25059 Use `\\[[0-9]*m' instead of `\\[00m'.
25060 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25061 sgr_start where its handling is more important. Use the real
25062 length of sgr_start instead of constant 8.
25063 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25064 specially. Delete all remaining escape sequences.
25065 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25066 (grep-regexp-alist): Make hyperlink only for binary file name
25067 instead of the whole line.
25068 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25069 (grep-mode): Add autoload.
25070
25071 * emacs-lisp/find-func.el (find-function-regexp):
25072 Add `define-compilation-mode'.
25073
25074 2005-07-19 Juri Linkov <juri@jurta.org>
25075
25076 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25077 (compare-windows-sync-string-size, compare-windows-recenter)
25078 (compare-windows-highlight, compare-windows): Add version 22.1.
25079 (compare-windows) <defface>: Inherit from lazy-highlight instead
25080 of duplicating its default value.
25081
25082 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25083 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25084
25085 * descr-text.el (describe-char): Create link buttons for `charset'
25086 and `code point'. Add the current input method name with a link
25087 button to `to input' field. Print face names of display table
25088 characters in `The display table entry is displayed by' section
25089 instead of printing face-id in the `display' field.
25090 Guess hardcoded faces and create a link button for them.
25091 Skip empty fields when calculating max-width.
25092 Treat `widget-create' specially while inserting strings from the
25093 collected field list.
25094 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25095
25096 * diff-mode.el (diff-file-header): Change foreground color from
25097 yellow to green on light backgrounds.
25098 (diff-context): Inherit from `shadow' only for color/grayscale
25099 with more than 88 colors.
25100 (diff-indicator-removed, diff-indicator-added)
25101 (diff-indicator-changed): New faces.
25102 (diff-font-lock-keywords): Use new faces. Regroup rules.
25103 Add "^---$" for `normal' diff format. Fontify `#' lines with
25104 font-lock-comment-delimiter-face and font-lock-comment-face.
25105 Add `#' to ^[^...] in the rule for `diff-context-face'.
25106
25107 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25108 a button-like box. Inherit from `highlight' on low colors.
25109 (shadow): Use shades of gray only for color/grayscale with
25110 more than 88 colors. Use green for light backgrounds with
25111 8 colors, and yellow for dark backgrounds with 8 colors.
25112
25113 * font-lock.el (font-lock-regexp-grouping-backslash):
25114 Don't inherit from escape-glyph (use bold for all cases).
25115
25116 * info.el (info-xref-visited): Use light foreground color `violet'
25117 for dark backgrounds instead of dark color `magenta3'.
25118 (info-title-1): Use `yellow' color for dark backgrounds.
25119
25120 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25121 too-light magenta2.
25122
25123 * replace.el (match): Use slightly more light RoyalBlue3 instead
25124 of dark RoyalBlue4.
25125
25126 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25127
25128 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
25129
25130 * novice.el (disabled-command-hook): Declare it with
25131 `define-obsolete-variable-alias'.
25132
25133 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25134 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25135 (desktop-load-default): Add release to obsolescence info.
25136 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25137 (desktop-append-buffer-args, desktop-read):
25138 Fix typos in docstrings.
25139 (desktop-kill): Fix typo in message.
25140 (desktop-save): Doc fix.
25141
25142 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25143
25144 * viper-cmd.el (viper-escape-to-state): Bug fix.
25145 (viper-envelop-ESC-key): Change the definition of fast
25146 keysequence so it'll work with keyboard macros.
25147
25148 * ediff.el (ediff-patch-buffer): Change the docstring.
25149
25150 2005-07-19 Kenichi Handa <handa@m17n.org>
25151
25152 * international/mule-cmds.el (select-safe-coding-system): Try to
25153 use an auto-coding (if any) before anything else. If the found
25154 auto-coding is invalid, show a warning message.
25155
25156 * international/mule.el (find-auto-coding): New function created
25157 by modifying the body of set-auto-coding.
25158 (set-auto-coding): Use find-auto-coding to find a coding.
25159
25160 2005-07-18 Richard M. Stallman <rms@gnu.org>
25161
25162 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25163 not isearch-mode-end-hook-error.
25164 (allout-before-change-protect): Fix error message.
25165
25166 2005-07-18 Juri Linkov <juri@jurta.org>
25167
25168 * allout.el (allout-mode):
25169 * calculator.el (calculator-copy):
25170 * custom.el (custom-known-themes):
25171 * dired.el (dired-desktop-buffer-misc-data)
25172 (dired-restore-desktop-buffer):
25173 * dired-x.el (dired-omit-marker-char):
25174 * files.el (basic-save-buffer):
25175 * font-core.el (font-lock-mode):
25176 * calendar/calendar.el (calendar-goto-hebrew-date)
25177 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25178 (calendar-goto-persian-date):
25179 * language/ethio-util.el (ethio-sera-to-fidel-region):
25180 * textmodes/picture.el (picture-mode):
25181 Delete duplicate duplicate words.
25182
25183 2005-07-18 Juri Linkov <juri@jurta.org>
25184
25185 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25186 chars * ? } |.
25187 (isearch-fallback): Don't call `isearch-process-search-char'.
25188 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25189 (isearch-process-search-char): Call `isearch-fallback' for regexp
25190 chars * ? } |.
25191 (isearch-return-char): Make obsolete with `make-obsolete' instead
25192 of simply documenting it as obsolete in the docstring.
25193 (isearch-fallback): Refill docstring.
25194
25195 * international/isearch-x.el
25196 (isearch-process-search-multibyte-characters): Remove unneeded
25197 `concat'. Add intermediate values to `junk-hist' instead of
25198 `minibuffer-history'. Test the length of `str'.
25199
25200 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
25201
25202 * allout.el (allout-resolve-xref): Fix typos in error strings.
25203 (allout-before-change-protect): Remove unneeded `concat'.
25204
25205 * array.el (array-mode, array-reconfigure-rows)
25206 (untabify-backward): Fix typos in docstrings.
25207 (array-reconfigure-rows): Use `insert-buffer-substring', not
25208 `insert-buffer'.
25209
25210 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25211 * progmodes/ada-mode.el (ada-make-body):
25212 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25213
25214 * dired.el (dired-log):
25215 * tar-mode.el (tar-subfile-save-buffer):
25216 * play/zone.el (zone-pgm-stress-destress):
25217 Use `insert-buffer-substring', not `insert-buffer'.
25218
25219 2005-07-17 Simon Josefsson <jas@extundo.com>
25220
25221 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25222
25223 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
25224
25225 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25226 Add plain auth method.
25227 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25228
25229 2005-07-17 Kim F. Storm <storm@cua.dk>
25230
25231 * ido.el (dired-other-window): Add ido property.
25232
25233 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
25234
25235 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25236 Fix typo in docstring.
25237 (byte-compile-interactive-only-functions): Add `insert-buffer' and
25238 `insert-file-literally'.
25239
25240 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25241 info and delete redundant message. Doc fix.
25242 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25243 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25244
25245 2005-07-16 Richard M. Stallman <rms@gnu.org>
25246
25247 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25248 (byte-compile-and): Use byte-compile-and-recursion.
25249 (byte-compile-or-recursion): New function.
25250 (byte-compile-or): Use that.
25251 (byte-compile-if): Guard the else-clause too.
25252 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25253
25254 * isearch.el (isearch-mode-end-hook-quit): New variable.
25255 (isearch-done): Bind it.
25256 (isearch-mode-end-hook): Doc fix.
25257
25258 * allout.el (allout-isearch-did-quit): Variable deleted.
25259 (allout-real-isearch-abort): Function name no longer used.
25260 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25261 (allout-isearch-rectification): isearch-mode always exists.
25262 Don't set allout-isearch-did-quit.
25263 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25264 allout-isearch-did-quit.
25265 (allout-enwrap-isearch): Just add the hook.
25266 (allout-isearch-abort): Function deleted.
25267 (allout-pre-command-business): Avoid warning.
25268
25269 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25270 Correctly avoid warnings.
25271 (pascal-outline): Likewise.
25272
25273 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25274
25275 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25276
25277 * play/tetris.el (tetris-mode): Avoid warning.
25278
25279 * play/snake.el (snake-mode): Avoid warning.
25280
25281 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25282 (gamegrid-set-display-table): Avoid warning.
25283 (gamegrid-set-timer): Likewise.
25284 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25285 (gamegrid-add-score-with-update-game-score-1): Take FILE
25286 as argument.
25287 (gamegrid-add-score-with-update-game-score): Pass that argument.
25288 Rename have-shared-game-dir to gamegrid-shared-game-dir.
25289
25290 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25291
25292 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25293 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25294
25295 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25296 and insert-file.
25297
25298 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25299 (sc-ask): Avoid warnings.
25300
25301 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25302 (eshell-hist-initialize): Use that var the natural way.
25303
25304 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25305
25306 * emacs-lisp/re-builder.el (reb-cook-regexp):
25307 Avoid warning calling lre-compile-string.
25308 (reb-color-display-p): Avoid warning.
25309
25310 * calculator.el (calculator-last-input): Guard uses
25311 of event-key and key-press-event-p.
25312 (event-key, key-press-event-p): Delete definitions.
25313
25314 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25315 (find-gc-source-directory, find-gc-subrs-callers)
25316 (find-gc-noreturn-list, find-gc-source-files)
25317 (find-gc-subrs-called): Vars renamed and defvar'd.
25318
25319 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25320 (checkdoc-overlay-put, checkdoc-delete-overlay)
25321 (checkdoc-overlay-start, checkdoc-overlay-end)
25322 (checkdoc-mode-line-update, checkdoc-char=):
25323 Define such that compiler knows they are defined.
25324 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
25325 (checkdoc-read-event): Delete. Use read-event directly.
25326
25327 * whitespace.el (whitespace-make-overlay)
25328 (whitespace-overlay-put, whitespace-delete-overlay)
25329 (whitespace-overlay-start, whitespace-overlay-end):
25330 Define such that compiler knows they are defined.
25331 (whitespace): Move conditional inside.
25332
25333 * tempo.el (tempo-insert-template): Suppress warning.
25334
25335 * ediff-diff.el (longlines-mode): Add defvar.
25336
25337 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
25338
25339 * server.el: Bind "C-x #" in a way that works even if C-x is
25340 redefined to a command key, not a prefix key.
25341
25342 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25343
25344 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25345 cl-make-type-test till execution time.
25346
25347 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
25348
25349 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25350 arg ARG and use it.
25351
25352 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25353
25354 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25355
25356 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
25357
25358 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25359 a defcustom with two :set or :type keywords.
25360
25361 2005-07-15 Richard M. Stallman <rms@gnu.org>
25362
25363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25364 Don't give ^M comment-end syntax.
25365
25366 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
25367
25368 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25369 Don't consider gdbmi (gdb-mi.el has its own update functions).
25370 (gdb-var-delete): Make it work for gdbmi as well.
25371 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25372
25373 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25374 (gud-speedbar-menu-items): Correct logic for enabling items.
25375
25376 2005-07-15 Kim F. Storm <storm@cua.dk>
25377
25378 * ido.el: Fix commentary.
25379 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25380 Use with-no-warnings around ffap-guesser.
25381 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25382 Let bind minibuffer-completing-file-name to t.
25383
25384 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
25385
25386 * startup.el (site-run-file, keyboard-type): Doc fixes.
25387 (command-line): Check for "--basic-display" argument; also for
25388 "--quick", not "--bare-bones" (which was renamed).
25389 (fancy-splash-text): Add missing item "Getting New Versions".
25390 (normal-splash-screen): Fix typos and improve consistency with
25391 `fancy-splash-text'. Update copyright year.
25392
25393 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25394 valid binding for `help-char'.
25395
25396 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25397
25398 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25399
25400 * term.el (term-mode): Disable cua-mode for term buffers.
25401
25402 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
25403
25404 * add-log.el (add-log-mailing-address, change-log-merge):
25405 Doc fixes.
25406 (change-log-get-method-definition): Fix typo in docstring.
25407
25408 2005-07-14 Kim F. Storm <storm@cua.dk>
25409
25410 * emulation/cua-base.el:
25411 (cua--pre-command-handler-1, cua--pre-command-handler)
25412 (cua--post-command-handler-1, cua--post-command-handler):
25413 Split in two. Check (buffer local) value of cua-mode.
25414 (cua-selection-mode): New command.
25415
25416 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25417
25418 * custom.el (custom-initialize-safe-set)
25419 (custom-initialize-safe-default): Doc fixes.
25420
25421 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25422 and simplify :init-value again.
25423
25424 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25425 and simplify :init-value again. Delete autoload.
25426
25427 * startup.el (command-line): Use `custom-reevaluate-setting' again
25428 for tooltip-mode.
25429
25430 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25431 a defcustom with two :initialize keywords.
25432
25433 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
25434
25435 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25436 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25437 (allout-post-command-business, allout-flag-region)
25438 (isearch-reenable-font-lock, allout-yank)
25439 (allout-insert-latex-header, allout-insert-latex-trailer)
25440 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25441 (allout-latex-verb-quote): Fix typos in docstrings.
25442 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25443 (allout-unprotected, allout-prefix-data):
25444 Improve argument/docstring consistency.
25445 (allout-chart-subtree): Fix argument spec.
25446 (allout-open-topic): Rename `use_sib_bullet' argument to
25447 `use-sib-bullet'. Doc fix.
25448
25449 * whitespace.el (whitespace-check-buffer-leading)
25450 (whitespace-check-buffer-trailing)
25451 (whitespace-check-buffer-indent)
25452 (whitespace-check-buffer-spacetab)
25453 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25454 (whitespace-check-leading-whitespace)
25455 (whitespace-check-trailing-whitespace)
25456 (whitespace-check-spacetab-whitespace)
25457 (whitespace-check-indent-whitespace)
25458 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25459 (whitespace-modes): Fix typos in docstrings.
25460 (defgroup, defcustom): Doc fixes.
25461
25462 * winner.el (winner-mode, winner-boring-buffers)
25463 (winner-pending-undo-ring): Doc fixes.
25464 (winner-ring): Remove unneeded `progn'.
25465 (winner-equal): `defsubst' it.
25466 (winner-redo): Fix message.
25467
25468 2005-07-13 Kim F. Storm <storm@cua.dk>
25469
25470 * simple.el (line-move-1): Always use vertical-motion to
25471 do the last (or only) line move to ensure some movement.
25472 Undo 2005-06-23 change--don't check for overlays.
25473
25474 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25475
25476 * term/mac-win.el (ccl-encode-mac-roman-font)
25477 (ccl-encode-mac-centraleurroman-font)
25478 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25479 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25480 Change charset-id boundary of dimension to ?\xef.
25481 (mac-char-fontspec-list): New constant.
25482 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25483 argument. Nil uses itself as family in font-spec. Previous
25484 behavior for nil is now provided by non-nil non-string argument.
25485 All callers changed. Add font-specs for Mac fonts to
25486 "fontset-default" unless iso8859-1 fonts are installed.
25487
25488 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25489
25490 * progmodes/sh-script.el (sh-get-indent-info): Only indent
25491 a continuation line if the \ is preceded by SPC or TAB.
25492 (sh-get-indent-info): Simplify.
25493 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25494 Use with-current-buffer.
25495
25496 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25497 when the matched text is empty.
25498
25499 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
25500
25501 * startup.el (command-line): Revert to previous handling of
25502 tooltip-mode. Explain in comment why the complexity is needed.
25503
25504 * tooltip.el (tooltip-mode): Revert to previous implementation of
25505 its defcustom.
25506
25507 * frame.el (blink-cursor-mode): Revert to previous implementation
25508 of its defcustom. Update comment.
25509
25510 2005-07-12 Lars Hansen <larsh@soem.dk>
25511
25512 * desktop.el: Update e-mail address.
25513
25514 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25515
25516 * term/mac-win.el (mac-services-mail-selection)
25517 (mac-services-mail-to): New functions.
25518 (mac-application-menu-map): Bind them.
25519
25520 2005-07-12 wulei <milton@wulei.net> (tiny change)
25521
25522 * progmodes/gdb-ui.el: Add note about buffering with Windows.
25523
25524 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
25525
25526 * custom.el (custom-reevaluate-setting): Doc fix.
25527
25528 2005-07-11 Jay Belanger <belanger@truman.edu>
25529
25530 * calc/calc.el (calc-embedded-announce-formula-alist)
25531 (calc-embedded-open-close-plain-alist)
25532 (calc-embedded-open-close-mode-alist): Add checks for additional
25533 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25534
25535 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
25536
25537 * custom.el (custom-enable-theme): Don't add theme to
25538 `custom-enabled-themes' with `push' because there is no
25539 setf-method for `delq'.
25540
25541 2005-07-11 Richard M. Stallman <rms@gnu.org>
25542
25543 * custom.el (custom-declare-variable): Doc fix.
25544
25545 * dired-aux.el (dired-compare-directories): Remove "." and ".."
25546 from the alists.
25547
25548 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25549 Do nothing if edebug-active.
25550
25551 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25552 (edebug-display): Do it here instead.
25553
25554 2005-07-10 Richard M. Stallman <rms@gnu.org>
25555
25556 * cus-face.el (custom-theme-set-faces): Make it work.
25557 (custom-reset-faces): Doc fix.
25558 (custom-theme-reset-internal-face, custom-theme-face-value):
25559 Functions deleted.
25560
25561 * custom.el (custom-push-theme): Maintain list of the settings
25562 of a given theme in its theme-settings property.
25563 Maintain position of old settings in the theme-value
25564 or theme-face property.
25565 (custom-enabled-themes): New variable.
25566 (custom-theme-enabled-p): New function.
25567 (provide-theme): Update custom-enabled-themes.
25568 Disable and reenable the `user' theme.
25569 (require-theme): Doc fix.
25570 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25571 (custom-theme-value, custom-theme-variable-value): Likewise.
25572 (custom-theme-reset-internal): Likewise.
25573 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25574 (custom-enable-theme, custom-disable-theme): New functions.
25575 (custom-variable-theme-value, custom-face-theme-value): Likewise.
25576 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25577 (custom-theme-reset-variables): Simplify.
25578 (deftheme, custom-declare-theme, custom-make-theme-feature):
25579 Definitions moved.
25580
25581 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
25582
25583 * longlines.el (longlines-show-region)
25584 (longlines-unshow-hard-newlines): Recognize hard newlines by
25585 non-nil hard property, instead of t.
25586
25587 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
25588
25589 * viper-cmd.el (viper--key-maps): New variable.
25590 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25591 emulation-mode-map-alists.
25592 (viper-envelop-ESC-key): Use viper-subseq.
25593 (viper-search-forward/backward/next): Disable debug-on-error.
25594
25595 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25596 (viper-ESC-key): New defcustoms.
25597
25598 * viper-macs.el (ex-map-read-args): Use viper-subseq.
25599
25600 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25601 (viper-subseq): Copy of subseq from cl.el.
25602
25603 * viper.el (viper-go-away, viper-set-hooks): Use
25604 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25605
25606 * viper-mous.el (viper-current-frame-saved): Use defvar.
25607
25608 * viper-init.el: Get rid of -face in face names.
25609
25610 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25611 Make it work with longlines mode.
25612
25613 * ediff-mult.el (ediff-meta-mode-hook): New variable.
25614
25615 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25616
25617 * ediff-init.el: Get rid of -face in face names.
25618
25619 2005-07-10 Richard M. Stallman <rms@gnu.org>
25620
25621 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25622 and with-timeout-unsuspend.
25623
25624 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25625 and with-timeout-unsuspend.
25626
25627 * emacs-lisp/timer.el (with-timeout-timers): New variable.
25628 (with-timeout): Bind that variable to record timers.
25629 (with-timeout-suspend, with-timeout-unsuspend): New functions.
25630
25631 * emacs-lisp/debug.el (debug-help-follow): New function.
25632 (debugger-mode-map): Use that instead of help-follow.
25633 (debugger-setup-buffer): Use eval-buffer-list
25634 to handle eval-buffer frames.
25635
25636 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
25637
25638 * timezone.el (timezone-parse-date): Change first regexp
25639 so it will not mistakenly match dates with no time zone.
25640
25641 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
25642
25643 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25644
25645 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
25646
25647 * custom.el (custom-initialize-safe-set)
25648 (custom-initialize-safe-default): New functions.
25649
25650 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25651 and simplify :init-value.
25652
25653 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25654 and simplify :init-value. Delete obsolete comment.
25655
25656 * startup.el (command-line): Use `custom-reevaluate-setting' to
25657 handle `tooltip-mode'. Delete obsolete comment.
25658
25659 * files.el (set-visited-file-name): Avoid calling
25660 `file-name-nondirectory' with a nil argument.
25661
25662 2005-07-09 Richard M. Stallman <rms@gnu.org>
25663
25664 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25665 was called with nil for the buffer, handle the read position right.
25666 Handle read position for eval-region, too.
25667
25668 2005-07-09 Juri Linkov <juri@jurta.org>
25669
25670 * fringe.el (fringe-mode): Add period in docstring.
25671 (fringe-query-style): Build prompt depending on `all-frames' arg.
25672
25673 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25674 to not create links to unrelated functions in the Help buffer.
25675
25676 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25677 Doc fix.
25678
25679 * simple.el (next-error-hook): New variable.
25680 (next-error): Use it. Doc fix.
25681
25682 * textmodes/ispell.el (ispell-command-loop): Add current
25683 dictionary name and program name to mode-line-format.
25684 (ispell-region, ispell-process-line): Add current dictionary name
25685 and program name to messages.
25686
25687 2005-07-08 Jay Belanger <belanger@truman.edu>
25688
25689 * calc/calc.el (calc-embedded-announce-formula-alist)
25690 (calc-embedded-open-close-formula-alist)
25691 (calc-embedded-open-close-word-alist)
25692 (calc-embedded-open-close-plain-alist)
25693 (calc-embedded-open-close-new-formula-alist)
25694 (calc-embedded-open-close-mode-alist)
25695 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25696 (calc-embedded-mode-hook): New variables.
25697
25698 * calc/calc-embed.el (calc-embedded-firsttime)
25699 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25700 New variables.
25701 (calc-do-embedded): Use calc-embedded-firsttime,
25702 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25703 determine whether or not to run hooks.
25704 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25705 calc-embedded-firsttime-formula appropriately.
25706 Set calc-embedded delimiter variables according to mode.
25707
25708 2005-07-08 Richard M. Stallman <rms@gnu.org>
25709
25710 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25711 Check for "emacs", etc., as entire symbol, not just as word.
25712 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25713
25714 * files.el (set-visited-file-name): Report the error
25715 for "empty filename" earlier.
25716 (kill-some-buffers): Ignore buffers already dead.
25717
25718 * fringe.el (fringe-mode): Doc fix.
25719
25720 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25721 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25722 Use unwind-protect to ensure byte-compile-unresolved-functions
25723 is updated.
25724
25725 * whitespace.el (whitespace-buffer-leading-cleanup):
25726 Simplify w/ skip-chars-forward.
25727 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25728
25729 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25730 Unconditionally try to leave point at the same old place.
25731
25732 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25733
25734 * comint.el (comint-postoutput-scroll-to-bottom)
25735 (comint-show-maximum-output): Take scroll-margin into consideration.
25736
25737 2005-07-08 Kim F. Storm <storm@cua.dk>
25738
25739 * ido.el (ido-use-filename-at-point): New choice `guess'.
25740 (ido-file-internal): Try ffap-guesser if selected.
25741
25742 * ido.el (ido-before-fallback-functions): New hook.
25743 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25744 (ido-read-file-name): Run it.
25745
25746 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
25747
25748 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25749 strings rather than a list of symbols to the completion function.
25750
25751 2005-07-07 Jay Belanger <belanger@truman.edu>
25752
25753 * calc/calc-units.el (math-apply-units): Change the places in
25754 which units are simplified.
25755
25756 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
25757
25758 * cus-edit.el (customize-option, customize-option-other-window):
25759 Make them handle aliases.
25760
25761 * custom.el (custom-variable-p): Make it recursively follow
25762 aliases. Mention that in the docstring.
25763
25764 2005-07-07 Richard M. Stallman <rms@gnu.org>
25765
25766 * cus-start.el (exec-path): Use `directory' instead of `file'.
25767 Fix tag for nil.
25768
25769 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
25770
25771 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25772 when called non-interactively. Doc fix.
25773
25774 2005-07-07 Lute Kamstra <lute@gnu.org>
25775
25776 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25777 new address as well.
25778
25779 2005-07-07 Kenichi Handa <handa@m17n.org>
25780
25781 * international/mule.el (make-coding-system):
25782 Describe `ascii-incompatible' property in the docstring.
25783 (set-file-name-coding-system): Signal an error if coding-system is
25784 ascii-incompatible.
25785 (set-keyboard-coding-system): Likewise.
25786
25787 * international/mule-cmds.el (set-default-coding-systems):
25788 Don't set default-file-name-coding-system and
25789 default-keyboard-coding-system if coding-system is ASCII-incompatible.
25790
25791 * international/utf-16.el: Declare that all UTF-16-based coding
25792 systems are ASCII-incompatible.
25793
25794 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
25795
25796 * progmodes/gud.el: Require font-lock for displaying errors.
25797 Used by gdb-ui.el.
25798
25799 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
25800
25801 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25802 values for the pattern lists which are `read'able but not
25803 `append'able (like symbols).
25804
25805 2005-07-06 Richard M. Stallman <rms@gnu.org>
25806
25807 * progmodes/flymake.el (flymake-float-time): Instead of
25808 with-no-warnings, test for XEmacs.
25809 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25810 to avoid warning.
25811
25812 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
25813
25814 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25815
25816 2005-07-05 Lute Kamstra <lute@gnu.org>
25817
25818 * battery.el: Add support for Darwin (with much debugging help
25819 from Samuel Lauber <sam124@operamail.com>).
25820 (battery-status-function, battery-echo-area-format)
25821 (battery-mode-line-format): Add support for pmset on Darwin.
25822 (battery-load-low, battery-load-critical): New user options.
25823 (battery-pmset): New function.
25824
25825 2005-07-05 Lute Kamstra <lute@gnu.org>
25826
25827 Update FSF's address in GPL notices.
25828
25829 * textmodes/page-ext.el: Update FSF's address.
25830
25831 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
25832
25833 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25834 filling from using prefix when filling a single-line docstring.
25835
25836 * progmodes/flymake.el: Remove useless eval-when-compile.
25837
25838 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25839
25840 2005-07-04 Richard M. Stallman <rms@gnu.org>
25841
25842 * textmodes/org.el (org-file-apps-defaults-gnu):
25843 Rename from org-file-apps-defaults-linux.
25844 (org-default-apps): Don't test system-type for `linux'.
25845 (org-file-apps): Doc fix.
25846
25847 2005-07-04 David Ponce <david@dponce.com>
25848
25849 * tree-widget.el: Improve header Commentary section.
25850 (tree-widget) [defgroup]
25851 (tree-widget-image-enable, tree-widget-themes-directory)
25852 (tree-widget-theme, tree-widget-image-properties-emacs)
25853 (tree-widget-image-properties-xemacs, tree-widget-create-image)
25854 (tree-widget-image-formats, tree-widget-control)
25855 (tree-widget-empty-control, tree-widget-leaf-control
25856 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25857 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25858 (tree-widget-keep, tree-widget-after-toggle-functions)
25859 (tree-widget-open-node, tree-widget-close-node): Doc fix.
25860 (tree-widget-open-control, tree-widget-close-control): Fix doc and
25861 :help-echo message.
25862 (tree-widget-set-theme): Doc fix. Use `string-equal'.
25863 (tree-widget-image-properties): Doc fix. Clearer implementation.
25864 (tree-widget--cursors): New constant.
25865 (tree-widget-lookup-image): New function split from
25866 `tree-widget-find-image'. Clearer implementation.
25867 (tree-widget-find-image): Use it.
25868 (tree-widget-button-keymap): Use `set-keymap-parent'.
25869 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25870 Define the sub-widgets here.
25871 (tree-widget-node): Check that :node is not a tree-widget.
25872 (tree-widget-get-super, tree-widget-open-control)
25873 (tree-widget-close-control, tree-widget-empty-control)
25874 (tree-widget-leaf-control, tree-widget-guide)
25875 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25876 (tree-widget-no-handle, tree-widget-value-delete)
25877 (tree-widget-map): Remove.
25878 (tree-widget-children-value-save): Doc fix. Simplified.
25879 (tree-widget-value-create): Update according to previous changes.
25880
25881 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
25882
25883 * textmodes/org.el: Leading space replaced by TABS.
25884 (org-recalc-marks, org-table-rotate-recalc-marks)
25885 (org-table-get-specials): Treat "^" and "_" marks.
25886 (org-table-justify-field-maybe): Optional argument NEW.
25887 (org-table-eval-formula): Parsing of the format simplified.
25888 New modes C,I. Honor the %= parameter in the current table.
25889 Avoid unnecessary re-align by using the NEW argument to
25890 `org-table-justify-field-maybe'.
25891 (org-calc-default-modes): Default for date-format mimicks org-mode.
25892 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25893
25894 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
25895
25896 * cus-face.el (custom-theme-set-faces): Make it handle face
25897 aliases whose alias declarations are pre- or autoloaded.
25898
25899 2005-07-04 Juri Linkov <juri@jurta.org>
25900
25901 * faces.el (read-face-name): Put the code for getting a face name
25902 from the buffer before adding the faces from the `face' property.
25903 Use `completing-read-multiple' instead of `completing-read'.
25904 Require `crm'. Add default value and post-process the returned
25905 list of faces.
25906
25907 * emacs-lisp/crm.el (crm-find-current-element)
25908 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25909
25910 * emacs-lisp/lisp-mode.el (eval-defun-1):
25911 * emacs-lisp/edebug.el (edebug-eval-defun):
25912 Remove unnecessary quotes.
25913
25914 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
25915
25916 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25917 (prolog-indent-level): Fix typo in docstring.
25918
25919 * info.el (Info-history, Info-history-forward)
25920 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25921
25922 * add-log.el (add-change-log-entry):
25923 * comint.el (comint-dynamic-list-input-ring)
25924 (comint-dynamic-list-completions):
25925 * dabbrev.el (dabbrev-expand):
25926 * delim-col.el (delimit-columns-rectangle-line):
25927 * diff-mode.el (diff-context->unified, diff-reverse-direction)
25928 (diff-unified->context):
25929 * ediff-init.el (ediff-abbrev-jobname):
25930 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25931 (ediff-replace-session-activity-marker-in-meta-buffer):
25932 * info.el (Info-summary):
25933 * lpr.el (printify-region):
25934 * printing.el (pr-create-interface):
25935 * ps-print.el (ps-print-quote):
25936 * ses.el (ses-column-widths, ses-print-cell)
25937 (ses-adjust-print-width, ses-center):
25938 * shell.el (shell-file-name-quote-list):
25939 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25940 (strokes-fill-current-buffer-with-whitespace)
25941 (strokes-xpm-for-stroke, strokes-list-strokes)
25942 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25943 * term.el (term-dynamic-list-input-ring)
25944 (term-dynamic-list-completions):
25945 * calc/calc.el (math-format-stack-value):
25946 * emacs-lisp/edebug.el (edebug-display-freq-count):
25947 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25948 (delphi-new-comment-line):
25949 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25950 * progmodes/executable.el (executable-set-magic):
25951 * progmodes/python.el (inferior-python-mode):
25952 * progmodes/scheme.el (scheme-mode-syntax-table):
25953 * progmodes/sh-script.el (sh-maybe-here-document):
25954 * progmodes/sql.el (sql-copy-column):
25955 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25956 * textmodes/bibtex.el (bibtex-mode):
25957 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25958 (sgml-auto-attributes):
25959 * textmodes/table.el (table-insert, table-shorten-cell)
25960 (table--generate-source-scan-lines, table-delete-row)
25961 (*table--cell-delete-char, table--spacify-frame)
25962 (table--horizontally-shift-above-and-below)
25963 (table--cell-insert-char, table--cell-blank-str)
25964 (table--fill-region-strictly):
25965 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25966 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25967
25968 * add-log.el (change-log):
25969 * apropos.el (apropos):
25970 * comint.el (comint-completion, comint-source):
25971 * dabbrev.el (dabbrev):
25972 * delim-col.el (columns):
25973 * diff-mode.el (diff-mode):
25974 * ediff.el (ediff):
25975 * ediff-diff.el (ediff-diff):
25976 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25977 * ediff-mult.el (ediff-mult):
25978 * ediff-ptch.el (ediff-ptch):
25979 * ediff-wind.el (ediff-window):
25980 * facemenu.el (facemenu):
25981 * indent.el (indent):
25982 * info.el (info):
25983 * jka-cmpr-hook.el (compression, jka-compr):
25984 * lpr.el (lpr):
25985 * outline.el (outlines):
25986 * pcmpl-cvs.el (pcmpl-cvs):
25987 * pcmpl-rpm.el (pcmpl-rpm):
25988 * printing.el (printing):
25989 * ps-print.el (postscript, ps-print, ps-print-horizontal)
25990 (ps-print-vertical, ps-print-headers, ps-print-font)
25991 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25992 (ps-print-background, ps-print-printer, ps-print-page)
25993 (ps-print-miscellany):
25994 * ses.el (ses):
25995 * shell.el (shell, shell-directories, shell-faces):
25996 * startup.el (initialization):
25997 * strokes.el (strokes):
25998 * term.el (term):
25999 * uniquify.el (uniquify):
26000 * w32-vars.el (w32):
26001 * calc/calc.el (calc):
26002 * emacs-lisp/bytecomp.el (bytecomp):
26003 * emacs-lisp/cl-indent.el (lisp-indent):
26004 * emacs-lisp/edebug.el (edebug):
26005 * emacs-lisp/elp.el (elp):
26006 * emacs-lisp/testcover.el (testcover):
26007 * emacs-lisp/trace.el (trace):
26008 * emulation/viper-ex.el (viper-ex):
26009 * emulation/viper-mous.el (viper-mouse):
26010 * mail/mailalias.el (mailalias):
26011 * mail/supercite.el (supercite, supercite-frames)
26012 (supercite-attr, supercite-cite, supercite-hooks):
26013 * net/rcompile.el (remote-compile):
26014 * net/rlogin.el (rlogin):
26015 * obsolete/ooutline.el (outlines):
26016 * progmodes/delphi.el (delphi):
26017 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26018 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26019 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26020 (ebnf-optimization):
26021 * progmodes/etags.el (etags):
26022 * progmodes/executable.el (executable):
26023 * progmodes/idlwave.el (idlwave):
26024 * progmodes/pascal.el (pascal):
26025 * progmodes/prolog.el (prolog):
26026 * progmodes/python.el (python):
26027 * progmodes/scheme.el (scheme):
26028 * progmodes/sh-script.el (sh, sh-script):
26029 * progmodes/sql.el (SQL):
26030 * progmodes/tcl.el (tcl):
26031 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26032 * textmodes/enriched.el (enriched):
26033 * textmodes/makeinfo.el (makeinfo):
26034 * textmodes/sgml-mode.el (sgml):
26035 * textmodes/table.el (table-hooks):
26036 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26037 * textmodes/texinfo.el (texinfo):
26038 * textmodes/two-column.el (two-column):
26039 Finish `defgroup' description with period.
26040
26041 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26042 * eshell/esh-var.el (eshell-var):
26043 * progmodes/vhdl-mode.el (vhdl-testbench):
26044 * textmodes/org.el (org): Fix typos in docstrings.
26045
26046 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26047 consistency.
26048
26049 * progmodes/flymake.el (flymake-find-file): Remove.
26050 (flymake-float-time): Use `with-no-warnings'.
26051 (flymake-check-start-time, flymake-check-was-interrupted)
26052 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26053 (flymake-new-err-info): `defvar' at compile time.
26054
26055 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26056
26057 * replace.el (occur-hook): Doc fix.
26058 (occur-1): Don't call `occur-hook' if there are no matches.
26059
26060 2005-07-03 Richard M. Stallman <rms@gnu.org>
26061
26062 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26063 global-map, save the same map.
26064 (global-map): Don't alter it at top level.
26065 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26066 Then alter it here instead.
26067 (tpu-edt-off): Set global-map to the saved one.
26068
26069 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26070 All references simplified.
26071 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26072 (zmacs-regions): Add defvar.
26073 (repeat-complex-command-map): Everything about that deleted.
26074
26075 * textmodes/artist.el (artist-key-is-drawing)
26076 (artist-key-endpoint1, artist-key-poly-point-list)
26077 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26078 (artist-key-compl-table, artist-rb-save-data)
26079 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26080 Don't put them in eval-when-compile.
26081 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26082
26083 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26084 Use with-no-warnings.
26085
26086 * net/browse-url.el (dos-windows-version): Add defvar.
26087
26088 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26089
26090 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26091 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26092 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26093 Add defvar.
26094 (rmail-summary-beginning-of-message): Use with-no-warnings.
26095 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26096
26097 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26098 Use with-no-warnings.
26099
26100 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26101 (c-mark-function): Add point-moving-unit property.
26102 (vi-goto-line): Use with-no-warnings.
26103
26104 * emulation/edt.el (edt-last-copied-word): Add defvar.
26105 (zmacs-region-stays): Likewise.
26106 (edt-mark-section-wisely): Use c-mark-function for C.
26107 Use makr-defun for Fortran.
26108 (time-string): defvar deleted.
26109 (edt-display-the-time): Don't set time-string.
26110
26111 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26112
26113 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26114 Don't warn when name is not constant
26115 or for defining the group `emacs'.
26116
26117 * tooltip.el (gud-tooltip-mode): Add defvar.
26118
26119 * startup.el (default-frame-background-mode): Add defvar.
26120
26121 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26122
26123 * info.el (tool-bar-map): Add defvar.
26124
26125 * dired.el (dnd-protocol-alist): Add defvar.
26126
26127 * dired-aux.el (dired-query): Display question with answer, when
26128 the user answers.
26129
26130 * custom.el (custom-add-option): Doc fix.
26131
26132 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26133
26134 2005-07-03 Eli Zaretskii <eliz@gnu.org>
26135
26136 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26137 bogus name from the last change.
26138
26139 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26140
26141 * custom.el (custom-declare-variable): Fix typos in comment.
26142 (custom-known-themes): Doc fix.
26143 (custom-theme-directory): New defcustom.
26144 (require-theme): Make it check `custom-theme-directory'.
26145
26146 * cus-theme.el (custom-new-theme-mode): New function.
26147 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26148 (custom-theme-description): Add compiler defvars.
26149 (customize-create-theme): Add doc to the "*New Custom Theme*"
26150 buffer. Use `custom-new-theme-mode'.
26151 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26152 and save it to the `custom-theme-directory'. Make this the
26153 default directory of the buffer.
26154
26155 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26156
26157 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26158 Fix unbalanced parentheses.
26159
26160 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26161
26162 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26163 into flymake-mode and delegate to flymake-mode.
26164
26165 * find-file.el (ff-which-function-are-we-in): Clean up.
26166
26167 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
26168
26169 * replace.el (occur-rename-buffer): Fix docstring.
26170
26171 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26172 (edt-last-copied-word, edt-learn-macro-count)
26173 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26174 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26175 (time-string, zmacs-region-stays):
26176 * emulation/edt-mapper.el (edt-save-function-key-map)
26177 (EDT-key-name): `defvar' to silence the byte-compiler.
26178
26179 2005-07-02 Martin Rudalics <rudalics@gmx.at>
26180
26181 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26182 font-lock-regexp-backslash. Doc fix.
26183 (font-lock-regexp-backslash-grouping-construct): Rename from
26184 font-lock-regexp-backslash-construct. Doc fix.
26185 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26186 grouping constructs.
26187
26188 2005-07-02 Eli Zaretskii <eliz@gnu.org>
26189
26190 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26191 updating all the prerequisites.
26192
26193 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
26194
26195 * textmodes/org.el (org-agenda-start-on-weekday)
26196 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26197 (org-agenda-use-time-grid, org-archive-location)
26198 (org-allow-space-in-links, org-usenet-links-prefer-google)
26199 (org-enable-table-editor, org-export-default-language)
26200 (org-export-html-show-new-buffer, org-fill-paragraph)
26201 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26202 (org-goto-quit, org-occur, org-eval-in-calendar)
26203 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26204 (org-agenda-diary-entry, org-remember-help)
26205 (org-table-convert-region, org-at-table-p)
26206 (org-table-move-row-down, org-table-move-row-up)
26207 (org-table-copy-region, org-table-toggle-vline-visibility)
26208 (org-table-get-stored-formulas, org-table-get-specials)
26209 (org-recalc-commands, org-table-eval-formula)
26210 (org-table-formula-substitute-names, orgtbl-make-binding)
26211 (org-format-org-table-html, org-format-table-table-html)
26212 (org-format-table-table-html-using-table-generate-source)
26213 (org-customize): Fix typos in docstrings.
26214 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26215 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26216 (org-back-to-heading): Doc fixes.
26217 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26218 (org-agenda-change-all-lines, org-get-header):
26219 Improve argument/docstring consistency.
26220 (orgtbl-error): Fix error message.
26221
26222 * progmodes/flymake.el (flymake-find-possible-master-files)
26223 (flymake-master-file-compare, flymake-get-line-err-count)
26224 (flymake-highlight-line, flymake-gui-warnings-enabled):
26225 Fix typos in docstrings.
26226 (flymake-parse-line, flymake-get-project-include-dirs-function)
26227 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26228 Doc fixes.
26229 (flymake-get-project-include-dirs-function)
26230 (flymake-make-err-menu-data):
26231 Improve argument/docstring consistency.
26232
26233 2005-07-01 Lute Kamstra <lute@gnu.org>
26234
26235 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26236 Catch errors with ignore-errors. Use temporary buffer.
26237 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
26238
26239 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26240 background color faces.
26241 (facemenu-set-foreground, facemenu-set-background):
26242 Use facemenu-set-face-from-menu.
26243 (facemenu-set-face-from-menu): Treat face names that start with
26244 "fg:" or "bg:" as special.
26245 (facemenu-add-new-color): Don't create faces. Simplify.
26246
26247 2005-06-30 Richard M. Stallman <rms@gnu.org>
26248
26249 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26250 (crm-find-current-element): Likewise.
26251
26252 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26253
26254 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26255
26256 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
26257
26258 * arc-mode.el (archive-extract): Make it work as a mouse binding.
26259 (archive-mouse-extract): Make it an obsolete alias.
26260 (archive-mode-map): Don't use archive-mouse-extract any more.
26261 (archive-mode, archive-extract): write-contents-hooks ->
26262 write-contents-functions.
26263 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26264 first arg.
26265 (archive-rename-entry): Update the call.
26266 (archive-zip-summarize): Remove unused var `method'.
26267 (archive-lzh-summarize): Remove unused var `creator'.
26268
26269 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26270 dedicated frame upon exit.
26271
26272 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26273 (archive-zip-extract, archive-zip-expunge)
26274 (archive-zip-update, archive-zip-update-case): Use executable-find.
26275 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26276 Use restore-buffer-modified-p.
26277 (archive-extract, archive-add-new-member, archive-write-file-member):
26278 Use with-current-buffer.
26279 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26280
26281 2005-06-30 Andreas Schwab <schwab@suse.de>
26282
26283 * progmodes/gud.el (gud-filter): Remove unneeded progn.
26284
26285 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26286
26287 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26288
26289 2005-06-30 Juri Linkov <juri@jurta.org>
26290
26291 * faces.el (vertical-border): Inherit from mode-line-inactive
26292 only on tty.
26293
26294 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
26295
26296 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26297 example, -NLINES in the `occur' docstring).
26298
26299 * replace.el (occur-1): When no matches are found, do not set the
26300 `buffer-read-only' and modified flags for the occur buffer,
26301 because it is deleted.
26302
26303 * emulation/cua-base.el (cua-check-pending-input)
26304 (cua-repeat-replace-region, cua-mode, cua-debug)
26305 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26306 Fix typos in docstrings.
26307
26308 * emulation/cua-gmrk.el (cua-toggle-global-mark)
26309 (cua-cut-region-to-global-mark)
26310 (cua--cut-rectangle-to-global-mark):
26311 Remove period from end of messages.
26312
26313 * emulation/cua-rect.el (cua-do-rectangle-padding):
26314 Remove period from end of messages.
26315 (cua--rectangle-seq-format): Fix typo in docstring.
26316 (cua-sequence-rectangle, cua-fill-char-rectangle):
26317 Improve argument/docstring consistency.
26318
26319 2005-06-29 Juri Linkov <juri@jurta.org>
26320
26321 * faces.el (default-frame-background-mode): New internal variable.
26322 (frame-set-background-mode): Use it.
26323
26324 * startup.el (normal-top-level): Set default-frame-background-mode
26325 instead of frame-background-mode. Before setting it, test for its
26326 nil value. Remove tests for frame-background-mode and frame
26327 parameter `reverse'. Add test for "unspecified-fg".
26328
26329 * term/xterm.el (xterm-rxvt-set-background-mode):
26330 * term/rxvt.el (rxvt-set-background-mode):
26331 Set default-frame-background-mode instead of frame-background-mode.
26332
26333 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
26334
26335 * simple.el (set-variable): Warn about obsolete user variables.
26336
26337 * imenu.el (imenu--completion-buffer):
26338 * mouse.el (mouse-buffer-menu-alist):
26339 * msb.el (msb-invisible-buffer-p):
26340 * calendar/diary-lib.el (diary-header-line-format):
26341 * emacs-lisp/pp.el (pp-buffer):
26342 * progmodes/cperl-mode.el (cperl-do-auto-fill):
26343 * textmodes/picture.el (picture-replace-match):
26344 Change space constants followed by a sexp to "?\s ".
26345
26346 * play/decipher.el (decipher-loop-with-breaks):
26347 * textmodes/texinfo.el (texinfo-insert-@item): Change space
26348 constants "protected" from end of line by a comment to "?\s".
26349
26350 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26351
26352 * font-lock.el (save-buffer-state): Use `declare'.
26353
26354 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26355 reset the syntax-table to cperl-mode-syntax-table.
26356 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26357 "foo_print_bar" is not matched as a reserved keyword.
26358
26359 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
26360
26361 * textmodes/org.el (orgtbl-setup): New function, for delayed
26362 setup for the orgtbl commands.
26363 (org-calc-default-modes): New option.
26364 (orgtbl-make-binding): Use `defun' to get better help display.
26365 (org-diary): Call `org-compile-prefix-format'.
26366 (org-table-formula-substitute-names): New function.
26367 (org-agenda-day-view, org-agenda-week-view): New commands.
26368 (org-agenda-toggle-week-view): Command removed.
26369 (org-tbl-menu): Split off from org-org-menu.
26370 (org-mode): Move removal of outline-mode menus to here.
26371 (org-table-formula-debug): New option.
26372 (org-table-insert-row): Keep first field if just "#" or "*".
26373 (org-mode): Paragraph regexps fixed.
26374 (org-table-recalculate-regexp): New constant.
26375 (org-table-justify-field-maybe): Avoid replace if not necessary.
26376 (org-copy-special, org-cut-special): Use `call-interactively'.
26377 (org-table-copy-region): Take region from `interactive' call.
26378 (org-trim): Return string even if no match.
26379 (org-formula): New face.
26380 (org-set-font-lock-defaults): No longer highlight "FIXME".
26381 But highlight formula-related fields in table.
26382 (org-table-p): Use regexp, not fontification.
26383 (org-table-align): Handle white space at end of line.
26384 (org-table-formula-evaluate-inline): New option.
26385 (org-mode): Auto-wrapping in comment lines turned off.
26386 (org-table-copy-down): Evaluate only in copied field, not in
26387 destination.
26388 (org-table-current-formula): Variable removed.
26389 (org-table-store-formulas, org-table-get-stored-formulas)
26390 (org-table-modify-formulas, org-table-replace-in-formulas)
26391 (org-table-maybe-eval-formula): New functions.
26392 (org-table-get-formula): Modify to use stored formulas.
26393 (org-table-insert-column, org-table-delete-column)
26394 (org-table-move-column): Call `org-table-modify-formulas'.
26395 (org-complete): Add completion for keyword formulas.
26396 (orgtbl-mode): Pull orgtbl-mode-map to start of
26397 minor-mode-map-alist.
26398
26399 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26400
26401 * progmodes/python.el (python-check): Require `compile' before
26402 modifying its variables.
26403
26404 * newcomment.el (comment-indent-default): Don't get fooled by an early
26405 end of buffer.
26406
26407 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26408
26409 * ps-print.el (ps-print-version): Fix version number.
26410
26411 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26412
26413 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26414
26415 2005-06-28 Richard M. Stallman <rms@gnu.org>
26416
26417 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26418 (flyspell-local-mouse-map): Declaration deleted.
26419 (flyspell-mouse-map): Bind only mouse-2.
26420 (flyspell-mode-map): Don't test flyspell-use-local-map.
26421 (flyspell-overlay-keymap-property-name): Var deleted.
26422 (flyspell-mode-on): Don't make local bindings for
26423 flyspell-mouse-map and flyspell-mode-map.
26424 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26425
26426 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26427
26428 * progmodes/compile.el (compilation-next-error-function):
26429 Don't switch buffers; operate on the current buffer.
26430
26431 * progmodes/compile.el (compilation-error-file-name)
26432 (compilation-warning-file-name, compilation-info-file-name)
26433 (compilation-line-number, compilation-column-number): New faces.
26434 (compilation-error-face, compilation-warning-face)
26435 (compilation-info-face, compilation-line-face)
26436 (compilation-column-face): Use them.
26437
26438 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26439
26440 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26441
26442 * bindings.el (global-map): Bind insertchar and its variants.
26443
26444 2005-06-27 Richard M. Stallman <rms@gnu.org>
26445
26446 * textmodes/artist.el (artist-text-overwrite)
26447 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26448
26449 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26450
26451 * ps-print.el: It was not working the page selection for printing.
26452 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26453 (ps-print-version): New version 6.6.7.
26454 (ps-end-sheet): New fun.
26455 (ps-header-sheet, ps-end-job): Call it.
26456
26457 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26458
26459 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26460
26461 2005-06-27 Lute Kamstra <lute@gnu.org>
26462
26463 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26464 background color faces.
26465 (facemenu-get-face): Delete function.
26466 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26467 (facemenu-add-new-color): Make second argument mandatory.
26468 Create the appropriate face and return it. Simplify.
26469 (facemenu-set-foreground, facemenu-set-background): Don't check if
26470 color is defined. Use return value of facemenu-add-new-color.
26471
26472 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
26473
26474 * progmodes/gud.el (gud-filter): Add missing argument to
26475 with-selected-window.
26476
26477 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26478
26479 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26480 a :require to the defcustom.
26481
26482 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26483 defcustoms corresponding to minor modes.
26484
26485 2005-06-26 David Ponce <david@dponce.com>
26486
26487 * recentf.el: Require tree-widget instead of wid-edit.
26488 (recentf-filename-handler): Fix widget :type.
26489 (recentf-cancel-dialog, recentf-open-more-files)
26490 (recentf-open-files-action): Doc fix.
26491 (recentf-dialog-goto-first): New function.
26492 (recentf-dialog-mode-map): Set parent keymap first.
26493 (recentf-dialog-mode): Define with define-derived-mode.
26494 Don't display continuation lines in dialogs.
26495 (recentf-edit-list): Rename from recentf-edit-selected-items.
26496 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26497 Simplify.
26498 (recentf-edit-list-validate): New function.
26499 (recentf-edit-list): Update accordingly.
26500 (recentf-open-files-item-shift): Remove.
26501 (recentf-open-files-item): Convert menu elements into tree and
26502 link widgets. Don't create the widgets.
26503 (recentf-open-files): Update accordingly.
26504 (recentf-save-list): Untabify.
26505
26506 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
26507
26508 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26509 (keep-lines): Add INTERACTIVE arg. Never delete lines only
26510 partially contained in the active region. Do not take active
26511 region into account when called from Lisp, unless INTERACTIVE arg
26512 is non-nil. Use `forward-line' instead of `beginning-of-line' to
26513 avoid trouble with fields. Make marker point nowhere when no
26514 longer used. Always return nil. Doc fix.
26515 (flush-lines): Add INTERACTIVE arg. Do not take active region
26516 into account when called from Lisp, unless INTERACTIVE arg is
26517 non-nil. Use `forward-line' instead of `beginning-of-line' to
26518 avoid trouble with fields. Make marker point nowhere when no
26519 longer used. Always return nil. Doc fix.
26520 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
26521 interchangeable. Do not take active region into account when
26522 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
26523 message in echo area when called from Lisp, unless INTERACTIVE arg
26524 is non-nil. Avoid saying "1 occurrences". Do not use markers.
26525 Return the number of matches. Doc fix.
26526 (occur): Doc fix.
26527 (perform-replace): Make comment follow double space convention for
26528 the sake of `outline-minor-mode'.
26529
26530 * faces.el (facep): Doc fix.
26531
26532 2005-06-25 Richard M. Stallman <rms@gnu.org>
26533
26534 * facemenu.el (facemenu-enable-faces-p): New function.
26535 (facemenu-background-menu, facemenu-foreground-menu)
26536 (facemenu-face-menu): Add menu-enable property.
26537
26538 * jka-compr.el (jka-compr-insert-file-contents):
26539 Special handling if cannot find the uncompression program.
26540
26541 * cus-face.el (custom-face-attributes): Add autoload.
26542
26543 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26544 Bind comment-indent-function locally.
26545
26546 * window.el (save-selected-window): Use save-current-buffer.
26547
26548 * subr.el (with-selected-window): Use save-current-buffer.
26549
26550 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26551 and with-current-buffer.
26552
26553 2005-06-24 Richard M. Stallman <rms@gnu.org>
26554
26555 * simple.el (line-move-1): Fix previous change.
26556
26557 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
26558
26559 * replace.el (occur-1): Set `buffer-read-only' and the
26560 buffer-modified flag before running `occur-hook' to protect
26561 against unintentional buffer switches that can lead to data loss.
26562
26563 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
26564
26565 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26566 (gud-gdb-marker-filter): Use font-lock-warning-face for any
26567 initial error.
26568
26569 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26570 after fresh input.
26571 (gdb-var-create-handler): Put name of expression in quotes.
26572
26573 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
26574
26575 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26576 elements of RING in order, and without bogus nil elements.
26577
26578 2005-06-23 Richard M. Stallman <rms@gnu.org>
26579
26580 * simple.el (set-variable): Args renamed; doc fix.
26581 (line-move-1): When there are overlays around, use vertical-motion.
26582
26583 * faces.el (escape-glyph): Use brown against light background.
26584 (nobreak-space): Rename from no-break-space.
26585 Fix previous change.
26586
26587 * dired-aux.el (dired-do-copy): Fix arg prompt.
26588
26589 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26590
26591 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26592
26593 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26594 rather than "Distributor".
26595
26596 2005-06-23 Lute Kamstra <lute@gnu.org>
26597
26598 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26599 (debug-on-entry): Use it. New interactive declaration that uses
26600 function-called-at-point.
26601
26602 2005-06-23 Kim F. Storm <storm@cua.dk>
26603
26604 * subr.el (save-match-data): Add comment about using evaporate arg
26605 to set-match-data.
26606
26607 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
26608
26609 * cus-edit.el (customize-face)
26610 (customize-face-other-window): Handle face aliases.
26611
26612 * faces.el (face-documentation, set-face-attribute)
26613 (face-spec-set): Handle face aliases.
26614
26615 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
26616
26617 * help-mode.el (help-make-xrefs): If a symbol representing a face
26618 name is not followed by the word "face", it could still be a
26619 function or variable name, so don't bypass other checks.
26620
26621 2005-06-22 Juri Linkov <juri@jurta.org>
26622
26623 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26624 Replace aliased functions with calls where second arg `inherit' is t.
26625
26626 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
26627
26628 * progmodes/gdb-ui.el (gdb-error): New variable.
26629 (gdb-error): New function.
26630 (gdb-annotation-rules): Act on error-begin and error annotations.
26631 (gdb-concat-output): Use font-lock-warning-face for errors.
26632
26633 2005-06-22 Miles Bader <miles@gnu.org>
26634
26635 * bindings.el (propertized-buffer-identification): Use renamed
26636 `Buffer-menu-buffer' face.
26637
26638 * faces.el (vertical-border): Rename from `vertical-divider'.
26639 (escape-glyph): Change dark-background color back to `cyan'.
26640
26641 2005-06-21 Juri Linkov <juri@jurta.org>
26642
26643 * faces.el (face-user-default-spec): Try getting `customized-face'
26644 prior to `saved-face'.
26645 (frame-background-mode): Refill docstring.
26646
26647 * emacs-lisp/lisp-mode.el (eval-defun-1):
26648 * emacs-lisp/edebug.el (edebug-eval-defun):
26649 Set `saved-face' temporarily to nil before calling form.
26650 Set `customized-face' to the new spec after that.
26651
26652 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
26653
26654 * subr.el (1value, lambda, key-substitution-in-progress):
26655 Doc fixes.
26656
26657 * autoinsert.el (auto-insert-alist):
26658 * ses.el (ses-call-printer):
26659 * subr.el (noreturn):
26660 * emacs-lisp/lisp.el (check-parens):
26661 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26662 * net/browse-url.el (browse-url-mosaic):
26663 * progmodes/cc-defs.el (c-safe-scan-lists):
26664 * progmodes/ebnf-abn.el (ebnf-abn-lex):
26665 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26666 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26667 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26668 * progmodes/ebnf-iso.el (ebnf-iso-lex):
26669 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26670
26671 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
26672
26673 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26674
26675 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
26676
26677 * calendar/appt.el (appt-make-list): Activate the package, if
26678 not already active (for backwards compatibility).
26679
26680 2005-06-20 Kim F. Storm <storm@cua.dk>
26681
26682 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
26683
26684 2005-06-20 Miles Bader <miles@gnu.org>
26685
26686 * faces.el (vertical-divider): New face.
26687
26688 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
26689
26690 * simple.el (kill-whole-line): Doc fix.
26691 (next-error-buffer-p, next-error-find-buffer)
26692 (clone-indirect-buffer): Fix typos in docstrings.
26693 (comment-line-break-function): Doc fix: don't say variable
26694 is automatically buffer-local (it isn't).
26695
26696 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
26697
26698 * net/tramp-ftp.el (top):
26699 * net/tramp-smb.el (top):
26700 * net/tramp-util.el (top):
26701 * net/tramp-uu.el (top):
26702 * net/tramp-vc.el (top):
26703 * net/tramp.el (top): Revert copyright years back to original
26704 ones. Tramp has a life outside GNU Emacs.
26705
26706 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
26707
26708 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26709
26710 2005-06-18 Juri Linkov <juri@jurta.org>
26711
26712 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26713 end of first regexp to limit the match to the position between
26714 line number and source line with same separator character as used
26715 between file name and line number. In the second regexp limit
26716 mouse-face area to file name and line number by adding new group
26717 for them and referring it in HYPERLINK arg.
26718 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26719 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26720 previous line where grep markers may be already removed.
26721
26722 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26723
26724 * progmodes/ps-mode.el: Update version and maintainer's email address.
26725
26726 2005-06-18 Steve Youngs <steve@xemacs.org>
26727
26728 * net/browse-url.el (browse-url-browser-function)
26729 (browse-url-default-browser): Add firefox.
26730 (browse-url-firefox-program, browse-url-firefox-arguments)
26731 (browse-url-firefox-startup-arguments)
26732 (browse-url-firefox-new-window-is-tab): New defcustoms.
26733 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26734
26735 2005-06-17 Richard M. Stallman <rms@gnu.org>
26736
26737 * startup.el (command-line): Warn if specified user name has
26738 no home directory.
26739
26740 * term.el (term-get-old-input, term-input-filter, term-input-sender)
26741 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26742
26743 * longlines.el (longlines-mode, longlines-show-hard-newlines):
26744 Doc fixes.
26745
26746 * faces.el (underline): Try bold if terminal doesn't support underline.
26747
26748 * mail/sendmail.el (mail-setup-with-from): New variable.
26749 (mail-insert-from-field): New function.
26750 (sendmail-send-it): Call it.
26751 (mail-setup): Optionally call it here.
26752
26753 * term/linux.el: Call tty-no-underline.
26754
26755 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
26756
26757 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26758
26759 2005-06-17 Miles Bader <miles@gnu.org>
26760
26761 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26762 (ediff-current-diff-C, ediff-current-diff-Ancestor)
26763 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26764 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26765 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26766 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26767 Remove "-face" suffix from face names.
26768 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26769 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26770 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26771 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26772 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26773 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26774 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26775 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26776 New backward-compatibility aliases for renamed faces.
26777 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26778 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26779 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26780 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26781 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26782 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26783 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26784 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26785 Use renamed ediff faces.
26786
26787 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26788 Remove "-face" suffix from face names.
26789 (eshell-test-ok-face, eshell-test-failed-face):
26790 New backward-compatibility aliases for renamed faces.
26791 (eshell-run-test): Use renamed eshell-test faces.
26792
26793 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26794 face name.
26795 (eshell-prompt-face): New backward-compatibility alias for renamed
26796 face.
26797 (eshell-emit-prompt): Use renamed eshell-prompt face.
26798
26799 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26800 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26801 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26802 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26803 Remove "-face" suffix from face names.
26804 (eshell-ls-directory-face, eshell-ls-symlink-face)
26805 (eshell-ls-executable-face, eshell-ls-readonly-face)
26806 (eshell-ls-unreadable-face, eshell-ls-special-face)
26807 (eshell-ls-missing-face, eshell-ls-archive-face)
26808 (eshell-ls-backup-face, eshell-ls-product-face)
26809 (eshell-ls-clutter-face):
26810 New backward-compatibility aliases for renamed faces.
26811 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26812
26813 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26814 Remove "-face" suffix from face name.
26815 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26816 instead of literal face.
26817
26818 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
26819
26820 * emacs-lisp/warnings.el (display-warning, lwarn)
26821 (warning-minimum-log-level): Doc fixes.
26822 (warning-minimum-level, warning-minimum-log-level):
26823 Add :debug to :type choices.
26824
26825 * progmodes/ada-mode.el (ada-format-paramlist)
26826 (ada-get-indent-case, ada-check-matching-start)
26827 (ada-check-defun-name, ada-goto-matching-decl-start)
26828 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26829 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26830 (ada-make-subprogram-body): Follow error conventions.
26831 (ada-case-exception-file, ada-indent-comment-as-code)
26832 (ada-indent-handle-comment-special, ada-indent-renames)
26833 (ada-indent-return, ada-search-directories-internal)
26834 (ada-tab-policy, ada-case-exception-substring)
26835 (ada-other-file-alist, ada-matching-start-re)
26836 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26837 (ada-imenu-generic-expression, ada-compile-goto-error)
26838 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26839 (ada-popup-menu, ada-add-extensions, ada-mode)
26840 (ada-region-selected, ada-create-case-exception)
26841 (ada-create-case-exception-substring, ada-after-keyword-p)
26842 (ada-activate-keys-for-case, ada-adjust-case-region)
26843 (ada-adjust-case-buffer, ada-format-paramlist)
26844 (ada-scan-paramlist, ada-insert-paramlist)
26845 (ada-indent-newline-indent)
26846 (ada-indent-newline-indent-conditional)
26847 (ada-justified-indent-current, ada-goto-previous-word)
26848 (ada-indent-current, ada-get-indent-open-paren)
26849 (ada-get-indent-paramlist, ada-get-indent-end)
26850 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26851 (ada-get-indent-block-start, ada-get-indent-subprog)
26852 (ada-get-indent-noindent, ada-get-indent-label)
26853 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26854 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26855 (ada-goto-stmt-end, ada-goto-next-word)
26856 (ada-check-matching-start, ada-check-defun-name)
26857 (ada-goto-matching-decl-start, ada-goto-matching-start)
26858 (ada-goto-matching-end, ada-search-ignore-string-comment)
26859 (ada-in-decl-p, ada-looking-at-semi-or)
26860 (ada-looking-at-semi-private, ada-in-paramlist-p)
26861 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26862 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26863 (ada-next-procedure, ada-previous-procedure, ada-next-package)
26864 (ada-previous-package, ada-create-menu)
26865 (ada-fill-comment-paragraph-justify)
26866 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26867 (ada-other-file-name, ada-last-which-function-line)
26868 (ada-last-which-function-subprog, ada-which-function)
26869 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26870 (ada-gen-treat-proc, ada-check-emacs-version)
26871 (ada-continuation-indent, ada-align-region-separate):
26872 Fix typos in docstrings.
26873 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26874
26875 2005-06-16 Lute Kamstra <lute@gnu.org>
26876
26877 * simple.el (fundamental-mode): Run after-change-major-mode-hook
26878 conditionally.
26879
26880 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
26881
26882 * comint.el (comint-replace-by-expanded-filename)
26883 (comint-prompt-regexp, comint-delimiter-argument-list)
26884 (comint-preinput-scroll-to-bottom):
26885 * info.el (Info-hide-cookies-node):
26886 * ls-lisp.el (ls-lisp-classify):
26887 * find-file.el (ff-search-directories, ff-special-constructs)
26888 (ff-find-other-file):
26889 * font-lock.el (font-lock-keywords):
26890 * shell.el (shell-prompt-pattern)
26891 (shell-dynamic-complete-functions, shell-mode)
26892 (shell-delimiter-argument-list):
26893 * term.el (term-replace-by-expanded-filename)
26894 (term-prompt-regexp, term-delimiter-argument-list):
26895 * woman.el (woman-ignore, woman0-if):
26896 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26897 * emacs-lisp/elint.el (elint-init-env):
26898 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26899 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26900 * language/ethio-util.el (ethio-tilde-escape)
26901 (ethio-use-three-dot-question):
26902 * net/zone-mode.el (zone-mode-load-time-setup):
26903 * progmodes/cc-align.el (c-lineup-argcont):
26904 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26905 * progmodes/cperl-mode.el (cperl-set-style-back):
26906 * progmodes/inf-lisp.el (inferior-lisp-prompt):
26907 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26908 Fix spellings in docstrings.
26909
26910 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26911 * progmodes/modula2.el (m2-for): Fix spellings.
26912
26913 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26914
26915 * simple.el (undo-more): Don't use `format' on `error' arguments.
26916 Improve argument/docstring consistency.
26917 (pending-undo-list): Doc fix.
26918
26919 * smerge-mode.el (smerge-ensure-match):
26920 * emulation/vip.el (vip-ex):
26921 * net/zone-mode.el (zone-mode-update-serial):
26922 * progmodes/idlwave.el (idlwave-complete):
26923 * progmodes/vhdl-mode.el (vhdl-visit-file)
26924 (vhdl-compose-wire-components):
26925 Don't use `format' on `error' arguments.
26926
26927 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26928 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26929 (tooltip-help-tips): Fix typos in docstrings.
26930
26931 2005-06-16 David Ponce <david@dponce.com>
26932
26933 * tree-widget.el (tree-widget-value-create): Simplify last change.
26934
26935 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
26936
26937 * ido.el (ido-incomplete-regexp): New variable.
26938 (ido-set-matches-1): Handle invalid-regexp error and set
26939 ido-incomplete-regexp.
26940 (ido-incomplete-regexp): New face.
26941 (ido-completions): Use it.
26942 (ido-complete, ido-exit-minibuffer, ido-completions):
26943 Handle incomplete regexps.
26944 (ido-completions): Add check for complete match when entering a regexp.
26945
26946 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
26947
26948 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26949
26950 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26951
26952 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26953 by field delimiters.
26954
26955 2005-06-15 David Ponce <david@dponce.com>
26956
26957 * tree-widget.el: eval-and-compile inlined functions so they will
26958 be available at run-time too.
26959 (tree-widget-super-format-handler)
26960 (tree-widget-format-handler): Remove.
26961 (tree-widget-value-create): Handle the :indent property.
26962
26963 2005-06-15 Miles Bader <miles@gnu.org>
26964
26965 * progmodes/which-func.el (which-func): Only inherit
26966 `font-lock-function-name-face' when that makes sense against the
26967 default mode-line face, otherwise set the face color explicitly.
26968
26969 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26970 faces instead of (non-existent) variables.
26971
26972 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
26973
26974 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26975 (iswitchb-get-matched-buffers): Likewise. Simplify.
26976
26977 2005-06-14 Miles Bader <miles@gnu.org>
26978
26979 * progmodes/ld-script.el (ld-script-location-counter):
26980 Remove "-face" suffix from face name.
26981 (ld-script-location-counter-face):
26982 New backward-compatibility alias for renamed face.
26983 (ld-script-location-counter-face): Use renamed face.
26984
26985 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26986 (cperl-hash): Remove "-face" suffix from face names.
26987 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26988 New backward-compatibility aliases for renamed faces.
26989 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26990 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26991
26992 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26993 name.
26994 (which-func-face): New backward-compatibility alias for renamed face.
26995 (which-func-format): Use renamed which-func face.
26996
26997 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26998 (vhdl-function, vhdl-directive, vhdl-reserved-word)
26999 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27000 names.
27001 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27002 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27003 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27004 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27005 (vhdl-speedbar-architecture-selected)
27006 (vhdl-speedbar-configuration-selected)
27007 (vhdl-speedbar-package-selected)
27008 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27009 names.
27010 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27011 Use renamed faces.
27012 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27013 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27014 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27015 Use renamed faces.
27016 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27017 names.
27018 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27019 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27020 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27021 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27022 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27023 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27024
27025 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27026 face name.
27027 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27028 (sh-heredoc-face): Use renamed sh-heredoc face.
27029
27030 * progmodes/idlw-help.el (idlwave-help-link):
27031 Remove "-face" suffix from face name.
27032 (idlwave-help-link-face):
27033 New backward-compatibility alias for renamed face.
27034 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27035
27036 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27037 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27038 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27039 New backward-compatibility aliases for renamed faces.
27040 (idlwave-shell-disabled-breakpoint-face)
27041 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27042
27043 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27044 Remove "-face" suffix from face names.
27045 (flymake-errline-face, flymake-warnline-face):
27046 New backward-compatibility aliases for renamed faces.
27047 (flymake-highlight-line): Use renamed flymake faces.
27048
27049 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27050 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27051 (ebrowse-member-class, ebrowse-progress):
27052 Remove "-face" suffix from face names.
27053 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27054 (ebrowse-file-name-face, ebrowse-default-face)
27055 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27056 (ebrowse-progress-face):
27057 New backward-compatibility aliases for renamed faces.
27058 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27059 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27060 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27061 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27062
27063 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27064 antlr-syntax)
27065 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27066 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27067 names.
27068 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27069 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27070 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27071 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27072 backward-compatibility aliases for renamed faces.
27073 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27074 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27075 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27076 remove "font-lock-". Use renamed antlr-mode faces.
27077 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27078 literal face-names with face variable references.
27079
27080 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27081 face name.
27082 (Buffer-menu-buffer-face): New backward-compatibility alias for
27083 renamed face.
27084 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27085
27086 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27087
27088 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27089 Eliminate "-face" suffix.
27090 (makefile-targets): Inherit from font-lock-function-name-face and
27091 eliminate "-face" suffix.
27092 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27093 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27094 actions, instead of prepending, to make it less visible.
27095 (makefile-previous-dependency, makefile-match-dependency):
27096 Don't match a target on a continuation line.
27097
27098 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27099
27100 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27101
27102 * progmodes/gdb-ui.el (menu): Re-order menu items.
27103 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27104
27105 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27106 Define in tooltip.el.
27107 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27108 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27109 gud-tooltip-echo-area.
27110
27111 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27112 backward compatibility and make obsolete.
27113 (tooltip-help-tips): Use tooltip-use-echo-area.
27114 (tooltip-show-help-function): Rename to...
27115 (tooltip-show-help): ...this, because it is a function.
27116 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27117
27118 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27119
27120 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27121 (edebug-print-length, edebug-print-level, edebug-print-circle)
27122 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27123 (edebug-eval-print-last-sexp): Doc fixes.
27124
27125 2005-06-14 Kim F. Storm <storm@cua.dk>
27126
27127 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27128 as the coverage buffer/file/both may change.
27129
27130 2005-06-14 Lute Kamstra <lute@gnu.org>
27131
27132 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27133 and run-mode-hooks. Simplify.
27134
27135 * mail/rmailedit.el (rmail-edit-mode):
27136 * progmodes/octave-inf.el (inferior-octave-mode):
27137 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27138
27139 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27140 and run-mode-hooks.
27141 (recentf-edit-list, recentf-open-files): Don't call
27142 kill-all-local-variables directly.
27143
27144 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27145
27146 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
27147
27148 * emacs-lisp/byte-run.el (make-obsolete)
27149 (define-obsolete-function-alias): Rename arguments FUNCTION and
27150 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27151 (make-obsolete-variable, define-obsolete-variable-alias):
27152 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27153 respectively.
27154
27155 * isearchb.el (isearchb-activate):
27156 * pcvs.el (cvs-mode):
27157 * ses.el (ses-load):
27158 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27159 * net/tramp.el (tramp-find-file-exists-command)
27160 (tramp-find-shell):
27161 * progmodes/ada-mode.el (ada-create-case-exception)
27162 (ada-create-case-exception-substring, ada-make-subprogram-body):
27163 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27164 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27165 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27166 * textmodes/org.el (org-promote, org-evaluate-time-range)
27167 (org-agenda-next-date-line, org-agenda-previous-date-line)
27168 (org-agenda-error, org-open-at-point, org-table-move-row)
27169 (org-format-table-table-html-using-table-generate-source)
27170 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27171 * textmodes/reftex.el (reftex-access-scan-info):
27172 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27173 (reftex-toc-promote-prepare): Follow error conventions.
27174
27175 * diff-mode.el (diff-mode): Fix typo in docstring.
27176
27177 * forms.el (forms--intuit-from-file): Fix reference to
27178 `forms-number-of-fields' in error message.
27179 (forms-print): Fix quoting in error message.
27180
27181 * forms.el (forms-mode):
27182 * emulation/vi.el (vi-goto-insert-state):
27183 * progmodes/flymake.el (flymake-new-err-info)
27184 (flymake-start-syntax-check-for-current-buffer)
27185 (flymake-simple-cleanup):
27186 * eshell/esh-var.el (eshell/export):
27187 * progmodes/gud.el (xdb):
27188 * textmodes/flyspell.el (flyspell-incorrect-hook)
27189 (flyspell-maybe-correct-transposition)
27190 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27191
27192 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27193
27194 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27195 minibuffer prompt.
27196
27197 2005-06-13 Kim F. Storm <storm@cua.dk>
27198
27199 * subr.el (add-to-ordered-list): New defun.
27200
27201 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27202 add cua--keymap-alist to emulation-mode-map-alists.
27203
27204 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27205
27206 * subr.el (complete-in-turn): New macro.
27207 (dynamic-completion-table, lazy-completion-table): Add debug info.
27208
27209 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27210 in preference to face aliases.
27211
27212 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27213 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27214 Remove unused vars `start' and `firstline'.
27215 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27216 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27217
27218 2005-06-13 Eli Zaretskii <eliz@gnu.org>
27219
27220 * cus-start.el (all): Don't complain about missing GTK-related
27221 variables, unless either `gtk' is boundp or this isn't a
27222 `windows-nt' build.
27223
27224 2005-06-13 Lute Kamstra <lute@gnu.org>
27225
27226 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27227 run-mode-hooks.
27228
27229 * ediff-mult.el (ediff-meta-mode):
27230 * ediff-util.el (ediff-mode): Use run-mode-hooks.
27231
27232 * ledit.el (ledit-mode): Use delay-mode-hooks.
27233
27234 * woman.el (woman-mode-line-format): Delete constant.
27235 (woman-mode-map): Initialize it properly.
27236 (woman-mode): Set mode-class property to special.
27237 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
27238 Set major-mode and mode-name. Don't set mode-line-format directly.
27239 (Man-getpage-in-background): Don't reference woman-mode-line-format.
27240
27241 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27242 string argument obsolete.
27243
27244 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
27245
27246 * textmodes/org.el (org-CUA-compatible): New option.
27247 (org-disputed-keys): New variable.
27248 (org-key): New function.
27249 (orgtbl-make-binding): Add docstring to the created function.
27250 (org-mode): Set paragraph start/separate regexps.
27251 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27252 (org-archive-location, org-archive-mark-done)
27253 (org-archive-stamp-time): New options.
27254 (org-archive-subtree): New command.
27255 (org-fill-paragraph): New function.
27256 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27257 (org-fake-empty-table-line): Function removed.
27258 (org-format-org-table-html): Do not create empty table lines at
27259 separator lines. Improved table header treatment.
27260 (org-link-format): New option.
27261 (org-make-link): New function.
27262 (org-insert-link, org-store-link): Use org-make-link.
27263 (org-open-file): Quote file name for shell command, to allow
27264 spaces in file names.
27265 (org-link-regexp): Fix bug with mailto link.
27266 (org-link-maybe-angles-regexp, org-protected-link-regexp):
27267 New constants.
27268 (org-export-as-html): Deal with the optional angles around a link.
27269 Better treatment of file: links.
27270 (org-open-at-point): Replace @{ and @} with < and >.
27271 (org-run-mode-hooks): Function removed.
27272 (org-agenda-mode): No longer use `org-run-mode-hooks'.
27273
27274 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
27275
27276 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27277 MI command -data-list-register-values.
27278 (gdb-post-prompt): Indent properly.
27279
27280 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
27281
27282 * hilit-chg.el (highlight-changes-colors): Rename from
27283 `highlight-changes-colours'.
27284 (highlight-changes-colours): Keep as obsolete alias.
27285 (highlight-changes-face-list): Doc fix.
27286 (hilit-chg-make-list): Use `highlight-changes-colors'.
27287
27288 2005-06-12 Mark A. Hershberger <mah@everybody.org>
27289
27290 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27291 defun-prompt-regexp.
27292
27293 2005-06-12 Eli Zaretskii <eliz@gnu.org>
27294
27295 * loadup.el: Don't say we are dumping under 2 names on windows-nt
27296 and cygwin.
27297
27298 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27299 Don't use an old loaddefs.el, as in Makefile.in.
27300
27301 2005-06-12 Lute Kamstra <lute@gnu.org>
27302
27303 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27304
27305 * man.el (Man-mode-map): Initialize it properly.
27306 (Man-mode): Set mode-class property to special.
27307
27308 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27309
27310 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
27311
27312 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27313 A newline is needed in the docstring there.
27314
27315 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27316 Doc fixes.
27317
27318 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27319
27320 * printing.el: Doc fix. The menubar is no more changed when printing
27321 is loaded, it only changes when pr-menu-bind or pr-update-menus is
27322 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
27323 (pr-version): New version number (6.8.4).
27324 (pr-menu-bind): New command.
27325 (pr-update-menus): Docstring and code fix.
27326 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27327 Docstring fix.
27328 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27329 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27330
27331 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
27332
27333 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27334 "Returns" to "return", document useful return values, etc.
27335
27336 2005-06-11 Alan Mackenzie <acm@muc.de>
27337
27338 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27339 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27340 (adaptive-file-function): Minor amendment to doc-string.
27341
27342 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27343
27344 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27345 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27346 Fix :type--it is `integer', not `string'.
27347
27348 * faces.el (modeline-highlight): Rename from (the erroneous)
27349 `modeline-higilight'.
27350
27351 2005-06-11 Lute Kamstra <lute@gnu.org>
27352
27353 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27354 lisp-interaction-mode-map but make it the parent.
27355 (edebug-eval-mode): Use define-derived-mode.
27356
27357 2005-06-11 Andreas Schwab <schwab@suse.de>
27358
27359 * bindings.el: Add binding of `ESC functionkey' for every
27360 `M-functionkey'.
27361 * hexl.el (hexl-mode-map): Likewise.
27362
27363 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27364
27365 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27366 [msft]: update regexp for newer msft compilers.
27367
27368 2005-06-10 Mark A. Hershberger <mah@everybody.org>
27369
27370 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27371 ATTLIST portions of included DTDs.
27372 (xml-parse-dtd): Eliminate use of inefficient match-data.
27373
27374 2005-06-10 Miles Bader <miles@gnu.org>
27375
27376 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27377 (mpuz-text): Remove "-face" suffix from face names.
27378 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27379 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27380 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27381
27382 * play/gomoku.el (gomoku-O, gomoku-X):
27383 Remove "-face" suffix from face names.
27384 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27385 New backward-compatibility aliases for renamed faces.
27386 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27387
27388 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27389
27390 * thumbs.el: Fixes for changes of 2005-06-09.
27391 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27392 as a directory.
27393 (thumbs-thumbname): Remove directory separator from format string;
27394 `thumbs-thumbsdir' now returns a valid directory name.
27395 (thumbs-temp-dir): New defsubst.
27396 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27397 Use it.
27398
27399 * cus-edit.el (minibuffer):
27400 * files.el (make-backup-file-name-function):
27401 * filesets.el (filesets-external-viewers):
27402 * hilit-chg.el (highlight-changes-colours)
27403 (highlight-changes-face-list, highlight-changes-rotate-faces):
27404 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27405 * kmacro.el (kmacro-call-macro):
27406 * log-edit.el (log-edit-changelog-full-paragraphs):
27407 * mouse.el (mouse-1-click-follows-link):
27408 * skeleton.el (skeleton-autowrap):
27409 * subr.el (insert-for-yank-1):
27410 * tempo.el (tempo-insert-region):
27411 * terminal.el (terminal-emulator):
27412 * time.el (display-time-mail-face):
27413 * vc.el (vc-annotate):
27414 * vcursor.el (vcursor-copy-line):
27415 * woman.el (woman-bold-headings, woman-ignore)
27416 (woman-default-faces, woman-monochrome-faces):
27417 * calendar/todo-mode.el (todo-insert-threshold):
27418 * emulation/pc-select.el (pc-select-selection-keys-only)
27419 (pc-selection-mode):
27420 * emulation/vip.el (vip-find-char-forward):
27421 * emulation/viper-cmd.el (viper-find-char-forward):
27422 * international/mule-cmds.el
27423 (select-safe-coding-system-accept-default-p)
27424 (input-method-exit-on-invalid-key):
27425 * international/mule-diag.el (describe-coding-system):
27426 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27427 * net/browse-url.el (browse-url-xterm-program):
27428 * obsolete/lazy-lock.el (lazy-lock-mode):
27429 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27430 (cperl-mode):
27431 * progmodes/cpp.el (cpp-face-light-name-list)
27432 (cpp-face-dark-name-list):
27433 * progmodes/delphi.el (delphi-newline-always-indents):
27434 Fix spellings in docstrings.
27435
27436 * ido.el (ido-mode, ido-file-extensions-order)
27437 (ido-default-file-method, ido-default-buffer-method)
27438 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27439 (ido-decorations, ido-read-file-name-as-directory-commands)
27440 (ido-read-file-name-non-ido, ido-work-directory-list)
27441 (ido-ignore-item-temp-list, ido-current-directory)
27442 (ido-magic-forward-char, ido-enter-find-file)
27443 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27444 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27445
27446 2005-06-10 Lute Kamstra <lute@gnu.org>
27447
27448 * play/dunnet.el (dun-mode): Use define-derived-mode.
27449 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27450 obsolete alias.
27451
27452 * play/doctor.el (doctor-mode-map): Remove defvar.
27453 (doctor-mode): Use define-derived-mode.
27454
27455 * mail/mspools.el (mspools-mode):
27456 * net/eudc-hotlist.el (eudc-hotlist-mode):
27457 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27458
27459 2005-06-10 Miles Bader <miles@gnu.org>
27460
27461 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27462 Remove "-face" suffix from face names.
27463 (flyspell-incorrect-face, flyspell-duplicate-face):
27464 New backward-compatibility aliases for renamed faces.
27465 (flyspell-mode-on, make-flyspell-overlay)
27466 (flyspell-highlight-incorrect-region)
27467 (flyspell-highlight-duplicate-region)
27468 (flyspell-display-next-corrections)
27469 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27470
27471 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27472 from face name.
27473 (texinfo-heading-face): New backward-compatibility alias for
27474 renamed face.
27475 (texinfo-heading-face): Use renamed texinfo-heading face.
27476
27477 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27478 suffix from face names.
27479 (tex-math-face, tex-verbatim-face):
27480 New backward-compatibility aliases for renamed faces.
27481 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27482 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27483 literal face name.
27484
27485 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27486 name.
27487 (table-cell-face): New backward-compatibility alias for renamed face.
27488 (table--put-cell-face-property, table--update-cell-face):
27489 Use renamed table-cell face.
27490
27491 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27492 from face name.
27493 (sgml-namespace-face): New backward-compatibility alias for
27494 renamed face.
27495 (sgml-namespace-face): Use renamed sgml-namespace face.
27496
27497 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27498 (org-level-4, org-level-5, org-level-6, org-level-7)
27499 (org-level-8, org-warning, org-headline-done)
27500 (org-deadline-announce, org-scheduled-today)
27501 (org-scheduled-previously, org-link, org-done, org-table)
27502 (org-time-grid): Remove "-face" suffix from face names.
27503 (org-level-1-face, org-level-2-face, org-level-3-face)
27504 (org-level-4-face, org-level-5-face, org-level-6-face)
27505 (org-level-7-face, org-level-8-face, org-warning-face)
27506 (org-headline-done-face, org-deadline-announce-face)
27507 (org-scheduled-today-face, org-scheduled-previously-face)
27508 (org-link-face, org-done-face, org-table-face)
27509 (org-time-grid-face):
27510 New backward-compatibility aliases for renamed faces.
27511 (org-level-faces, org-set-font-lock-defaults, org-timeline)
27512 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27513 (org-agenda-get-timestamps, org-agenda-get-scheduled)
27514 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27515
27516 * emulation/viper-init.el (viper-search, viper-replace-overlay)
27517 (viper-minibuffer-emacs, viper-minibuffer-insert)
27518 (viper-minibuffer-vi): Remove "-face" suffix from face names.
27519 (viper-search-face, viper-replace-overlay-face)
27520 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27521 (viper-minibuffer-vi-face):
27522 New backward-compatibility aliases for renamed faces.
27523 (viper-search-face, viper-replace-overlay-face)
27524 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27525 (viper-minibuffer-vi-face): Use renamed viper faces.
27526
27527 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27528 Remove "-face" suffix from face names.
27529 (testcover-nohits-face, testcover-1value-face):
27530 New backward-compatibility aliases for renamed faces.
27531 (testcover-mark): Use renamed testcover faces.
27532
27533 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27534 face name.
27535 (diary-button-face): New backward-compatibility alias for renamed face.
27536 (diary-entry): Use renamed diary-button face.
27537
27538 * calendar/calendar.el (diary, calendar-today, holiday)
27539 (mark-visible-calendar-date): Remove "-face" suffix from face names.
27540 (diary-face, calendar-today-face, holiday-face):
27541 New backward-compatibility aliases for renamed faces.
27542 (eval-after-load "facemenu", diary-entry-marker)
27543 (calendar-today-marker, calendar-holiday-marker, diary-face):
27544 Use renamed calendar faces.
27545
27546 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27547 (compare-windows-face): New backward-compatibility alias for
27548 renamed face.
27549 (compare-windows-highlight): Use renamed compare-windows face.
27550
27551 * strokes.el (strokes-char): Remove "-face" suffix from face name.
27552 (strokes-char-face): New backward-compatibility alias for renamed face.
27553 (strokes-encode-buffer): Use renamed strokes-char face.
27554
27555 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27556 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27557 Remove "-face" suffix from face names.
27558 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27559 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27560 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27561 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27562 Use renamed pcvs faces.
27563 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27564 * pcvs-defs.el (cvs-mode-map): Likewise.
27565 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27566
27567 * info.el (info-title-1, info-title-2, info-title-3)
27568 (info-title-4): Remove "-face" suffix from and downcase face names.
27569 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27570 (Info-title-4-face):
27571 New backward-compatibility aliases for renamed faces.
27572 (Info-fontify-node): Use renamed info faces.
27573
27574 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27575 Remove "-face" suffix from face names.
27576 (highlight-changes-face, highlight-changes-delete-face):
27577 New backward-compatibility aliases for renamed faces.
27578 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27579 (hilit-chg-make-list): Use renamed highlight-changes faces.
27580
27581 * generic-x.el (show-tabs-tab, show-tabs-space):
27582 Remove "-face" suffix from face names.
27583 (show-tabs-tab-face, show-tabs-space-face):
27584 New backward-compatibility aliases for renamed faces.
27585 (show-tabs-generic-mode-font-lock-defaults-1)
27586 (show-tabs-generic-mode-font-lock-defaults-2):
27587 Use renamed show-tabs faces.
27588
27589 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27590 (smerge-markers): Remove "-face" suffix from face names.
27591 (smerge-mine-face, smerge-other-face, smerge-base-face)
27592 (smerge-markers-face):
27593 New backward-compatibility aliases for renamed faces.
27594 (smerge-mine-face, smerge-other-face, smerge-base-face)
27595 (smerge-markers-face): Use renamed smerge faces.
27596
27597 * log-view.el (log-view-file, log-view-message): Remove "-face"
27598 suffix from face names.
27599 (log-view-file-face, log-view-message-face):
27600 New backward-compatibility aliases for renamed faces.
27601 (log-view-file-face, log-view-message-face): Use renamed log-view
27602 faces.
27603
27604 * paren.el (show-paren-match, show-paren-mismatch):
27605 Remove "-face" suffix from face names.
27606 (show-paren-match-face, show-paren-mismatch-face):
27607 New backward-compatibility aliases for renamed faces.
27608 (show-paren-function): Use renamed show-paren faces.
27609
27610 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27611 (ruler-mode-margins, ruler-mode-fringes)
27612 (ruler-mode-column-number, ruler-mode-fill-column)
27613 (ruler-mode-comment-column, ruler-mode-goal-column)
27614 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27615 suffix from face names.
27616 (ruler-mode-default-face, ruler-mode-pad-face)
27617 (ruler-mode-margins-face, ruler-mode-fringes-face)
27618 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27619 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27620 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27621 New backward-compatibility aliases for renamed faces.
27622 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27623 (ruler-mode-column-number, ruler-mode-fill-column)
27624 (ruler-mode-comment-column, ruler-mode-goal-column)
27625 (ruler-mode-tab-stop, ruler-mode-current-column)
27626 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27627 faces.
27628
27629 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27630 face name.
27631 (whitespace-highlight-the-space): Use renamed face.
27632 (whitespace-highlight-face): New backward-compatibility alias for
27633 renamed face.
27634
27635 * woman.el (woman-italic, woman-bold, woman-unknown)
27636 (woman-addition, woman-symbol-face):
27637 Remove "-face" suffix from face names.
27638 (woman-italic-face, woman-bold-face, woman-unknown-face)
27639 (woman-addition-face):
27640 New backward-compatibility aliases for renamed faces.
27641 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27642 (woman-decode-region, woman-replace-match)
27643 (woman-display-extended-fonts, woman-special-characters)
27644 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27645 Use renamed woman faces.
27646
27647 * longlines.el (longlines-visible-face): Face removed.
27648
27649 * diff-mode.el (diff-header, diff-file-header, diff-index)
27650 (diff-hunk-header, diff-removed, diff-added, diff-changed)
27651 (diff-function, diff-context, diff-nonexistent): Remove "-face"
27652 suffix from face names.
27653 (diff-header-face, diff-file-header-face, diff-index-face)
27654 (diff-hunk-header-face, diff-removed-face, diff-added-face)
27655 (diff-changed-face, diff-function-face, diff-context-face)
27656 (diff-nonexistent-face): New backward-compatibility aliases for
27657 renamed faces.
27658 (diff-header-face, diff-file-header-face)
27659 (diff-index, diff-index-face, diff-hunk-header)
27660 (diff-hunk-header-face, diff-removed, diff-removed-face)
27661 (diff-added, diff-added-face, diff-changed-face, diff-function)
27662 (diff-function-face, diff-context-face, diff-nonexistent)
27663 (diff-nonexistent-face): Use renamed diff-mode faces.
27664
27665 * progmodes/compile.el (compilation-warning-face)
27666 (compilation-info-face): Remove "-face" suffix from face names.
27667 (compilation-warning-face, compilation-info-face):
27668 New backward-compatibility aliases for renamed faces.
27669 (compilation-warning-face, compilation-info-face):
27670 Use renamed compilation faces.
27671
27672 * add-log.el (change-log-date, change-log-name)
27673 (change-log-email, change-log-file, change-log-list)
27674 (change-log-conditionals, change-log-function)
27675 (change-log-acknowledgement): Remove "-face" suffix from face names.
27676 (change-log-date-face, change-log-name-face)
27677 (change-log-email-face, change-log-file-face)
27678 (change-log-list-face, change-log-conditionals-face)
27679 (change-log-function-face, change-log-acknowledgement-face):
27680 New backward-compatibility aliases for renamed faces.
27681 (change-log-font-lock-keywords): Use renamed change-log faces.
27682
27683 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27684 (custom-set, custom-changed, custom-saved, custom-button)
27685 (custom-button-pressed, custom-documentation, custom-state)
27686 (custom-comment, custom-comment-tag, custom-variable-tag)
27687 (custom-variable-button, custom-face-tag, custom-group-tag-1)
27688 (custom-group-tag): Remove "-face" suffix from face names.
27689 (custom-magic-alist, custom-magic-value-create)
27690 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27691 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27692 (custom-set-face, custom-changed-face, custom-saved-face)
27693 (custom-button-face, custom-button-pressed-face)
27694 (custom-documentation-face, custom-state-face)
27695 (custom-comment-face, custom-comment-tag-face)
27696 (custom-variable-tag-face, custom-variable-button-face)
27697 (custom-face-tag-face, custom-group-tag-face-1)
27698 (custom-group-tag-face):
27699 New backward-compatibility aliases for renamed faces.
27700
27701 * wid-edit.el (widget-documentation, widget-button)
27702 (widget-field, widget-single-line-field, widget-inactive)
27703 (widget-button-pressed): "-face" suffix removed from face names.
27704 (widget-documentation-face, widget-button-face)
27705 (widget-field-face, widget-single-line-field-face)
27706 (widget-inactive-face, widget-button-pressed-face):
27707 New backward-compatibility aliases for renamed faces.
27708 (widget-documentation-face, widget-button-face)
27709 (widget-button-pressed-face, widget-specify-field)
27710 (widget-specify-inactive): Use renamed widget faces.
27711
27712 2005-06-10 Kenichi Handa <handa@m17n.org>
27713
27714 * term/x-win.el (x-clipboard-yank): Remove condition-case
27715 wrapping.
27716
27717 2005-06-11 Kenichi Handa <handa@m17n.org>
27718
27719 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27720 date lines stricter.
27721
27722 2005-06-10 Zhang Wei <id.brep@gmail.com>
27723
27724 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27725 of x-get-selection.
27726
27727 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27728
27729 * comint.el (comint-mode, comint-snapshot-last-prompt):
27730 * frame.el (frame-current-scroll-bars):
27731 * term.el (term-mode, term-check-proc, term-input-sender)
27732 (term-simple-send, term-extract-string, term-word)
27733 (term-match-partial-filename):
27734 * window.el (window-current-scroll-bars):
27735 * emulation/cua-base.el (cua-normal-cursor-color)
27736 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27737 (cua-global-mark-cursor-color):
27738 * mail/undigest.el (rmail-forward-separator-regex):
27739 Fix typos in docstrings.
27740
27741 * comint.el (comint-check-proc, make-comint-in-buffer)
27742 (comint-source-default): Doc fixes.
27743
27744 * term.el (term-send-string): Improve argument/docstring consistency.
27745
27746 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
27747
27748 * comint.el (comint-send-input): Bind `inhibit-read-only' around
27749 call to `delete-region'.
27750 (comint-mode-hook): Do not enable Font Lock by default.
27751
27752 2005-06-09 Lute Kamstra <lute@gnu.org>
27753
27754 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27755 could be void.
27756
27757 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
27758
27759 * emacs-lisp/debug.el (debugger-will-be-back): New var.
27760 (debug): Use it.
27761 (debugger-step-through, debugger-continue, debugger-jump)
27762 (debugger-return-value): Set it when needed.
27763 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27764 Use inhibit-read-only.
27765
27766 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
27767
27768 * window.el (shrink-window-if-larger-than-buffer)
27769 (window-size-fixed): Fix typo in docstring.
27770
27771 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
27772 thumbnails directory on loading.
27773 (thumbs-conversion-program): Use `eq' to check the system type,
27774 not `equal'.
27775 (thumbs-temp-dir): Initialize to `temporary-file-directory',
27776 not "/tmp". Fix docstring.
27777 (thumbs-thumbsdir): New function to return the thumbnails
27778 directory, creating it if needed.
27779 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27780 (thumbs-temp-file): Delete variable and make it into a function.
27781 (thumbs-resize-image, thumbs-modify-image): Use it.
27782 (thumbs-kill-buffer): Simplify.
27783 (thumbs-gensym): Defalias or duplicate CL `gensym'.
27784 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27785 docstrings.
27786
27787 2005-06-09 Kim F. Storm <storm@cua.dk>
27788
27789 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27790 set-match-data to free markers in match-data.
27791
27792 * replace.el (replace-match-data): Pass RESEAT arg `t' to
27793 match-data to unchain markers in match-data.
27794
27795 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
27796
27797 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27798 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
27799 unnecessary now.
27800
27801 2005-06-08 Richard M. Stallman <rms@gnu.org>
27802
27803 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27804 give the variable a doc string that doesn't say don't set it directly.
27805
27806 * textmodes/ispell.el (ispell-check-version):
27807 Use match-string-no-properties.
27808 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27809 (ispell-buffer-local-words): Likewise.
27810
27811 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27812 except on terminals with enough colors to really display it.
27813 (makefile-dependency-regex): Delete spurious `bb'.
27814
27815 * faces.el (escape-glyph): Use blue once again in last case.
27816 (no-break-space): Redefine so that it isn't invisible on a tty.
27817
27818 2005-06-08 Kim F. Storm <storm@cua.dk>
27819
27820 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27821 also when reading directory name.
27822
27823 2005-06-08 Lute Kamstra <lute@gnu.org>
27824
27825 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27826 (flyspell-mode-line-string): Remove autoload cookie.
27827 (flyspell-mode): Remove defvar.
27828
27829 2005-06-07 Lute Kamstra <lute@gnu.org>
27830
27831 * textmodes/org.el (org-run-mode-hooks): New function.
27832 (org-agenda-mode): Use it.
27833
27834 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
27835
27836 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27837
27838 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27839
27840 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27841
27842 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
27843
27844 * font-lock.el (font-lock-add-keywords): Doc fix.
27845
27846 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27847
27848 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27849 (tex-compile-default): In the absence of any history, use the order in
27850 tex-compile-alist to choose the preferred command.
27851 (tex-compile-commands): Reorder a bit.
27852
27853 * textmodes/flyspell.el (flyspell-auto-correct-binding)
27854 (flyspell-incorrect-face, flyspell-duplicate-face):
27855 Use (X)Emacs-agnostic code.
27856 (flyspell-mode-map): Don't overwrite at each load. Remove code
27857 redundant with the subsequent add-minor-mode. Merge Emacs and
27858 XEmacs code.
27859 (flyspell-word): Minor simplification.
27860 (flyspell-math-tex-command-p): Quieten the byte-compiler.
27861 (flyspell-external-point-words): Remove unused vars `size' and `start'.
27862 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27863 Merge the corresponding Emacs code.
27864 (flyspell-correct-word, flyspell-xemacs-popup):
27865 Use flyspell-do-correct.
27866
27867 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27868 a dedicated window.
27869
27870 * international/latexenc.el (latexenc-find-file-coding-system):
27871 Undo part of last patch, to turn off a compiler warning.
27872
27873 2005-06-06 Juri Linkov <juri@jurta.org>
27874
27875 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27876 Rename `tmm-inactive-face' to `tmm-inactive'.
27877
27878 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
27879
27880 * iswitchb.el: Rename faces.
27881
27882 2005-06-06 Kim F. Storm <storm@cua.dk>
27883
27884 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27885 (cua-global-mark): Remove -face suffix from face names.
27886
27887 * emulation/cua-gmrk.el (cua--init-global-mark):
27888 Remove cua-global-mark face setup.
27889
27890 2005-06-06 Richard M. Stallman <rms@gnu.org>
27891
27892 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27893 just like other allowed characters.
27894 (makefile-match-dependency): Exclude leading and training whitespace
27895 from the range of regexp subexp 1.
27896 (makefile-macroassign-regex): Don't try to match the body,
27897 just the name of the macro being defined.
27898
27899 * info.el (Info-read-node-name-2): New function.
27900 (Info-read-node-name-1): Use that.
27901 Add a completion-base-size-function property.
27902
27903 * simple.el (completion-setup-function): Look for
27904 completion-base-size-function property of minibuffer-completion-table.
27905
27906 * files.el (locate-file-completion): Doc fix.
27907
27908 * printing.el: Don't call pr-update-menus; user must do that.
27909
27910 * emacs-lisp/debug.el (debugger-window): New variable.
27911 (debug): Use debugger-window if it is set and still alive.
27912 Record debugger-window for next entry.
27913
27914 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27915
27916 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
27917
27918 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27919 (hack-one-local-variable, hack-local-variables)
27920 (hack-local-variables-prop-line): Pass that arg.
27921
27922 2005-06-06 Kim F. Storm <storm@cua.dk>
27923
27924 * ido.el (ido-first-match, ido-only-match, ido-subdir)
27925 (ido-indicator): Remove -face suffix from face names.
27926
27927 2005-06-06 Juri Linkov <juri@jurta.org>
27928
27929 * font-lock.el (font-lock-regexp-backslash)
27930 (font-lock-regexp-backslash-construct): New faces.
27931 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
27932 after `('. Add `while-no-input' to control structures.
27933
27934 * faces.el (no-break-space, shadow): New faces.
27935 (escape-glyph): Use less loud colors pink2 and red4.
27936
27937 * diff-mode.el (diff-context-face)
27938 * dired.el (dired-ignored)
27939 * rfn-eshadow.el (file-name-shadow)
27940 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27941
27942 * info.el (Info-title-1-face): Use green instead of yellow because
27943 bold yellow is not readable on light backgrounds.
27944
27945 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27946 before selecting the desired mode to not spend time fontifying
27947 old contents.
27948
27949 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
27950
27951 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27952 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27953
27954 * ps-print.el (ps-default-fg, ps-default-bg):
27955 Fix typos in docstrings.
27956
27957 * isearchb.el (isearchb): Don't pass a spurious second argument to
27958 `iswitchb-completions'.
27959
27960 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
27961
27962 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27963 to preserve point.
27964 (gdb-find-file-hook): Add doc string.
27965
27966 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27967 C dereferenced pointer expression.
27968 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
27969
27970 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27971
27972 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27973 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27974 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27975 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27976 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27977 Make background transparent.
27978
27979 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
27980
27981 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
27982 (font-lock-remove-keywords): Doc fix.
27983 (font-lock-mode-major-mode): Compiler defvar.
27984 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27985
27986 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27987 (font-lock-mode): Update `font-lock-mode-major-mode'.
27988 (font-lock-set-defaults): Compiler defvar.
27989 (font-lock-default-function): Take `font-lock-mode-major-mode'
27990 into account.
27991
27992 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27993 keep track of which major mode it enabled the minor mode for.
27994 Use find-file-hook again. Update docstring.
27995
27996 * simple.el (eval-expression-print-level)
27997 (eval-expression-print-length, eval-expression-debug-on-error):
27998 Doc fixes.
27999
28000 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28001
28002 * iswitchb.el (iswitchb-single-match-face)
28003 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28004 (iswitchb-invalid-regexp-face): New faces.
28005 (iswitchb-completions): Use them.
28006 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28007 now marked as an obsolete alias.
28008 (iswitchb-read-buffer): Remove check for bound font variables.
28009 (iswitchb-invalid-regexp): New free variable.
28010 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28011 set iswitchb-invalid-regexp.
28012 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28013 invalid regexps.
28014 (iswitchb-completions): Add check for complete match when entering
28015 a regexp.
28016 (iswitchb-completions): Remove require-match argument.
28017 (iswitchb-exhibit): Fix caller.
28018 (iswitchb-common-match-inserted): New variable.
28019 (iswitchb-complete, iswitchb-completion-help): Use it.
28020
28021 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28022
28023 * url-http.el (url-http-chunked-encoding-after-change-function):
28024 Use `url-http-debug' instead of `message'.
28025
28026 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28027
28028 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28029 callback argument.
28030
28031 2005-06-04 Kim F. Storm <storm@cua.dk>
28032
28033 * simple.el (line-move): Only call sit-for when moving backwards.
28034
28035 * ido.el (ido-make-merged-file-list-1): New defun split from
28036 ido-make-merged-file-list.
28037 (ido-make-merged-file-list): Bind throw-on-input around call to
28038 ido-make-merged-file-list-1. Return input-pending-p if
28039 interrupted by more input available.
28040 (ido-read-internal): Handle input-pending-p return value from
28041 ido-make-merged-file-list.
28042
28043 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28044
28045 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28046 compatibility code.
28047
28048 * international/latexenc.el (latexenc-find-file-coding-system):
28049 Don't inherit the EOL part of the coding-system from the
28050 tex-main buffer. Fit within 80 columns.
28051
28052 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28053
28054 * tmm.el (tmm-inactive-face): New face.
28055 (tmm-remove-inactive-mouse-face): New function.
28056 (tmm-prompt, tmm-add-one-shortcut)
28057 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28058 but not selectable.
28059
28060 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28061
28062 * faces.el (face-equal): Improve argument/docstring consistency.
28063
28064 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28065
28066 * progmodes/make-mode.el (makefile-targets-face)
28067 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28068 (makefile-bsdmake-dependency-regex)
28069 (makefile-makepp-rule-action-regex)
28070 (makefile-bsdmake-rule-action-regex): New constants.
28071 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28072
28073 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28074 Allow (...) within `...' for makepp messages.
28075
28076 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28077
28078 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28079
28080 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28081 "." files are deleted from all file lists before comparison.
28082
28083 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28084 (viper-ESC-key): Made them customizable.
28085
28086 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28087
28088 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28089
28090 * autorevert.el (auto-revert-buffers): Use save-match-data.
28091
28092 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28093
28094 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28095 menu items with a nil command binding.
28096
28097 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28098
28099 * emacs-lisp/cl-macs.el (defsetf):
28100 Improve argument/docstring consistency.
28101
28102 * faces.el (list-faces-display): Improve the formatting by
28103 computing the maximum length required for any face-name (reworked
28104 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28105 (internal-find-face): Remove redundant info in docstring.
28106
28107 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28108
28109 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28110 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28111 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28112 (gdb-assembler-custom): Improve regexps.
28113 (def-gdb-auto-update-handler): Use window point to preserve point.
28114
28115 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28116
28117 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28118
28119 2005-05-31 Jay Belanger <belanger@truman.edu>
28120
28121 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28122 to calc-embedded.
28123 (calc-embedded-make-info): Have plain prefix argument select
28124 entire line.
28125
28126 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
28127
28128 * faces.el (list-faces-display): Signal error if passed a regexp
28129 that matches no face name.
28130
28131 * simple.el (filter-buffer-substring): Fix typo in docstring.
28132
28133 2005-05-31 Richard M. Stallman <rms@gnu.org>
28134
28135 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28136 (vhdl-emacs-21): Doc fix.
28137 (vhdl-mode): Unconditionally set comment-padding.
28138 (vhdl-fixup-whitespace-region): Insert spaces only where
28139 there are none.
28140 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28141
28142 2005-05-30 John Wiegley <johnw@newartisans.com>
28143
28144 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28145 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28146 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28147 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28148 `string-to-number'.
28149
28150 2005-05-30 Jay Belanger <belanger@truman.edu>
28151
28152 * calc/calc.el (calc-bug-address): Fix docstring.
28153 (calc-window-hook, calc-trail-window-hook): New variables.
28154 (calc-trail-display): Restore use of calc-trail-window-hook.
28155 (calc): Restore use of calc-window-hook.
28156
28157 2005-05-31 Masatake YAMATO <jet@gyve.org>
28158
28159 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28160
28161 * help-fns.el (help-C-file-name): Add autoload mark for
28162 `find-function-noselect'.
28163
28164 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28165
28166 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28167 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28168
28169 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28170
28171 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28172 included diary buffer if it was not already being visited.
28173 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28174
28175 * calendar/icalendar.el (top-level): Do not require appt.
28176
28177 * mail/supercite.el (sc-select-attribution): Only use a list
28178 element from sc-attrib-selection-list if it returns a string.
28179 Reported by Davide G. M. Salvetti <salve@debian.org>.
28180
28181 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
28182
28183 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28184 includes a hash value to improve its uniqueness, and has a ".jpg"
28185 extension. Also, it is now a valid filename on all systems.
28186 (thumbs-make-thumb): Use `let', not `let*'.
28187 (thumbs-show-thumbs-list): Check for JPEG availability.
28188
28189 2005-05-30 Richard M. Stallman <rms@gnu.org>
28190
28191 * filesets.el (filesets-menu-ensure-use-cached):
28192 Prevent warning when emacs-version>= is undefined.
28193
28194 * printing.el (pr-interactive-n-up): Use string-to-number.
28195
28196 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28197
28198 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28199 Warn only when name to be defined is quoted.
28200
28201 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
28202
28203 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28204 Make regexp more robust.
28205 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28206 Force regeneration of disassembly.
28207
28208 2005-05-29 Jay Belanger <belanger@truman.edu>
28209
28210 * calc/calc.el (calc-user-invocation): Check if
28211 calc-invocation-macro is non-nil.
28212
28213 2005-05-29 Juri Linkov <juri@jurta.org>
28214
28215 * add-log.el (change-log-font-lock-keywords):
28216 Add `+' to e-mail regexp to accept mail address with keywords.
28217
28218 * man.el (Man-name-regexp): Add `:' to accept qualified names.
28219
28220 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
28221
28222 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28223
28224 * ielm.el (inferior-emacs-lisp-mode): Ditto.
28225
28226 2005-05-29 Richard M. Stallman <rms@gnu.org>
28227
28228 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28229 Undo the change that moves to end of the current word.
28230
28231 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28232
28233 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28234 Throw error when count <= 0 to ensure input is a number.
28235 (gdb-read-memory-custom): Pick up address from buffer.
28236 (gdb-memory-mode): Allow user to increment and decrement
28237 memory address from header line.
28238
28239 2005-05-29 Richard M. Stallman <rms@gnu.org>
28240
28241 * flyspell.el (flyspell-version): Function deleted.
28242 (flyspell-auto-correct-previous-hook): Doc fix.
28243
28244 * jit-lock.el (jit-lock-function, jit-lock-after-change):
28245 Do nothing if memory is full.
28246
28247 * font-lock.el (font-lock-fontify-syntactically-region):
28248 Pass t for GREEDY to looking-back.
28249
28250 * saveplace.el (save-place-alist-to-file): Write the file
28251 using write-region.
28252
28253 * subr.el (looking-back): New argument GREEDY.
28254
28255 * progmodes/compile.el (compilation-start): Set the mode
28256 before inserting the initial text.
28257
28258 * progmodes/which-func.el (which-func-update-1): Turn the mode
28259 off in case of error by setting which-func-mode.
28260
28261 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
28262
28263 * flyspell.el (flyspell-auto-correct-previous-word):
28264 Narrow down to what's on the screen, and recenter overlays
28265 at the end of the next word.
28266
28267 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
28268
28269 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28270 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28271 (flyspell-abbrev-p): Default to nil.
28272 (flyspell-use-global-abbrev-table-p): Doc fix.
28273 (flyspell-large-region): Allow nil as value.
28274 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28275
28276 (mail-mode-flyspell-verify): More robust handling
28277 of `mail-header-separator'. More efficient signature detection.
28278 Allow for regexp metacharacters in message-header-separator.
28279 Adding `To' not to be checked in mail-mode-flyspell-verify.
28280
28281 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28282 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28283 Bind flyspell-auto-correct-binding.
28284 Bind C-. and C-, .
28285 (flyspell-mode-map): Likewise.
28286 (flyspell-mode): Doc fix.
28287 (flyspell-accept-buffer-local-defs): Preserve current buffer.
28288 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28289 (flyspell-word-cache-result): New var, always local.
28290 (flyspell-check-pre-word-p): Doc fix.
28291 (flyspell-check-changed-word-p): Handle spc like newline.
28292 (flyspell-post-command-hook): Set flyspell-word-cache-result.
28293 (flyspell-word-search-backward, flyspell-word-search-forward):
28294 New functions.
28295 (flyspell-word): Return t if nothing to check.
28296 When parsing TeX code, check for after } or \.
28297 Use flyspell-word-search-backward to find previous word.
28298 Return nil if duplicated word.
28299 For word already checked, return same value as last time.
28300 Set flyspell-word-cache-result after checking.
28301 Don't clobber the return value.
28302 (flyspell-get-word): Major rewrite.
28303 (flyspell-external-point-words): New locals pword, pcount.
28304 Fix size used in progress message.
28305 Find the proper corresponding word in flyspell-large-region-buffer.
28306 (flyspell-region): Check for flyspell-large-region = nil.
28307 (flyspell-highlight-incorrect-region): Clean up overlays in region.
28308 (flyspell-auto-correct-word): Check that WORD is a cons.
28309 (flyspell-correct-word): Likewise.
28310
28311 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
28312
28313 * progmodes/make-mode.el (makefile-rule-action-regex)
28314 (makefile-macroassign-regex, makefile-makepp-mode)
28315 (makefile-bsdmake-mode): Continuation lines may be empty.
28316 Reported by Joshua Varner.
28317 (makefile-makepp-font-lock-keywords): Add $(stem).
28318
28319 2005-05-28 Karl Berry <karl@gnu.org>
28320
28321 * textmodes/tex-mode.el: Now that tex-send-command calls
28322 shell-quote-argument (2005-03-31 change), remove all calls to
28323 shell-quote-argument; they all end up invoking tex-send-command.
28324 The double quoting loses on filenames with non-safe characters,
28325 such as "@". Reported by Frederik Fouvry.
28326
28327 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28328
28329 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28330 about preserving point.
28331
28332 2005-05-27 Jay Belanger <belanger@truman.edu>
28333
28334 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28335 Info-goto-node.
28336
28337 * calc/calc-embed.el (calc-embed-arg): New variable.
28338 (calc-do-embedded-activate, calc-embedded-activate-formula)
28339 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28340 variable by new variable.
28341 (calc-embedded-make-info): Replace undeclared variable by new
28342 variable. When selecting region with positive prefix
28343 argument, use end of previous line instead of beginning of line.
28344
28345 * calc/calc-aent.el (calc-arg-values): Declare it.
28346
28347 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28348 Declare them.
28349
28350 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28351
28352 * calc/calc.el (calc-alg-map): Declare it.
28353
28354 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28355
28356 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
28357
28358 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28359 (gdb-registers-buffer, toggle-gdb-all-registers):
28360 Toggle display of floating point registers.
28361 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28362
28363 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28364 (toggle-gud-tooltip-dereference):
28365 Rename from gud-toggle-tooltip-dereference.
28366
28367 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28368
28369 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28370
28371 2005-05-27 Jay Belanger <belanger@truman.edu>
28372
28373 * calc/calc-prog.el (calc-kbd-report): Remove.
28374 (calc-kbd-query): Rewrite.
28375
28376 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
28377
28378 * image.el (image-library-alist): Move to image.c.
28379 (image-type-available-p): Doc fix.
28380
28381 2005-05-27 Lute Kamstra <lute@gnu.org>
28382
28383 * calc/calc.el (calc):
28384 * outline.el (outline-1, outline-2, outline-3, outline-4)
28385 (outline-5, outline-6, outline-7, outline-8):
28386 * textmodes/dns-mode.el (dns-mode):
28387 * textmodes/sgml-mode.el (sgml-namespace-face):
28388 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28389 (tex-verbatim-face, tex-use-reftex):
28390 * textmodes/texinfo.el (texinfo-heading-face):
28391 Specify customization group.
28392
28393 * longlines.el: Don't require easy-mmode.
28394 (longlines-visible-face): Specify customization group.
28395
28396 2005-05-27 Kenichi Handa <handa@m17n.org>
28397
28398 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28399 encoding table of windows-1251.
28400
28401 * international/ucs-tables.el (ucs-set-table-for-input):
28402 If translation-table-for-input of a coding system is a symbol, get
28403 its translation-table property.
28404
28405 * international/code-pages.el: Don't register a coding system into
28406 non-iso-charset-alist more than once.
28407 (cp-make-coding-system): Likewise.
28408
28409 2005-05-26 John Wiegley <johnw@newartisans.com>
28410
28411 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28412 `eshell-resume-eval' is wrapped in a list, it indicates that the
28413 command was run asynchronously. In that case, unwrap the value
28414 before checking the delimiter value.
28415
28416 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28417 character before a space at the end of a line is \, assume the space
28418 is part of the last argument rather than a final argument separator.
28419
28420 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28421 is in use, and the target is `t' or `nil' (which are the most common
28422 values), don't assume that the symbol target is a buffer.
28423
28424 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28425
28426 * calendar/calendar.el (calendar-mode-line-format):
28427 Use mode-line-highlight as mouse-face.
28428
28429 * time.el (display-time-string-forms, display-time-update):
28430 Use mode-line-highlight as mouse-face.
28431
28432 2005-05-26 Jay Belanger <belanger@truman.edu>
28433
28434 * calc/calc.el (calc-language-alist): Remove extra defvar.
28435
28436 2005-05-26 Lute Kamstra <lute@gnu.org>
28437
28438 * arc-mode.el (archive-mode):
28439 * bookmark.el (bookmark-read-annotation-mode)
28440 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28441 * bs.el (bs-mode):
28442 * calc/calc-yank.el (calc-edit-mode):
28443 * calc/calc.el (calc-mode, calc-trail-mode):
28444 * calculator.el (calculator-mode):
28445 * chistory.el (command-history-mode):
28446 * comint.el:
28447 * cus-edit.el (custom-mode):
28448 * descr-text.el (describe-text-mode):
28449 * ebuff-menu.el (Electric-buffer-menu-mode):
28450 * ediff-util.el (ediff-mode):
28451 * emacs-lisp/re-builder.el (reb-mode):
28452 * emulation/vi.el (vi-mode-setup):
28453 * emulation/ws-mode.el (wordstar-mode):
28454 * eshell/esh-mode.el (eshell-mode):
28455 * forms.el (forms-mode):
28456 * help-mode.el (help-mode):
28457 * hexl.el (hexl-mode):
28458 * ibuffer.el (ibuffer-mode):
28459 * ielm.el (inferior-emacs-lisp-mode):
28460 * info.el (Info-mode, Info-edit-mode):
28461 * international/swedish.el:
28462 * ledit.el (ledit-from-lisp-mode):
28463 * locate.el (locate-mode):
28464 * mail/rmail.el (rmail-mode):
28465 * mail/rmailedit.el (rmail-edit-mode):
28466 * mail/rmailsum.el (rmail-summary-mode):
28467 * mail/supercite.el (sc-electric-mode):
28468 * net/eudc.el (eudc-mode):
28469 * net/quickurl.el (quickurl-list-mode):
28470 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28471 * obsolete/ooutline.el (outline-mode):
28472 * obsolete/options.el (Edit-options-mode):
28473 * obsolete/rnews.el (news-mode):
28474 * obsolete/rnewspost.el (news-reply-mode):
28475 * play/5x5.el (5x5-mode):
28476 * play/decipher.el (decipher-mode, decipher-stats-mode):
28477 * play/gomoku.el (gomoku-mode):
28478 * play/snake.el (snake-mode):
28479 * play/solitaire.el (solitaire-mode):
28480 * play/tetris.el (tetris-mode):
28481 * progmodes/ada-mode.el (ada-mode):
28482 * progmodes/antlr-mode.el (antlr-mode):
28483 * progmodes/autoconf.el (autoconf-mode):
28484 * progmodes/dcl-mode.el (dcl-mode):
28485 * progmodes/delphi.el (delphi-mode):
28486 * progmodes/ebrowse.el (ebrowse-tree-mode)
28487 (ebrowse-electric-list-mode, ebrowse-member-mode)
28488 (ebrowse-electric-position-mode):
28489 * progmodes/f90.el (f90-mode):
28490 * progmodes/fortran.el (fortran-mode):
28491 * progmodes/icon.el (icon-mode):
28492 * progmodes/idlw-help.el (idlwave-help-mode):
28493 * progmodes/idlw-shell.el (idlwave-shell-mode):
28494 * progmodes/idlwave.el (idlwave-mode):
28495 * progmodes/inf-lisp.el (inferior-lisp-mode):
28496 * progmodes/m4-mode.el (m4-mode):
28497 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28498 * progmodes/modula2.el (modula-2-mode):
28499 * progmodes/octave-inf.el (inferior-octave-mode):
28500 * progmodes/octave-mod.el (octave-mode):
28501 * progmodes/pascal.el (pascal-mode):
28502 * progmodes/sh-script.el (sh-mode):
28503 * progmodes/sql.el (sql-mode, sql-interactive-mode):
28504 * progmodes/vhdl-mode.el (vhdl-mode):
28505 * progmodes/xscheme.el (scheme-interaction-mode):
28506 * replace.el (occur-mode):
28507 * ses.el (ses-mode):
28508 * simple.el (completion-list-mode):
28509 * skeleton.el:
28510 * speedbar.el (speedbar-mode):
28511 * term.el (term-mode):
28512 * terminal.el (terminal-edit-mode):
28513 * textmodes/reftex-index.el (reftex-index-mode)
28514 (reftex-index-phrases-mode):
28515 * textmodes/reftex-sel.el (reftex-select-label-mode)
28516 (reftex-select-bib-mode):
28517 * textmodes/reftex-toc.el (reftex-toc-mode):
28518 * wdired.el (wdired-change-to-wdired-mode):
28519 * wid-browse.el (widget-browse-mode):
28520 Use run-mode-hooks.
28521
28522 * array.el (array-mode):
28523 * calendar/todo-mode.el (todo-mode):
28524 * man.el (Man-mode):
28525 * play/landmark.el (lm-mode):
28526 * play/mpuz.el (mpuz-mode):
28527 Use kill-all-local-variables and run-mode-hooks.
28528
28529 * subr.el (delay-mode-hooks): Specify indentation.
28530
28531 2005-05-26 Mark A. Hershberger <mah@everybody.org>
28532
28533 * xml.el (xml-substitute-special): Don't die for undefined xml
28534 entities.
28535
28536 2005-05-26 Jay Belanger <belanger@truman.edu>
28537
28538 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28539 of nil.
28540
28541 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
28542
28543 * progmodes/gdb-ui.el (gdb-frame-address):
28544 Rename from gdb-current-address.
28545 (gdb-previous-frame-address): Rename from gdb-previous-address.
28546 (gdb-selected-frame): Rename from gdb-current-frame.
28547 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28548 (gdb-frame-number): Rename from gdb-current-stack-level.
28549 (gdb-ann3): Match new mode-name for disassembly buffer.
28550 Extend initialization of variables.
28551 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28552 (gdb-memory-mode): Use mouse-face in header line.
28553 (gdb-assembler-buffer-name): Call it disassembly and give frame
28554 in mode line.
28555 (gdb-source-spec-regexp, gdb-assembler-custom)
28556 (gdb-invalidate-assembler, gdb-frame-handler):
28557 Make robust to leading zeroes in address format.
28558
28559 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
28560
28561 * textmodes/org.el (org-mode): Use `define-derived-mode' to
28562 define `org-mode'.
28563 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28564
28565 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
28566
28567 * log-edit.el (log-edit-changelog-entries): Distinguish between
28568 filenames like xfns.c and fns.c.
28569
28570 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
28571
28572 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28573 point after reverting.
28574 (Buffer-menu-make-sort-button): Handle the case where
28575 `Buffer-menu-use-header-line' is nil.
28576
28577 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
28578
28579 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28580 New funcs. In minibuffer-local-completion-map bind `]', `/'
28581 and `:' to them.
28582
28583 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
28584
28585 * startup.el (normal-top-level): Allow modification of load-path while
28586 we're iterating over it.
28587
28588 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
28589
28590 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28591 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28592 (thumbs-resize-interactive, thumbs-insert-image)
28593 (thumbs-insert-thumb, thumbs-dired-show-marked)
28594 (thumbs-find-image-at-point, thumbs-delete-images)
28595 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28596 (thumbs-increment-image-size, thumbs-decrement-image-size):
28597 Fix typos in docstrings.
28598
28599 2005-05-24 Andre Spiegel <spiegel@gnu.org>
28600
28601 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28602 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28603 (cperl-mode): Use them.
28604
28605 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
28606
28607 * window.el (quit-window, shrink-window-if-larger-than-buffer):
28608 Doc fixes.
28609
28610 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
28611
28612 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28613 Bind C-d to gdb-inferior-io-eof.
28614
28615 * dired.el (dired-dnd-popup-notice): Use message-box.
28616
28617 2005-05-23 Masatake YAMATO <jet@gyve.org>
28618
28619 * bindings.el (mode-line-major-mode-keymap):
28620 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28621
28622 * faces.el (mode-line-highlight): New face.
28623
28624 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28625 as mouse-face.
28626
28627 * bindings.el (top-level, help-echo, mode-line-modified)
28628 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28629 as mouse-face.
28630
28631 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
28632
28633 * progmodes/cc-engine.el (c-guess-basic-syntax):
28634 Remove spurious call to `zerop'.
28635
28636 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28637
28638 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
28639
28640 CC Mode update to 5.30.10:
28641
28642 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28643 could go past the limit in decoration level 2, thereby causing
28644 errors during interactive fontification.
28645
28646 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28647 the file is evaluated interactively.
28648
28649 * cc-engine.el (c-guess-basic-syntax): Handle operator
28650 declarations somewhat better in C++.
28651
28652 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28653 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28654 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28655 (awk-mode): Use it.
28656 (make-local-hook): Suppress warning about obsoleteness.
28657
28658 * cc-engine.el, cc-align.el, cc-cmds.el
28659 (c-append-backslashes-forward, c-delete-backslashes-forward)
28660 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28661 Compensate for return value from `forward-line' when it has moved
28662 but not to a different line due to eob.
28663
28664 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28665 `objc-method-intro' and `objc-method-args-cont'.
28666
28667 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
28668
28669 CC Mode update to 5.30.10:
28670
28671 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28672 in the copyright statement. Incidentally, change "along with GNU
28673 Emacs" to "along with this program" where it occurs.
28674
28675 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28676 so that it is interactive, hence can be found by M-x awk-mode
28677 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
28678 <gmorris+emacs@ast.cam.ac.uk>.
28679
28680 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28681 Mode's regexps.
28682
28683 2005-05-23 Kevin Ryde <user42@zip.com.au>
28684
28685 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28686 c-parse-state, to avoid a lisp error (on bad code).
28687
28688 2005-05-23 Lute Kamstra <lute@gnu.org>
28689
28690 * subr.el (font-lock-defaults): Remove defvar as it's already
28691 defined in font-core.el.
28692
28693 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28694
28695 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
28696
28697 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28698 more general and work when GDB variable "print pretty" is on,
28699 as with Emacs, for example.
28700
28701 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28702
28703 * font-core.el: Update comment.
28704
28705 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28706 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28707
28708 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28709
28710 2005-05-22 Eli Zaretskii <eliz@gnu.org>
28711
28712 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28713 and `yank-handler' in the doc strings.
28714
28715 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28716
28717 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28718
28719 2005-05-22 Richard M. Stallman <rms@gnu.org>
28720
28721 * help.el (describe-key): Move print-help-return-message call
28722 out of conditional.
28723
28724 * progmodes/etags.el (list-tags): Use with-no-warnings.
28725
28726 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28727 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28728 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28729
28730 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28731
28732 * language/viet-util.el (viet-viscii-nonascii-translation-table):
28733 Add defvar.
28734
28735 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28736 Use defvar, not defconst.
28737
28738 * hexl.el (hexl-follow-line): Use with-no-warnings.
28739
28740 * emulation/tpu-extras.el: Use write-file-functions instead of
28741 write-file-hooks.
28742
28743 * dired.el (dired-font-lock-keywords): Fontify files with junk
28744 extensions even if marked by -F.
28745
28746 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
28747
28748 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28749 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28750 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28751 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28752 (concatenate, list-length, get*, getf, cl-remprop):
28753 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28754 (etypecase, progv, lexical-let, lexical-let*)
28755 (multiple-value-bind, multiple-value-setq, shiftf):
28756 Improve argument/docstring consistency.
28757
28758 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28759
28760 2005-05-22 Andre Spiegel <spiegel@gnu.org>
28761
28762 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28763 doesn't exist.
28764
28765 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
28766 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28767
28768 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
28769
28770 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28771 already deleted variables: auto-fill-hook, blink-paren-hook,
28772 lisp-indent-hook, inhibit-local-variables, unread-command-event,
28773 suspend-hooks, comment-indent-hook, meta-flag,
28774 before-change-function, after-change-function,
28775 font-lock-doc-string-face.
28776
28777 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
28778
28779 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28780
28781 2005-05-21 Eli Zaretskii <eliz@gnu.org>
28782
28783 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28784 rmail-dont-reply-to.
28785
28786 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28787
28788 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28789 literal blank when splitting new-header-values.
28790
28791 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
28792
28793 * calendar/cal-menu.el (cal-menu-update): Add separator as a
28794 string so that tmm doesn't create a completion entry for it.
28795
28796 * textmodes/table.el (table-disable-menu): Ditto.
28797
28798 2005-05-21 Richard M. Stallman <rms@gnu.org>
28799
28800 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28801
28802 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28803
28804 * net/rcompile.el (remote-compile): Use compilation-start.
28805
28806 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28807
28808 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
28809
28810 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28811 Default to makefile-bsdmake-mode on BSD systems.
28812
28813 * imenu.el (imenu-generic-expression, imenu--generic-function'):
28814 REGEXP may also be a search function now. The part of doc-string
28815 for describing the structure was 95% identical to that of
28816 `imenu--generic-function'. Unify it there.
28817
28818 * progmodes/make-mode.el (makefile-imenu-generic-expression):
28819 Use function to find dependencies, because regexp alone is so complex,
28820 it easily goes into an endless loop.
28821 (makefile-makepp-mode): Also add submenu for Perl functions
28822 defined in the makefile.
28823 (makefile-bsdmake-mode): Special imenu-generic-expression no
28824 longer needed, due to function call.
28825 (makefile-match-dependency): Take BOUND into account when checking
28826 if we're through.
28827
28828 2005-05-20 Jay Belanger <belanger@truman.edu>
28829
28830 * calc/calc-units.el (calc-invalidate-units-table):
28831 Use inhibit-read-only.
28832 (math-build-units-table-buffer): Use view-mode.
28833
28834 2005-05-20 David Kastrup <dak@gnu.org>
28835
28836 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28837 easy-menu-add is not a nop on Emacs; and clarify when to call it.
28838
28839 2005-05-20 Lute Kamstra <lute@gnu.org>
28840
28841 * diff-mode.el (diff-header-face, diff-file-header-face)
28842 (diff-index-face, diff-hunk-header-face, diff-removed-face)
28843 (diff-added-face, diff-changed-face, diff-function-face)
28844 (diff-context-face, diff-nonexistent-face): Put them in the
28845 diff-mode customization group.
28846
28847 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
28848
28849 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28850
28851 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28852
28853 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28854 Minor regexp-optimization.
28855
28856 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
28857
28858 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28859 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28860 (org-agenda-add-time-grid-maybe): New function.
28861 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28862 (org-table-create): `dotimes' instead of `mapcar'.
28863 (org-xor): Simplify implementation.
28864 (org-agenda): `inhibit-redisplay' turned on.
28865 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28866 a consistent line after a state change.
28867 (org-agenda-remove-times-when-in-prefix): New option.
28868 (org-prefix-has-time): New variable.
28869 (org-parse-time-string): Optional argument NODEFAULT.
28870 (org-format-agenda-item): Parse items for time-of-day
28871 specifications and move these into the prefix if possible.
28872 (org-agenda-priority): Get current heading, not previous heading
28873 during agenda remote editing.
28874
28875 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
28876
28877 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28878 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28879 (remove-duplicates, delete-duplicates, substitute)
28880 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28881 (nsubstitute-if-not, find, find-if, find-if-not, position)
28882 (position-if, position-if-not, count, count-if, count-if-not)
28883 (mismatch, search, sort*, stable-sort, merge, member*)
28884 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28885 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28886 (intersection, nintersection, set-difference, nset-difference)
28887 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28888 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28889 (nsublis, tree-equal): Improve argument/docstring consistency.
28890
28891 * subr.el (send-string, send-region): Remove obsolescence declaration.
28892 (window-dot, set-window-dot, read-input, show-buffer)
28893 (eval-current-buffer, string-to-int):
28894 Add release number to obsolescence declarations.
28895
28896 2005-05-19 Kim F. Storm <storm@cua.dk>
28897
28898 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28899 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28900
28901 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
28902
28903 * faces.el (list-faces-display): Make back button respect optional
28904 regexp arg.
28905
28906 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
28907
28908 * calculator.el (calculator-radix-grouping-mode)
28909 (calculator-radix-grouping-digits, calculator-displayer)
28910 (calculator-radix-grouping-separator, calculator-copy-displayer):
28911 * dabbrev.el (dabbrev-search-these-buffers-only):
28912 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28913 (diff-advance-after-apply-hunk, diff-mode-hook)
28914 (diff-minor-mode-prefix):
28915 * imenu.el (imenu-use-popup-menu):
28916 * jit-lock.el (jit-lock-context-time):
28917 * newcomment.el (comment-fill-column, comment-column)
28918 (comment-style, comment-padding, comment-multi-line)
28919 (comment-empty-lines, comment-auto-fill-only-comments):
28920 * reveal.el (reveal-around-mark):
28921 * uniquify.el (uniquify-buffer-name-style)
28922 (uniquify-after-kill-buffer-p)
28923 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28924 (uniquify-min-dir-content, uniquify-separator)
28925 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28926 * w32-vars.el (w32-fixed-font-alist):
28927 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28928 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28929 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28930 * progmodes/perl-mode.el (perl-indent-level)
28931 (perl-continued-statement-offset, perl-continued-brace-offset)
28932 (perl-brace-offset, perl-brace-imaginary-offset)
28933 (perl-label-offset, perl-indent-continued-arguments)
28934 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28935 * progmodes/tcl.el (tcl-indent-level)
28936 (tcl-continued-indent-level, tcl-auto-newline)
28937 (tcl-tab-always-indent, tcl-electric-hash-style)
28938 (tcl-help-directory-list, tcl-use-smart-word-finder)
28939 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28940 (inferior-tcl-source-command):
28941 * textmodes/fill.el (enable-kinsoku):
28942 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28943 * textmodes/table.el (table-yank-handler):
28944 Specify missing group (and type, if simple) in defcustom.
28945
28946 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
28947
28948 * progmodes/compile.el (compilation-finish-function): Fix defvar.
28949
28950 2005-05-19 Richard M. Stallman <rms@gnu.org>
28951
28952 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28953
28954 * subr.el (event-basic-type): Don't get an error.
28955 (left-fringe-p): Function deleted.
28956
28957 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28958 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28959
28960 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28961 in recursive copy.
28962
28963 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28964
28965 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28966
28967 * emacs-lisp/bytecomp.el
28968 (byte-compile-file-form-custom-declare-variable):
28969 Call byte-compile-nogroup-warn if appropriate.
28970
28971 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28972 (compilation-set-window): Don't call left-fringe-p; do it directly.
28973
28974 2005-05-19 Jay Belanger <belanger@truman.edu>
28975
28976 * calc/calc-graph.el (calc-graph-format-data): Make sure
28977 var-PlotRejects is bound before trying to check its value.
28978
28979 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
28980
28981 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28982 definition of this variable from reftex-global.el to reftex.el,
28983 because it is needed in the menu.
28984
28985 2005-05-19 Lute Kamstra <lute@gnu.org>
28986
28987 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28988 years are fixed. Don't insert a space after a dash.
28989
28990 2005-05-19 Kim F. Storm <storm@cua.dk>
28991
28992 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28993
28994 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
28995
28996 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28997 strings, because (eq ... ?\\) is fairly frequent.
28998
28999 * progmodes/make-mode.el (makefile-add-this-line-targets):
29000 Simplify and integrate into `makefile-pickup-targets'.
29001 (makefile-add-this-line-macro): Simplify and integrate into
29002 `makefile-pickup-macros.
29003 (makefile-pickup-filenames-as-targets): Simplify.
29004 (makefile-previous-dependency, makefile-match-dependency):
29005 Don't stumble over `::'.
29006
29007 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29008
29009 * subr.el (post-command-idle-hook, post-command-idle-delay):
29010 Remove obsoletion of post-command-idle-hook and
29011 post-command-idle-delay.
29012
29013 * faces.el (list-faces-display): Provide button when describe-face
29014 is called to take user back to the list of faces.
29015
29016 * help-fns.el (describe-variable): Remove hyperlinks in a
29017 variable's value as these are quite frequently inappropriate.
29018
29019 * follow.el (follow-submit-feedback, follow-mode):
29020 Remove references to post-command-idle-hook.
29021
29022 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29023
29024 * progmodes/make-mode.el (makefile-previous-dependency)
29025 (makefile-match-dependency): Check for := (and in bsd mode also
29026 !=) to give a better result, even when font-lock is not on.
29027
29028 2005-05-18 Jay Belanger <belanger@truman.edu>
29029
29030 * calc/calc-help.el (calc-s-prefix-help):
29031 Add `calc-copy-special-constant' to help string.
29032
29033 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29034
29035 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29036
29037 2005-05-18 Jay Belanger <belanger@truman.edu>
29038
29039 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29040 in linear factors are in proper order.
29041
29042 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29043
29044 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29045 Support for jurabib.
29046
29047 * textmodes/reftex.el (featurep): Define aliases for overlay
29048 commands, for XEmacs compatibility, and use these aliases in
29049 overlay initializations.
29050 (reftex-highlight): Use `reftex-move-overlay'.
29051 (reftex-unhighlight): Use `reftex-delete-overlay'.
29052 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29053 (reftex-access-search-path): Use `reftex-uniquify' instead of
29054 `reftex-uniq'.
29055
29056 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29057 `before-string' property modification enables for Emacs as well.
29058 (reftex-select-item): Use `reftex-delete-overlay'.
29059 (reftex-select-mark): Use `reftex-make-overlay' and
29060 `reftex-overlay-put'.
29061 (reftex-select-unmark): Use `reftex-delete-overlay' and
29062 `reftex-overlay-put'.
29063
29064 2005-05-18 Lute Kamstra <lute@gnu.org>
29065
29066 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29067
29068 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29069
29070 * add-log.el (add-change-log-entry):
29071 * array.el (array-make-template, array-reconfigure-rows)
29072 (array-init-max-row, array-init-max-column)
29073 (array-init-columns-per-line, array-init-field-width):
29074 * replace.el (replace-match-maybe-edit, perform-replace):
29075 * textmodes/spell.el (spell-region):
29076 Replace `read-input' by `read-string'.
29077
29078 * forms.el (forms-mode):
29079 * finder.el (finder-compile-keywords):
29080 * shadowfile.el (shadow-read-files):
29081 Replace `eval-current-buffer' by `eval-buffer'.
29082
29083 * terminal.el (te-pass-through):
29084 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29085 (ange-ftp-raw-send-cmd):
29086 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29087 (send-process-next-char, telnet-initial-filter, telnet):
29088 Replace `send-string' by `process-send-string'.
29089
29090 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29091 (prolog-consult-region): Replace `send-string' by
29092 `process-send-string'; replace `send-region' by `process-send-region'.
29093
29094 * progmodes/delphi.el (delphi-log-msg):
29095 Replace `set-window-dot' by `set-window-point'.
29096
29097 * subr.el (window-dot, set-window-dot, read-input, send-string)
29098 (send-region, show-buffer, eval-current-buffer):
29099 Make really obsolete, as the comment says.
29100
29101 2005-05-17 Kim F. Storm <storm@cua.dk>
29102
29103 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29104 (cua--init-keymaps): Bind C-return instead of S-return to set
29105 rectangle mark.
29106
29107 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29108 instead of S-return to toggle/clear rectangle mark.
29109
29110 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29111
29112 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29113 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29114 Also fontify plain strings assigned to variables, mostly so that a
29115 colon has a face and is thus not taken as a dependency separator.
29116 (makefile-previous-dependency): Inline the new matcher, because it
29117 is too complex to work in both directions.
29118 (makefile-match-dependency): Eliminate `backward' arg (see above).
29119 Completely reimplemented so as to not sometimes go into an endless
29120 loop. It should also be more efficient, because first it only
29121 searches for `:', instead of applying the very complex regexp.
29122 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29123 to be fontified in one piece can be too long for JIT.
29124 Makefiles are never *that* big.
29125
29126 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29127
29128 * dired.el (dired-mode): Simplify.
29129
29130 2005-05-17 Lute Kamstra <lute@gnu.org>
29131
29132 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29133 defcustom for the mode hook variable.
29134
29135 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29136 Emacs Lisp Reference Manual.
29137
29138 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
29139
29140 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29141 (evenp, list*):
29142 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29143 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29144
29145 * net/tramp-smb.el (tramp-smb-open-connection):
29146 Pass `tramp-chunksize' as fifth (required) argument.
29147
29148 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29149
29150 * font-lock.el (lisp-font-lock-keywords-1):
29151 Set `font-lock-negation-char-face' for [^...] char group.
29152 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29153
29154 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29155 a var, and refine it to mask one more level of nested vars.
29156 (makefile-rule-action-regex): Turn it into a var, and refine it so
29157 it recognizes backslashed continuation lines as belonging to the
29158 same command.
29159 (makefile-macroassign-regex): Refine it so it recognizes
29160 backslashed continuation lines as belonging to the same command.
29161 (makefile-var-use-regex): Don't look at the next char, because it
29162 might be the same one to be skipped by the initial [^$], leading
29163 to an overlooked variable use.
29164 (makefile-make-font-lock-keywords): Remove two parameters, which
29165 are now variables that some of the modes set locally.
29166 Handle dependency and rule action matching through functions, because
29167 regexps alone match too often. Dependency matching now comes
29168 last, so it can check, whether a colon already matched something else.
29169 (makefile-mode): Inform that font-lock improves makefile parsing
29170 capabilities.
29171 (makefile-match-dependency, makefile-match-action): New functions.
29172
29173 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
29174
29175 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29176
29177 * align.el (align-regexp):
29178 * ansi-color.el (ansi-color-get-face):
29179 * array.el (array-reconfigure-rows, array-init-max-row)
29180 (array-init-max-column, array-init-columns-per-line)
29181 (array-init-field-width):
29182 * dired-aux.el (dired-trample-file-versions):
29183 * dired-x.el (dired-mark-sexp):
29184 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29185 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29186 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29187 * faces.el (face-read-integer):
29188 * files.el (backup-extract-version, insert-directory):
29189 * hexl.el (hexl-insert-decimal-char):
29190 * server.el (server-process-filter):
29191 * shell.el (shell-extract-num):
29192 * startup.el (command-line-1):
29193 * term.el (term-command-hook):
29194 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29195 (time-stamp-do-number):
29196 * time.el (display-time-update):
29197 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29198 (timezone-fix-time):
29199 * vms-patch.el (vms-suspend-resume-hook):
29200 * calendar/appt.el (appt-convert-time):
29201 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29202 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29203 * calendar/cal-islam.el (mark-islamic-diary-entries):
29204 * calendar/calendar.el (calendar-cursor-to-date)
29205 (calendar-star-date):
29206 * calendar/diary-lib.el (diary-attrtype-convert)
29207 (mark-diary-entries, diary-entry-time):
29208 * calendar/solar.el (solar-get-number):
29209 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29210 * emacs-lisp/re-builder.el (reb-display-subexp):
29211 * emulation/edt.el (edt-set-scroll-margins):
29212 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29213 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29214 (vip-get-ex-count):
29215 * emulation/viper-ex.el (viper-get-ex-token)
29216 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29217 * international/fontset.el (fontset-plain-name):
29218 * mail/feedmail.el (feedmail-look-at-queue-directory):
29219 * mail/mailalias.el (mail-get-names):
29220 * mail/rmail.el (rmail-convert-to-babyl-format):
29221 * mail/rmailsum.el (rmail-make-basic-summary-line)
29222 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29223 (rmail-summary-goto-msg):
29224 * mail/smtpmail.el (smtpmail-read-response):
29225 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29226 (ange-ftp-vms-add-file-entry):
29227 * play/gametree.el (gametree-looking-at-ply)
29228 (gametree-current-branch-score):
29229 * progmodes/ada-xref.el (ada-prj-find-prj-file)
29230 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29231 * progmodes/cperl-mode.el (condition-case):
29232 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29233 (ebrowse-set-member-buffer-column-width)
29234 (ebrowse-select-1st-to-9nth):
29235 * progmodes/etags.el (etags-snarf-tag):
29236 * progmodes/flymake.el (flymake-parse-line):
29237 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29238 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29239 (idlwave-shell-menu-def):
29240 * progmodes/ps-mode.el (ps-run-goto-error):
29241 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29242 (vhdl-speedbar-contract-level):
29243 * term/mac-win.el (x-handle-numeric-switch):
29244 * term/sun-mouse.el (sun-get-frame-data):
29245 * term/w32-win.el (x-handle-numeric-switch):
29246 * term/x-win.el (x-handle-numeric-switch):
29247 * textmodes/ispell.el (ispell-parse-output):
29248 * textmodes/nroff-mode.el (nroff-outline-level):
29249 * textmodes/reftex-cite.el (reftex-bib-sort-year)
29250 (reftex-bib-sort-year-reverse, reftex-format-citation):
29251 * textmodes/reftex-parse.el (reftex-init-section-numbers)
29252 (reftex-section-number):
29253 * textmodes/texinfmt.el (texinfo-paragraphindent):
29254 Replace `string-to-int' by `string-to-number'.
29255
29256 * international/latexenc.el: Add page marker to force the "Local
29257 Variables:" string out of the last page.
29258
29259 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29260
29261 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29262 tooltip-change-major-mode.
29263 (gud-tooltip-print-command): Remove case where gud-minor-mode
29264 is gdb ("--fullname").
29265 (gud-tooltip-tips): Turn GUD tooltips off for this case and
29266 explain to user.
29267
29268 2005-05-16 Jay Belanger <belanger@truman.edu>
29269
29270 * calc/calc-store.el (calc-copy-special-constant): New function.
29271
29272 * calc/calc-ext.el (calc-init-extensions): Add binding for
29273 `calc-copy-special-constant'.
29274
29275 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29276 for the `calc-copy-special-constant' command.
29277
29278 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29279
29280 * subr.el (left-fringe-p): New function.
29281
29282 * progmodes/compile.el (compilation-setup): Set local value of
29283 overlay-arrow-string to "" always.
29284 (compilation-set-window): Left fringe then don't scroll.
29285 No left fringe then no arrow and scroll message to top.
29286 (compilation-context-lines): Adjust doc string accordingly.
29287
29288 2005-05-16 Kim F. Storm <storm@cua.dk>
29289
29290 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29291 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29292 (ido-wide-find-dir-or-delete-dir): New command for M-d.
29293 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
29294 (ido-read-file-name): Handle commands with ido property value
29295 equal to find-file as reading a file name, to allow C-d to enter dired.
29296 (ibuffer-find-file): Add ido property with value find-file.
29297
29298 2005-05-15 Kim F. Storm <storm@cua.dk>
29299
29300 * subr.el (open-network-stream-nowait): Remove.
29301 (open-network-stream-server): Remove.
29302
29303 2005-05-15 Richard M. Stallman <rms@gnu.org>
29304
29305 * faces.el (describe-face): Output a definition link button.
29306
29307 * help-mode.el (help-face-def): New button type.
29308
29309 * emacs-lisp/copyright.el (copyright-fix-years):
29310 Match properly if the first year is 2-digit.
29311 Don't mess up the whitespace after the years by filling.
29312
29313 * dired-aux.el (dired-mark-confirm):
29314 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29315
29316 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29317 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29318 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29319
29320 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29321 Set font-lock-comment-start-skip.
29322
29323 * font-lock.el (font-lock-comment-start-skip): New variable.
29324 (font-lock-comment-end-skip): New variable.
29325 (font-lock-fontify-syntactically-region): Use them if non-nil.
29326
29327 2005-05-15 Jay Belanger <belanger@truman.edu>
29328
29329 * calc/calc-store.el (calc-store-value): Return a string rather
29330 than display it as a message.
29331 Use calc-var-name for variable name.
29332 (calc-store-into): Add the result of calc-store-value to message.
29333 (calc-copy-variable): Add a message.
29334 (calc-store-exchange): Improve error messages.
29335 (calc-store-binary, calc-store-map): Don't reset the values of
29336 special constants.
29337
29338 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
29339
29340 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29341 manual to docstring.
29342
29343 * files.el (hack-local-variables-confirm): Add STRING argument.
29344 Make the function handle non file visiting buffers correctly.
29345 (hack-local-variables-prop-line, hack-local-variables)
29346 (hack-one-local-variable): Use STRING arg of
29347 `hack-local-variables-confirm'.
29348
29349 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
29350
29351 Sync with Tramp 2.0.49.
29352
29353 * net/tramp.el (tramp-handle-dired-call-process)
29354 (tramp-handle-insert-directory):`insert-buffer' cannot be used
29355 because the contents of the Tramp buffer is changed before
29356 insertion (`expand-file' and alike).
29357 (tramp-handle-insert-directory): If `localname' has an empty
29358 nondirectory name, it must not be quoted.
29359 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29360 variable `tramp-chunksize'. Change callees.
29361 (tramp-open-connection-setup-interactive-shell): Check remote host
29362 for buggy `send-process-string' implementation.
29363 Set `tramp-chunksize' if found. Reported by Michael Kifer
29364 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29365 (tramp-handle-shell-command): `insert-buffer' cannot be used
29366 because the contents of the Tramp buffer is changed before
29367 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29368 <frederic.bothamy@free.fr>.
29369 (tramp-set-auto-save): Actions should be done for Tramp file name
29370 handler only. Ange-FTP has its own auto-save mechanism.
29371 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29372 (tramp-set-auto-save-file-modes): Set file modes of
29373 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29374 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29375 (tramp-bug): Remove obsolete variable.
29376 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29377 for presence of `mml-mode'. Make it running for older Emacsen as well.
29378
29379 2005-05-14 John Paul Wallington <jpw@pobox.com>
29380
29381 * ibuf-ext.el (define-ibuffer-filter filename):
29382 If `dired-directory' is a list, use its car.
29383
29384 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29385
29386 * ibuffer.el (define-ibuffer-column filename):
29387 If `dired-directory' is a list, use its car.
29388
29389 2005-05-14 Richard M. Stallman <rms@gnu.org>
29390
29391 * subr.el (symbol-file): Doc fix.
29392
29393 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29394 (byte-compile-form): Call byte-compile-nogroup-warn.
29395 (byte-compile-warning-types): Doc fix.
29396
29397 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29398
29399 * progmodes/cc-engine.el (c-literal-faces):
29400 Add font-lock-comment-delimiter-face.
29401
29402 * net/net-utils.el (dig): Use with-no-warnings.
29403
29404 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29405 (sc-recite-frame-alist, sc-default-cite-frame)
29406 (sc-default-uncite-frame, sc-default-recite-frame)
29407 (sc-attrib-selection-list, sc-rewrite-header-list):
29408 Mark as risky-local-variable.
29409
29410 * international/ogonek.el (ogonek-jak, ogonek-how):
29411 Don't use beginning-of-buffer.
29412
29413 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29414
29415 * calendar/solar.el (solar-data-list): Move definition up.
29416
29417 * dnd.el (dnd-protocol-alist): Add autoload.
29418
29419 * progmodes/sh-script.el: Many doc usage fixes.
29420 (sh-indent-after-do): Change default to match common styles.
29421
29422 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29423
29424 * files.el (interpreter-mode-alist)
29425 (auto-mode-interpreter-regexp): Doc fixes.
29426
29427 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29428
29429 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29430
29431 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29432
29433 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29434
29435 * dired.el (dired-mode): make-variable-buffer-local =>
29436 make-local-variable.
29437
29438 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29439
29440 * term/mac-win.el (mac-select-convert-to-string): Try coding
29441 systems in mac-script-code-coding-systems if specified one cannot
29442 encode string for `com.apple.traditional-mac-plain-text'.
29443
29444 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29445
29446 * progmodes/make-mode.el (makefile-targets-face)
29447 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29448 (makefile-dependency-regex): Fix it to not make the colon in
29449 $(var:a=b) special.
29450 (makefile-rule-action-regex): New regexp for highlighting embedded
29451 Shell strings.
29452 (makefile-macroassign-regex): Handle != for highlighting as
29453 embedded Shell strings.
29454 (makefile-var-use-regex): New const.
29455 (makefile-statements, makefile-automake-statements)
29456 (makefile-gmake-statements, makefile-makepp-statements)
29457 (makefile-bsdmake-statements): New consts.
29458 (makefile-make-font-lock-keywords): New function.
29459 (makefile-automake-font-lock-keywords)
29460 (makefile-gmake-font-lock-keywords)
29461 (makefile-makepp-font-lock-keywords)
29462 (makefile-bsdmake-font-lock-keywords): New consts.
29463 (makefile-mode-map): Add switchers between the various submodes.
29464 (makefile-mode): Document the availability of the variants.
29465 (makefile-automake-mode, makefile-gmake-mode)
29466 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29467
29468 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29469 new variants of makefile-mode.
29470
29471 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29472
29473 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29474 the inheritance.
29475
29476 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29477
29478 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29479 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29480
29481 * files.el (normal-mode): Extend the scope of the
29482 `enable-local-variables' binding to include the `set-auto-mode' call.
29483 (magic-mode-alist): Doc fix.
29484
29485 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29486
29487 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29488 font-lock-comment-face rather than copying its setting.
29489
29490 2005-05-12 Andreas Schwab <schwab@suse.de>
29491
29492 * eshell/esh-mode.el (eshell-send-input): Doc fix.
29493
29494 2005-05-12 Lute Kamstra <lute@gnu.org>
29495
29496 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29497 defcustom for the mode hook variable. Delete the last argument.
29498 * generic-x.el: Fix callers of define-generic-mode.
29499 (generic-x-modes): Delete group.
29500 (show-tabs-tab-face, show-tabs-space-face): Put them in the
29501 generic-x customization group.
29502
29503 2005-05-12 Kim F. Storm <storm@cua.dk>
29504
29505 * font-lock.el (font-lock-negation-char-face): Default to "off".
29506
29507 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29508 font-lock-negation-char-face to ! in !=.
29509
29510 2005-05-12 Masatake YAMATO <jet@gyve.org>
29511
29512 * add-log.el (find-change-log): Fix typos in the docstring
29513 of function.
29514
29515 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29516
29517 * international/latexenc.el (latexenc-find-file-coding-system):
29518 Avoid `re-search-forward' when looking for input encoding because
29519 of speed and safety. Better regular expressions for recognizing
29520 input encoding. Limit a search for TeX-master/tex-main-file to
29521 the local variable section.
29522
29523 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
29524
29525 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29526 syntax of $ to "'" (quote).
29527
29528 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
29529
29530 * dnd.el (dnd-protocol-alist): Improve custom type.
29531
29532 * dired.el (dired-dnd-protocol-alist): New variable.
29533 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
29534 `dired-mode-hook' to the end.
29535
29536 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29537
29538 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29539 comment-end if comment-start-skip is not set.
29540 Obey the font-lock-comment-delimiter-face variables.
29541
29542 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29543
29544 * files.el (executable-find): Move from executable.el. Use
29545 locate-file.
29546 * progmodes/executable.el (executable-find): Move to files.el.
29547
29548 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29549 when trying to ensure forward progress.
29550
29551 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
29552
29553 * mouse-sel.el (mouse-sel-follow-link-p): New function.
29554 (mouse-select, mouse-select-internal, mouse-extend-internal):
29555 Use it to implement mouse-1-click-follows-link functionality.
29556
29557 2005-05-11 Richard M. Stallman <rms@gnu.org>
29558
29559 * font-lock.el (font-lock-fontify-syntactically-region):
29560 Use font-lock-comment-delimiter-face for comment delimiters.
29561
29562 2005-05-10 Jay Belanger <belanger@truman.edu>
29563
29564 * calc/calc-help.el (calc-m-prefix-help): Add mention of
29565 preserving embedded modes.
29566
29567 2005-05-10 Richard M. Stallman <rms@gnu.org>
29568
29569 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29570
29571 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29572 Move from ada-stmt.el.
29573 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29574
29575 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29576 Move to ada-mode.el.
29577 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29578
29579 * cus-edit.el (custom-file): Call file-chase-links.
29580
29581 * files.el (read-directory-name): Fix previous change.
29582 (hack-local-variables-confirm): New function.
29583 (hack-local-variables-prop-line, hack-local-variables)
29584 (hack-one-local-variable): Use it.
29585
29586 2005-05-10 Lute Kamstra <lute@gnu.org>
29587
29588 * font-lock.el (font-lock-keywords-alist)
29589 (font-lock-removed-keywords-alist): Clarify docstrings.
29590
29591 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
29592
29593 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29594 (gdb-source-info): Check for preprocessor info.
29595 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
29596 a macro for a function.
29597 (gdb-info-breakpoints-custom): Try to find file again if not already
29598 found (user might have used GDB dir command).
29599 (gdb-get-location): Update gdb-location-alist correctly for change
29600 to gdb-info-breakpoints-custom.
29601
29602 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29603 (gud-tooltip-print-command): Add gdbmi case.
29604 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29605 preprocessor info.
29606
29607 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
29608
29609 * startup.el (fancy-splash-insert): Fix typo in doc string.
29610
29611 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
29612
29613 * obsolete/float.el (string-to-float):
29614 * obsolete/hilit19.el (hilit-add-pattern):
29615 * obsolete/rnews.el (news-parse-range, news-select-message)
29616 (news-get-pruned-list-of-files): Replace `string-to-int' by
29617 `string-to-number'.
29618
29619 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29620 `find-file-not-found-hooks'; use `add-hook'.
29621 (uncompress-while-visiting): Set `write-file-functions', not
29622 `write-file-hooks'; use `add-hook'.
29623
29624 2005-05-09 Kim F. Storm <storm@cua.dk>
29625
29626 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29627 (cua-paste): Handle clipboard action.
29628 (cua--init-keymaps): Remap clipboard-kill-region and
29629 clipboard-kill-ring-save.
29630
29631 2005-05-08 Eli Zaretskii <eliz@gnu.org>
29632
29633 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29634 Improve commentary.
29635
29636 * simple.el (next-error-overlay-arrow-position): Revert the change
29637 made on 2005-04-30.
29638
29639 2005-05-07 Jay Belanger <belanger@truman.edu>
29640
29641 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29642 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29643 `calc-sel-reselect'.
29644
29645 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29646 Calc is in embedded mode.
29647
29648 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29649
29650 * progmodes/compile.el (compilation-setup):
29651 Set overlay-arrow-string to an empty string on text terminals.
29652
29653 * textmodes/ispell.el (ispell-program-name): Try looking for
29654 "aspell" along exec-path, and if found, use it as the default
29655 speller program.
29656
29657 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
29658
29659 * international/mule.el (sgml-xml-auto-coding-function):
29660 Recognize encoding='FOO' in single quotes as well as in double quotes.
29661
29662 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
29663
29664 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29665 as well as `interactive', so that defmacro* would recognize
29666 `declare' forms.
29667
29668 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29669
29670 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29671 Explain more about the LIGHTER arg's usage in the doc string.
29672 Add commentary to clarify what the code does. Fix the regexp that
29673 strips whitespace from LIGHTER. Quote LIGHTER before using it,
29674 since it could have characters special to regular expressions.
29675
29676 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29677
29678 * replace.el (occur-1): Bind inhibit-read-only so that
29679 erase-buffer doesn't barf on read-only text properties (likewise
29680 for add-text-properties in occur-engine). Mark buffer as unmodified.
29681 (occur-engine): Don't set buffer-read-only here.
29682
29683 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29684
29685 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29686 list-buffers-directory. This caused the *cvs-commit* buffer to be
29687 sometimes mistakenly reused as a *cvs* buffer.
29688
29689 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
29690
29691 * tooltip.el: Move code for GUD tooltips into gud.el.
29692 (require): CL no longer needed to compile case.
29693 (tooltip-mode): Do not toggle functions for GUD tooltips.
29694 (tooltip-gud-tips-p): Remove. Replace with minor mode
29695 gud-tooltip-mode in gud.el.
29696 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29697 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29698 tooltip-gud prefix with gud-tooltip and obsolete.
29699 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29700 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29701 (tooltip-mouse-motion): Mouse movement functions/variable.
29702 Rename in gud.el by adding gud prefix.
29703 (tooltip-gud-original-filter, tooltip-gud-dereference)
29704 (tooltip-gud-event, tooltip-toggle-gud-tips)
29705 (tooltip-gud-process-output, tooltip-gud-print-command)
29706 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29707 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29708 (gdb-tooltip-print): Move to gdb-ui.el.
29709
29710 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29711 (require): CL needed to compile case.
29712 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29713 tooltip-gud-tips-p. Make it a minor-mode.
29714 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29715 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29716 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29717 (gud-tooltip-change-major-mode)
29718 (gud-tooltip-activate-mouse-motions-if-enabled)
29719 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29720 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29721 (gud-tooltip-original-filter, gud-tooltip-dereference)
29722 (gud-tooltip-event, tooltip-toggle-gud-tips)
29723 (gud-tooltip-process-output, gud-tooltip-print-command)
29724 (gud-tooltip-tips): Move from tooltip.el.
29725
29726 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29727 (gdb-cpp-define-alist-flags): Doc fix.
29728 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29729 gud-tooltip-mode is t.
29730
29731 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29732
29733 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29734 evaporate if their text is deleted.
29735 (goto-address-at-point): Make it work as a mouse binding as well.
29736 (goto-address-at-mouse): Obsolete it. Update users.
29737
29738 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
29739
29740 * calendar/appt.el (top-level): No longer activate on load.
29741
29742 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
29743
29744 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29745 * net/webjump.el (webjump):
29746 * progmodes/idlw-help.el (idlwave-do-context-help1)
29747 (idlwave-highlight-linked-completions):
29748 * textmodes/po.el (po-find-file-coding-system-guts):
29749 Replace `assoc-ignore-case' by `assoc-string'.
29750
29751 2005-05-06 Eli Zaretskii <eliz@gnu.org>
29752
29753 * files.el (locate-file): Doc fix.
29754
29755 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29756 Remove the redundant test for ms-dos.
29757
29758 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29759 look for the preprocessor with exec-suffixes. If not found in
29760 standard places, look in exec-path. Remove most of the tests that
29761 used system-type.
29762
29763 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29764
29765 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29766
29767 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29768 file-name clash with jka-compr.el on 8+3 filesystems.
29769
29770 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29771
29772 * term/mac-win.el: Don't define or bind scroll bar functions if
29773 x-toolkit-scroll-bars is t.
29774 (x-select-text, x-get-selection-value): Clear
29775 x-last-selected-text-clipboard if x-select-enable-clipboard is
29776 nil.
29777 (PRIMARY): Put mac-scrap-name property.
29778 (mac-select-convert-to-file-url): New function.
29779 (public.file-url): New selection target type. Add to
29780 selection-converter-alist.
29781 (x-get-selection, x-selection-value): Handle it.
29782 (x-cut-buffer-or-selection-value): New alias.
29783
29784 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29785
29786 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29787 entry to avoid calling bibtex-find-entry with arg global
29788 being t. Remove arg key.
29789 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29790 (bibtex-copy-summary-as-kill): Change accordingly.
29791
29792 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
29793
29794 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29795 (org-agenda-date-later): Use with-current-buffer.
29796
29797 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
29798
29799 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29800 (define-obsolete-variable-alias): Doc Fixes.
29801
29802 2005-05-06 Kim F. Storm <storm@cua.dk>
29803
29804 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
29805 vertical-motion when selective-display is active.
29806
29807 * ido.el (ido-setup-hook): New hook.
29808 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29809 (ido-input-stack): New var.
29810 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
29811 ido-next-work-file binding to M-O.
29812 Bind M-f to ido-wide-find-file-or-pop-dir.
29813 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29814 (ido-read-internal): Run ido-setup-hook.
29815 Catch quit in read-file-name and read-string to cancel edit.
29816 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29817 Automatically pop-all when completing a directory name (RET).
29818 (ido-file-internal): Add with-no-warnings around ffap and dired code.
29819 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29820 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29821 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29822 New functions for M-b/M-f to move among the directory components.
29823 (ido-make-merged-file-list): Catch quit to cancel merge.
29824 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29825 (ido-completion-help): No warnings for ido-completion-buffer-full.
29826
29827 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
29828
29829 * font-lock.el (font-lock-negation-char-face): New face and variable.
29830 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29831 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29832 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29833 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29834
29835 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
29836
29837 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29838 Fix typo in docstring.
29839
29840 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29841 (ebrowse-print-statistics-line)
29842 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29843
29844 * term/w32-win.el (image-library-alist): Add additional name for
29845 Xpm library.
29846
29847 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
29848
29849 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29850 use gcc instead of cpp.
29851
29852 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29853 (gdb-create-define-alist): Use it.
29854 (gdb-cpp-define-alist-program): Update for MS-DOS.
29855
29856 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
29857
29858 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29859
29860 2005-05-04 Richard M. Stallman <rms@gnu.org>
29861
29862 * help.el (describe-key): No error when UNTRANSLATED is nil.
29863
29864 * simple.el (line-move-1): Fix previous change to signal errors
29865 appropriately.
29866
29867 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
29868
29869 * calendar/icalendar.el (icalendar-version): Now at 0.12.
29870 (icalendar-duration-correction): Remove.
29871 (icalendar--get-event-properties): Split result at commas.
29872 (icalendar--decode-isoduration): New optional argument
29873 DURATION-CORRECTION.
29874 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29875 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29876 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29877 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29878 (icalendar--convert-anniversary-to-ical): New functions, extracted
29879 from icalendar-export-region, with bug fixes.
29880 (icalendar-export-region): Use the above functions.
29881 (icalendar-import-buffer): Check before saving diary file.
29882 (icalendar--convert-recurring-to-diary)
29883 (icalendar--convert-non-recurring-all-day-to-diary)
29884 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29885 extracted from icalendar--convert-ical-to-diary, with bug fixes.
29886 (icalendar--convert-ical-to-diary): Use the above functions.
29887
29888 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
29889
29890 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29891 Remove these recent additions.
29892 (c-mode): Restore to before 2005-04-28.
29893
29894 * progmodes/cc-vars.el (cc-define-list-program): Remove this
29895 recent addition.
29896
29897 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29898 (gdb-define-alist): New variables.
29899 (gdb-create-define-alist): New function.
29900 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29901 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29902 with string-to-number.
29903 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
29904
29905 * progmodes/gud.el: Replace string-to-int with string-to-number.
29906 (gud-find-file): Handle gdb-define-alist.
29907
29908 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29909
29910 2005-05-02 Jay Belanger <belanger@truman.edu>
29911
29912 * calc/calc-aent.el (math-read-token):
29913 * calc/calc-bin.el (calc-word-size):
29914 * calc/calc-ext.el (calc-read-number-fancy):
29915 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29916 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29917 * calc/calc-frac.el (calc-over-notation):
29918 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29919 (calc-graph-num-points, calc-graph-init):
29920 * calc/calc-prog.el (calc-read-parse-table-part)
29921 (calc-edit-macro-repeats):
29922 * calc/calc-yank.el (calc-do-grab-rectangle):
29923 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29924 Replace `string-to-int' by `string-to-number'.
29925
29926 2005-05-02 Kim F. Storm <storm@cua.dk>
29927
29928 * kmacro.el: Use executing-kbd-macro-index variable.
29929
29930 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
29931
29932 * net/rlogin.el (rlogin-parse-words): Delete func.
29933 (rlogin): Use split-string, not rlogin-parse-words.
29934 Also, if there are option-like elements in the parsed args,
29935 take the host to be the first arg immediately following them.
29936 Suggested by Michael Mauger.
29937
29938 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29939
29940 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29941
29942 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
29943
29944 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29945 (cc-mode-cpp-program): Rename to cc-define-list-program and
29946 move to cc-vars.el.
29947
29948 * progmodes/cc-vars.el (cc-define-list-program):
29949 Change to "gcc -E -dM -". Make customizable.
29950
29951 2005-05-02 Kim F. Storm <storm@cua.dk>
29952
29953 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29954
29955 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
29956
29957 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29958
29959 * international/mule-util.el (truncate-string): Remove alias and
29960 obsolete declaration.
29961
29962 * international/mule-cmds.el (update-iso-coding-systems):
29963 Remove alias and obsolete declaration.
29964
29965 * international/mule.el (coding-system-parent): Remove alias and
29966 obsolete declaration.
29967
29968 * subr.el (define-function, sref): Remove aliases and obsolete
29969 declarations.
29970 (chars-in-region): Remove obsolete declaration.
29971
29972 2005-05-01 Richard M. Stallman <rms@gnu.org>
29973
29974 * info.el (Info-mode): Set widen-automatically to nil, locally.
29975
29976 * simple.el (widen-automatically): New variable.
29977 (pop-global-mark): Obey widen-automatically.
29978
29979 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
29980
29981 * term/xterm.el (function-key-map): Call substitute-key-definition
29982 before the keymap size is increased by a lot of define-key calls.
29983
29984 2005-05-01 Richard M. Stallman <rms@gnu.org>
29985
29986 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29987 Rename ARG to ELEMENT. Doc fix.
29988
29989 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29990
29991 * allout.el (allout-exposure): Remove macro and obsolete declaration.
29992 Remove references to allout-exposure/change to allout-new-exposure.
29993
29994 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29995 bytecode symbols.
29996
29997 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29998 (compiled-function-p, focus-frame, unfocus-frame):
29999 Remove aliases and obsolete declarations.
30000 Back out inadvertent changes from previous commit.
30001
30002 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30003
30004 * files.el (require-final-newline): Make Custom tags consistent
30005 with mode-require-final-newline.
30006 (mode-require-final-newline): Doc fix.
30007
30008 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30009
30010 * international/latexenc.el (latexenc-find-file-coding-system):
30011 Fix regular expressions.
30012
30013 2005-05-01 David Kastrup <dak@gnu.org>
30014
30015 * international/latexenc.el (latexenc-find-file-coding-system):
30016 Fix regular expressions.
30017
30018 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30019
30020 * subr.el (string-to-int): Make obsolete.
30021
30022 2005-04-30 Richard M. Stallman <rms@gnu.org>
30023
30024 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30025
30026 * loadup.el: load jka-comp-hook.
30027
30028 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30029 (jka-compr-handler): Add autoload. `put' calls moved
30030 to jka-comp-hook.el.
30031 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30032 (jka-compr-inhibit): Autoload.
30033
30034 * jka-comp-hook.el: New file.
30035 Enable the mode by default.
30036
30037 * files.el (backup-buffer-copy): Use copy-file instead
30038 of write-region, and put back the 'excl.
30039
30040 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30041
30042 * progmodes/flymake.el (flymake-split-string)
30043 (flymake-split-string, flymake-log, flymake-pid-to-names)
30044 (flymake-reg-names, flymake-get-source-buffer-name)
30045 (flymake-unreg-names, flymake-add-line-err-info)
30046 (flymake-add-err-info): Clarify docstrings.
30047 (flymake-popup-menu, flymake-make-emacs-menu)
30048 (flymake-make-xemacs-menu): Add docstrings.
30049 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30050 Set variables directly throughout.
30051
30052 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30053
30054 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30055 exists. Initialize cc-define-alist.
30056 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30057 If there is no file (Macroexpansion) don't create an alist.
30058
30059 2005-04-29 Sam Steingold <sds@gnu.org>
30060
30061 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30062 (cc-create-define-alist): Use it instead of the hard-coded string.
30063
30064 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30065
30066 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30067 for latexenc.
30068
30069 2005-04-29 Lute Kamstra <lute@gnu.org>
30070
30071 * emacs-lisp/generic.el: Improve commentary section.
30072 (define-generic-mode): Improve docstring.
30073
30074 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30075
30076 * textmodes/org.el (many places): Change to quiet the byte compiler.
30077 (org-prefix-format-compiled): New variable.
30078 (org-compile-prefix-format): New function.
30079 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30080 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30081 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30082 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30083 consistency with entries from `org-mode' files.
30084 (org-get-time-of-day): Fix bug with partial matches early in a line.
30085 (org-non-link-chars): New constant.
30086 (org-link-regexp): Respect `org-non-link-chars'.
30087 (org-agenda-day-view): Remove command.
30088 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30089 (org-follow-bbdb-link, org-store-link): Search also company field.
30090 (org-highlight-overlay): New variable.
30091 (org-highlight, org-unhighlight): New functions.
30092 (org-agenda-mode): Add pre-command-hook to remove highlight.
30093 (org-evaluate-time-range): Behavior depends upon whether time stamp
30094 contains a time or not.
30095 (org-show-subtree, org-show-entry): New functions.
30096 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30097
30098 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30099
30100 * comint.el (comint-output-filter-functions): Add autoload cookie.
30101
30102 2005-04-28 Kim F. Storm <storm@cua.dk>
30103
30104 * ido.el (ido-everywhere): Fix last change.
30105
30106 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30107
30108 * international/latexenc.el: New file.
30109 * international/mule-conf.el (file-coding-system-alist): For .tex,
30110 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30111
30112 2005-04-28 Lute Kamstra <lute@gnu.org>
30113
30114 * font-lock.el (font-lock-add-keywords)
30115 (font-lock-remove-keywords): Clarify docstring.
30116 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30117 Don't start docstrings with a `*'.
30118 (font-lock-update-removed-keyword-alist): Give it a docstring.
30119
30120 * generic-x.el: Update commentary section.
30121 Only require font-lock when compiling.
30122 Define all modes conditionally.
30123 Place all generic modes in the generic-x-modes customization group.
30124 (generic-x-modes): New customization group.
30125 (generic-default-modes, generic-mswindows-modes)
30126 (generic-unix-modes, generic-other-modes): New constants.
30127 (generic-define-mswindows-modes, generic-define-unix-modes):
30128 Update docstrings. Make them obsolete.
30129 (generic-extras-enable-list): New default value. Update docstring.
30130 Improve :type. Change :set function.
30131 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30132 Fix docstring.
30133
30134 * emacs-lisp/generic.el (generic-mode-internal):
30135 Simplify font-lock-defaults.
30136 (define-generic-mode): Fix docstring.
30137
30138 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30139
30140 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30141 font-lock-face property to highlight matches.
30142
30143 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
30144
30145 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30146 (cc-define-alist): New variable.
30147 (c-mode): Make it local and initialize it.
30148
30149 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30150 (gdb-exited): New function.
30151 (gdb-annotation-rules): Use it.
30152 (gdb-starting): Set gdb-active-process to t.
30153 (gdb-stopping): Amend doc string.
30154 (gdb-reset): Set gdb-active-process to nil.
30155
30156 * tooltip.el (tooltip-gud-tips): Show the associated #define
30157 directives when a C program under GDB is not executing.
30158
30159 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30160
30161 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30162 font-lock-fontify-syntactic-keywords.
30163
30164 * font-lock.el (font-lock-default-fontify-region): Don't force
30165 parse-sexp-lookup-properties to nil.
30166
30167 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30168
30169 * man.el (man-mode-syntax-table): Set up `:' to have
30170 word-constituent syntax.
30171
30172 2005-04-27 Lute Kamstra <lute@gnu.org>
30173
30174 * novice.el (disable-command): Don't add spurious newlines to the
30175 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30176
30177 2005-04-26 Jay Belanger <belanger@truman.edu>
30178
30179 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30180 than one window before deleting window.
30181
30182 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30183
30184 * shell.el (shell-prompt-pattern): Doc fix.
30185 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30186
30187 * comint.el (comint-prompt-regexp, comint-get-old-input)
30188 (comint-use-prompt-regexp)
30189 (comint-use-prompt-regexp-instead-of-fields)
30190 (comint-replace-by-expanded-history, comint-send-input)
30191 (comint-output-filter, comint-get-old-input-default)
30192 (comint-line-beginning-position, comint-bol, comint-show-output)
30193 (comint-backward-matching-input, comint-forward-matching-input)
30194 (comint-next-prompt, comint-previous-prompt):
30195 Rename `comint-use-prompt-regexp-instead-of-fields' to
30196 `comint-use-prompt-regexp'. Keep old name as alias and declare
30197 obsolete.
30198 (comint-use-prompt-regexp): Shorten first line of doc string.
30199
30200 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30201 Set paragraph-separate buffer locally to "\\'".
30202
30203 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30204 Adapt to above name change.
30205
30206 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30207 (smbclient-prompt-regexp): Ditto.
30208
30209 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30210
30211 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
30212
30213 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30214 gdb-location-list.
30215 Break lines that are over 80 characters wide.
30216
30217 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
30218
30219 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30220 New fun and var, to preserve compatibility.
30221
30222 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30223
30224 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
30225
30226 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30227 name to file-newer-than-file-p.
30228
30229 2005-04-26 Richard M. Stallman <rms@gnu.org>
30230
30231 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30232
30233 * progmodes/python.el (python-mode):
30234 Use new name eldoc-documentation-function.
30235
30236 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30237
30238 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30239 (eldoc-documentation-function):
30240 Rename from eldoc-print-current-symbol-info-function. Calls changed.
30241
30242 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
30243
30244 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30245
30246 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30247
30248 * term/xterm.el (function-key-map): Fix strings for
30249 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
30250 {C,S,A,C-S}-{f1-f12}.
30251
30252 2005-04-26 Kenichi Handa <handa@m17n.org>
30253
30254 * international/mule-cmds.el (select-safe-coding-system):
30255 Fix previous change.
30256
30257 2005-04-26 Lute Kamstra <lute@gnu.org>
30258
30259 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30260
30261 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30262 (font-lock-comment-delimiter-face): Ditto.
30263
30264 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30265
30266 2005-04-25 Jay Belanger <belanger@truman.edu>
30267
30268 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30269 to t while inserting information; use help-mode.
30270
30271 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30272
30273 * term.el (ansi-term-color-vector): Use the xterm colors.
30274 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
30275
30276 2005-04-25 Lute Kamstra <lute@gnu.org>
30277
30278 * font-core.el (font-lock-defaults): Fix docstring.
30279
30280 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30281
30282 2005-04-25 Kenichi Handa <handa@m17n.org>
30283
30284 * international/mule-cmds.el (select-safe-coding-system):
30285 Don't check consistency with coding: spec, etc if raw-text or
30286 no-conversion was found to be safe.
30287
30288 2005-04-24 Richard M. Stallman <rms@gnu.org>
30289
30290 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30291 citation markers at start of each line.
30292
30293 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30294 citation markers at start of each line.
30295
30296 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30297
30298 * files.el (mode-require-final-newline): Fix previous change.
30299 (require-final-newline): Fix type label.
30300
30301 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
30302
30303 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30304 statement in buffer (broken by 2004-11-24 change).
30305
30306 2005-04-24 Kim F. Storm <storm@cua.dk>
30307
30308 * ido.el (ido-everywhere): Save and restore old read-buffer-function
30309 and read-file-name-function values. Don't overwrite existing
30310 non-nil values if ido-mode is enabled without ido-everywhere.
30311
30312 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
30313
30314 * files.el (mode-require-final-newline): Minor doc fix.
30315
30316 2005-04-24 Eli Zaretskii <eliz@gnu.org>
30317
30318 * subr.el (syntax-after): Doc fix.
30319 (syntax-class): If argument is nil, return nil. Mask off upper 16
30320 bits, not 8 bits.
30321
30322 * files.el (mode-require-final-newline): Doc fix.
30323 (backup-buffer-copy): Fix last change.
30324
30325 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30326
30327 * term/mac-win.el: Require select. Set selection-coding-system to
30328 mac-system-coding-system. Call menu-bar-enable-clipboard.
30329 (x-last-selected-text-clipboard, x-last-selected-text-primary)
30330 (x-select-enable-clipboard): New variables.
30331 (x-select-text, x-get-selection, x-selection-value)
30332 (x-get-selection-value, mac-select-convert-to-string)
30333 (mac-services-open-file, mac-services-open-selection)
30334 (mac-services-insert-text): New functions.
30335 (CLIPBOARD, FIND): Put mac-scrap-name property.
30336 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30337 (public.tiff): Put mac-ostype property.
30338 (selection-converter-alist): Add entries for them.
30339 (mac-application-menu-map): New keymap.
30340 (interprogram-cut-function, interprogram-paste-function): Set to
30341 x-select-text and x-get-selection-value, respectively.
30342 (split-window-keep-point): Set to t.
30343
30344 2005-04-23 Richard M. Stallman <rms@gnu.org>
30345
30346 * files.el (read-directory-name): Always pass non-nil
30347 DEFAULT-FILENAME arg to read-file-name.
30348 (backup-buffer-copy, basic-save-buffer-2): Take care against
30349 writing thru an unexpected existing symlink.
30350 (revert-buffer): In indirect buffer, revert the base buffer.
30351 (magic-mode-alist): Doc fix.
30352 (buffer-stale-function): Doc fix.
30353 (minibuffer-with-setup-hook): Avoid warning.
30354 (mode-require-final-newline): Doc and custom fix.
30355
30356 * follow.el (follow-end-of-buffer): Use with-no-warnings.
30357
30358 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30359 use the default appearance.
30360 (font-lock-comment-delimiter-face): New face, new variable.
30361
30362 * imenu.el (imenu--generic-function): The official position of a
30363 definition is the start of the line that BEG is in.
30364
30365 * midnight.el (midnight-timer): Move defvar up.
30366
30367 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30368
30369 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30370
30371 * startup.el (command-line): Use with-no-warnings.
30372
30373 * window.el (window-size-fixed): New defvar.
30374
30375 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30376
30377 * mail/rmail.el (rmail-font-lock-keywords):
30378 Use font-lock-comment-delimiter-face.
30379
30380 * mail/sendmail.el (mail-font-lock-keywords):
30381 Use font-lock-comment-delimiter-face.
30382
30383 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30384
30385 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30386
30387 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30388 Specify t for LAXMATCH when matching directories.
30389 Save match data around compilation-compat-error-properties form.
30390
30391 2005-04-23 David Kastrup <dak@gnu.org>
30392
30393 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30394 Mention that the autoloaded aliases should be kept for AUCTeX.
30395
30396 2005-04-23 Andreas Schwab <schwab@suse.de>
30397
30398 * isearch.el (isearch-forward): Doc fix.
30399
30400 2005-04-23 Eli Zaretskii <eliz@gnu.org>
30401
30402 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30403 (jit-lock-stealth-nice): Change default value to 0.5.
30404
30405 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30406
30407 * abbrev.el (write-abbrev-file): Write table entries in
30408 alphabetical order by table name.
30409
30410 2005-04-22 Kim F. Storm <storm@cua.dk>
30411
30412 * ido.el (ido-read-internal): Fix `list' completion.
30413
30414 2005-04-22 Kenichi Handa <handa@m17n.org>
30415
30416 * recentf.el (recentf-save-file-coding-system): New variable.
30417 (recentf-save-list): Encode the file by
30418 recentf-save-file-coding-system and add coding: tag.
30419
30420 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
30421
30422 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30423
30424 2005-04-21 Lute Kamstra <lute@gnu.org>
30425
30426 * loadhist.el (unload-feature): Don't remove a function from hooks
30427 if it is about to be restored to an autoload . Remove functions
30428 that will become unbound from auto-mode-alist. Simplify the code.
30429
30430 * subr.el (assq-delete-all): New implementation that is linear,
30431 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30432 (rassq-delete-all): New function.
30433
30434 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30435 Add size-indication-mode.
30436
30437 2005-04-21 Kenichi Handa <handa@m17n.org>
30438
30439 * international/mule-cmds.el: Add autoload for widget-value in
30440 eval-when-compile.
30441
30442 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
30443
30444 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30445 Add tooltip-mode.
30446
30447 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30448
30449 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30450
30451 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30452 (inferior-lisp-filter-regexp, inferior-lisp-program)
30453 (inferior-lisp-load-command, inferior-lisp-prompt)
30454 (inferior-lisp-mode-hook, lisp-source-modes)
30455 (inferior-lisp-load-hook): defvar->defcustom.
30456 (inferior-lisp-program, inferior-lisp-prompt)
30457 (inferior-lisp-load-hook): Doc fixes.
30458 (inferior-lisp-install-letter-bindings): Small change in
30459 introductory comment.
30460
30461 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30462
30463 * vc.el (vc-annotate-color-map): Change some colors so that text
30464 using them as foreground is readable on both white and black
30465 backgrounds.
30466
30467 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30468
30469 * international/mule-conf.el (translation-table-for-input):
30470 Remove redundant declaration.
30471
30472 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30473
30474 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30475
30476 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30477 (tooltip-toggle-gud-tips): New function.
30478
30479 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30480
30481 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30482 right angle brackets.
30483
30484 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30485
30486 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30487
30488 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30489
30490 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30491 Remove. Update callers to use expand-file-name instead.
30492
30493 * subr.el (syntax-class): New function.
30494
30495 * simple.el (blink-matching-open): Use it.
30496
30497 * paren.el (show-paren-function): Use it to recognize parens that are
30498 also used in 2-char comment markers.
30499
30500 2005-04-19 Lute Kamstra <lute@gnu.org>
30501
30502 * loadhist.el (unload-feature): Update for new format of
30503 load-history. Simplify the code.
30504
30505 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30506
30507 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30508 (mac-add-charset-info): New function. Initialize variable
30509 mac-charset-info-alist using it.
30510 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30511 for translation.
30512 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30513 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30514 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30515 New CCL programs.
30516
30517 2005-04-19 Kim F. Storm <storm@cua.dk>
30518
30519 * simple.el (next-buffer, prev-buffer, next-error)
30520 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30521 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30522
30523 * bindings.el (next-buffer, prev-buffer, next-error)
30524 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30525 (clone-indirect-buffer-other-window): Move bindings from simple.el.
30526 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30527 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30528
30529 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
30530
30531 * isearch.el (isearch-edit-string): Make the search-ring available for
30532 minibuffer history commands.
30533 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30534 the default history commands now work just as well.
30535 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30536
30537 2005-04-18 Kim F. Storm <storm@cua.dk>
30538
30539 * emulation/cua-base.el (cua--pre-command-handler): Add more
30540 elaborate check for shift modifier on non-window systems.
30541
30542 2005-04-18 Lars Hansen <larsh@math.ku.dk>
30543
30544 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30545
30546 2005-04-18 Kim F. Storm <storm@cua.dk>
30547
30548 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30549 and make it optional. Don't test tooltip-gud-echo-area here.
30550 (tooltip-gud-process-output, gdb-tooltip-print):
30551 Pass tooltip-gud-echo-area to tooltip-show.
30552 (tooltip-help-tips): Remove second optional arg to tooltip-show.
30553
30554 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30555
30556 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30557 `display-graphic-p' may not be bound yet.
30558
30559 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
30560
30561 * startup.el (command-line): No longer enable Xterm Mouse mode by
30562 default in terminals compatible with xterm.
30563
30564 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30565
30566 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
30567
30568 * tooltip.el (tooltip-gud-echo-area): Rename from
30569 tooltip-use-echo-area.
30570 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30571 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30572 area independently of where help tooltips are displayed.
30573
30574 2005-04-17 David Kastrup <dak@gnu.org>
30575
30576 * cus-theme.el (custom-theme-write-variables): Quote variables
30577 where necessary.
30578
30579 2005-04-17 Richard M. Stallman <rms@gnu.org>
30580
30581 * simple.el (yank-excluded-properties): Add follow-link to value.
30582
30583 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30584
30585 * startup.el (fancy-splash-max-time): Just 30 seconds.
30586 (fancy-splash-delay): Just 7.
30587 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30588
30589 * loadhist.el (unload-feature): Update for new format of load-history.
30590 Simplify the code.
30591
30592 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30593 (rmail-font-lock-keywords): Don't fontify the text of a citation.
30594
30595 * mail/sendmail.el (mail-font-lock-keywords):
30596 Don't fontify subject text.
30597 Don't fontify the text of a citation.
30598
30599 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
30600
30601 * comint.el (comint-output-filter): Run comint-output-filter-functions
30602 with point where the user had it.
30603
30604 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
30605
30606 * international/ucs-tables.el (ucs-set-table-for-input):
30607 Disable when using unify-on-decoding.
30608
30609 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
30610
30611 * emulation/cua-base.el (cua-global-mark-face): Add special case
30612 for displays supporting a high number of colors.
30613
30614 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30615
30616 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30617
30618 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
30619
30620 * filesets.el (filesets-add-buffer): If user supplies a name of a
30621 non-existing fileset, create a new fileset.
30622
30623 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
30624
30625 * textmodes/org.el (org-up-heading-all): Fix bug with
30626 `outline-up-heading-all'.
30627
30628 2005-04-16 Andreas Schwab <schwab@suse.de>
30629
30630 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30631 /etc/permissions.d/* and /etc/aliases.d/*.
30632
30633 2005-04-16 Kenichi Handa <handa@m17n.org>
30634
30635 * international/code-pages.el (cp-make-coding-system):
30636 Set `translation-table-for-input' property value to the symbol
30637 ucs-mule-to-mule-unicode, not to that value.
30638 (pt154): Escape guillemet by `\'.
30639
30640 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
30641
30642 * loadup.el: Load tooltip if x-show-tip is fboundp.
30643
30644 * startup.el (command-line): Add comment.
30645
30646 * tooltip.el (tooltip-mode): Specify correct standard value for
30647 Custom in init-value.
30648
30649 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
30650
30651 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30652 possible.
30653
30654 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
30655
30656 * textmodes/org.el (org-agenda-date-prompt): Rename from
30657 `org-agenda-date-today'.
30658 (org-evaluate-time-range): Insert at point instead of directly
30659 after time range.
30660 (org-first-headline-recenter, org-subtree-end-visible-p)
30661 (org-optimize-window-after-visibility-change): New functions
30662 (org-agenda-post-command-hook): Don't allow point at end of line,
30663 to make sure it always hits the text properties.
30664 (org-agenda-next-date-line, org-agenda-previous-date-line):
30665 New commands.
30666 (org-set-regexps-and-options): Category may contain white space.
30667 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30668 Improve marker positions.
30669 (org-agenda-new-marker): Argument POS made optional.
30670 (org-agenda-get-timestamps): Deadlines which are done are listed
30671 in org-done-face now.
30672 (org-agenda-get-todos, org-agenda-get-timestamps)
30673 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30674 Set `undone-face' and `done-face' properties.
30675 (org-last-todo-state-is-todo): New variable.
30676 (org-todo): Set `org-last-todo-state-is-todo'.
30677 (org-agenda-todo): Change face according to
30678 `org-last-todo-state-is-todo'. And change other lines referring to
30679 the same entry.
30680 (org-calendar-goto-agenda): New command.
30681 (org-calendar-to-agenda-key): New option.
30682 (org-startup-folded): New allowed value `content'.
30683 (org-set-regexps-and-options): Accept new value `content' for
30684 `org-startup-folded'.
30685 (org-get-current-options): Handle new value `content' for
30686 `org-startup-folded'.
30687 (org-insert-todo-heading): New command.
30688 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30689 interactively in empty file and option
30690 `org-insert-mode-line-in-empty-file' has been set.
30691 (org-agenda-todo, org-agenda-priority): Modify to use
30692 `org-agenda-change-all-lines'.
30693 (org-warning-face): Change color on dark background.
30694
30695 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30696
30697 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30698 use preferences AppleLocale and AppleLanguages, and variable
30699 mac-system-locale for default locale. On Mac OS Classic, use
30700 mac-system-coding-system for default coding systems.
30701
30702 * term/mac-win.el: Don't set file-name-coding-system.
30703 Decode variables system-name, emacs-build-system, user-login-name, and
30704 user-full-name by mac-system-coding-system on Mac OS Classic.
30705 (mac-system-coding-system): New variable.
30706
30707 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30708
30709 * startup.el (command-line): Handle `xterm-mouse-mode' before
30710 reading init file.
30711
30712 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30713
30714 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30715
30716 * progmodes/sh-script.el (sh-here-document-word): Make it a
30717 defcustom. Doc fix.
30718 (sh-add): Bash uses $(( )) for arithmetic.
30719 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30720 (sh-maybe-here-document): Remove quotes and leading whitespace
30721 from heredoc word when closing. Indent heredoc with tabs if word
30722 starts with "-".
30723
30724 2005-04-13 Richard M. Stallman <rms@gnu.org>
30725
30726 * simple.el (undo): Fix previous change.
30727
30728 * custom.el (defface): Doc fix.
30729
30730 2005-04-13 Lute Kamstra <lute@gnu.org>
30731
30732 * Makefile.in (DONTCOMPILE): Remove list.
30733 (compile, compile-always): Don't use DONTCOMPILE.
30734 (update-authors): Load the library in which batch-update-authors
30735 is defined.
30736 * makefile.w32-in (DONTCOMPILE): Remove list.
30737 (compile, compile-always): Fix comments.
30738 (update-authors): Load the library in which batch-update-authors
30739 is defined.
30740
30741 * generic-x.el (generic-mode-ini-file-find-file-hook):
30742 Rename to ini-generic-mode-find-file-hook.
30743 Keep generic-mode-ini-file-find-file-hook as an alias.
30744 (ini-generic-mode-find-file-hook): Rename from
30745 generic-mode-ini-file-find-file-hook. Fix docstring.
30746 (ini-generic-mode): Docstring change.
30747 (bat-generic-mode-run-as-comint): Silence the byte compiler.
30748
30749 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30750 called from lisp.
30751
30752 * generic.el: Move to the emacs-lisp subdir.
30753
30754 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
30755
30756 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30757 and C-S- function and cursor motion keys.
30758
30759 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
30760
30761 * startup.el (command-line): Enable Xterm Mouse mode by default.
30762 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30763 for Custom. No longer show "Mouse" in mode line when enabled.
30764 Doc fix.
30765
30766 2005-04-12 Kim F. Storm <storm@cua.dk>
30767
30768 * emulation/cua-base.el (cua-rectangle-face)
30769 (cua-rectangle-noselect-face): Define face attributes here.
30770
30771 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30772
30773 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30774
30775 * startup.el (command-line): Turn off blinking cursor if
30776 cursorBlink in resources is off or false.
30777
30778 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30779
30780 * term/mac-win.el (dnd): Require dnd.
30781 (mac-drag-n-drop): Call dnd-handle-one-url.
30782 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30783 (kTextEncodingISOLatin2): Remove constants.
30784 (mac-script-code-coding-systems): New constant.
30785 (mac-handle-language-change): New function.
30786 (special-event-map): Bind it to `language-change' event.
30787 (mac-centraleurroman, mac-cyrillic): New coding systems.
30788 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30789 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30790 and mac-cyrillic-encoder to encode-mac-centraleurroman and
30791 encode-mac-cyrillic, respectively.
30792
30793 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30794
30795 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30796 Don't set overlay-arrow-string to "=>" as this is done
30797 globally in C now.
30798
30799 2005-04-12 Lute Kamstra <lute@gnu.org>
30800
30801 * generic-x.el (rc-generic-mode, rul-generic-mode):
30802 Fix auto-mode-alist entries.
30803 (etc-fstab-generic-mode): Tweak fontification.
30804
30805 * generic.el (generic-make-keywords-list): Fix docstring.
30806 (generic-mode-internal): Simplify generic-font-lock-keywords.
30807
30808 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30809
30810 * whitespace.el (whitespace-buffer-leading)
30811 (whitespace-buffer-trailing): Revert the incorrect test inversion.
30812 However, fix the highlight area for the leading and
30813 trailing whitespaces to show space.
30814
30815 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30816
30817 * whitespace.el (whitespace-version): Bump to 3.5.
30818
30819 (whitespace-buffer-leading, whitespace-buffer-trailing):
30820 Invert sense of the test to highlight the whitespace.
30821
30822 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30823
30824 * progmodes/gud.el (gud-display-line): GUD uses its own
30825 overlay arrow now so don't set overlay-arrow-string.
30826 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30827
30828 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
30829
30830 * term.el (term-ansi-current-bold, term-ansi-current-underline)
30831 (term-ansi-current-reverse, term-ansi-current-invisible)
30832 (term-ansi-face-already-done): Change to boolean.
30833 (term-reset-terminal, term-handle-colors-array): Handle the above
30834 vars accordingly.
30835 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30836 (term-emulate-terminal): Use the new name.
30837
30838 * faces.el (secondary-selection): Use yellow1, not yellow.
30839 (trailing-whitespace): Use red1, not red.
30840
30841 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30842
30843 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30844 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
30845 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
30846
30847 * cus-edit.el (dnd): New group.
30848
30849 * term/w32-win.el (dnd): Require dnd
30850 (w32-drag-n-drop): Call dnd-handle-one-url.
30851
30852 * x-dnd.el: Require dnd.
30853 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30854 Call dnd-handle-one-url.
30855 (x-dnd-types-alist, x-dnd-insert-utf8-text)
30856 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30857 to dnd-insert-text.
30858 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30859 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30860 (x-dnd-get-local-file-name, x-dnd-open-local-file)
30861 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30862
30863 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30864
30865 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30866
30867 * wdired.el: Doc fixes.
30868 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30869 (wdired-use-dired-vertical-movement): Rename from
30870 wdired-always-move-to-filename-beginning.
30871 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30872 (wdired-change-to-wdired-mode): Change mode name.
30873 (wdired-newline): Delete.
30874
30875 2005-04-11 Richard M. Stallman <rms@gnu.org>
30876
30877 * whitespace.el (whitespace-highlight-the-space):
30878 Don't call whitespace-unhighlight-the-space here.
30879
30880 * simple.el (undo): Record t in undo-equiv-table
30881 for the redo record made by an undo-in-region.
30882
30883 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30884
30885 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30886 (gdb-frame-inferior-io-buffer): New Functions to control
30887 display of separate IO buffer.
30888 (menu): Add them to menu-bar.
30889 (gdb-display-buffer): Check for buffer another frame.
30890 Protect GUD buffer.
30891 (gdb-setup-windows): Create IO buffer if not already there.
30892 (gdb-memory-mode): Remove purecopy noops.
30893
30894 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30895
30896 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30897 and pass to self-insert-command.
30898
30899 2005-04-11 Lute Kamstra <lute@gnu.org>
30900
30901 * generic.el: Commentary section cleanup.
30902 (generic): Delete.
30903 (generic-use-find-file-hook, generic-lines-to-scan)
30904 (generic-find-file-regexp, generic-ignore-files-regexp)
30905 (default-generic-mode, generic-mode-find-file-hook)
30906 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30907 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
30908 (generic-use-find-file-hook, generic-lines-to-scan)
30909 (generic-find-file-regexp, generic-ignore-files-regexp)
30910 (default-generic-mode, generic-mode-find-file-hook)
30911 (generic-mode-ini-file-find-file-hook): Move from generic.el.
30912
30913 2005-04-10 Karl Fogel <kfogel@red-bean.com>
30914
30915 * bookmark.el (bookmark-write-file): Catch errors writing file.
30916 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
30917
30918 2005-04-10 Richard M. Stallman <rms@gnu.org>
30919
30920 * startup.el (fancy-splash-tail): Update copyright year.
30921 (command-line): Split part of -Q into -D.
30922 (emacs-basic-display): New defvar.
30923 (fancy-splash-text): Correct name of menu item.
30924
30925 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30926
30927 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30928 lines in one node.
30929
30930 * comint.el (comint-send-input): New arg ARTIFICIAL.
30931 Callers in this file changed.
30932
30933 * abbrev.el (define-abbrevs): Read system abbrevs properly.
30934
30935 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30936
30937 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
30938
30939 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
30940 `ldap-search-internal'.
30941
30942 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30943
30944 * files.el (set-auto-mode-1): Use line-end-position.
30945
30946 * international/latin-1.el:
30947 * international/latin-2.el:
30948 * international/latin-3.el:
30949 * international/latin-4.el:
30950 * international/latin-5.el:
30951 * international/latin-8.el:
30952 * international/latin-9.el: Give punctuation syntax to NBSP.
30953
30954 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30955 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30956 Use char-classes to accept non-ascii letters, accepted in some recent
30957 bibtex implementations.
30958
30959 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
30960
30961 * custom.el (custom-set-minor-mode): Any non-nil value for the
30962 variable should enable the mode when set through Custom.
30963
30964 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30965
30966 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30967 TAB binding so tab-always-indent is obeyed.
30968 (vhdl-minibuffer-local-map): Move initialization into declaration.
30969 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30970 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30971 (vhdl-hooked-abbrev): Avoid test for XEmacs.
30972 (vhdl-current-line): Use line-beginning-position.
30973 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30974 with-output-to-temp-buffer, so the current position can be recorded.
30975
30976 2005-04-10 Masatake YAMATO <jet@gyve.org>
30977
30978 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30979 Add regexp for gcov.
30980
30981 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
30982
30983 * calendar/time-date.el (time-to-seconds, seconds-to-time)
30984 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30985 syntax which Emacs 20 doesn't support.
30986
30987 2005-04-09 Richard M. Stallman <rms@gnu.org>
30988
30989 * help.el (describe-key-briefly, describe-key):
30990 Replace strings as event types with "(any string)".
30991
30992 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30993
30994 * arc-mode.el (archive-mode-map): Move initialization into
30995 the declaration. Override *all* bindings of `undo'.
30996 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30997
30998 2005-04-09 Jay Belanger <belanger@truman.edu>
30999
31000 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31001
31002 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31003
31004 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31005 (xterm-register-default-colors): Update color values computation
31006 to match xterm-200.
31007
31008 2005-04-09 Kenichi Handa <handa@m17n.org>
31009
31010 * international/code-pages.el (iso-latin-7): Fix the map.
31011
31012 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31013
31014 * emacs-lisp/lisp.el (defun-prompt-regexp)
31015 (parens-require-spaces, buffer-end, end-of-defun)
31016 (insert-parentheses): Doc fixes.
31017
31018 2005-04-08 Kim F. Storm <storm@cua.dk>
31019
31020 * comint.el (comint-highlight-prompt): Fix face spec.
31021 * hi-lock.el (hi-green): Likewise.
31022
31023 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31024
31025 * cus-edit.el (custom-modified-face):
31026 * comint.el (comint-highlight-input): Fix previous changes.
31027 * term.el (term-handle-ansi-escape): Add a comment.
31028
31029 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31030
31031 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31032 in the buffer and in whitespace-highlighted-space.
31033 (whitespace-unhighlight-the-space): Simplify.
31034 (whitespace-buffer): Simplify.
31035
31036 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31037
31038 * textmodes/table.el (table-cell-face): Add special case for
31039 displays supporting a high number of colors.
31040 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31041 (vhdl-font-lock-reserved-words-face)
31042 (vhdl-speedbar-architecture-face)
31043 (vhdl-speedbar-instantiation-face)
31044 (vhdl-speedbar-architecture-selected-face)
31045 (vhdl-speedbar-instantiation-selected-face): Likewise.
31046 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31047 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31048 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31049 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31050 (ebrowse-progress-face): Likewise.
31051 * progmodes/compile.el (compilation-info-face): Likewise.
31052 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31053 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31054 * calendar/calendar.el (diary-face): Likewise.
31055 * woman.el (woman-italic-face, woman-bold-face)
31056 (woman-unknown-face): Likewise.
31057 * wid-edit.el (widget-button-pressed-face): Likewise.
31058 * whitespace.el (whitespace-highlight-face): Likewise.
31059 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31060 * pcvs-info.el (cvs-marked-face): Likewise.
31061 * info.el (info-xref): Likewise.
31062 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31063 * hilit-chg.el (highlight-changes-face)
31064 (highlight-changes-delete-face): Likewise.
31065 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31066 (hi-red-b): Likewise.
31067 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31068 * font-lock.el (font-lock-keyword-face)
31069 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31070 * cus-edit.el (custom-invalid-face, custom-modified-face)
31071 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31072 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31073 * comint.el (comint-highlight-prompt): Likewise.
31074
31075 2005-04-08 Lute Kamstra <lute@gnu.org>
31076
31077 * font-lock.el (font-lock-keywords): Docstring fixes.
31078
31079 2005-04-08 Kenichi Handa <handa@m17n.org>
31080
31081 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31082 chars are more than a limit, print " and more..." at the tail.
31083
31084 2005-04-08 Kim F. Storm <storm@cua.dk>
31085
31086 * emacs-lisp/authors.el (authors-aliases): Update list.
31087 (authors-ignored-files): New list.
31088 (authors-fixed-entries): Fix typo.
31089 (authors-renamed-files-alist): Update list.
31090 (authors-add): Check authors-ignored-files.
31091
31092 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31093
31094 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31095 optional, to ensure backward compatibility.
31096
31097 2005-04-08 Stephen Eglen <stephen@gnu.org>
31098
31099 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31100
31101 2005-04-08 Kim F. Storm <storm@cua.dk>
31102
31103 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31104
31105 * mouse.el (mouse-on-link-p): Doc fix.
31106
31107 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31108
31109 * ielm.el (ielm-prompt-read-only): Doc fix.
31110
31111 * comint.el (comint-prompt-read-only): Doc fix.
31112
31113 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31114
31115 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31116 ensure dired always handles wildcards passed to ffap.
31117 (find-file-at-point): Use it.
31118 (ffap-dired-wildcards): Doc fix.
31119
31120 2005-04-07 Juri Linkov <juri@jurta.org>
31121
31122 * simple.el (next-error-overlay-arrow-position): New defvar.
31123 Put "=>" on its property `overlay-arrow-string'. Add it to
31124 `overlay-arrow-variable-list'.
31125
31126 * progmodes/compile.el (compilation-setup):
31127 Set `next-error-overlay-arrow-position' to nil. Also set it to
31128 nil in the local hook `kill-buffer-hook'. Make local variable
31129 `overlay-arrow-string' and set it to "=>".
31130 (compilation-goto-locus): Set BOL position to
31131 `next-error-overlay-arrow-position' instead of
31132 `overlay-arrow-position'.
31133
31134 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31135 locally instead of adding it to the global hook.
31136 (Info-kill-buffer): Move up.
31137
31138 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31139
31140 * term/xterm.el (xterm-standard-colors): Update color values from
31141 xterm-200.
31142
31143 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31144
31145 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31146
31147 * fast-lock.el:
31148 * lazy-lock.el: Move them to the obsolete subdir.
31149
31150 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31151
31152 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31153 (wdired-add-replace-advice): Remove.
31154 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31155
31156 2005-04-06 Kim F. Storm <storm@cua.dk>
31157
31158 * startup.el (command-line): Add --bare-bones alias for -Q.
31159
31160 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31161
31162 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31163 create the startup fontset if a font specification ends with
31164 `mac-roman'.
31165
31166 2005-04-06 Lute Kamstra <lute@gnu.org>
31167
31168 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31169 change.
31170
31171 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31172 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31173
31174 2005-04-05 Lute Kamstra <lute@gnu.org>
31175
31176 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31177 (define-generic-mode): Ditto. Fix debug declaration.
31178
31179 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31180 Put them in the generic-x group.
31181
31182 * calendar/timeclock.el (timeclock): Doc fix.
31183
31184 * generic.el (define-generic-mode): Don't use custom-current-group.
31185 Document default :group value.
31186 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31187 (define-global-minor-mode): Don't use custom-current-group.
31188
31189 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31190
31191 * startup.el (command-line-1): Display startup-echo-area-message
31192 when fancy splash screen is in use.
31193
31194 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31195 (sh-escaped-newline): New face.
31196 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31197 newline, and use sh-escaped-newline face.
31198
31199 * progmodes/tcl.el (tcl-escaped-newline): New face.
31200 (tcl-builtin-list): New variable.
31201 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31202 newlines. Fix keywords subexpression number.
31203
31204 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
31205
31206 * textmodes/org.el (org-diary-default-entry): Fix call to
31207 `add-to-diary-entry'.
31208
31209 2005-04-05 Kim F. Storm <storm@cua.dk>
31210
31211 * ediff-init.el: Use (featurep 'xemacs).
31212
31213 2005-04-05 David Ponce <david@dponce.com>
31214
31215 * cus-edit.el (face): Derive from symbol widget. Display sample
31216 of the current face on the fly.
31217 (widget-face-sample-face-get, widget-face-notify): New functions.
31218 (widget-face-value-create): Remove.
31219
31220 * wid-edit.el (widget-field-end): Temporarily remove field
31221 narrowing before to call `get-char-property'.
31222
31223 2005-04-04 Jay Belanger <belanger@truman.edu>
31224
31225 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31226 (math-read-subscripts): New variable.
31227 (math-read-preprocess-string): Process subscripts.
31228
31229 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
31230
31231 * comint.el (comint-prompt-read-only): Doc fix.
31232
31233 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31234 `-1'. Doc fix.
31235
31236 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
31237
31238 * textmodes/org.el (org-insert-mode-line-in-empty-file):
31239 Change default value to nil.
31240
31241 2005-04-04 Lute Kamstra <lute@gnu.org>
31242
31243 * autorevert.el (auto-revert-mode): Specify :group.
31244 * battery.el (display-battery-mode): Specify :group.
31245 * diff-mode.el (diff-minor-mode): Specify :group.
31246 * font-core.el (font-lock-mode): Specify :group.
31247 * hl-line.el (hl-line-mode): Specify :group.
31248 * iimage.el (iimage): New customization group.
31249 (iimage-mode): Specify :group.
31250 * longlines.el (longlines-mode): Specify :group.
31251 * master.el: Don't require easy-mmode.
31252 (master): New customization group.
31253 (master-mode): Specify :group.
31254 * msb.el (msb-mode): Specify :group.
31255 * reveal.el (reveal-mode): Specify :group.
31256 * simple.el (next-error-follow-minor-mode): Specify :group.
31257 * smerge-mode.el (smerge-mode): Specify :group.
31258 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31259 * emulation/cua-base.el (cua-mode): Specify :group.
31260 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31261 * language/thai-util.el (thai-auto-composition-mode)
31262 (thai-word-mode): Specify :group.
31263 * mail/supercite.el (sc-minor-mode): Specify :group.
31264 * progmodes/cwarn.el (cwarn-mode): Specify :group.
31265 * progmodes/flymake.el (flymake-mode): Specify :group.
31266 * progmodes/glasses.el (glasses-mode): Specify :group.
31267 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31268 * textmodes/enriched.el (enriched-mode): Specify :group.
31269 * textmodes/refill.el (refill-mode): Specify :group.
31270
31271 * add-log.el (change-log-font-lock-keywords): Names in
31272 parenthesized lists can contain spaces.
31273
31274 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
31275
31276 * startup.el (fancy-splash-text): Shorten default text of
31277 "Emacs Tutorial" line. Also, if the current language env
31278 indicates an available tutorial file other than TUTORIAL,
31279 extract its title and append it to the line in parentheses.
31280 (fancy-splash-insert): If arg is a thunk, funcall it.
31281
31282 2005-04-04 Jay Belanger <belanger@truman.edu>
31283
31284 * calc.el (calc-language-alist): Add tags to customization type.
31285
31286 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
31287
31288 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31289 Doc fix.
31290
31291 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
31292
31293 * add-log.el (change-log-font-lock-keywords): The manual
31294 describing a Change Log entry, says: (...) "Aside from these
31295 header lines, every line in the change log starts with a space or
31296 a tab.". The font-lock was not highlighting lines started with
31297 spaces, added support for it.
31298
31299 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31300
31301 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31302 (bibtex-generate-url-list): Update docstring accordingly. Put the
31303 complex example in the docstring.
31304 (bibtex-font-lock-url): Use pop.
31305
31306 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
31307
31308 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31309
31310 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31311
31312 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
31313
31314 * filesets.el (filesets-set-default): Doc fix.
31315
31316 2005-04-03 Lute Kamstra <lute@gnu.org>
31317
31318 * generic.el (define-generic-mode): Add argument to specify
31319 keywords for defcustom.
31320 (default-generic-mode): Specify :group.
31321
31322 * generic-x.el: Specify :group for all generic modes.
31323
31324 * desktop.el (desktop-no-desktop-file-hook)
31325 (desktop-after-read-hook): Doc fix.
31326
31327 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
31328
31329 * simple.el (visible-mode): Use explicit :group keyword.
31330 This changes the group of `visible-mode-hook' from paren-blinking
31331 to editing-basics.
31332
31333 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
31334
31335 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
31336 mailbox specifications as well as URLs.
31337 (rmail-insert-inbox-text): Remove unused conditional branches.
31338
31339 2005-04-01 Jay Belanger <belanger@truman.edu>
31340
31341 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31342 (calc-gnuplot-print-command): Move definitions to calc.el.
31343
31344 * calc/calc-embed.el (calc-embedded-announce-formula)
31345 (calc-embedded-open-formula, calc-embedded-close-formula)
31346 (calc-embedded-open-word, calc-embedded-close-word)
31347 (calc-embedded-open-plain, calc-embedded-close-plain)
31348 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31349 (calc-embedded-open-mode, calc-embedded-close-mode):
31350 Move definitions to calc.el.
31351
31352 * calc/calc.el (calc-settings-file, calc-language-alist):
31353 Make customizable.
31354 (calc-embedded-announce-formula, calc-embedded-open-formula)
31355 (calc-embedded-close-formula, calc-embedded-open-word)
31356 (calc-embedded-close-word, calc-embedded-open-plain)
31357 (calc-embedded-close-plain, calc-embedded-open-new-formula)
31358 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31359 (calc-embedded-close-mode, calc-gnuplot-name)
31360 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31361 from other files and make customizable.
31362
31363 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31364
31365 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31366 Use buffer-live-p.
31367 (cvs-mode-run): Don't call cvs-update-header here.
31368 (cvs-run-process): Call cvs-update-header.
31369 Use process properties for cvs-postprocess and cvs-buffer so that
31370 the sentinel can behave better if the temp buffer is killed.
31371 Use a pipe rather than a tty, to better handle unexpected prompts.
31372 (cvs-sentinel): Rewrite. Call cvs-update-header.
31373
31374 2005-04-01 Andre Spiegel <spiegel@gnu.org>
31375
31376 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31377 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31378
31379 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31380
31381 * generic.el (define-generic-mode): Add indentation rule.
31382
31383 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31384
31385 * files.el (mode-require-final-newline): Make Custom correctly
31386 report a nil value and allow to set it to nil via Custom.
31387 Doc fix.
31388
31389 2005-04-01 Kenichi Handa <handa@m17n.org>
31390
31391 * international/characters.el: Enable the correct case setting for
31392 dotless-i and dotted-I.
31393
31394 2005-04-01 Kim F. Storm <storm@cua.dk>
31395
31396 * ido.el (ido-file-internal): Fall back to non-ido command if
31397 initial directory is on slow ftp (or tramp) host.
31398
31399 2005-03-31 Richard M. Stallman <rms@gnu.org>
31400
31401 * emacs-lisp/autoload.el (make-autoload):
31402 Handle define-global-minor-mode.
31403
31404 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31405 Rename from easy-mmode-define-global-mode.
31406 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31407
31408 * progmodes/scheme.el (scheme-mode-syntax-table):
31409 Update syntax of | and # for two-character comment syntax.
31410
31411 2005-03-31 Lute Kamstra <lute@gnu.org>
31412
31413 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31414 (define-minor-mode): Call custom-current-group at load-time.
31415
31416 * generic.el (define-generic-mode): Add debug declaration.
31417 Add defcustom for the mode hook.
31418 (generic-mode-internal): Use run-mode-hooks.
31419
31420 2005-03-31 Kim F. Storm <storm@cua.dk>
31421
31422 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31423 (mouse-fixup-help-message): New defun called by show_help_echo
31424 to fixup mouse-2 prefix in help messages when applicable.
31425
31426 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31427
31428 2005-03-31 Kenichi Handa <handa@m17n.org>
31429
31430 * language/thai-word.el (thai-find-word-ends): Pay attention to
31431 the case that we reach the end of buffer.
31432
31433 * textmodes/fill.el (fill-text-properties-at): New function.
31434 (fill-newline): Use fill-text-properties-at instead of
31435 text-properties-at.
31436
31437 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31438
31439 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31440 not comint-quote-filename.
31441
31442 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31443
31444 * help-fns.el (help-with-tutorial): Revert last change.
31445
31446 2005-03-31 Kim F. Storm <storm@cua.dk>
31447
31448 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31449
31450 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31451
31452 * calendar/cal-china.el: Update reference to "Calendrical
31453 Calculations" book; there's a new edition.
31454 * calendar/cal-coptic.el: Likewise.
31455 * calendar/cal-french.el: Likewise.
31456 * calendar/cal-hebrew.el: Likewise.
31457 * calendar/cal-islam.el: Likewise.
31458 * calendar/cal-iso.el: Likewise.
31459 * calendar/cal-julian.el: Likewise.
31460 * calendar/cal-mayan.el: Likewise.
31461 * calendar/cal-persia.el: Likewise.
31462 * calendar/calendar.el: Likewise.
31463 * calendar/holidays.el: Likewise.
31464 * calendar/lunar.el: Likewise.
31465 * calendar/solar.el: Likewise.
31466
31467 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31468 white space from doc string.
31469
31470 2005-03-30 Jay Belanger <belanger@truman.edu>
31471
31472 * calc/calc-help.el (calc-full-help): Remove email address.
31473
31474 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31475
31476 * help-fns.el (help-with-tutorial): Delete title line.
31477
31478 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31479
31480 * calendar/cal-x.el (calendar-one-frame-setup)
31481 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31482 rather than `symbol' for set-window-dedicated-p.
31483
31484 * calendar/appt.el (appt-buffer-name): Make it a constant.
31485 (appt-add): Doc fix.
31486
31487 * filesets.el (filesets-menu-path, filesets-menu-before)
31488 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31489 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31490 (filesets-add-submenu): Delete and use add-submenu instead.
31491
31492 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
31493
31494 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31495 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31496 (org-diary-default-entry): New function.
31497 (org-get-entries-from-diary): Better parsing of diary entries.
31498 (org-agenda-check-no-diary): New function.
31499 ("diary-lib"): Advice to function `add-to-diary-list', to allow
31500 linking to diary entries.
31501 (org-agenda-execute-calendar-command): New function.
31502 (org-agenda): Improve visible section in window.
31503 Use `org-fit-agenda-window'.
31504 (org-fit-agenda-window): New option.
31505 (org-move-subtree-down): Better handling of empty lines
31506 at end of subtree.
31507 (org-cycle): Numeric prefix is interpreted now as show-subtree N
31508 levels up.
31509 (org-fontify-done-headline): New option.
31510 (org-headline-done-face): New face.
31511 (org-set-font-lock-defaults): Use `org-headline-done-face'.
31512 (org-table-copy-down): Rename from `org-table-copy-from-above'.
31513 When current field is non-empty, it is copied to next row.
31514 (org-table-copy-from-above): Fix bug which made it
31515 impossible to copy fields containing only a single non-white character.
31516
31517 2005-03-30 Kim F. Storm <storm@cua.dk>
31518
31519 * kmacro.el (kmacro-end-macro): Isearch may store this command
31520 into the macro -- so ignore it when executing keyboard macro.
31521
31522 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31523
31524 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31525
31526 2005-03-29 Kenichi Handa <handa@m17n.org>
31527
31528 * language/thai.el ("Thai"): Set setup-function and exit-function
31529 for Thai language environment.
31530
31531 * language/thai-util.el: Require thai-word.
31532 (thai-word-mode-map): New variable.
31533 (thai-word-mode): New minor mode.
31534 (setup-thai-language-environment-internal): New function.
31535 (exit-thai-language-environment-internal): New function.
31536
31537 * language/thai-word.el (thai-word-table): Declare it by defvar,
31538 use dolist to initialize it.
31539 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31540 (thai-fill-find-break-point): New functions.
31541
31542 2005-03-29 Richard M. Stallman <rms@gnu.org>
31543
31544 * simple.el (idle-update-delay): Move definition up.
31545 (set-mark): Doc fix.
31546
31547 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
31548
31549 * longlines.el: New file.
31550
31551 * simple.el (buffer-substring-filters): New variable.
31552 (filter-buffer-substring): New function.
31553 (kill-region, copy-region-as-kill): Use it.
31554
31555 * register.el (copy-to-register, append-to-register)
31556 (prepend-to-register): Use filter-buffer-substring.
31557
31558 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31559
31560 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31561 (gud-filter-pending-text): Move in front of gdb.
31562 (gud-overlay-arrow-position): New variable.
31563 (gud-sentinel, gud-display-line): Use it in place of
31564 overlay-arrow-position.
31565
31566 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
31567
31568 * progmodes/fortran.el (fortran-if-indent): Doc fix.
31569 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31570 (fortran-font-lock-keywords-4): New variable.
31571 (fortran-blocks-re, fortran-end-block-re)
31572 (fortran-start-block-re): New constants, for hideshow.
31573 (hs-special-modes-alist): Add a Fortran entry.
31574 (fortran-mode-map): Bind fortran-end-of-block,
31575 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31576 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
31577 (fortran-looking-at-if-then, fortran-end-of-block)
31578 (fortran-beginning-of-block): New functions, for hideshow.
31579
31580 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31581 Doc fix. Tweak regexp.
31582 (f90-beginning-of-block): Push mark first.
31583
31584 2005-03-29 Jay Belanger <belanger@truman.edu>
31585
31586 * calc/calc.el: Update copyright date.
31587 (calc-version): Increase to 2.1.
31588 (calc-version-date): Remove.
31589
31590 * calc/calc-help.el: Update copyright date.
31591 (calc-full-help): Remove reference to calc-version-date.
31592 Update copyright date.
31593
31594 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31595
31596 * vc.el (vc-do-command): Use a pipe for async processes, so password
31597 prompts don't show up at places where the user can't reply.
31598
31599 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31600
31601 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31602 on the file name we pass to the inferior shell.
31603
31604 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31605
31606 * progmodes/which-func.el (which-function): Be robust in the face of an
31607 imenu--make-index-alist failure.
31608
31609 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31610
31611 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31612
31613 * progmodes/python.el (python-preoutput-filter): Fix last change.
31614
31615 2005-03-29 Lute Kamstra <lute@gnu.org>
31616
31617 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31618 functions and compiled macros.
31619 (debug-convert-byte-code): Handle macros too.
31620 (debug-on-entry-1): Don't signal an error when trying to clear a
31621 function that is not set to debug on entry.
31622
31623 2005-03-29 Jay Belanger <belanger@truman.edu>
31624
31625 * calc/calc-lang.el: Add functions to math-function-table
31626 properties of tex and math.
31627
31628 2005-03-29 Kenichi Handa <handa@m17n.org>
31629
31630 * ps-mule.el (ps-mule-plot-string): Translate characters by
31631 ps-print-translation-table.
31632 (ps-mule-begin-job): Call find-charset-region/string with
31633 ps-print-translation-table.
31634 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31635
31636 * ps-print.el (ps-print-translation-table): New variable.
31637 (ps-plot-region): Translate characters by ps-print-translation-table.
31638
31639 2005-03-29 Juri Linkov <juri@jurta.org>
31640
31641 * simple.el (next-error-highlight-timer): New variable.
31642
31643 * progmodes/compile.el (compilation-goto-locus):
31644 Use `next-error-highlight-timer' instead of `sit-for'.
31645
31646 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31647
31648 * mail/supercite.el (sc-mail-field): Use assoc-string.
31649 (sc-get-address): Simplify regexps.
31650
31651 * files.el (minibuffer-with-setup-hook): New macro.
31652 (find-file-read-args): Use it to avoid let-binding
31653 minibuffer-with-setup-hook (which breaks turning on/off
31654 file-name-shadow-mode while in the prompt).
31655
31656 * complete.el (PC-read-include-file-name-internal):
31657 Use test-completion.
31658
31659 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
31660
31661 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31662
31663 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31664
31665 * window.el (window-buffer-height): Use count-screen-lines.
31666
31667 * progmodes/python.el (python-preoutput-leftover): New var.
31668 (python-preoutput-filter): Use it.
31669 (python-send-receive): Loop until all the result has been received.
31670
31671 2005-03-28 Juri Linkov <juri@jurta.org>
31672
31673 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31674
31675 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31676 "Recover Crashed Session".
31677 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31678 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31679 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31680 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31681 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31682 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31683 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31684 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31685
31686 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31687 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31688 Ediff Sessions", "Toggle use of separate control buffer frame",
31689 "Use separate frame for Ediff control buffer".
31690
31691 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31692 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31693 "Rename Bookmark", "Delete Bookmark".
31694
31695 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31696 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31697 Add `:active Info-index-alternatives' to "Next Matching Item".
31698
31699 * wdired.el (wdired-change-to-wdired-mode):
31700 Mention `wdired-abort-changes' key in the initial message.
31701
31702 * international/mule.el (auto-coding-alist): Associate non-ascii
31703 image filename extensions with `no-conversion'.
31704
31705 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31706
31707 * international/iso-acc.el:
31708 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31709
31710 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31711
31712 * textmodes/sgml-mode.el (html-mode): Doc update.
31713
31714 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31715
31716 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31717
31718 * term.el (term-move-columns): Fix face after extending a line.
31719 (term-insert-spaces): Likewise.
31720 (term-reset-terminal): Fix off by one error.
31721
31722 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31723
31724 * international/mule.el (auto-coding-alist): Add .xpi files.
31725
31726 * files.el (auto-mode-alist): Add .xpi files.
31727
31728 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31729
31730 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31731
31732 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31733
31734 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31735
31736 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
31737
31738 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31739 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
31740
31741 * calendar/cal-move.el (calendar-beginning-of-year): Move the
31742 cursor to Jan 1 when needed.
31743 (calendar-end-of-year): Fix -/+ typo.
31744 Reported by Chong Yidong <cyd@stupidchicken.com>.
31745
31746 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
31747
31748 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31749
31750 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31751 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
31752
31753 2005-03-25 Richard M. Stallman <rms@gnu.org>
31754
31755 * filesets.el (filesets-init): Add autoload.
31756
31757 * mail/mailalias.el (mail-directory): Doc fix.
31758
31759 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31760
31761 * mail/mailalias.el (mail-directory-process): Do nothing if
31762 mail-directory-process is an atom.
31763 (mail-get-names): Ignore mail-directory-names if it is an atom.
31764 (mail-directory-process defvar): Doc fix.
31765 (mail-names): Doc fix.
31766
31767 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
31768
31769 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31770
31771 2005-03-26 Kenichi Handa <handa@m17n.org>
31772
31773 * international/mule-util.el (detect-coding-with-priority):
31774 Call update-coding-systems-internal before detect-coding-region.
31775
31776 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
31777
31778 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31779 (gdb-frames-mode-map): Add follow-link property.
31780
31781 2005-03-25 Jay Belanger <belanger@truman.edu>
31782
31783 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31784 for variables.
31785
31786 2005-03-25 Juri Linkov <juri@jurta.org>
31787
31788 * image-mode.el: Optimize image filename extension regexps in
31789 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
31790 in `auto-mode-alist'.
31791 (image-mode): Add `image-toggle-display-text' to local hook
31792 `change-major-mode-hook'. Display the image as an image by
31793 default. Set `cursor-type' and `truncate-lines' if the image
31794 is already displayed. Take into account the current mode (image
31795 or text) in message.
31796 (image-minor-mode): New minor mode.
31797 (image-mode-maybe, image-toggle-display-text): New functions.
31798 (image-toggle-display): Use called-interactively-p.
31799 Let-bind `inhibit-read-only' to t.
31800
31801 * image-mode.el (image-minor-mode): Set `cursor-type' and
31802 `truncate-lines' if the image is already displayed. Add turning
31803 image-minor-mode off to `change-major-mode-hook'. Add message.
31804 Call `image-toggle-display-text' after turning image-minor-mode off.
31805
31806 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
31807
31808 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31809 Terminal.app, use utf-8.
31810 (set-display-table-and-terminal-coding-system): Add coding-system arg.
31811 (set-locale-environment): Use it.
31812
31813 * term/xterm.el: Undo last change, better done in mule-cmds.el.
31814
31815 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31816
31817 * progmodes/python.el (python-close-block-statement-p)
31818 (python-outdent-p, python-current-defun): Use symbol-end.
31819
31820 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
31821
31822 * files.el (save-some-buffers): Doc fix.
31823
31824 2005-03-25 Werner Lemberg <wl@gnu.org>
31825
31826 * complete.el, thumbs.el: Replace `legal' with `valid'.
31827 * calendar/calendar.el: Replace `legal' with `valid'.
31828 * emacs-lisp/advice.el: Replace `legal' with `valid'.
31829 * mail/supercite.el: Replace `legal' with `valid'.
31830 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31831 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31832 Replace `legal' with `valid'.
31833 * textmodes/reftex-vars.el, textmodes/reftex.el:
31834 Replace `legal' with `valid'.
31835
31836 2005-03-25 Werner Lemberg <wl@gnu.org>
31837
31838 * calc/calc-forms.el, calc/calc-sel.el
31839 * midnight.el, vc-cvs.el
31840 * emacs-lisp/cl-macs.el
31841 * emulation/vip.el
31842 * eshell/esh-io.el, eshell/esh-var.el
31843 * mail/supercite.el
31844 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31845 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31846 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31847 * progmodes/sh-script.el, progmodes/xscheme.el
31848 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31849 * textmodes/reftex-index.el, textmodes/reftex-parse.el
31850 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31851 * textmodes/reftex.el, textmodes/org.el:
31852 Replace `illegal' with `invalid'.
31853
31854 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31855
31856 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31857 (flymake-find-buildfile, flymake-find-possible-master-files)
31858 (flymake-check-include, flymake-parse-line): Replace loops over the
31859 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31860
31861 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31862 Substitute file-name-as-directory in the rest of the file.
31863 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31864 (flymake-replace-region): Remove unused arg `buffer'.
31865 (flymake-check-patch-master-file-buffer): Update calls to it.
31866 (flymake-add-err-info): Remove unused var `count'.
31867 (flymake-mode): Use define-minor-mode.
31868
31869 * progmodes/flymake.el: Use with-current-buffer.
31870 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31871 flymake-replace-regexp-in-string, flymake-line-beginning-position)
31872 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31873 Avoid testing for `xemacs'.
31874 (flymake-nop): Move.
31875 (flymake-region-has-flymake-overlays): Return the computed value.
31876 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31877 Remove unused var `endline'.
31878 (flymake-get-line-count): Remove unused function.
31879 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31880
31881 * emulation/vi.el:
31882 * generic.el:
31883 * hilit-chg.el (global-highlight-changes):
31884 * hi-lock.el (hi-lock-mode):
31885 * follow.el: find-file-hooks -> find-file-hook.
31886
31887 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31888
31889 2005-03-24 Juri Linkov <juri@jurta.org>
31890
31891 * dired.el (dired-mode-map): Add menu item "Compare directories"
31892 for dired-compare-directories.
31893
31894 * dired-aux.el (dired-compare-directories): Add autoload cookie.
31895 Doc fix. Replace `read-file-name' with `read-directory-name'.
31896
31897 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31898
31899 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31900
31901 2005-03-24 Jay Belanger <belanger@truman.edu>
31902
31903 * calc/calc-embed.el (calc-embedded-mode-change): Save all
31904 relevant mode settings in calc-embedded-original-modes when modes
31905 are permanently changed.
31906
31907 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31908
31909 * autoinsert.el: find-file-hooks -> find-file-hook.
31910
31911 2005-03-24 Lute Kamstra <lute@gnu.org>
31912
31913 * generic.el (generic-font-lock-defaults): Make it obsolete.
31914 (generic-font-lock-keywords): New variable to replace
31915 generic-font-lock-defaults.
31916 (generic-mode-set-font-lock): Delete it.
31917 (generic-mode-internal): Don't call generic-mode-set-font-lock.
31918 (generic-bracket-support): Add docstring.
31919
31920 * generic-x.el: Rename generic-font-lock-defaults to
31921 generic-font-lock-keywords throughout.
31922 (mailagent-rules-setup-function): Delete it.
31923 (mailagent-rules-generic-mode): Use anonymous function instead.
31924 (show-tabs-generic-mode-font-lock-defaults-1)
31925 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31926 Quote faces.
31927 (show-tabs-tab-face, show-tabs-space-face): Specify background,
31928 not foreground.
31929
31930 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31931 Recognize define-generic-mode.
31932
31933 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31934
31935 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31936 if there's no completion table.
31937
31938 2005-03-23 Miles Bader <miles@gnu.org>
31939
31940 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31941 Remove tty-specific variants, as they're no longer needed.
31942
31943 2005-03-23 Lute Kamstra <lute@gnu.org>
31944
31945 * generic-x.el: Code cleanup: make args constant whenever possible.
31946 (installshield-statement-keyword-list)
31947 (installshield-system-functions-list)
31948 (installshield-system-variables-list, installshield-types-list)
31949 (installshield-funarg-constants-list): Make them constants.
31950
31951 * generic.el (generic-make-keywords-list): Add autoload cookie.
31952
31953 * calendar/time-date.el: Add comment on time value formats.
31954 Don't require parse-time.
31955 (with-decoded-time-value): New macro.
31956 (encode-time-value): New function.
31957 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31958 (days-to-time): Return a valid time value when arg is huge.
31959 (time-since): Use time-subtract.
31960 (time-to-number-of-days): Use time-to-seconds.
31961
31962 2005-03-23 David Ponce <david@dponce.com>
31963
31964 * recentf.el (recentf-keep): New option.
31965 (recentf-menu-action): Default to `find-file'.
31966 (recentf-keep-non-readable-files-flag)
31967 (recentf-keep-non-readable-files-p)
31968 (recentf-file-readable-p, recentf-find-file)
31969 (recentf-cleanup-remote): Remove.
31970 (recentf-include-p): More robust.
31971 (recentf-keep-p): New function.
31972 (recentf-remove-if-non-kept): Rename from
31973 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
31974 All callers updated.
31975 (recentf-menu-items-for-commands): Fix help string.
31976 (recentf-track-closed-file): Update. Doc fix.
31977 (recentf-cleanup): Update. Count removed files. Doc fix.
31978
31979 2005-03-23 Kim F. Storm <storm@cua.dk>
31980
31981 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31982 Don't inherit from fringe face (now happens automatically).
31983
31984 2005-03-22 Kim F. Storm <storm@cua.dk>
31985
31986 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31987 position values.
31988
31989 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
31990
31991 * menu-bar.el (showhide-date-time): Remove.
31992 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31993 (menu-bar-make-mm-toggle): Simplify.
31994
31995 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31996
31997 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31998 Accept qualified variable and function names.
31999
32000 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32001
32002 * bindings.el (completion-ignored-extensions):
32003 Remove ".lis" for `vax-vms'.
32004
32005 2005-03-22 Andreas Schwab <schwab@suse.de>
32006
32007 * generic-x.el: Revert last change.
32008 * ldefs-boot.el: Update.
32009
32010 2005-03-22 Jay Belanger <belanger@truman.edu>
32011
32012 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32013 (calc-embedded-save-original-modes)
32014 (calc-embedded-restore-original-modes): New functions.
32015 (calc-do-embedded): Save original modes when entering embedded mode
32016 and restore when leaving embedded mode.
32017 (calc-embedded-modes-change): Change the value of
32018 calc-embedded-original-modes to reflect permanent changes.
32019
32020 2005-03-22 Lute Kamstra <lute@gnu.org>
32021
32022 * generic-x.el: Require generic again.
32023
32024 2005-03-22 Miles Bader <miles@gnu.org>
32025
32026 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32027 Tweak details to look good on both ttys and bitmap displays, light
32028 or dark background, etc.
32029
32030 2005-03-21 Kim F. Storm <storm@cua.dk>
32031
32032 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32033 mouse position.
32034
32035 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32036
32037 * icomplete.el: Don't forcibly turn on the mode upon load.
32038 (icomplete-mode): Use define-minor-mode.
32039 (icomplete-eoinput): Default to nil.
32040 (icomplete-minibuffer-setup): Remove autoload.
32041 (icomplete-tidy): Simplify.
32042 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32043 in the initial state or if the user has modified the field.
32044 Fix handling of icomplete-max-delay-chars.
32045 Remove code that handles the oddball case where
32046 minibuffer-completion-table is an integer.
32047 Wrap icomplete-completions in while-no-input in case building
32048 completions takes more time than expected.
32049 (icomplete-completions): Simplify.
32050
32051 2005-03-21 Richard M. Stallman <rms@gnu.org>
32052
32053 * jka-compr.el (jka-compr-really-do-compress):
32054 Make variable buffer-local.
32055
32056 * image-mode.el: Handle .xpm files too.
32057 (image-toggle-display): Preserve modification flag.
32058
32059 * help.el (where-is): Don't mention aliases with no key bindings.
32060
32061 2005-03-21 Lute Kamstra <lute@gnu.org>
32062
32063 * generic.el: Fix commentary section. Don't require cl for
32064 compilation.
32065 (generic-mode-list): Add autoload cookie.
32066 (generic-use-find-file-hook, generic-lines-to-scan)
32067 (generic-find-file-regexp, generic-ignore-files-regexp)
32068 (generic-mode, generic-mode-find-file-hook)
32069 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32070 (define-generic-mode): Make it a defmacro. Fix docstring.
32071 (generic-mode-internal): Code cleanup. Add autoload cookie.
32072 (generic-mode-set-comments): Code cleanup.
32073 * generic-x.el: Don't prevent compilation. Don't require generic.
32074 Follow coding conventions. Minor code cleanup.
32075 (etc-fstab-generic-mode): Add some keywords.
32076 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32077 define-generic-mode like a function declaration.
32078
32079 2005-03-21 Jay Belanger <belanger@truman.edu>
32080
32081 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32082 changing modes.
32083
32084 2005-03-21 Sam Steingold <sds@gnu.org>
32085
32086 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32087
32088 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32089
32090 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32091 Add underscore to "f$ lexicals" regexp.
32092
32093 2005-03-20 Juri Linkov <juri@jurta.org>
32094
32095 * subr.el (progress-reporter-do-update): When `min-value' is equal
32096 to `max-value', set `percentage' to 0 and prevent division by zero.
32097
32098 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32099
32100 Sync with Tramp 2.0.48.
32101
32102 * net/tramp.el (all): Change all addresses to .gnu.org.
32103 (tramp-append-tramp-buffers): New defun.
32104 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32105 Catch `dont-send' signal.
32106 (tramp-set-auto-save-file-modes): Set always permissions, because
32107 there might be an old auto-saved file belonging to another
32108 original file. This could be a security threat. Reported by
32109 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32110 Check for Emacs 21.3.50 removed.
32111
32112 * net/tramp-smb.el (all): Remove debug construct for
32113 `with-parsed-tramp-file-name'.
32114 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32115 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32116 No error message if DIRECTORY or FILENAME doesn't exist.
32117 (tramp-smb-open-connection): Check existence of
32118 `tramp-smb-program'.
32119
32120 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32121
32122 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32123 Properly handle the case where the `m' or `s' command's argument is not
32124 yet terminated.
32125 (perl-indent-new-calculate): New function.
32126 (perl-indent-line): Use it.
32127
32128 2005-03-20 Miles Bader <miles@gnu.org>
32129
32130 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32131 in text-mode too. Change to new face names.
32132 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32133 Add `:weight bold' attribute.
32134 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32135
32136 2005-03-19 Juri Linkov <juri@jurta.org>
32137
32138 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32139
32140 * international/mule.el (auto-coding-alist): Sync with
32141 `auto-mode-alist' by adding upper case archive file extensions
32142 and adding ear/war to jar extension.
32143
32144 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32145
32146 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32147 running, restart it.
32148
32149 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32150
32151 * finder.el (finder-current-item): Throw an error on an empty line.
32152
32153 * man.el (Man-follow-manual-reference): If current-word returns
32154 nil, use "".
32155
32156 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32157
32158 * simple.el (goto-line): Doc fix.
32159
32160 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32161
32162 * files.el (save-buffer): Doc fix.
32163
32164 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32165
32166 * recentf.el (recentf-cleanup-remote): New variable.
32167 (recentf-cleanup): Use it to conditionally check availability of
32168 remote files.
32169
32170 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32171
32172 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32173 function names.
32174
32175 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32176
32177 * language/thai-word.el: New file.
32178
32179 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32180
32181 * files.el (backup-buffer): If the file's directory is not
32182 writable, use copy instead of move to backup the file.
32183
32184 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32185
32186 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32187
32188 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32189
32190 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32191 Use functionp instead of symbolp and fboundp. Reported by Drkm
32192 <darkman_spam@yahoo.fr>.
32193 (ps-print-version): New version 6.6.6.
32194
32195 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32196
32197 * textmodes/table.el (table--line-column-position): New idiom.
32198 (table--row-column-insertion-point-p): New function to test
32199 validity of row and column insertion operation at a location.
32200 (table-global-menu, table-cell-menu): Use above functions for
32201 deterministic test operation.
32202 (table--editable-cell-p): Behave in deterministic fashion.
32203
32204 2005-03-18 Juri Linkov <juri@jurta.org>
32205
32206 * isearch.el (isearch-lazy-highlight-new-loop):
32207 Make arguments beg and end optional.
32208 (isearch-update): Remove optional arguments nil from
32209 isearch-lazy-highlight-new-loop.
32210 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32211 isearch-lazy-highlight-case-fold-search instead of
32212 isearch-case-fold-search, and let-bind isearch-regexp to
32213 isearch-lazy-highlight-regexp.
32214 Use isearch-lazy-highlight-last-string instead of isearch-string.
32215
32216 * replace.el (perform-replace): Remove bindings of global
32217 variables isearch-string, isearch-regexp, isearch-case-fold-search.
32218 Add three new arguments to `replace-highlight'.
32219 (replace-highlight): Add arguments string, regexp, case-fold.
32220 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32221 to allow isearch-lazy-highlight-new-loop to use these values
32222 to set corresponding isearch-lazy-highlight-* internal
32223 variables whose values lazy highlighting will use regardless of
32224 changes to global variables isearch-string, isearch-regexp,
32225 isearch-case-fold-search during lazy highlighting loop.
32226 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32227 to `lazy-highlight-cleanup'.
32228
32229 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32230 (ispell-highlight-face): Set default face to `isearch' when
32231 lazy highlighting is enabled.
32232 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32233 priority to 1. Add lazy highlighting.
32234 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32235 from `isearch-dehighlight'.
32236
32237 2005-03-18 David Ponce <david@dponce.com>
32238
32239 * files.el (hack-local-variables): Do a case-insensitive search
32240 for End.
32241
32242 2005-03-18 Juri Linkov <juri@jurta.org>
32243
32244 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32245 `isearch-lazy-highlight-cleanup', add alias to old name and
32246 declare obsolete. Add release numbers to other obsolete vars.
32247 (isearch-done, isearch-lazy-highlight-new-loop):
32248 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32249 (lazy-highlight-cleanup) <variable>: Doc fix.
32250 (isearch-lazy-highlight-update): Rename obsolete
32251 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32252
32253 2005-03-18 Kenichi Handa <handa@m17n.org>
32254
32255 * language/thai-util.el: Fix categorization of Thai characters in
32256 thai-category-table.
32257 (thai-composition-pattern): Adjust it for the above change.
32258 (thai-self-insert-command, thai-compose-syllable): New functions.
32259 (thai-compose-region): Use thai-compose-syllable.
32260 (thai-compose-string): Likewise.
32261 (thai-composition-function): Likewise.
32262 (thai-auto-composition): New function.
32263 (thai-auto-composition-mode): New minor mode.
32264
32265 * language/thai.el: Fix patterns to be registered in
32266 composition-function-table.
32267
32268 * international/quail.el (quail-input-method): Locally bind
32269 inhibit-modification-hooks to t.
32270
32271 2005-03-17 Richard M. Stallman <rms@gnu.org>
32272
32273 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32274 (perl-mode): Use run-mode-hooks.
32275
32276 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32277 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32278 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32279
32280 * mail/sendmail.el (sendmail-send-it): Reenable the code
32281 to compute resend-to-address and use it.
32282
32283 * tar-mode.el (tar-mode): Turn off undo unconditionally.
32284
32285 * image-mode.el: New file.
32286
32287 * image.el (insert-sliced-image): Add autoload cookie.
32288
32289 * font-lock.el (font-lock-lines-before): New user option.
32290 (font-lock-after-change-function): Obey it.
32291
32292 * bindings.el (esc-map): Make M-g a prefix.
32293 Bind M-g g and M-g M-g to goto-line.
32294
32295 * faces.el (face-id): Doc fix.
32296
32297 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32298
32299 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32300 (rmail-show-message): Use rmail-unknown-mail-followup-to.
32301 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32302
32303 * mail/sendmail.el (mail-yank-ignored-headers)
32304 (mail-font-lock-keywords, mail-mode-fill-paragraph):
32305 Add Mail-Followup-To and Mail-Reply-To headers.
32306 (mail-citation-hook): Add autoload cookie.
32307 (mail-mode): Doc fix.
32308 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32309 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32310 (mail-mode-fill-paragraph): Handle those headers.
32311 (mail-mailing-lists): New variable.
32312 (mail-mail-reply-to, mail-mail-followup-to): New functions.
32313
32314 2005-03-17 Juri Linkov <juri@jurta.org>
32315
32316 * isearch.el (isearch-fallback): Check for `(car previous)'
32317 before calling `isearch-other-end-state'.
32318
32319 2005-03-17 Kim F. Storm <storm@cua.dk>
32320
32321 * simple.el (move-beginning-of-line): Move to beginning of buffer
32322 line, as well as beginning of screen line.
32323
32324 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
32325
32326 * calendar/diary-lib.el (mark-diary-entries): Use new optional
32327 argument REDRAW rather than calendar-redrawing variable.
32328 * calendar/calendar.el (calendar-redrawing): Delete.
32329 (redraw-calendar): Do not bind calendar-redrawing.
32330
32331 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
32332
32333 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32334 diary-file buffer.
32335
32336 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
32337
32338 * help.el (describe-mode): Allow a :minor-mode-function property to
32339 specify a different minor mode toggle function than the variable.
32340 * simple.el (auto-fill-function):
32341 * subr.el (add-minor-mode): Use it.
32342
32343 2005-03-16 Kenichi Handa <handa@m17n.org>
32344
32345 * language/ethio-util.el (sera-being-called-by-w3): New variable.
32346 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32347 (ethio-fidel-to-sera-buffer): Likewise.
32348
32349 2005-03-16 Juri Linkov <juri@jurta.org>
32350
32351 * emacs-lisp/find-func.el (find-function-regexp):
32352 Add defun-emitting macro `menu-bar-make-toggle'.
32353
32354 * isearch.el: Put `isearch-scroll' property to
32355 `split-window-horizontally'.
32356
32357 * info.el: Update error messages for `debug-ignored-errors'.
32358 (Info-isearch-search): Doc fix.
32359 (Info-find-node): Move up code to go into info buffer before
32360 recording the node to the history.
32361 (Info-fontify-node): Fontify titles only if the next line
32362 has two or more `*', `=', `-', `.'.
32363 Display "go to this node" for empty (match-string 3).
32364
32365 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32366
32367 * term/mac-win.el: Add mouse pointer shape constants.
32368
32369 2005-03-15 Kim F. Storm <storm@cua.dk>
32370
32371 * simple.el (move-beginning-of-line): Use vertical-motion.
32372
32373 2005-03-15 Juri Linkov <juri@jurta.org>
32374
32375 * isearch.el (isearch-error): New variable.
32376 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32377 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32378 (isearch-within-brackets-state): Remove.
32379 (isearch-case-fold-search-state, isearch-pop-fun-state):
32380 Decrease frame index.
32381 (isearch-mode, isearch-top-state, isearch-push-state)
32382 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32383 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32384 (isearch-search, isearch-lazy-highlight-new-loop):
32385 Replace `isearch-invalid-regexp' with `isearch-error'.
32386 Remove `isearch-within-brackets'.
32387 (isearch-search): Add `search-failed' handler to `condition-case'.
32388 (isearch-lazy-highlight-search): Add `condition-case' to catch
32389 errors and allow `isearch-lazy-highlight-update' to try
32390 highlighting from the beginning of the window.
32391 (isearch-repeat): Move up code to set isearch-wrapped to t
32392 before calling isearch-wrap-function.
32393
32394 * info.el (Info-isearch-initial-node): New internal variable.
32395 (Info-search): Signal an error in isearch mode when search leaves
32396 the initial node. Signal an error when `bound' is non-nil and
32397 nothing was found in the current subfile.
32398 (Info-isearch-search): Remove `condition-case'.
32399 (Info-isearch-wrap): Don't wrap when search failed during leaving
32400 the initial node. If `Info-isearch-search' is nil, wrap around
32401 the current node.
32402 (Info-isearch-start): New fun.
32403 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32404 `isearch-mode-hook'.
32405
32406 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32407
32408 * simple.el (normal-erase-is-backspace): Set default to t if
32409 running on Mac.
32410
32411 * term/mac-win.el (function-key-map): Sync with x-win.el.
32412
32413 2005-03-15 Kenichi Handa <handa@m17n.org>
32414
32415 * international/mule-cmds.el (locale-language-names): Modify the
32416 format of elements and add more entries.
32417 (locale-preferred-coding-systems): Add more entries.
32418 (set-locale-environment): Adjust for the change of
32419 locale-language-names.
32420
32421 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32422
32423 * pcvs.el (smerge-ediff): Remove bogus autoload.
32424
32425 2005-03-14 Lute Kamstra <lute@gnu.org>
32426
32427 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32428 Ignore a `*' at the beginning of a line.
32429
32430 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32431 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32432 subr.el.
32433 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32434 to specify indentation.
32435
32436 * generic.el (define-generic-mode): Let generic-mode-list be a
32437 list of strings; test membership with equal.
32438
32439 2005-03-14 Kim F. Storm <storm@cua.dk>
32440
32441 * simple.el (next-line, previous-line): Add optional try-vscroll
32442 arg to recognize interactive use. Pass it on to line-move.
32443 (line-move): Don't perform auto-window-vscroll when defining or
32444 executing keyboard macro to ensure consistent behavior.
32445
32446 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32447
32448 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32449
32450 2005-03-13 Lute Kamstra <lute@gnu.org>
32451
32452 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32453 debugger-setup-buffer so that backtrace marks the frames set to
32454 debug-on-exit and we don't have to do it manually. Set an extra
32455 debug-on-exit for macro's.
32456 (debugger-setup-buffer): Don't mark the top frame manually.
32457
32458 2005-03-12 Lute Kamstra <lute@gnu.org>
32459
32460 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32461 lisp-indent-function throughout.
32462 (with-no-warnings): Set lisp-indent-function property.
32463
32464 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32465
32466 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32467 Add entry for backslash.
32468
32469 2005-03-12 Juri Linkov <juri@jurta.org>
32470
32471 * info.el (Info-search): Four fixes for backward search.
32472
32473 2005-03-11 Jay Belanger <belanger@truman.edu>
32474
32475 * calc/calc.el (calc-language-alist): New variable.
32476 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32477 (calc-embedded-find-modes): Use calc-language-alist instead of
32478 calc-embedded-language-alist.
32479
32480 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32481
32482 * calendar/calendar.el (calendar-redrawing): New internal
32483 variable.
32484 (redraw-calendar): Remove bogus save-excursion from previous
32485 change. Bind calendar-redrawing to t for mark-diary-entries.
32486 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32487 calendar if that is why we were called.
32488
32489 2005-03-11 Kenichi Handa <handa@m17n.org>
32490
32491 * international/mule.el (make-coding-system): Set property
32492 coding-system-define-form to nil.
32493 (define-coding-system-alias): Likewise.
32494
32495 2005-03-11 Kenichi Handa <handa@m17n.org>
32496
32497 These changes are suggested by Dave Love <fx@gnu.org>.
32498
32499 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32500 coding: tag.
32501 (adaptive-fill-regexp): Add more bullets.
32502 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32503 regexps.
32504
32505 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
32506
32507 * help.el (describe-mode): Properly handle non-trivial lighters.
32508 Don't ignore minor modes that are not listed in minor-mode-list.
32509
32510 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32511 feature ON when the user requests to turn it OFF.
32512
32513 2005-03-10 Lute Kamstra <lute@gnu.org>
32514
32515 * emacs-lisp/debug.el (debug-entry-code): Delete it.
32516 (implement-debug-on-entry): New function to replace debug-entry-code.
32517 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
32518 second argument as the 2005-03-07 change makes it obsolete.
32519 (debug-on-entry, cancel-debug-on-entry): Update call to
32520 debug-on-entry-1.
32521 (debug, debugger-setup-buffer): Comment update.
32522 (debugger-frame-number): Update to work with implement-debug-on-entry.
32523
32524 2005-03-10 Jay Belanger <belanger@truman.edu>
32525
32526 * calc/calc-embed.el (math-ms-args): Declare it.
32527 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32528 math-ms-args.
32529 (calc-embedded-subst): Use math-multi-subst-rec to substitute
32530 variables.
32531
32532 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
32533
32534 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32535 Use message-box.
32536
32537 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32538 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32539 (tooltip-gud-tips): Simplify.
32540 (tooltip-gud-tips-p): Remove superfluous :set.
32541 (tooltip-gud-modes): Add fortran-mode.
32542 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32543
32544 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32545
32546 2005-03-09 Kim F. Storm <storm@cua.dk>
32547
32548 * play/animate.el (animate-place-char): Use forward-line instead
32549 of next-line to improve performance.
32550
32551 2005-03-09 Simon Josefsson <jas@extundo.com>
32552
32553 * net/browse-url.el (browse-url-default-browser): Doc fix.
32554
32555 2005-03-09 Miles Bader <miles@gnu.org>
32556
32557 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32558 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32559
32560 2005-03-09 Kenichi Handa <handa@m17n.org>
32561
32562 * international/latin-1.el: Set case and syntax for 255 only if
32563 set-case-syntax-set-multibyte is nil.
32564
32565 * textmodes/ispell.el (ispell-insert-word): New function.
32566 (ispell-word): Use ispell-insert-word to insert a new word.
32567 (ispell-process-line): Likewise.
32568 (ispell-complete-word): Likewise.
32569
32570 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
32571
32572 * calendar/calendar.el (redraw-calendar): Preserve point.
32573 Reported by Matt Hodges <MPHodges@member.fsf.org>.
32574 (calendar-week-start-day): Move after definition of
32575 redraw-calendar. Delete buffer test, since redraw-calendar has
32576 that now.
32577
32578 * calendar/diary-lib.el (mark-diary-entries): Only call
32579 redraw-calendar in the first of any recursive calls.
32580 Reported by Alan Shutko <ats@acm.org>.
32581
32582 2005-03-08 Juri Linkov <juri@jurta.org>
32583
32584 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32585 (html-horizontal-rule, html-line, html-image, html-checkboxes)
32586 (html-radio-buttons): Add a space before the trailing `/>' where
32587 sgml-xml-mode is non-nil.
32588 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32589 the subsequent tag of the empty XML tag.
32590 (html-href-anchor): Don't set initial input to "http:".
32591 (html-image): Ask for the image URL and set point inside alt="".
32592 (html-name-anchor): Duplicate the name in the `id' attribute when
32593 sgml-xml-mode is non-nil.
32594 (html-paragraph): Remove \n before <p>.
32595 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32596 instead of `checked' when sgml-xml-mode is non-nil.
32597
32598 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32599 Remove 1 space before #RRGGBB to not truncate it on terminal
32600 windows w/o fringes. Remove 1 space between bg and fg examples
32601 to get more space.
32602 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32603 avoid byte-compile warnings.
32604
32605 * image-file.el (image-file-handler): Put `safe-magic' property to
32606 `image-file-handler'.
32607
32608 * info.el (Info-isearch-search): Emulate word search in
32609 isearching through multiple Info nodes with Info-search.
32610 (Info-isearch-wrap): Allow isearch-word.
32611
32612 2005-03-08 Lute Kamstra <lute@gnu.org>
32613
32614 * emacs-lisp/debug.el (debugger-step-through): Make sure that
32615 stepping into the debugger's code is not possible.
32616 (debugger-jumping-flag): Docstring update.
32617
32618 2005-03-08 Jay Belanger <belanger@truman.edu>
32619
32620 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32621 embedded mode begins.
32622 (calc-embedded-language-alist): New variable.
32623 (calc-embedded-find-modes): Use calc-embedded-language-alist to
32624 set default language mode.
32625
32626 2005-03-08 Kenichi Handa <handa@m17n.org>
32627
32628 * international/ccl.el (define-ccl-program): Fix docstring about
32629 extra 256 bytes assured for the output buffer.
32630
32631 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32632 Fix BUFFER_MAGNIFICATION to 2.
32633 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32634
32635 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
32636
32637 * align.el (align-rules-list): Added an alignment rule for CSS
32638 declarations (applies to css-mode and html-mode buffers).
32639
32640 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
32641
32642 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32643
32644 2005-03-07 Kim F. Storm <storm@cua.dk>
32645
32646 * simple.el (move-beginning-of-line): New command.
32647
32648 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32649
32650 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32651
32652 * emulation/cua-base.el: Put CUA move property on move-end-of-line
32653 and move-beginning-of-line.
32654
32655 * apropos.el (apropos-print): Omit command from M-x ... RET.
32656
32657 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
32658
32659 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32660 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32661
32662 2005-03-06 Richard M. Stallman <rms@gnu.org>
32663
32664 * bindings.el (esc-map): Bind M-g to goto-line.
32665
32666 * facemenu.el (global-map): Bind M-o, not M-g.
32667
32668 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32669
32670 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32671 "Open Directory" as for "Open File".
32672
32673 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
32674
32675 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32676 (push-mark-command): Run activate-mark-hook.
32677
32678 2005-03-06 Richard M. Stallman <rms@gnu.org>
32679
32680 * help-mode.el (help-mode-finish): Don't alter the element
32681 in view-return-to-alist if there already is one.
32682
32683 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32684 make sure the current buffer is the expected one.
32685
32686 * novice.el (disabled-command-function): Output in *Disabled Command*.
32687 Explicitly ignore non-keyboard events, and explicitly handle C-g.
32688
32689 * textmodes/flyspell.el (flyspell-large-region):
32690 Pass args differently for aspell.
32691
32692 * files.el (mode-require-final-newline): Doc fix.
32693
32694 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32695
32696 * progmodes/which-func.el (which-function):
32697 Specify NOERROR when calling imenu--make-index-alist.
32698
32699 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32700
32701 * simple.el (normal-erase-is-backspace): Define default value.
32702
32703 * custom.el (custom-theme-set-variables): Remove unused var
32704 `immediate'.
32705 (custom-reevaluate-setting): Simple function to handle variables
32706 that are defined before their default value can really be
32707 computed.
32708
32709 * startup.el (command-line): Use it for temporary-file-directory,
32710 small-emporary-file-directory, auto-save-file-name-transforms,
32711 blink-cursor-mode, and normal-erase-is-backspace.
32712
32713 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32714 progress, even with buggy anchored keywords.
32715
32716 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32717
32718 * simple.el (goto-line): Remove unbalanced final parenthesis.
32719
32720 2005-03-05 Richard M. Stallman <rms@gnu.org>
32721
32722 * simple.el (goto-line): Use a number at point as the default.
32723 With C-u as arg, switch buffers.
32724
32725 2005-03-05 Juri Linkov <juri@jurta.org>
32726
32727 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32728 with `no-blinking-cursor'.
32729
32730 * startup.el (no-blinking-cursor): New defvar.
32731 (command-line): Add `--no-blinking-cursor' to longopts.
32732 Set `no-blinking-cursor' to t for command line arguments
32733 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32734 with `no-blinking-cursor' in the condition for calling
32735 `blink-cursor-mode'.
32736
32737 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
32738
32739 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32740 (menu-bar-options-save): Add blink-cursor-mode.
32741 (menu-bar-options-menu): Add blink-cursor-mode.
32742
32743 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
32744
32745 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32746 (icalendar-export-file, icalendar-export-region)
32747 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32748 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32749
32750 2005-03-04 Lute Kamstra <lute@gnu.org>
32751
32752 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32753 (debug-function-list): Ditto.
32754
32755 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
32756
32757 * textmodes/texinfmt.el (texinfo-append-refill):
32758 Redefine the types of line to which @refill
32759 is not appended by replacing a search for `@refill\\|@bye' with
32760 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
32761 itemize@refill' bug and the unfilled long lines bug.
32762 (texinfmt-version): Update number and date.
32763
32764 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
32765
32766 * international/code-pages.el (windows-1250, windows-125[2-8])
32767 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32768
32769 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
32770
32771 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32772 bound yet.
32773
32774 2005-03-02 Romain Francoise <romain@orebokech.com>
32775
32776 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32777 buffer after removing limits.
32778 (ibuffer-pop-filter): Ditto.
32779 Update copyright.
32780
32781 2005-03-02 Miles Bader <miles@gnu.org>
32782
32783 * button.el (make-text-button): If the user doesn't specify a
32784 type, use the default. Rewrite to use `add-text-properties' and
32785 plist functions.
32786
32787 2005-03-01 Lute Kamstra <lute@gnu.org>
32788
32789 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32790 (debugger-jumping-flag): New var.
32791 (debug-entry-code): Use it.
32792 (debugger-jump): Use debugger-jumping-flag and add
32793 debugger-reenable to post-command-hook.
32794 (debugger-reenable): Use debugger-jumping-flag and remove itself
32795 from post-command-hook.
32796 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32797 debugger-reenable.
32798
32799 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
32800
32801 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32802 inclusion of "itemize\\|", which may be unnecessary, is certainly
32803 inelegant, and stops refilling in itemize lists when formatting
32804 Japanese Texinfo files to Info.
32805 Update copyright to 2005.
32806
32807 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
32808
32809 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32810 of an error if GDB can't find the source file.
32811
32812 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
32813
32814 * calendar/calendar.el (redraw-calendar): Work from any buffer,
32815 not just the calendar.
32816
32817 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32818 first.
32819 (diary-redraw-calendar): New function.
32820 (make-diary-entry): Add diary-redraw-calendar to local
32821 write-contents-functions. Turn off selective display before
32822 inserting in diary.
32823
32824 2005-03-01 Kim F. Storm <storm@cua.dk>
32825
32826 * emacs-lisp/copyright.el (copyright-fix-years): New command.
32827
32828 2005-03-01 Lute Kamstra <lute@gnu.org>
32829
32830 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32831 that debug-entry-code can be safely removed from a function while
32832 this code is being evaluated. Revert the 2005-02-27 change as the
32833 new implementation no longer requires it. Make sure that a
32834 function body containing just a string is not mistaken for a docstring.
32835 (debug): Skip one more frame in case of debug on entry.
32836 (debugger-setup-buffer): Delete one more frame line in case of
32837 debug on entry.
32838 (debugger-frame-number): Update to use the new text introduced by
32839 the 1999-11-03 change. Skip one more frame in case of debug on entry.
32840
32841 2005-02-28 Kim F. Storm <storm@cua.dk>
32842
32843 * double.el (double-translate-key): Call force-window-update after
32844 read-event to avoid crash in redisplay.
32845
32846 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
32847
32848 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32849 (debug): Use it. Move the inhibit-trace earlier.
32850 (debug-entry-code): New const.
32851 (debug-on-entry-1): Use it.
32852
32853 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
32854
32855 * international/utf-16.el (ccl-encode-mule-utf-16le):
32856 Fix BUFFER_MAGNIFICATION to 2.
32857 (ccl-encode-mule-utf-16be): Likewise.
32858
32859 2005-02-28 Kenichi Handa <handa@m17n.org>
32860
32861 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32862 Fix BUFFER_MAGNIFICATION to 4.
32863 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32864
32865 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
32866
32867 * speedbar.el (speedbar-update-flag): Doc fix.
32868 (speedbar-show-info-under-mouse): Give set-mouse-position the right
32869 argument.
32870
32871 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
32872
32873 * reveal.el (reveal-post-command): Don't try to reveal overlays which
32874 have a non-nil `invisible' property but are actually visible.
32875
32876 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32877 for perldoc sections.
32878 (perl-outline-regexp, perl-outline-level): New var and function.
32879 (perl-mode): Use them.
32880
32881 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
32882
32883 * calendar/diary-lib.el (diary-remind): Discard any mark portion
32884 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32885
32886 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
32887
32888 * cus-edit.el: Comment change.
32889 (custom-buffer-create-internal): Slightly reword text at top of
32890 Custom buffers. Mention there that saving an option edits the
32891 init file. Add link to Emacs manual node on `custom-file'.
32892 (custom-magic-alist): Rewrite individual State messages to use
32893 capitalized keywords. Doc fix.
32894
32895 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
32896
32897 * calendar/calendar.el (calendar-buffer): Move above
32898 calendar-week-start-day.
32899 (calendar-week-start-day): Doc fix. Add :set function.
32900 (calendar-minimum-window-height): New variable.
32901 (generate-calendar-window): Only resize window if selected-window
32902 is displaying the calendar buffer. Use new variable
32903 calendar-minimum-window-height.
32904 (generate-calendar): Reword error message.
32905 (calendar-mode-map): Bind DEL to scroll-other-window-down.
32906
32907 2005-02-27 Andreas Schwab <schwab@suse.de>
32908
32909 * vc.el (vc-do-command): Don't run command asynchronously when
32910 operating in a remote directory.
32911
32912 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32913 change from sync with Tramp 2.0.47.
32914
32915 2005-02-27 Richard M. Stallman <rms@gnu.org>
32916
32917 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32918
32919 * textmodes/flyspell.el (flyspell-mode-on):
32920 Call ispell-change-dictionary only if necessary.
32921
32922 * emacs-lisp/re-builder.el (regexp-builder): New function.
32923
32924 * register.el (describe-register-1): Explicitly handle
32925 yank-excluded-properties = t.
32926
32927 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32928 (custom-magic-alist): Change the status descriptions again.
32929 (face widget-type): Total rewrite based on `restricted-sexp'
32930 to eliminate the confusing double hiding levels.
32931
32932 * emacs-lisp/debug.el (debug-on-entry-1):
32933 If function body is empty, add nil as body form.
32934
32935 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
32936
32937 * emacs-lisp/trace.el (inhibit-trace): New var.
32938 (trace-make-advice): Use it.
32939
32940 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32941
32942 2005-02-26 Kim F. Storm <storm@cua.dk>
32943
32944 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32945 (mouse-on-link-p, mouse-drag-region-1): Use it.
32946
32947 2005-02-25 Lute Kamstra <lute@gnu.org>
32948
32949 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32950
32951 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
32952
32953 * frame.el (blink-cursor-mode): Add :group keyword.
32954
32955 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
32956
32957 * calendar/icalendar.el (icalendar--decode-isodatetime):
32958 New optional argument DAY-SHIFT.
32959 (icalendar-export-region): Fix coding-system-for-write.
32960 (icalendar--convert-ical-to-diary): Shift end-day of all-day
32961 events by one.
32962
32963 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
32964
32965 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32966
32967 2005-02-24 Kim F. Storm <storm@cua.dk>
32968
32969 * international/iso-acc.el (iso-accents-compose): Fix crash
32970 during redisplay. Call force-window-update after read-event
32971 and delete-region to signal that window is not accurate.
32972
32973 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
32974
32975 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32976 Remove unused and inexistent var `inhibit-trace'.
32977 (debugger-mode): Use run-mode-hooks.
32978 (debugger-list-functions): Add buttons; setup xref stack.
32979
32980 2005-02-23 Richard M. Stallman <rms@gnu.org>
32981
32982 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32983 appointment says it was explicitly made.
32984 (appt-add): Set the 3rd element.
32985 (appt-make-list): Preserve explicit appointments.
32986
32987 * subr.el (find-tag-default): Catch errors in forward-sexp.
32988
32989 2005-02-23 Juri Linkov <juri@jurta.org>
32990
32991 * info.el (Info-isearch-search): New defcustom.
32992 (Info-isearch-search): Call the default isearch function
32993 when Info-isearch-search is nil.
32994 (Info-isearch-wrap): Use variable Info-isearch-search.
32995
32996 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
32997
32998 * cus-edit.el: Comment change.
32999
33000 2005-02-22 Kim F. Storm <storm@cua.dk>
33001
33002 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33003 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33004
33005 2005-02-22 Simon Josefsson <jas@extundo.com>
33006
33007 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33008 New variable.
33009 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33010 Oskarsson" <myrkraverk@users.sourceforget.net>.
33011
33012 2005-02-22 Kim F. Storm <storm@cua.dk>
33013
33014 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33015 check that window of that event is the selected window.
33016 (mouse-drag-region-1): Compare mouse event window to selected
33017 window before setting point.
33018
33019 * tooltip.el (tooltip-show-help-function): Pass event to
33020 mouse-on-link-p so it can check selected window.
33021
33022 2005-02-22 Kenichi Handa <handa@m17n.org>
33023
33024 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33025 (ps-mule-show-warning): New function.
33026 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33027 characters are found.
33028
33029 * ps-print.el (ps-header-footer-string): Return a list of header
33030 and footer strings.
33031
33032 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33033
33034 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33035
33036 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33037
33038 * frame.el (blink-cursor-mode): Use define-minor-mode.
33039
33040 * term/mac-win.el (function-key-map): Use char-names more consistently.
33041 (file-name-coding-system): Only set it for MacOS-9. The other case is
33042 already handled in mule-cmds.el (where it also works when mac-win.el
33043 is not used).
33044
33045 2005-02-21 Kenichi Handa <handa@m17n.org>
33046
33047 * international/mule.el (ctext-pre-write-conversion): Always use
33048 " *code-converting-work*" buffer for work.
33049
33050 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33051
33052 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33053
33054 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33055
33056 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33057
33058 * ses.el (undo-more): Restore defadvice, but only the part that
33059 allows changes outside the restricted area of the buffer.
33060
33061 2005-02-20 Kim F. Storm <storm@cua.dk>
33062
33063 * simple.el (line-move): Add fourth optional arg try-vscroll which
33064 must be set to perform auto-window-vscroll.
33065 When moving backwards and doing auto-window-vscroll, automatically
33066 vscroll to the last part of lines which are taller than the window.
33067 (next-line, previous-line): Set try-vscroll arg on line-move.
33068
33069 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33070
33071 * replace.el (query-replace, query-replace-regexp)
33072 (replace-string, replace-regexp): When operating on region, make
33073 the minibuffer prompt say so.
33074
33075 * isearch.el (isearch-forward): Document isearch-query-replace and
33076 isearch-query-replace-regexp keybindings.
33077
33078 2005-02-19 Jay Belanger <belanger@truman.edu>
33079
33080 * calc/calc-aent.el (math-read-token): Add local variable.
33081
33082 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33083 (calc-edit-top): Move declaration to earlier in file.
33084 (calc-edit-macro-repeats): Add local variables.
33085
33086 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33087 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33088 calcFunc-tanh.
33089 Adjust integration rule for calcFunc-tan.
33090
33091 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33092
33093 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33094 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33095 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33096 (viper-skip-separators): Bug fix.
33097 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33098 particular major mode.
33099 (viper-del-backward-char-in-replace): Don't put deleted char on the
33100 kill ring.
33101
33102 * viper-ex.el (viper-color-display-p): New function.
33103 (viper-has-face-support-p): Use viper-color-display-p.
33104
33105 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33106
33107 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33108
33109 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33110 (viper-file-remote-p): Make equivalent to file-remote-p.
33111
33112 * viper.el (viper-major-mode-modifier-list):
33113 Use viper-gnus-modifier-map.
33114
33115 2005-02-19 David Kastrup <dak@gnu.org>
33116
33117 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33118 quoting.
33119
33120 2005-02-19 Jay Belanger <belanger@truman.edu>
33121
33122 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33123 Remove extra definitions.
33124 (calc-coth): New function.
33125 (calcFunc-cot): Fix `let'.
33126
33127 2005-02-19 Eli Zaretskii <eliz@gnu.org>
33128
33129 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33130 the reasons we use "type pc" in these faces.
33131
33132 * button.el (button): Ditto.
33133
33134 2005-02-19 Michael Mauger <mmaug@yahoo.com>
33135
33136 * replace.el (query-replace-read-from): Set the value of
33137 query-replace-from-history-variable to handle the case of an empty
33138 string entered to accept the suggested default.
33139
33140 * net/tramp.el (tramp-file-name-for-operation):
33141 Use dired-call-process instead of dired-call-process-command.
33142
33143 2005-02-19 Jay Belanger <belanger@truman.edu>
33144
33145 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33146 (math-div-non-trig): New variables.
33147 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33148 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33149 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33150 trig expressions.
33151
33152 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
33153
33154 * progmodes/gdb-ui.el (gdb-var-update-handler)
33155 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33156 for watch expressions,
33157 (gdb-var-create-handler): Don't set speedbar-update-flag.
33158 (gdb-post-prompt): Simplify test for speedbar.
33159
33160 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33161
33162 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33163 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33164 we use the syntax table of the correct buffer.
33165 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33166 Felix Gatzemeier.
33167
33168 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33169 (ediff-file-remote-p): Make synonymous with file-remote-p.
33170 In all deffaces ediff-*-face-*, use min-colors.
33171
33172 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33173 ediff-recurse-to-subdirectories.
33174 (ediff-mark-if-equal): Check that the arguments are strings, use
33175 ediff-same-contents (after to Felix Gatzemeier).
33176
33177 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33178 nil.
33179
33180 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33181
33182 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33183
33184 2005-02-18 David Kastrup <dak@gnu.org>
33185
33186 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33187 use `mark-active' when defined.
33188
33189 2005-02-18 Kenichi Handa <handa@m17n.org>
33190
33191 * ps-print.el (ps-font-info-database): New entry
33192 ZapfChancery-MediumItalic with correct font name. Fix font name
33193 of the entry Zapf-Chancery-MediumItalic.
33194
33195 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33196
33197 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33198
33199 2005-02-16 Kim F. Storm <storm@cua.dk>
33200
33201 * ido.el (ido-fallback-command): Pass user input to fallback command.
33202
33203 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
33204
33205 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33206 (gdb-find-file-hook): Add server prefix.
33207
33208 2005-02-16 Richard M. Stallman <rms@gnu.org>
33209
33210 * replace.el (perform-replace): Pass new args to replace-highlight.
33211 (replace-highlight): Take region args,
33212 and pass them to isearch-lazy-highlight-new-loop.
33213
33214 * novice.el (disabled-command-hook): Autoload the defalias
33215 and the make-obsolete-variable call.
33216
33217 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33218
33219 * isearch.el (isearch-lazy-highlight-start-limit)
33220 (isearch-lazy-highlight-end-limit): New variables limit
33221 the region for highlighting.
33222 (isearch-lazy-highlight-new-loop): New args BEG and END.
33223 (isearch-lazy-highlight-search): Use the new vars.
33224 (isearch-lazy-highlight-update): Likewise.
33225
33226 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33227
33228 * cus-start.el (all): Use default-boundp.
33229
33230 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
33231
33232 * menu-bar.el (menu-bar-select-frame): Handle current frame.
33233
33234 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
33235
33236 * autorevert.el (auto-revert-stop-on-user-input)
33237 (auto-revert-verbose): Doc fixes.
33238
33239 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
33240
33241 * international/mule-cmds.el (set-locale-environment): Remove call
33242 to set-selection-coding-system on Windows.
33243
33244 2005-02-15 Jay Belanger <belanger@truman.edu>
33245
33246 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33247 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33248 calcFunc-coth.
33249 (math-simplify-sqrt): Add simplifications.
33250
33251 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33252 to list.
33253
33254 * calc/calc-ext.el: Add functions to autoloads.
33255
33256 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33257 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33258 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33259 (math-csc-raw, math-cot-raw): New functions.
33260
33261 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33262
33263 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33264 the variable name in a message.
33265
33266 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33267 calcFunc-csc, calcFunc-cot.
33268
33269 * calc/calcalg2.el: Add derivative and integration rules for
33270 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33271 calcFunc-csch, calcFunc-coth.
33272 (math-do-integral-methods): Add to checks for when to use
33273 substitutions.
33274
33275 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33276
33277 2005-02-15 Lute Kamstra <lute@gnu.org>
33278
33279 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33280 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
33281 <monnier@iro.umontreal.ca>.
33282 (lisp-outline-level): Improve efficiency. Suggested by David
33283 Kastrup <dak@gnu.org>.
33284
33285 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
33286
33287 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33288 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33289 (gdb-set-gud-minor-mode-existing-buffers): New functions.
33290 (gdb-find-file-hook): New hook. Add it to find-file-hook.
33291 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33292
33293 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
33294
33295 * cus-start.el (all): Comment change.
33296
33297 2005-02-14 Lute Kamstra <lute@gnu.org>
33298
33299 * cus-start.el (all): Check if symbol is void.
33300
33301 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
33302
33303 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33304 optional argument to \cite.
33305
33306 2005-02-14 Richard M. Stallman <rms@gnu.org>
33307
33308 * cus-edit.el (custom-buffer-create-internal): Update help message.
33309 (custom-magic-alist): Update help messages.
33310
33311 * cus-start.el (all): Allow a var to specify a standard value.
33312
33313 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
33314
33315 * custom.el (custom-theme-set-variables): Handle variable aliases.
33316
33317 * frame.el (blink-cursor-timer): Doc fix.
33318 (blink-cursor): Make it an alias for `blink-cursor-mode' and
33319 declare obsolete.
33320 (blink-cursor-mode): Define with defcustom and use correct
33321 standard expression in that defcustom.
33322 * startup.el (command-line): Adapt to above changes in frame.el.
33323
33324 2005-02-11 Lute Kamstra <lute@gnu.org>
33325
33326 * apropos.el (apropos-score-doc): Prevent division by zero.
33327
33328 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
33329
33330 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33331 (icalendar--get-event-property-attributes)
33332 (icalendar--get-event-properties)
33333 (icalendar--datetime-to-diary-date): New functions.
33334 (icalendar--split-value): Doc fix.
33335 (icalendar--datetime-to-noneuropean-date)
33336 (icalendar--datetime-to-european-date): New optional argument
33337 SEPARATOR. Return result as a string instead of a list.
33338 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33339 (icalendar--convert-string-for-export): Rename arg S to STRING.
33340 (icalendar-export-region): Doc fix. Change name of error buffer.
33341 Save output buffer.
33342 (icalendar-import-file): Add blank at end of prompt.
33343 (icalendar-import-buffer): Doc fix. Do not switch to error
33344 buffer. Indicate status in return value.
33345 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
33346 buffer. Save output buffer. Handle exception from recurrence
33347 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
33348 events. Fix problems with weekly all-day events.
33349
33350 2005-02-10 Richard M. Stallman <rms@gnu.org>
33351
33352 * simple.el (eval-expression-print-format):
33353 Avoid warning about edebug-active.
33354
33355 * help.el (help-for-help-internal): Rename from help-for-help.
33356 (help-for-help): Define with defalias.
33357
33358 * font-core.el (font-lock-default-function): Use with-no-warnings.
33359
33360 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33361
33362 * custom.el (defface): Doc fix.
33363
33364 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
33365
33366 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33367 width 0" to prevent word wrapping problems.
33368
33369 2005-02-09 Kim F. Storm <storm@cua.dk>
33370
33371 * ido.el (ido-file-extensions-order): New defcustom.
33372 (ido-file-extension-lessp, ido-file-extension-aux)
33373 (ido-file-extension-order): New advanced file ordering.
33374 (ido-file-lessp): New simple file ordering.
33375 (ido-sort-list): Remove.
33376 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33377 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33378
33379 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33380
33381 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33382 that some versions of grep produce.
33383 (grep-mode-font-lock-keywords): Likewise.
33384
33385 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
33386
33387 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33388 (gdb-cdir): Delete.
33389 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33390 (gdb-source-info): Treat case when source file is in another
33391 directory properly.
33392 (gdb-get-location): New function.
33393
33394 2005-02-07 Jay Belanger <belanger@truman.edu>
33395
33396 * calc/calc-prog.el (calc-write-parse-table-part)
33397 (calc-fix-token-name): Fix a check for language type.
33398
33399 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33400
33401 2005-02-07 Andre Spiegel <spiegel@gnu.org>
33402
33403 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33404 as directory not writable.
33405
33406 2005-02-07 Kim F. Storm <storm@cua.dk>
33407
33408 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33409 (cua--standard-movement-commands): Remove list.
33410 Instead, set CUA property value to move for movement commands.
33411 (cua-movement-commands): Remove. Users must set CUA prop instead.
33412 (cua--pre-command-handler): Check CUA property.
33413 (cua--init-keymaps): Don't remap undo commands.
33414 (cua-mode): Don't call cua--rectangle-on-off.
33415
33416 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33417 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33418 (cua--rect-undo-set-point): New var.
33419 (cua--rectangle-undo-boundary): Setup undo apply entry.
33420 (cua--rect-undo-handler): New function for rectangle undo.
33421 (cua--rect-start-position, cua--rect-end-position): Add.
33422 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33423 for restored rectangle. Set point if cua--rect-undo-set-point.
33424
33425 2005-02-06 Jay Belanger <belanger@truman.edu>
33426
33427 * calc/calc-lang.el (calc-tex-language): Display more information
33428 in messages.
33429
33430 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33431 in TeX mode.
33432
33433 2005-02-06 Richard M. Stallman <rms@gnu.org>
33434
33435 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33436
33437 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
33438
33439 * net/ldap.el (ldap-search-internal): Support attributes with
33440 optional descriptions separated by a semi-colon, as in
33441 "userCertificate;binary".
33442
33443 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33444
33445 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33446 isn't a cons (i.e. the version is 0).
33447
33448 2005-02-05 Eli Zaretskii <eliz@gnu.org>
33449
33450 * help.el (help-for-help): Doc fix.
33451
33452 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
33453
33454 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33455 GDB-Windows on the menu-bar as this works better.
33456
33457 2005-02-04 Jay Belanger <belanger@truman.edu>
33458
33459 * calc/calc-embed.el (calc-embedded-update): Don't put in
33460 unnecessary newlines. Adjust the end of formula marker.
33461
33462 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33463 (math-latex-parse-two-args): New function.
33464
33465 2005-02-03 Lute Kamstra <lute@gnu.org>
33466
33467 * help-fns.el (help-with-tutorial): Make sure that users cannot
33468 remove the entire text of the tutorial by means of `undo'.
33469
33470 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33471
33472 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33473 in recent changes, where the ispell process was repeatedly
33474 killed & restarted.
33475
33476 * international/mule-cmds.el (set-locale-environment): Set file-name
33477 coding system to utf-8 on Darwin systems.
33478 (set-default-coding-systems): Don't set default-file-name-coding-system
33479 on Darwin systems.
33480
33481 2005-02-03 Richard M. Stallman <rms@gnu.org>
33482
33483 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33484
33485 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33486
33487 * faces.el (list-faces-display): Add optional argument.
33488
33489 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33490
33491 * font-core.el (font-lock-default-function): Handle the rare case where
33492 only font-lock-keywords is set.
33493
33494 2005-02-02 Kenichi Handa <handa@m17n.org>
33495
33496 * international/characters.el: Cancel previous change for
33497 I-WITH-DOT-ABOVE and DOTLESS-i.
33498
33499 * international/latin-5.el: Cancel previous change.
33500
33501 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33502
33503 * progmodes/gud.el: Correction to syntax in gud-menu-map.
33504
33505 2005-02-02 Kenichi Handa <handa@m17n.org>
33506
33507 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33508 DOTLESS-i.
33509
33510 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33511 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33512
33513 * case-table.el (get-upcase-table): New function.
33514 (copy-case-table): Copy upcaes table too if non-nil.
33515 (set-case-syntax-delims): Maintain upcase table too.
33516 (set-case-syntax-pair): Likewise.
33517 (set-upcase-syntax, set-downcase-syntax): New functions.
33518 (set-case-syntax): Maintain upcase table too.
33519
33520 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33521
33522 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33523
33524 * progmodes/gud.el (gud-goto-info): New function.
33525 (gud-tool-bar-map): Use correct icon.
33526
33527 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33528
33529 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33530 When delegating, order args in the funcall correctly.
33531
33532 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33533
33534 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33535
33536 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
33537
33538 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33539 buffer not visiting a file.
33540
33541 2005-01-31 Jay Belanger <belanger@truman.edu>
33542
33543 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33544 bound on the line with the formula.
33545
33546 2005-01-31 Kim F. Storm <storm@cua.dk>
33547
33548 * ses.el (ses-create-cell-variable-range)
33549 (ses-destroy-cell-variable-range, ses-reset-header-string)
33550 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33551 (ses-insert-row): Fix format of apply undo entries.
33552
33553 2005-01-31 Jay Belanger <belanger@truman.edu>
33554
33555 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33556 parts.
33557
33558 * calc/calc-embed.el (calc-embedded-open-formula)
33559 (calc-embedded-close-formula): Ignore matrix environments.
33560
33561 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33562 TeX mode.
33563
33564 * calc/calc-lang.el (math-function-table, math-oper-table)
33565 (math-variable-table): Adjust the LaTeX portions.
33566
33567 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33568 (math-latex-ignore-words): New constant.
33569
33570 2005-01-31 Richard M. Stallman <rms@gnu.org>
33571
33572 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33573 (ispell-local-dictionary): Doc fix.
33574 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33575 Don't reinitialize at run time. Don't defcustom.
33576 All uses changed to append ispell-local-dictionary-alist,
33577 or check it first.
33578 (ispell-current-dictionary): New variable for dictionary in use.
33579 (ispell-dictionary): Now used only for global default.
33580 (ispell-start-process): Set ispell-current-dictionary,
33581 not ispell-dictionary.
33582 (ispell-change-dictionary): Use this only for setting
33583 user preferences.
33584 (ispell-internal-change-dictionary): New function
33585 to change the current dictionary in use.
33586 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33587 Use ispell-current-dictionary.
33588 Handle ispell-local-dictionary-overridden.
33589 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33590
33591 2005-01-31 Jay Belanger <belanger@truman.edu>
33592
33593 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33594
33595 * calc/calc-ext.el: Add calc-latex-language to autoloads.
33596 (calc-mode-map): Add calc-latex-language.
33597
33598 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33599 (math-latex-print-frac): New functions.
33600 (math-oper-table, math-function-table, math-variable-table)
33601 (math-complex-format, math-input-filter): Add latex properties.
33602 (calc-set-language): Set math-expr-special-function-mapping.
33603
33604 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33605 (calc-write-parse-table-part): Add LaTeX support.
33606
33607 * calc/calc.el (calc-language): Adjust docstring.
33608 (calc-set-mode-line): Add LaTeX support.
33609 (math-expr-special-function-mapping): New variable.
33610 (math-tex-ignore-words): Add to list.
33611
33612 * calc/calccomp.el (math-compose-expr, math-compose-rows):
33613 Add LaTeX support.
33614 (math-compose-expr): Add support for special functions.
33615
33616 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33617
33618 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
33619
33620 * progmodes/gdb-ui.el (gdb-memory-address)
33621 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33622 (gdb-memory-mode-map, gdb-memory-format-keymap)
33623 (gdb-memory-format-menu, gdb-memory-unit-keymap)
33624 (gdb-memory-unit-menu): New variables for a buffer
33625 that lets the user examine program memory.
33626 (gdb-memory-set-address, gdb-memory-set-repeat-count)
33627 (gdb-memory-format-binary, gdb-memory-format-octal)
33628 (gdb-memory-format-unsigned, gdb-memory-format-signed)
33629 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33630 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33631 (gdb-memory-unit-word, gdb-memory-unit-halfword)
33632 (gdb-memory-unit-byte, gdb-memory-unit-menu)
33633 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33634 (gdb-memory-mode, gdb-memory-buffer-name)
33635 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33636 New functions for above buffer.
33637
33638 2005-01-30 Richard M. Stallman <rms@gnu.org>
33639
33640 * cus-edit.el (custom-bury-buffer): Function deleted.
33641 (custom-buffer-done-function): Option deleted.
33642 (custom-buffer-done-kill): New replacement option.
33643 (Custom-buffer-done): Call quit-window.
33644 (custom-buffer-create-internal): Update for above changes.
33645
33646 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
33647
33648 * simple.el (undo-ask-before-discard): New var.
33649 (undo-outer-limit-truncate): Implement it.
33650 (undo-extra-outer-limit): Doc update.
33651
33652 2005-01-29 Richard M. Stallman <rms@gnu.org>
33653
33654 * ses.el (undo-more): Delete defadvice.
33655 (ses-begin-change): Doc fix.
33656
33657 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33658 instead of rebinding C-x u and C-_.
33659
33660 * files.el (normal-backup-enable-predicate): Return nil for files
33661 in /tmp, regardless of temporary-file-directory.
33662
33663 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33664
33665 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33666 (open-rectangle, delete-whitespace-rectangle-line)
33667 (clear-rectangle-line): If FILL, pass t instead of FILL
33668 for move-to-column's 2nd arg.
33669
33670 * simple.el (undo): Fix the test for continuing a series of undos.
33671 (undo-more): Set pending-undo-list to t when we reach end.
33672 (pending-undo-list): Move up defvar.
33673
33674 * wid-edit.el (widget-button-click):
33675 Shorten the range of the track-mouse binding.
33676
33677 * comint.el (comint-insert-input): Undo previous changes;
33678 use last-input-event in interactive spec.
33679
33680 2005-01-29 Eli Zaretskii <eliz@gnu.org>
33681
33682 * progmodes/compile.el (compilation-start): Bind buffer-read-only
33683 to nil before invoking call-process. Reset buffer's modified flag
33684 after fontifying it in the no-async branch.
33685
33686 * wid-edit.el (widget-specify-button): If mouse pointer shape
33687 cannot be changed, use mouse face instead.
33688
33689 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
33690
33691 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33692 (gdb-goto-breakpoint): Make breakpoint handling work on template
33693 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
33694 (gdb-assembler-custom): Update to recognize breakpoint information
33695 added on 2005-01-19.
33696
33697 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33698
33699 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33700 (dsssl-mode): Use define-derived-mode.
33701 (scheme-mode-initialize): Remove.
33702 (scheme-mode): Use run-mode-hooks.
33703
33704 * cus-edit.el (customize-group-other-window)
33705 (custom-buffer-create-other-window): Don't override special-display-*.
33706 (custom-mode-map): Make it dense.
33707
33708 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33709 sets the default value.
33710
33711 2005-01-28 Eli Zaretskii <eliz@gnu.org>
33712
33713 * descr-text.el: Add more keywords.
33714
33715 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33716
33717 * speedbar.el: Avoid unnecessary use of locate-library.
33718
33719 * international/mule-cmds.el (standard-display-european-internal):
33720 Don't fiddle with latin-1 non-break space any more since it's now
33721 special cased in the C code.
33722 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33723
33724 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33725
33726 * cus-start.el (all): Add `undo-outer-limit'.
33727
33728 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33729
33730 * textmodes/bibtex.el (bibtex-format-entry):
33731 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33732 field lines.
33733 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33734 not on part of a buffer.
33735
33736 2005-01-25 Lute Kamstra <lute@gnu.org>
33737
33738 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33739 nonempty field text strings like "{letters\\macro{}more letters}".
33740 Clarify docstring.
33741 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33742 (bibtex-entry-offset, bibtex-parse-association)
33743 (bibtex-parse-field-name): Fix typos in docstrings.
33744 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33745
33746 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
33747
33748 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33749 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33750 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33751 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33752
33753 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33754 isearch minor mode.
33755
33756 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
33757
33758 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33759
33760 2005-01-24 Lute Kamstra <lute@gnu.org>
33761
33762 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33763 CASECHARS and NOT-CASECHARS regular expressions of the
33764 "nederlands" and "nederlands8" dictionaries to prevent a "Range
33765 striding over charsets" error.
33766
33767 2005-01-24 Jay Belanger <belanger@truman.edu>
33768
33769 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33770 display variable name.
33771
33772 2005-01-24 Kenichi Handa <handa@m17n.org>
33773
33774 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33775 Fix setting of the element of encoded-kbd-iso2022-invocations.
33776
33777 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
33778
33779 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33780 (gdb-threads-select): Change to also accept mouse events.
33781 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33782 (gdb-threads-mouse-select): Delete.
33783
33784 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
33785
33786 * files.el (insert-directory): Take care of empty directory,
33787 listed without -a switch.
33788
33789 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
33790
33791 * textmodes/refill.el (refill-post-command-function):
33792 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33793 to the list of functions that we should be careful not to undo.
33794 (refill-late-fill-paragraph-function): Remove.
33795 (refill-saved-state): New var.
33796 (refill-mode): Use it to save fill-paragraph-function.
33797 Save also the value of auto-fill-function.
33798
33799 * term/w32-win.el: Simplify code.
33800
33801 2005-01-23 Kim F. Storm <storm@cua.dk>
33802
33803 * simple.el (line-move): Adapt to new return value from
33804 pos-visible-in-window-p.
33805
33806 * simple.el (line-move): Fix last change. Check partial
33807 visibility at point rather than at window-start.
33808
33809 2005-01-22 Jason Rumney <jasonr@gnu.org>
33810
33811 * term/w32-win.el (xw-defined-colors): Remove debug-message.
33812
33813 2005-01-22 David Kastrup <dak@gnu.org>
33814
33815 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33816
33817 2005-01-22 Eli Zaretskii <eliz@gnu.org>
33818
33819 * type-break.el (type-break-mode): Add a test for
33820 type-break-file-name being non-nil.
33821
33822 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
33823
33824 * net/eudc.el (top level): Call (message "") via progn, so that
33825 eudc-options-file is loaded.
33826
33827 2005-01-22 Kim F. Storm <storm@cua.dk>
33828
33829 * simple.el (line-move-1): Rename from line-move.
33830 (line-move): New function that adjusts vscroll for partially
33831 visible rows, and calls line-move-1 otherwise.
33832
33833 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
33834
33835 * pcomplete.el: Define pcomplete-read-event instead of read-event,
33836 since it's not a complete read-event implementation.
33837
33838 2005-01-20 Jay Belanger <belanger@truman.edu>
33839
33840 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33841 for called function.
33842
33843 2005-01-20 Steven Tamm <steventamm@mac.com>
33844
33845 * term/mac-win.el (process-connection-type): Remove.
33846 Controlled now by s/darwin.h:PTY_ITERATION.
33847
33848 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
33849
33850 * window.el (handle-select-window): Don't switch window when we're
33851 in the minibuffer.
33852
33853 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
33854
33855 * subr.el (dotimes-with-progress-reporter): New macro.
33856
33857 * ses.el (ses-dotimes-msg): Remove macro.
33858 Use `dotimes-with-progress-reporter' instead.
33859
33860 2005-01-19 Steven Tamm <steventamm@mac.com>
33861
33862 * term/mac-win.el (process-connection-type): Use new
33863 operating-system-release variable to use ptys on Darwin 7 (OS X
33864 10.3) when using carbon build.
33865
33866 2005-01-19 Jay Belanger <belanger@truman.edu>
33867
33868 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33869 flags if the last command was a tab or M-tab.
33870
33871 * calc/calc-prog.el (calc-user-define-edit): Put original formula
33872 in formula editing buffer.
33873
33874 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
33875
33876 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33877 breakpoint image symbol in margin.
33878
33879 2005-01-19 Jay Belanger <belanger@truman.edu>
33880
33881 * calc/calc-prog.el (calc-execute-kbd-macro):
33882 Ignore calc-keep-arg-flag.
33883
33884 2005-01-19 Kenichi Handa <handa@m17n.org>
33885
33886 * textmodes/ispell.el (ispell-looking-at): New function.
33887 (ispell-process-line): Use ispell-looking-at to compare the ispell
33888 output and the buffer contents.
33889
33890 2005-01-18 Jay Belanger <belanger@truman.edu>
33891
33892 * calc/calc.el (calc-display-raw): Fix docstring.
33893
33894 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
33895
33896 * simple.el (blink-matching-open): Strip extra info from syntax.
33897
33898 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33899 funny chars in the end-of-here-doc marker.
33900
33901 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
33902
33903 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33904 that enable/disabled state of breakpoints is shown correctly in
33905 fringe and on ttys.
33906 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33907 Add breakpoint information as text properties.
33908 (gdb-mouse-toggle-breakpoint):
33909 Rename to gdb-mouse-set-clear-breakpoint.
33910 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
33911 breakpoints in the margin.
33912 (gdb-remove-strings): Simplify.
33913
33914 2005-01-17 Jay Belanger <belanger@truman.edu>
33915
33916 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33917 erasing buffer.
33918
33919 2005-01-17 Richard M. Stallman <rms@gnu.org>
33920
33921 * progmodes/grep.el (grep-find): Copy from `grep' the condition
33922 for calling grep-compute-defaults.
33923
33924 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33925 if buffer is empty.
33926
33927 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33928
33929 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
33930
33931 * hilit-chg.el (highlight-changes-mode): Don't autoload.
33932
33933 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33934 non-preloaded variables.
33935
33936 2005-01-17 Steven Tamm <steventamm@mac.com>
33937
33938 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33939 tex-shell cause to force interactivity when using pipes.
33940
33941 2005-01-17 Kim F. Storm <storm@cua.dk>
33942
33943 * simple.el (just-one-space): Make arg optional.
33944
33945 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
33946
33947 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33948 posn-at-x-y to t to access left-margin.
33949
33950 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
33951
33952 Sync with Tramp 2.0.47.
33953
33954 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
33955 catching keep-date problems in cp/scp operations.
33956 (tramp-handle-copy-file): Don't call `set-file-modes'
33957 unconditionally. Specialized functions should know better what is
33958 necessary. This improves performance a little bit, and the
33959 functions could catch errors with `cp -p' and `scp -p'.
33960 (tramp-do-copy-or-rename-file-via-buffer)
33961 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33962 when appropriate.
33963 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33964 Call `set-file-modes' when appropriate.
33965 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
33966 Johnsson <isak@hypergene.com>.
33967 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33968 of both Tramp buffer and debug buffer. Reported by Joakim Verona
33969 <joakim@verona.se>.
33970 (tramp-file-name-for-operation): Mark `shell-command' as magic for
33971 Emacs only.
33972
33973 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
33974 `find-file-hooks' and `dired-mode-hook'.
33975 (tramp-minor-mode-map): Respective map. Add remapping for
33976 `compile' and `recompile'.
33977 (tramp-remap-command, tramp-recompile): New defuns.
33978 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33979 in buffer "*Compilation*". Call the commands asynchronously.
33980
33981 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33982 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33983 `shell-command', because it isn't magic in XEmacs. Reported by
33984 Adrian Aichner <adrian@xemacs.org>.
33985
33986 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33987 `substitute-in-file-name.
33988 (tramp-smb-handle-substitute-in-file-name): New defun.
33989 (tramp-smb-advice-PC-do-completion): Delete advice.
33990
33991 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
33992
33993 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33994 Fix error in deleting region.
33995
33996 2005-01-15 Richard M. Stallman <rms@gnu.org>
33997
33998 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33999 In non-temp buffer, switch syntax table temporarily.
34000
34001 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34002
34003 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34004
34005 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34006
34007 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34008 (imenu--generic-function): Use START, not BEG, as pos of definition.
34009
34010 * simple.el (just-one-space): Argument specifies number of spaces.
34011
34012 * simple.el (eval-expression-print-format): Avoid warning
34013 about edebug-active.
34014
34015 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34016
34017 * progmodes/sh-script.el: Code copied from make-mode.el
34018 with small changes,
34019 (sh-mode-map): Bind C-c C-\.
34020 (sh-backslash-column, sh-backslash-align): New variables.
34021 (sh-backslash-region, sh-append-backslash): New functions.
34022
34023 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34024
34025 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34026 (rmail-pop-password, rmail-pop-password-required): Move to
34027 rmail-obsolete group.
34028 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34029 All callers updated.
34030 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34031 Take an argument specifying whether it is POP or IMAP mailbox we
34032 are using. All callers updated.
34033 (rmail-pop-password-error): Rename to
34034 rmail-remote-password-error. Added mailutils-specific error message.
34035 (rmail-movemail-search-path)
34036 (rmail-movemail-variant-in-use): New variables.
34037 (rmail-remote-password, rmail-remote-password-required):
34038 New customization variables.
34039 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34040 (rmail-parse-url): New function.
34041 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34042 with GNU mailutils movemail.
34043
34044 2005-01-15 Kevin Ryde <user42@zip.com.au>
34045
34046 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34047 suffix to space, $ or '$, to correctly position point when going
34048 to @table style constants like DBL_MAX.
34049
34050 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34051
34052 * type-break.el (type-break-mode, type-break-file-time)
34053 (type-break-file-keystroke-count, type-break-choose-file):
34054 Don't store data in or load data from the file if type-break-file-name
34055 is nil.
34056 (type-break-file-name): Doc update as per the above.
34057
34058 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34059
34060 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34061 lookup-key might return nil; handle that.
34062
34063 2005-01-15 Alan Mackenzie <acm@muc.de>
34064
34065 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34066 rather than the element found, thus enabling the tree to be setcar'd.
34067
34068 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34069
34070 * textmodes/org.el (org-show-following-heading): New option.
34071 (org-show-hierarchy-above): Use `org-show-following-heading'.
34072 (org-cycle): Documentation fix.
34073
34074 * textmodes/org.el (orgtbl-optimized): New option
34075 (orgtbl-mode): New command, a minor mode.
34076 (orgtbl-mode-map): New variable.
34077 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34078 (orgtbl-error, orgtbl-self-insert-command)
34079 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34080
34081 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34082 a local variable in each org-mode buffer.
34083
34084 * textmodes/org.el (org-set-regexps-and-options): Rename from
34085 `org-set-regexps'. Added checking for STARTUP keyword.
34086 (org-get-current-options): Add STARTUP options.
34087 (org-table-insert-row): Make mode intelligent about when
34088 realignment is needed.
34089 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34090 New commands.
34091 (org-enable-table-editor): New default value `optimized'.
34092 (org-table-blank-field): Support blanking regions if active.
34093
34094 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34095
34096 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34097 if the year is not given.
34098
34099 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34100 Add new escapes %m and %M, fixed bug with %F by adding
34101 save-match-data.
34102 (reftex-reference): Remove ?. from list of spaces.
34103 (reftex-label-info): Add automatic label prefix recognition.
34104
34105 * textmodes/reftex-index.el (reftex-index-next-phrase):
34106 Add slave parameter to call of `reftex-index-this-phrase'.
34107 (reftex-index-this-phrase): New optional argument.
34108 (reftex-index-region-phrases): Add slave parameter to call of
34109 `reftex-index-this-phrase'.
34110 (reftex-display-index): New argument redo.
34111 (reftex-index-rescan): Add `redo' to arguments of
34112 `reftex-display-index'.
34113 (reftex-index-Rescan, reftex-index-revert)
34114 (reftex-index-switch-index-tag): Add `redo' to arguments of
34115 `reftex-display-index'.
34116 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34117 indexing. Fix bug with matching is there is a quote before or
34118 after the word.
34119
34120 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34121 Fix bug when collecting citation keys in lines with comments.
34122 (reftex-citation): Prefix argument no longer rescans the document,
34123 but forces prompting for optional arguments of cite macros.
34124 (reftex-do-citation): Prompting for optional arguments implemented.
34125
34126 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34127 Add optional arguments to most cite commands.
34128 (reftex-cite-cleanup-optional-args): New option
34129 (reftex-cite-prompt-optional-args): New option.
34130 (reftex-trust-label-prefix): New option.
34131
34132 * textmodes/reftex-toc.el (reftex-toc-find-section):
34133 Add push-mark before changing the position in the buffer.
34134
34135 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34136 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34137
34138 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
34139
34140 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34141 more carefully.
34142
34143 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34144
34145 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34146 (sgml-mode): Use it.
34147 (sgml-get-context): Better keep track of implicitly closed tags.
34148
34149 2005-01-13 Kenichi Handa <handa@m17n.org>
34150
34151 * textmodes/ispell.el: These changes are to fix misalignment error
34152 caused by equivalent characters of different Emacs charsets.
34153 (ispell-unified-chars-table): New variable.
34154 (ispell-get-decoded-string): New function.
34155 (ispell-get-casechars, ispell-get-not-casechars)
34156 (ispell-get-otherchars): Call ispell-get-decoded-string.
34157
34158 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
34159
34160 * custom.el (custom-declare-variable): Just put symbol instead
34161 of (defvar . symbol) in `current-load-list'.
34162
34163 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34164
34165 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34166
34167 2005-01-12 Jay Belanger <belanger@truman.edu>
34168
34169 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34170 to create a Calc summary.
34171
34172 2005-01-12 Kim F. Storm <storm@cua.dk>
34173
34174 * mouse.el (mouse-on-link-p): Change functionality and doc
34175 string to comply with latest description in lisp ref.
34176
34177 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
34178
34179 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34180 Enable mouse clicks on mode-line, header-line and margin.
34181 (event-type): Give mouse event symbols an `event-kind' property
34182 with value `mouse-click'.
34183
34184 2005-01-12 Juri Linkov <juri@jurta.org>
34185
34186 * facemenu.el (list-colors-display): Add new arg buffer-name.
34187 Use it. Fix docstring. Replace code for identifying duplicate
34188 colors by the name with call to `list-colors-duplicates' which
34189 identifies duplicate colors by the value unless the color
34190 is one of special Windows colors. Set truncate-lines to t.
34191 Print sorted duplicate color names on each line. Indent to 22
34192 \(the longest color name in rgb.txt) instead of 20. Optimize.
34193 (list-colors-duplicates): New function.
34194 (facemenu-color-name-equal): Delete function.
34195
34196 * facemenu.el (list-colors-print): New function created from code
34197 in list-colors-display. Print #RRGGBB at the window right edge.
34198 (list-colors-display): When temp-buffer-show-function is not
34199 defined, call list-colors-print from temp-buffer-show-hook
34200 to get the right value of window-width in list-colors-print
34201 after the buffer is displayed.
34202
34203 * simple.el (pop-mark): Move deactivate-mark out of conditional
34204 part to deactivate the active mark regardless of the state of the
34205 mark ring.
34206
34207 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34208 variables line in desktop files.
34209
34210 2005-01-12 Juri Linkov <juri@jurta.org>
34211
34212 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34213 Bring together isearch highlight related options.
34214 (lazy-highlight): Replace group `replace' by `matching'.
34215 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34216 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34217 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34218 and declare them obsolete.
34219 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34220 (isearch-faces): Remove defgroup.
34221 (isearch-overlay, isearch-highlight, isearch-dehighlight):
34222 Move isearch highlighting code closer to lazy highlighting code.
34223
34224 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34225 (query-replace-highlight, query-replace-lazy-highlight)
34226 (query-replace): Move definitions to the beginning of the file.
34227
34228 2005-01-11 Juri Linkov <juri@jurta.org>
34229
34230 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34231 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34232 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34233
34234 * info.el (Info-history-forward): New variable.
34235 (Info-select-node): Reset Info-history-forward to nil.
34236 (Info-last): Turn into defalias.
34237 (Info-history-back): Rename from Info-last.
34238 Add current node to Info-history-forward.
34239 (Info-history-forward): New fun.
34240 (Info-mode-map): Replace Info-last by Info-history-back.
34241 Bind Info-history-forward to "r".
34242 (Info-mode-menu): Replace Info-last by Info-history-back.
34243 Fix menu item text. Add menu item for Info-history-forward.
34244 (info-tool-bar-map): Replace Info-last by Info-history-back.
34245 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
34246 for Info-history-forward.
34247 (Info-mode): Replace Info-last by Info-history-back in docstring.
34248 Add local variable Info-history-forward.
34249 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34250
34251 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
34252
34253 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34254 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34255 Ignore select-window events rather than fiddle with
34256 mouse-autoselect-window.
34257
34258 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
34259
34260 * type-break.el (type-break-mode): Fix previous change.
34261
34262 2005-01-10 Jay Belanger <belanger@truman.edu>
34263
34264 * calc/calc-ext.el (calc-reset): Reset when inside embedded
34265 calculator; only reset when point is inside a calculator.
34266 Don't adjust the window height if the window takes up the whole height
34267 of the frame.
34268
34269 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
34270
34271 * ebuff-menu.el (Electric-buffer-menu-mode):
34272 Preserve value of buffer-local var header-line-format.
34273
34274 2005-01-09 Jay Belanger <belanger@truman.edu>
34275
34276 * calc/calc.el (calc-mode-var-list-restore-saved-values):
34277 Make sure settings file exists before accessing it.
34278
34279 * calc/calc-embed.el (calc-embedded-subst):
34280 Replace math-multi-subst-rec, which is only supposed to be called
34281 by math-multi-subst, by math-multi-subst.
34282
34283 2005-01-09 Andre Spiegel <spiegel@gnu.org>
34284
34285 * vc.el (vc-allow-async-revert): New user option.
34286 (vc-disable-async-diff): New internal variable.
34287 (vc-revert-buffer): Use them to disable asynchronous diff.
34288
34289 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34290 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34291 asynchronously if vc-disable-async-diff is t.
34292
34293 2005-01-09 Jay Belanger <belanger@truman.edu>
34294
34295 * calc/calc.el (defcalcmodevar): New macro.
34296 (calc-mode-var-list-restore-default-values)
34297 (calc-mode-var-list-restore-saved-values): New functions.
34298 (calc-mode-var-list): Use defcalcmodevar to define it.
34299 (calc-always-load-extensions, calc-line-numbering)
34300 (calc-line-breaking, calc-display-just, calc-display-origin)
34301 (calc-number-radix, calc-leading-zeros, calc-group-digits)
34302 (calc-group-char, calc-point-char, calc-frac-format)
34303 (calc-prefer-frac, calc-hms-format, calc-date-format)
34304 (calc-float-format, calc-full-float-format, calc-complex-format)
34305 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34306 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34307 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34308 (calc-matrix-brackets, calc-language, calc-language-option)
34309 (calc-left-label, calc-right-label, calc-word-size)
34310 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34311 (calc-display-raw, calc-internal-prec, calc-angle-mode)
34312 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34313 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34314 (calc-window-height, calc-display-trail, calc-show-selections)
34315 (calc-use-selections, calc-assoc-selections)
34316 (calc-display-working-message, calc-auto-why, calc-timing)
34317 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34318 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34319 (calc-gnuplot-default-device, calc-gnuplot-default-output)
34320 (calc-gnuplot-print-device, calc-gnuplot-print-output)
34321 (calc-gnuplot-geometry, calc-graph-default-resolution)
34322 (calc-graph-default-resolution-3d, calc-invocation-macro)
34323 (calc-show-banner): Use defcalcmodevar to declare them and set
34324 their default values.
34325
34326 * calc/calc-ext.el (calc-reset): Restore saved values of variables
34327 instead of default values (but restore default values if there is
34328 an argument of 0).
34329
34330 2005-01-09 David Kastrup <dak@gnu.org>
34331
34332 * desktop.el (desktop-restore-eager): Fix typo in type.
34333
34334 2005-01-08 Richard M. Stallman <rms@gnu.org>
34335
34336 * cus-edit.el (customize): Delete :link.
34337
34338 2005-01-08 Jay Belanger <belanger@truman.edu>
34339
34340 * calc/calc.el (calc-mode): Remove the extension from the
34341 `calc-settings-file' file name when loading it.
34342
34343 2005-01-08 Kim F. Storm <storm@cua.dk>
34344
34345 * info.el (Info-mode-map, Info-next-link-keymap)
34346 (Info-prev-link-keymap, Info-up-link-keymap):
34347 Map follow-link to mouse-face.
34348 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34349
34350 2005-01-08 Jay Belanger <belanger@truman.edu>
34351
34352 * calc/calc.el (calc-settings-file): Change default value.
34353 Suggested by cgw in a comment in calc-mode.el.
34354
34355 * calc/calc-mode.el (calc-settings-file-name):
34356 Compare calc-settings-file to user-init-file instead of ~/.emacs.
34357 Replace ~/.emacs in a prompt by calc-settings-file.
34358
34359 2005-01-07 Lars Hansen <larsh@math.ku.dk>
34360
34361 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34362 (desktop-lazy-idle-delay): New customizable variables.
34363 (desktop-buffer-args-list): New variable.
34364 (desktop-append-buffer-args): New function.
34365 (desktop-save): Call desktop-append-buffer-args for some buffers.
34366 (desktop-lazy-create-buffer): New function.
34367 (desktop-idle-create-buffers): New function.
34368 (desktop-read): Add message about buffers to restore lazily.
34369 (desktop-lazy-abort): New command.
34370 (desktop-clear): Call desktop-lazy-abort.
34371 (desktop-lazy-complete): New command.
34372
34373 2005-01-06 Richard M. Stallman <rms@gnu.org>
34374
34375 * emacs-lisp/find-func.el (find-face-definition):
34376 Rename from find-face.
34377
34378 2005-01-06 Kim F. Storm <storm@cua.dk>
34379
34380 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34381
34382 * man.el (Man-xref-man-page, Man-xref-header-file)
34383 (Man-xref-normal-file): Add follow-link property.
34384
34385 2005-01-06 Jay Belanger <belanger@truman.edu>
34386
34387 * calc/calc-units.el: Make sure the proper macro definitions are
34388 available when compiling.
34389
34390 2005-01-06 Juri Linkov <juri@jurta.org>
34391
34392 * isearch.el (isearch-lazy-highlight-update):
34393 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34394
34395 2005-01-06 Miles Bader <miles@gnu.org>
34396
34397 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34398 (isearch-lazy-highlight-face): Use new name.
34399
34400 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34401
34402 * uniquify.el (uniquify-rationalize-file-buffer-names):
34403 Re-add an interactive spec.
34404 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34405 to the same name.
34406
34407 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34408 (isearch-update, isearch-done): Adjust calls accordingly.
34409
34410 2005-01-05 Richard M. Stallman <rms@gnu.org>
34411
34412 * custom.el (custom-set-variables, custom-theme-set-variables):
34413 Clarify documentation.
34414
34415 * emacs-lisp/find-func.el (find-variable)
34416 (find-variable-other-window, find-variable-other-frame):
34417 Fix the TYPE args to find-function-read and find-function-do-it.
34418 (find-function): Doc fix.
34419 (find-function-at-point): Replace function-at-point alias.
34420
34421 2005-01-04 Richard M. Stallman <rms@gnu.org>
34422
34423 * cus-face.el (custom-declare-face):
34424 Record defface in current-load-list.
34425
34426 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34427
34428 * emacs-lisp/find-func.el: Doc fixes.
34429 (find-face-regexp): New variable.
34430 (find-function-regexp-alist): New variable.
34431 (find-function-C-source): Third arg is now TYPE.
34432 (find-function-search-for-symbol): Handle general TYPE.
34433 (find-function-read, find-function-do-it): Handle general TYPE.
34434 (find-definition-noselect, find-face): New functions.
34435 (function-at-point): Alias deleted.
34436
34437 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34438
34439 * battery.el (display-battery-mode): Rename from display-battery.
34440 Handle the case where it gets turned off.
34441
34442 2005-01-04 Richard M. Stallman <rms@gnu.org>
34443
34444 * cus-edit.el (customize): Make :link point to user doc.
34445
34446 * man.el (Man-fontify-manpage): Turn off undo generation.
34447
34448 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34449
34450 2005-01-04 Andreas Schwab <schwab@suse.de>
34451
34452 * files.el (insert-directory): Only look for error lines in
34453 inserted text. Don't move too far after processing --dired markers.
34454
34455 2005-01-04 Richard M. Stallman <rms@gnu.org>
34456
34457 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34458 Don't expand if the character is @, period, dash, etc.
34459 (define-mail-abbrev): Quote names that contain problem characters.
34460
34461 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34462
34463 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34464
34465 2005-01-03 Richard M. Stallman <rms@gnu.org>
34466
34467 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34468 (query-replace-highlight, query-replace-lazy-highlight)
34469 (query-replace): Definitions moved up. Doc fix.
34470
34471 2005-01-03 Richard M. Stallman <rms@gnu.org>
34472
34473 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34474 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34475 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34476 (lazy-highlight-face): Rename from isearch-lazy-...
34477 Change all references to them.
34478
34479 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34480
34481 * cus-edit.el (custom-file): Doc fix for defcustom.
34482 (custom-file): The function no longer sets the variable
34483 `custom-file' to its return value.
34484
34485 * startup.el (command-line): No longer load `custom-file'.
34486
34487 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34488
34489 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34490
34491 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34492 Don't confuse module-prefixed identifiers for labels.
34493 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34494
34495 2005-01-02 Richard M. Stallman <rms@gnu.org>
34496
34497 * files.el (basic-save-buffer-1): Fix previous change.
34498
34499 * loadhist.el (file-loadhist-lookup): New function.
34500 (file-provides, file-requires): Use it.
34501
34502 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34503 instead of calculating the right size.
34504
34505 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
34506
34507 * vc-svn.el (vc-svn-diff): Stay local if possible.
34508
34509 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
34510
34511 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34512
34513 * files.el (hack-local-variables): Fix last change.
34514
34515 2005-01-02 Jay Belanger <belanger@truman.edu>
34516
34517 * calc/calc-yank.el (calc-edit-top): New variable.
34518 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34519 object. Change header properties.
34520 (calc-edit-finish, calc-edit-finish-stack-object)
34521 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34522 edited object.
34523 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34524 for the beginning of the edited object.
34525 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34526 for the beginning of the edited object.
34527 * calc/calc-prog.el (calc-edit-macro-finish-edit)
34528 (calc-finish-formula-edit, calc-macro-repeats)
34529 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34530 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34531 beginning of the edited object.
34532 (calc-user-define-edit): Change the header for editing macros.
34533 Remove unnecessary variable.
34534
34535 2005-01-01 Jay Belanger <belanger@truman.edu>
34536
34537 * calc/calc-yank.el (calc-edit-mode): Change default header.
34538 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34539 * calc/calc-store.el (calc-edit-variable): Change title to match new
34540 header.
34541 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34542 mode to match new header.
34543 (calc-user-define-edit): Change titles to include names of commands.
34544 (calc-finish-formula-edit): Adjust to handle new header.
34545 (calc-finish-macro-edit): Remove.
34546 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34547 (calc-edit-macro-command, calc-edit-macro-command-type)
34548 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34549 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34550 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34551 (calc-edit-macro-finish-edit): New functions.
34552 (calc-user-define-edit): Use new functions to edit named calc macros.
34553
34554 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
34555
34556 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34557
34558 * ses.el (copy-region-as-kill): Deactivate mark.
34559
34560 2005-01-01 Richard M. Stallman <rms@gnu.org>
34561
34562 * replace.el (occur-1): If the output buffer is also an input,
34563 don't kill it, rename it.
34564
34565 * faces.el (set-face-background, set-face-foreground): Doc fix.
34566
34567 * cus-face.el (custom-face-attributes): Fix :help-echo strings
34568 for :foreground and :background.
34569
34570 * dired.el (dired-view-command-alist): Variable deleted.
34571 (dired-view-file, dired-mouse-find-file-other-window):
34572 Delete the code to use it.
34573
34574 2005-01-01 Kim F. Storm <storm@cua.dk>
34575
34576 * image.el (insert-sliced-image): Use t for line-height property.
34577
34578 See ChangeLog.11 for earlier changes.
34579
34580 ;; Local Variables:
34581 ;; coding: iso-2022-7bit
34582 ;; add-log-time-zone-rule: t
34583 ;; End:
34584
34585 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34586
34587 This file is part of GNU Emacs.
34588
34589 GNU Emacs is free software; you can redistribute it and/or modify
34590 it under the terms of the GNU General Public License as published by
34591 the Free Software Foundation; either version 3, or (at your option)
34592 any later version.
34593
34594 GNU Emacs is distributed in the hope that it will be useful,
34595 but WITHOUT ANY WARRANTY; without even the implied warranty of
34596 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34597 GNU General Public License for more details.
34598
34599 You should have received a copy of the GNU General Public License
34600 along with GNU Emacs; see the file COPYING. If not, write to the
34601 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34602 Boston, MA 02110-1301, USA.
34603
34604 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1