]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(archive-arc-summarize, archive-lzh-summarize): Convert csize to integer when
[gnu-emacs] / lisp / ChangeLog
1 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2
3 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
4 Convert csize to integer when computing offsets within the
5 compressed archive file.
6
7 2006-05-16 Kim F. Storm <storm@cua.dk>
8
9 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10 with read-from-minibuffer.
11
12 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13
14 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
15 (byte-compile-warnings): Fix safe-local-variable property.
16
17 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
18
19 * allout.el (allout-show-bodies, allout-old-style-prefixes)
20 (allout-stylish-prefixes, allout-numbered-bullet)
21 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
22 predicates to qualify `safe-local-variable' property, when
23 available, else use equivalent lambda.
24 (allout-current-topic-collapsed-p): Do the right thing regarding
25 trailing blank lines.
26
27 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * server.el (server-start): Only create a directory if needed.
30 (server-edit, server-unload-hook): server-start => server-mode.
31 (kill-emacs-hook): Cleanup upon exit.
32
33 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * hexl.el (hexlify-buffer): Encode process arguments manually.
36
37 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
38
39 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
40 call to gdb-tooltip-print.
41
42 2006-05-15 Romain Francoise <romain@orebokech.com>
43
44 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
45 systems, default to "tar" since those systems probably have GNU tar.
46
47 2006-05-14 Lars Hansen <larsh@soem.dk>
48
49 * desktop.el (desktop-missing-file-warning): Fix docstring.
50 (desktop-restore-file-buffer): Correct question asked on missing file.
51
52 2006-05-14 Kim F. Storm <storm@cua.dk>
53
54 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
55 Add CUA move property.
56
57 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
58
59 * custom.el (custom-push-theme): Load the variable before checking
60 its `standard-value'.
61
62 2006-05-13 Lars Hansen <larsh@soem.dk>
63
64 * desktop.el (desktop-save): Use with-temp-buffer.
65
66 2006-05-12 Glenn Morris <rgm@gnu.org>
67
68 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
69 * calendar/calendar.el (calendar-mode-map):
70 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
71 * calendar/appt.el (appt-check, appt-make-list): Refer to
72 diary-view-entries, diary-list-entries, diary-show-all-entries
73 rather than obsolete aliases.
74
75 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
76
77 * simple.el (line-move-finish): Avoid calling point motion hooks
78 while processing intangibility.
79
80 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
81
82 * term/xterm.el (terminal-init-xterm): Fix typo.
83
84 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
85
86 * allout.el: (allout-view-change-hook): Mark as being deprecated,
87 to be replaced by `allout-exposure-change-hook'.
88 (allout-exposure-change-hook): New, replacing
89 `allout-view-change-hook'.
90 (allout-flag-region): Run new hook `allout-exposure-change-hook',
91 in addition to `allout-view-change-hook'.
92 (allout-show-bodies, allout-old-style-prefixes)
93 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
94 lambda forms to prevent their showing up in variable help
95 presentations as inscrutable byte-compiled code.
96 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
97 Use string-or-null-p to qualify safe-local-variable values.
98 (allout-reindent-bodies): Use memq to qualify matches against
99 valid safe-local-variable values. Also, quote the lambda as above.
100 (allout-use-mode-specific-leader): Add missing candidate-value
101 symbols, use memq, and quote the lambda.
102 (allout-overlay-interior-modification-handler): Remove unused
103 variables `msg' and 'opened'.
104 (allout-hidden-p): Constrain invisibility consideration to allout's
105 invisibility spec, disregarding invisibility for other reasons.
106
107 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
108
109 * files.el (version-control): Correct safe values.
110
111 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
112
113 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
114
115 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
116 (ewoc--insert-new-node): New func.
117 Update callers of deleted funcs to use it, instead.
118
119 2006-05-11 Glenn Morris <rgm@gnu.org>
120
121 * calendar/calendar.el (diary-show-all-entries): Do not refer to
122 obsolete alias `show-all-diary-entries'.
123 (make-diary-entry): Not interactive.
124 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
125 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
126 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
127 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
128 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
129 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
130
131 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
132
133 * calendar/calendar.el (calendar-french-date-string)
134 (calendar-mayan-date-string, calendar-chinese-date-string)
135 (calendar-astro-date-string, calendar-iso-date-string)
136 (calendar-islamic-date-string, calendar-bahai-date-string)
137 (calendar-hebrew-date-string, calendar-coptic-date-string)
138 (calendar-ethiopic-date-string, calendar-persian-date-string):
139 These functions are not interactive.
140
141 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
142
143 * files.el: Balance parentheses.
144
145 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
146
147 * files.el, newcomment.el, outline.el, simple.el,
148 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
149 progmodes/cc-vars.el, progmodes/compile.el:
150 Move `safe-local-variable' declarations to the respective files.
151
152 * help-fns.el (describe-variable): Don't print safe-var if it is
153 byte-code. Improve wording as suggested by Luc Teirlinck
154 <teirllm@auburn.edu>.
155
156 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
157
158 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
159 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
160 Use a token for pending-triggers to ensure gdb-var-update
161 gets called once per user input again for pre-GDB 6.4.
162 (gdb-var-delete): Match on more complex expressions.
163 (gdb-var-list-children-handler, gdb-var-create-handler):
164 Use a token for consistency.
165
166 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
167
168 * textmodes/org.el (org-read-date, org-goto-calendar)
169 (org-agenda-goto-calendar):
170 Bind `view-calendar-holidays-initially' to nil.
171
172 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
173
174 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
175 Update all callers to do it there, instead.
176
177 2006-05-10 Glenn Morris <rgm@gnu.org>
178
179 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
180 prefix arg case, to avoid view-diary-entries-initially error.
181 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
182 (calendar-date-is-legal-p): Handle dates with no day part.
183
184 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
185
186 * comint.el (comint-insert-input): Just make it when
187 comint-use-prompt regexp is nil (default) and with the mouse.
188 (comint-copy-old-input): Reinstate from 2004-06-23.
189 (comint-mode-map): Bind C-c C-m to it.
190
191 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
192
193 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
194 Remove spurious move to point-max (new comint behavior fixes).
195
196 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
197 compatibility function (Emacs 18/19).
198 (idlwave-is-continuation-line): Always return point at start of
199 previous non-blank continuation line.
200 `keyword-parameters': Fix continued comment font-lock matcher.
201 (idlwave-font-lock-fontify-region): Written, use as
202 font-lock-fontify-region-function, to fix continued keyword
203 fontification issues.
204
205 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
206
207 * term/mac-win.el (mac-font-panel-mode): Doc fix.
208 (mac-service-selection, mac-service-open-file)
209 (mac-service-open-selection, mac-service-mail-selection)
210 (mac-service-mail-to, mac-service-insert-text): Rename from
211 mac-services-*. All uses changed.
212 (mac-apple-event-map): Rename event symbol `services' to `service'.
213
214 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
215
216 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
217 (ewoc--node-enter-first, ewoc--node-enter-last)
218 (ewoc--delete-node-internal): Merge funcs into unique callers.
219
220 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
221
222 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
223 return value of read-from-minibuffer for empty input.
224
225 2006-05-09 Miles Bader <miles@gnu.org>
226
227 * comint.el (comint-insert-input): Remove redundant calls to setq
228 and goto-char.
229
230 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
231
232 * comint.el (comint-insert-input): Make it work when
233 comint-use-prompt-regexp is t.
234
235 2006-05-10 Miles Bader <miles@gnu.org>
236
237 * subr.el (field-at-pos): New function.
238
239 * comint.el (comint-insert-input): Use it.
240
241 2006-05-09 Juri Linkov <juri@jurta.org>
242
243 * battery.el (battery-linux-proc-acpi): Also try
244 `/proc/acpi/thermal_zone/THR2/temperature'.
245
246 * files.el <safe-local-variable>: Remove `eval' and `let' binding
247 for now unused lambda `string-or-null'.
248
249 * add-log.el (change-log-default-name): Put `string-or-null-p'
250 instead of lambda on `safe-local-variable' property.
251
252 * diff-mode.el (diff-context->unified): Use `region-beginning' and
253 `region-end' instead of `mark' and `point'.
254 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
255 Operate on region in Transient Mark mode when the mark is active.
256 Use `region-beginning' and `region-end' instead of `mark' and
257 `point'.
258 (diff-hunk-text, diff-goto-source): Doc fix.
259
260 * startup.el (fancy-splash-screens, normal-splash-screen): Use
261 face `mode-line-buffer-id' for mode-line buffer face instead of
262 hard-coded `(:weight bold)'.
263
264 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
265 buffer-undo-list to t (undo-ask is reproducible by visiting
266 nested archives).
267
268 2006-05-09 Kim F. Storm <storm@cua.dk>
269
270 * progmodes/grep.el (rgrep): Set default directory of *grep*
271 buffer if we start M-x rgrep in the *grep* buffer and choose
272 a different base directory.
273
274 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
275
276 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
277 completion also when ido is loaded.
278
279 2006-05-09 Masatake YAMATO <jet@gyve.org>
280
281 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
282 "warning" and "import".
283 (cpp-font-lock-keywords): Added "warning".
284
285 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
286
287 * term/xterm.el (terminal-init-xterm): Add more key bindings.
288
289 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
292 pages at a time, if we signal the end, we should indeed reach that end.
293
294 2006-05-08 David Reitter <david.reitter@gmail.com>
295
296 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
297 output during execution of the body.
298
299 2006-05-08 Kim F. Storm <storm@cua.dk>
300
301 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
302
303 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
304
305 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
306 Use with-current-buffer.
307
308 2006-05-07 Kim F. Storm <storm@cua.dk>
309
310 * subr.el (add-to-history): Remove keep-dups arg.
311
312 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
313 to nil around call to add-to-history.
314
315 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
318 than after a buffer modification.
319
320 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
321
322 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
323 call to...
324 (gud-watch): ...here so speedbar is raised for already watched
325 expressions.
326 (gdb-speedbar-refresh): Delete function.
327 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
328 Use speedbar-timer-fn instead of speedbar-refresh (reverting
329 earlier change).
330 (gdb-var-evaluate-expression-handler)
331 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
332
333 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
334 Update localized contents for all buffers except ignored modes.
335
336 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
337
338 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
339 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
340 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
341 (mac-handle-font-panel-closed, mac-handle-font-selection):
342 New functions.
343 (mac-font-panel-mode): New minor mode.
344 (mac-apple-event-map): Add bindings for toolbar toggle button and
345 font panel.
346 (menu-bar-showhide-menu): Add mac-font-panel-mode.
347
348 2006-05-07 John Paul Wallington <jpw@pobox.com>
349
350 * ibuffer.el (ibuffer-compressed-file-name-regexp):
351 Avoid `regexp-opt'; simplify regexp for readability.
352
353 2006-05-06 Eli Zaretskii <eliz@gnu.org>
354
355 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
356 * files.el (buffer-stale-function):
357 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
358 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
359 links to the main manual, not to emacs-xtra.
360
361 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
362
363 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
364 MacJapanese if text is ASCII-only.
365
366 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
367
368 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
369 unless so nil isn't returned.
370 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
371
372 2006-05-06 Kim F. Storm <storm@cua.dk>
373
374 * subr.el (add-to-history): New function.
375
376 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
377 (ediff-merge-files-with-ancestor):
378 * env.el (setenv):
379 * isearch.el (isearch-update-ring):
380 * server.el (server-visit-files):
381 * progmodes/grep.el (lgrep, rgrep):
382 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
383 * progmodes/xscheme.el (xscheme-insert-expression):
384 Use add-to-history.
385
386 * kmacro.el (kmacro-push-ring): Use add-to-history.
387 (kmacro-ring-length): Remove unused defun.
388 (kmacro-start-macro): Use kmacro-push-ring.
389
390 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
391
392 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
393 directly instead of a lambda expression that calls it.
394
395 2006-05-06 Kim F. Storm <storm@cua.dk>
396
397 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
398 instead of compute-motion.
399
400 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
401
402 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
403 change.
404
405 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
406
407 * startup.el (command-line-1): Refer to "Pure Storage" on
408 pure-space-overflow.
409
410 2006-05-05 Martin Rudalics <rudalics@gmx.at>
411
412 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
413 provided faces once they all have been used up.
414
415 2006-05-05 Eli Zaretskii <eliz@gnu.org>
416
417 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
418 reference to the Lisp manual to the warning about pure space
419 overflow.
420
421 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
422
423 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
424 argument to avoid the call to `ispell-internal-change-dictionary'
425 when not needed.
426 (ispell-change-dictionary): Use this argument and call
427 `ispell-internal-change-dictionary' after the possible change
428 to `ispell-local-dictionary'.
429 (ispell-internal-change-dictionary): Check for a change in
430 personal dictionary use too.
431 Cosmetic changes from Agustin Martin
432 <agustin.martin@hispalinux.es>.
433
434 2006-05-05 Eli Zaretskii <eliz@gnu.org>
435
436 * startup.el (command-line): On MS-Windows, probe "~", not
437 "~USER", for warning about non-existent home directory
438
439 * arc-mode.el (archive-l-e): New optional argument `float' means
440 generate a float value.
441 (archive-arc-summarize, archive-lzh-summarize)
442 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
443 with 3rd argument non-nil when file's size is being computed.
444 Format the file sizes with %8.0f instead of %8d.
445
446 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
447
448 * cus-start.el (all): Add mac-dnd-known-types.
449
450 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
451 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
452 (mac-TIFF-to-string): New functions.
453 (x-get-selection, x-selection-value)
454 (mac-select-convert-to-string): Use them.
455 (mac-text-encoding-mac-japanese-basic-variant): New constant.
456 (mac-dnd-types-alist): New customization variable.
457 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
458 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
459 (mac-dnd-handle-drag-n-drop-event): New functions.
460 (mac-drag-n-drop): Remove function.
461 (global-map): Bind drag-n-drop and M-drag-n-drop to
462 mac-dnd-handle-drag-n-drop-event.
463
464 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
465
466 * progmodes/perl-mode.el (perl-beginning-of-function):
467 Skip anonymous subs.
468
469 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
470
471 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
472 regexp-opt at run time.
473
474 * term.el (term-handle-ansi-escape): Fix off by one error.
475
476 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
477
478 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
479 (gdb-init-1, gdb-post-prompt): ...and references to it.
480 (gdb-frame-handler): Strip directory name from filename if present.
481
482 * progmodes/gud.el (gdb-force-update): Delete defvar
483 (gud-speedbar-buttons): ...and references to it. Use window-start
484 to try to keep positon in watch expression.
485
486 2006-05-03 Richard Stallman <rms@gnu.org>
487
488 * simple.el (next-history-element, previous-history-element): Doc fix.
489
490 * isearch.el (isearch-update-ring): Doc fix.
491
492 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
493
494 * isearch.el (isearch-update-ring): Take history-delete-duplicates
495 into consideration. Replace one arm ifs with whens.
496
497 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
498
499 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
500 (menu): Fix typo.
501
502 2006-05-02 Miles Bader <miles@gnu.org>
503
504 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
505
506 2006-05-02 Jay Belanger <belanger@truman.edu>
507
508 * calc/calc-embed.el: (calc-override-minor-modes-map)
509 (calc-override-minor-modes): New variables.
510 (calc-do-embedded): Make sure that Calc keystrokes aren't
511 overwritten by minor modes.
512
513 2006-05-02 Chong Yidong <cyd@mit.edu>
514
515 * msb.el (msb): If EVENT is a down event, read and discard the up event.
516
517 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * startup.el (command-line-1): Refer to Lisp manual when
520 pure-space-overflow occurs.
521
522 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
523 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
524 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
525 (version-control): Don't use `t' for safe-local-variable declarations.
526
527 2006-05-01 Richard Stallman <rms@gnu.org>
528
529 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
530 M-r, M-R, M-A, M-SPC or M-DEL.
531 (diff-mode-map): diff-refine-hunk now on C-c C-w
532 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
533
534 * help-mode.el (help-mode): view-exit-action calls delete-window
535 only when it is safe and possible.
536
537 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
538 in messages.
539
540 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
541
542 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
543 in the default tool-bar-map.
544
545 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
546
547 * net/tramp.el (tramp-completion-file-name-handler-alist)
548 (tramp-run-real-handler, tramp-completion-run-real-handler)
549 (tramp-completion-handle-file-name-all-completions)
550 (tramp-completion-handle-file-name-completion): Autoload them.
551 (tramp-completion-handle-file-exists-p)
552 (tramp-completion-handle-file-name-directory)
553 (tramp-completion-handle-file-name-nondirectory)
554 (tramp-completion-handle-expand-file-name): Remove them.
555 (tramp-handle-file-name-directory): Return the real directory name.
556 Returning "/" only doesn't need to be necessary any longer.
557 (tramp-file-name-handler): Make special attention when in hostname
558 completion mode.
559 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
560 (tramp-register-file-name-handlers):
561 Register `tramp-completion-file-name-handler' only when
562 `partial-completion-mode' is enabled.
563 (tramp-completion-handle-file-name-all-completions):
564 Delete directory part from results.
565 (tramp-get-completion-methods, tramp-get-completion-user-host):
566 Discard deleting "/", it doesn't work after the change of
567 `tramp-handle-file-name-directory' above.
568
569 2006-05-01 Kim F. Storm <storm@cua.dk>
570
571 * progmodes/grep.el (grep-expand-template): Use save-match-data
572 and symbol-value.
573
574 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
575
576 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
577 Use select-frame-set-input-focus instead of raise-frame.
578 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
579
580 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
581
582 * progmodes/gud.el (gud-def): Add %c case.
583 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
584 (gud-format-command): Make match case sensitive. Match on %F.
585
586 2006-04-30 Glenn Morris <rgm@gnu.org>
587
588 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
589 (cal-tex-preamble): Use cal-tex-preamble-extra.
590 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
591 than alias `list-diary-entries'.
592
593 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
594
595 * help-fns.el (describe-variable): Add info about safe local variables.
596
597 2006-04-29 Richard Stallman <rms@gnu.org>
598
599 * bindings.el (mode-line-format): help-echo doc fixes.
600
601 * net/tramp.el (tramp-file-name-handler-alist): Delete
602 expand-file-name and other operations that can cause spurious loading.
603
604 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * files.el (safe-local-variable-p): Remove support for the special
607 value t.
608
609 * textmodes/paragraphs.el (sentence-end-without-space):
610 Fix safety predicate.
611 (sentence-end-double-space, sentence-end-without-period)
612 (paragraph-ignore-fill-prefix):
613 * textmodes/fill.el (colon-double-space):
614 * abbrev.el (abbrev-mode): Tighten the safety predicate.
615
616 * subr.el (booleanp): New fun.
617
618 * textmodes/reftex-vars.el (reftex-guess-label-type):
619 Tighten the safety predicate.
620
621 2006-04-28 Kim F. Storm <storm@cua.dk>
622
623 * progmodes/grep.el (defgroup grep): Doc fix.
624 (grep-auto-highlight): Remove.
625 (grep-template): New defcustom.
626 (grep-find-template): Rename from grep-tree-template.
627 (grep-files-aliases): Rename from grep-tree-files-aliases.
628 Remove "all" alias, add "l" alias.
629 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
630 (grep-find-ignored-directories): New defcustom to replace
631 grep-tree-ignore-CVS-directories, to facilitate ignoring
632 subdirectories for multiple version control systems.
633 (grep-mode-map): Add Recursive grep item to GREP menu.
634 (grep-regexp-history, grep-files-history): New defvars.
635 (grep-probe): New helper function.
636 (grep-compute-defaults): Use it to simplify code.
637 Adapt to name changes.
638 Use `.' as base in grep-find-template rather than <D>.
639 (grep): Remove superfluous highlight-regexp arg. Fix doc.
640 Call grep-compute-defaults unconditionally.
641 (grep-expand-keywords): New defconst.
642 (grep-expand-template): Rename from grep-expand-command-macros.
643 Simplify via grep-expand-keywords. Look at case-fold-search instead
644 of grep-tree-ignore-case to add -i option.
645 Bind case-fold-search to nil while matching keywords.
646 (grep-tree-last-regexp, grep-tree-last-files): Remove.
647 (grep-read-regexp, grep-read-files): New helper functions.
648 (rgrep): Rename from grep-tree. Rework to use proper histories.
649 Adapt to changes in defcustoms and functions above.
650 (lgrep): New command, as grep, but using same interactive UI as rgrep.
651
652 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/tramp.el (tramp-completion-file-name-handler):
655 Disable Tramp's functionality while loading Tramp itself.
656 (tramp-register-file-name-handlers): That's a defsubst now.
657 Code from `tramp-repair-jka-compr' moved here. Apply it via
658 `after-init-hook'.
659 (tramp-repair-jka-compr): Remove.
660
661 2006-04-27 Jay Belanger <belanger@truman.edu>
662
663 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
664 read expression when `math-read-big-expr' doesn't work.
665
666 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
667
668 * startup.el (command-line-1): Display warning when
669 pure-space-overflow is non-nil.
670
671 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
672
673 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
674 risky.
675
676 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
677
678 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
679 Return the URL or nil if none can be generated.
680
681 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
682
683 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
684 byte compiler warnings.
685 (gud-basic-call, gud-find-expr): Let user select an expression
686 for printing. Print expression as well as value in GUD buffer.
687
688 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
689
690 * allout.el: Remove local autoload declaration for
691 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
692 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
693 (allout-plain-bullets-string, allout-distinctive-bullets-string)
694 (allout-use-mode-specific-leader, allout-old-style-prefixes)
695 (allout-stylish-prefixes, allout-numbered-bullet)
696 (allout-file-xref-bullet, allout-presentation-padding)
697 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
698 safe-local-variable with suitable value spec, and add autoload
699 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
700 (move-beginning-of-line, move-end-of-line): Repair so these compat
701 functions now actually resituate the point, when appropriate.
702
703 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
706
707 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
708 (add-log-iso8601-time-string): Fix call to format-time-string.
709
710 2006-04-26 Kim F. Storm <storm@cua.dk>
711
712 * subr.el (posn-string, posn-image, posn-object): Doc fix.
713
714 2006-04-26 Masatake YAMATO <jet@gyve.org>
715
716 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
717 Add support for "//" style comments. Remove `b' flag
718 from ?* in `asm-mode-syntax-table'.
719
720 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * follow.el: Use (featurep 'xemacs) everywhere.
723 (follow-mode): Use define-minor-mode.
724 (follow-mode-map): Move initialization into the declaration.
725 Use command remapping.
726 (follow-emacs-version-xemacs-p): Remove.
727 (follow-submit-feedback): Remove.
728
729 * allout.el (allout-layout, allout-passphrase-verifier-string)
730 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
731
732 * textmodes/reftex-vars.el (reftex-vref-is-default)
733 (reftex-fref-is-default, reftex-guess-label-type):
734 Tighten up a bit the safety predicate.
735
736 * textmodes/paragraphs.el (sentence-end-double-space)
737 (sentence-end-without-period, sentence-end-without-space)
738 (page-delimiter, paragraph-ignore-fill-prefix):
739 Tighten up a bit the safety predicate.
740
741 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
742
743 * progmodes/python.el (python-continuation-line-p)
744 (python-beginning-of-statement): syntax-ppss may return
745 a negative depth.
746 (python-mode): Don't forcefully enable font-lock.
747
748 * time-stamp.el (time-stamp-start, time-stamp-end)
749 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
750
751 * add-log.el: Remove spurious * in docstrings.
752 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
753 (add-change-log-entry): Use it here, since it's not specific
754 to iso8601.
755 (add-log-iso8601-time-string): Don't use it here any more.
756 (change-log-indent-text, change-log-indent): Rename from add-log-*.
757
758 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
759
760 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
761
762 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
763 (rcirc-toggle-low-priority): Doc fix.
764 (rcirc-handler-NOTICE): Remove beginning of line anchor in
765 ChanServ regexp.
766 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
767 #emacs.
768 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
769 (rcirc-decode-coding-system): Use utf-8 as the default.
770 (rcirc-multiline-minor-mode): Set the fill-column.
771 (rcirc-format-response-string): Display bright and dim nicks.
772 (rcirc-browse-url): Update interactive spec to fill ARG.
773 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
774 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
775
776 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
777
778 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
779 case for @Article, etc.
780
781 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
782
783 * net/tramp.el (tramp-register-file-name-handlers): New defun.
784 Added with autoload cookie.
785 (tramp-unload-file-name-handlers): Rename from
786 `tramp-unload-file-name-handler-alist'.
787
788 2006-04-23 Romain Francoise <romain@orebokech.com>
789
790 * comint.el (comint-match-partial-filename): Doc fix.
791
792 2006-04-21 Glenn Morris <rgm@gnu.org>
793
794 * calendar/cal-menu.el (calendar-mode-map): Refer to
795 `diary-view-entries' rather than alias `view-diary-entries'.
796 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
797
798 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
799
800 * progmodes/antlr-mode.el (antlr-default):
801 * cus-edit.el (custom-documentation):
802 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
803 in defface.
804
805 2006-04-21 Kim F. Storm <storm@cua.dk>
806
807 * image.el (image-type): New defun split out of create-image.
808 (create-image): Use it.
809
810 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
811
812 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
813 (org-open-at-point): Remove the "...done" message to keep output
814 in the echo area visible.
815 (org-export-as-xoxo): Fix call to `indent-region'.
816
817 2006-04-21 Kevin Ryde <user42@zip.com.au>
818
819 * international/mule.el (keyboard-coding-system): defcustom
820 info-link fixes: "Specify Coding" has been split, keyboard now in
821 "Terminal Coding", and "Single-Byte Character Support" is now
822 "Unibyte Mode".
823
824 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
825
826 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
827 Use font-lock-warning-face for any errors e.g. no stack.
828 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
829
830 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * progmodes/sh-script.el (sh-shell): Mark as safe.
833
834 * newcomment.el (comment-start, comment-start-skip)
835 (comment-end-skip, comment-end): Mark as safe.
836
837 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
838
839 * textmodes/org.el (org-deadline-announce): Face removed.
840 (org-level-faces, org-n-levels): Convert to constant.
841 (org-compatible-face): New function.
842 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
843 (org-level-5, org-level-6, org-level-7, org-level-8)
844 (org-special-keyword, org-warning, org-headline-done, org-link)
845 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
846 (org-scheduled-today, org-scheduled-previously, org-time-grid):
847 Face definition revised for better color tty support.
848 (org-bold-re, org-italic-re, org-underline-re): New constants.
849 (org-set-font-lock-defaults): Use the new constants.
850 (org-agenda-highlight-todo): New function.
851 (org-agenda-todo): Fix bug with point at end of line.
852 (org-agenda-change-all-lines, org-finalize-agenda-entries):
853 Fontify TODO keywords.
854 (org-insert-link): Preserve relative path in ../ links.
855 (org-export-as-html): Convert links pointing to .org files into
856 links that will work beteen the exported HTML files.
857 (org-todo-list): Fix bug when arg=0.
858 (org-insert-heading): More fine-tuning.
859
860 2006-04-19 Romain Francoise <romain@orebokech.com>
861
862 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
863 from `rmail-mime-charset-pattern'.
864
865 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
866
867 * progmodes/python.el (python-mode): Fix typo.
868
869 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
870
871 * comint.el (comint-previous-input): Don't clobber input line
872 when moving off either end of the input history ring.
873 (comint-delete-input): New function, used by
874 `comint-previous-input' and others.
875 (comint-previous-matching-input):
876 Use `coming-delete-input'. Save the partial input if leaving the
877 edit line. Goto point-max before deleting input to avoid
878 partial input fragments hanging around.
879 (comint-restore-input): New function, used by `comint-previous-input'.
880
881 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
882
883 * imenu.el (imenu--index-alist): Balance parentheses.
884
885 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
886
887 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
888
889 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
890
891 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
892 file is nil.
893
894 2006-04-18 Richard Stallman <rms@gnu.org>
895
896 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
897
898 * imenu.el (imenu-create-index-function, imenu--index-alist)
899 (imenu--last-menubar-index-alist, imenu--make-index-alist)
900 (imenu-default-create-index-function, imenu--generic-function):
901 Doc fixes.
902
903 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
904
905 * help-mode.el (help-mode): Set view-exit-action to delete window.
906
907 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
908 now works by passing nil as arg.
909
910 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
911
912 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
913 (read-abbrev-file): Provide default when reading filename.
914
915 * files.el (enable-local-variables): Allow :all as value.
916 (hack-local-variables): Implement that value.
917 (safe-local-variable-values, safe-local-eval-forms)
918 (enable-local-variables): Mark as risky.
919 (find-file-visit-truename, kept-old-versions): Mark safe.
920
921 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
922 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
923 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
924
925 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
928 Use forward-line so as to get to BOL even in the presence of fields.
929 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
930 in return.
931 (inferior-tcl): Tell tclsh to work in interactive mode.
932
933 * complete.el (partial-completion-mode):
934 Use 'choose-completion-string-functions to make sure that
935 choose-completion fills the minibuffer properly.
936
937 * complete.el (PC-old-read-file-name-internal): Remove.
938 (PC-read-include-file-name-internal): Remove. Turn it into an advice
939 of read-file-name-internal.
940 (partial-completion-mode): Enable/disable this advice.
941
942 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
943
944 * net/tramp.el (tramp-completion-file-name-handler): Revert change
945 of 2006-04-17.
946
947 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
948
949 * textmodes/org.el (org-insert-heading): Insert heading before
950 current if at beginning of line.
951 (org-todo, org-date): New faces.
952 (org-table-align): Make sure tooltip window contains full text.
953 (org-no-properties): New defsubst.
954 (org-set-font-lock-defaults): Use new faces.
955
956 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
957
958 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
959 for root variables.
960
961 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
962 (gdb-frame-address): Re-use to identify frame for watch expression.
963 (gdb-var-list, gdb-var-create-handler): Add frame address for root
964 variables.
965 (gdb-init-1, gdb-source, gdb-post-prompt)
966 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
967 (gdb-frame-handler): Get gdb-frame-address.
968
969 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
970
971 Sync with Tramp 2.0.53.
972
973 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
974 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
975 (tramp-completion-file-name-handler): Add autoload cookie for
976 adding to `file-name-handler-alist'.
977
978 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
979 the prompt. If it returns earlier (when detecting an error
980 message), the rest of the output will merge accidently with the
981 output of the next command. Reported by M Jared Finder
982 <jared@hpalace.com>.
983
984 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
985 for `process-file', in order to let it work for older Emacsen too.
986
987 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
988
989 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
990 (tex-font-lock-keywords-3): Use it.
991
992 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * newcomment.el (comment-add): New function.
995 (comment-region-default, comment-dwim): Use it.
996
997 2006-04-15 Michael Olson <mwolson@gnu.org>
998
999 * emacs-lisp/tq.el: Improve comments.
1000 (tq-queue-head-question): New accessor function.
1001 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1002 Update for modified queue structure.
1003 (tq-queue-add): Accept `question' argument.
1004 (tq-queue-pop): If a question is pending, send it.
1005 (tq-enqueue): Accept new optional argument `delay-question'.
1006 If this is non-nil, and at least one other question is pending a
1007 response, queue the question rather than sending it immediately.
1008
1009 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1010
1011 * calendar/appt.el (appt-add): Check whether an appointment is
1012 already present in appt-time-msg-list. Simplify code.
1013
1014 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * progmodes/cc-langs.el (c-mode-menu):
1017 Don't presume c-subword-mode is bound.
1018
1019 2006-04-13 Bill Wohler <wohler@newt.com>
1020
1021 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1022 (customize-package-emacs-version): Use cdr instead of cadr now
1023 that alists use dotted pairs.
1024
1025 * custom.el (defcustom): Fix docstring for :package-version.
1026
1027 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1028
1029 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1030 (tramp-handle-shell-command): Display output buffer only when
1031 `tramp-display-shell-command-buffer' is true.
1032 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1033
1034 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1035
1036 * textmodes/org.el (org-set-autofill-regexps): Set only the local
1037 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1038
1039 2006-04-13 Romain Francoise <romain@orebokech.com>
1040
1041 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1042 leaving temporary .cvsignore buffers behind.
1043
1044 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1045
1046 * textmodes/org.el (org-set-regexps-and-options)
1047 (org-get-current-options): Better names for the startup folding
1048 options.
1049
1050 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
1051
1052 * vc.el (vc-annotate): Arrange for point to end up at the same
1053 line number as in the original, but only when using a new buffer.
1054
1055 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
1056
1057 * files.el (hack-one-local-variable-eval-safep):
1058 Recognize `edebug-form-spec' for `put', but only if it passes
1059 `edebug-basic-spec'. Generalize `put' handling.
1060
1061 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1062 vetting file-local form specs.
1063
1064 * allout.el (allout-layout): Autoload its `safe-local-variable'
1065 property.
1066
1067 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1068
1069 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
1070 (org-agenda-mouse-1-follows-link)
1071 (org-mouse-1-follows-link): New options.
1072 (org-format-agenda-item): Fix bug if TAGS is nil.
1073 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1074
1075 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
1076
1077 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
1078 GDB 6.1+ gives full filename for "info sources" so use
1079 file-name-nondirectory.
1080
1081 2006-04-12 Romain Francoise <romain@orebokech.com>
1082
1083 * subr.el (read-passwd): Bind `message-log-max' to nil.
1084
1085 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * progmodes/perl-mode.el (perl-indent-new-calculate):
1088 Recompute parse-start after jumping backward by a whole sexp.
1089
1090 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
1093 window configuration.
1094 (vc-annotate-display-select): Select the buffer so that current-buffer
1095 (and selected-window) is the output buffer at the end of vc-annotate.
1096
1097 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1098
1099 * vc.el (vc-annotate-color-map): Add custom TTY color map for
1100 8-color terminals, to use all of the colors in a sensible order.
1101 256-color terminals work well with the standard map.
1102 (vc-annotate-lines): Only strip the first color character if it
1103 is "#", to allow for terminal-style named colors.
1104 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
1105 the correct buffer is scrolled.
1106
1107 2006-04-11 Richard Stallman <rms@gnu.org>
1108
1109 * emacs-lisp/bytecomp.el (byte-compile-file):
1110 Bind enable-local-variables to :safe, and make normal-mode obey it.
1111
1112 * files.el (enable-local-variables): Allow value :safe.
1113 (normal-mode): Doc fix.
1114 (hack-local-variables): Implement enable-local-variables = :safe.
1115 (hack-local-variables-confirm): Don't prevent quitting.
1116
1117 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * loadhist.el (unload-feature): A bit of sanity check of
1120 load-history entries. Cancel timer-vars before unbinding them.
1121
1122 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
1123 quote special chars, and make the trick work on the hex part of the
1124 buffer as well.
1125 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
1126 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
1127
1128 * startup.el (normal-splash-screen): Fix last change so we don't wait
1129 2 minutes if we don't show the splash screen.
1130
1131 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
1132
1133 * textmodes/org.el (org-export-plain-list-max-depth)
1134 (org-table-spaces-around-separators)
1135 (org-radio-targets, org-activate-camels)
1136 (org-table-spaces-around-invisible-separators): Options removed.
1137 (org-time-stamp-rounding-minutes, org-remember-templates)
1138 (org-ellipsis, org-activate-links, org-descriptive-links):
1139 New options.
1140 (org-remember-apply-template, org-current-time)
1141 (org-finish-edit-table-field)
1142 (org-link-unescape, org-link-escape)
1143 (org-string-width, org-table-clean-line, org-html-do-expand)
1144 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1145 (org-read-agenda-file-list): New functions.
1146 (org-table-edit-field)
1147 (org-table-create-or-convert-from-region): New commands
1148 (org-table-toggle-vline-visibility): Command removed.
1149 (org-table-convert-region): Made a command.
1150 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
1151 Replace with the normal org- functions.
1152 (org-self-insert-command): Don't trigger realign unnecessarily
1153 when blanking a field that is not full.
1154 (org-mode): `Set buffer-invisibility-spec' for links.
1155 (org-activate-links2): Hide link part and only show descriptive
1156 part of the link.
1157 (org-insert-link): Modify for new linking system.
1158 (org-store-link): Store description separately, for use by
1159 `org-insert-link'.
1160 (org-table-align): Use `org-string-width'.
1161 (defgroup): Completely new group structure for custom variables.
1162 (org-agenda-files): Option: Single file name allowed. Function:
1163 Optional argument unrestrited means ignore any restricitons.
1164 (org-install-agenda-files-menu): Find a buffer in Org-mode before
1165 trying to modify the menu. Use generalized access to
1166 `org-agenda-files.'
1167 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1168 (org-agenda-file-to-front, org-remove-file, org-diary)
1169 (org-tags-view, org-export-icalendar-all-agenda-files)
1170 (org-export-icalendar-combine-agenda-files): Use generalized
1171 access to `org-agenda-files'.
1172 (org-remember-handler): Correctly preserve heading if present.
1173 (org-table-insert-row, org-table-insert-hline): Deal with
1174 invisible characters.
1175
1176 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
1177
1178 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
1179 (vc-annotate-color-map): New 18 element constant
1180 value/saturation, rotating hue colormap, from red->blue.
1181 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
1182 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
1183 (vc-annotate): To avoid killing the required local variables,
1184 set them before the end of `with-output-to-temp-buffer', and
1185 after first switching to annotate-mode.
1186 (vc-annotate-warp-version): Add buffer argument in goto-line to
1187 ensure annotation, not source, is scrolled.
1188
1189 2006-04-10 Bill Wohler <wohler@newt.com>
1190
1191 * custom.el (defcustom, custom-handle-keyword):
1192 Add :package-version keyword.
1193 (custom-add-package-version): New function. Sets value of new
1194 property 'custom-package-version from :package-version keyword.
1195 (defcustom): Create Common Keywords section in docstring.
1196 (defface, defgroup): Replace definitions of a select few keywords
1197 with a reference to the Common Keywords in defcustom.
1198 (defcustom, defface, defgroup): Replace reference to Customization
1199 chapter in manual with hyperlink.
1200
1201 * cus-edit.el (customize-package-emacs-version-alist):
1202 New variable.
1203 (customize-changed-options): Add check for custom-package-version.
1204 (customize-package-emacs-version): New function to look up Emacs
1205 version corresponding to the given package version.
1206
1207 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
1208 defun name, in similar fashion to find-variable-regexp.
1209
1210 2006-04-10 Eli Zaretskii <eliz@gnu.org>
1211
1212 * international/mule-cmds.el (set-locale-environment): Fix last
1213 change for when the locale's preferences don't specify any encoding.
1214
1215 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
1218 so the defined var/fun doesn't need to be quoted.
1219
1220 2006-04-10 Richard Stallman <rms@gnu.org>
1221
1222 * finder.el (finder-mode-map): Add n and p bindings.
1223
1224 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
1225
1226 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
1227 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
1228 (gdb-setup-windows): Put something in source window if we can't find
1229 the source file.
1230 (gdb-frame-handler): Make it work again with just assembly.
1231 (gdb-data-list-register-values-handler): Make it work when there is
1232 no stack.
1233
1234 2006-04-09 Richard Stallman <rms@gnu.org>
1235
1236 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
1237 specs while looking for charset.
1238
1239 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
1240
1241 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
1242 Make them faces.
1243 (lm-font-lock-keywords): Update appropriately.
1244
1245 2006-04-10 Kim F. Storm <storm@cua.dk>
1246
1247 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
1248 it can also replace buffer-substring-no-properties.
1249
1250 * emulation/cua-base.el (cua-delete-region, cua-paste)
1251 (cua-repeat-replace-region): Use filter-buffer-substring.
1252
1253 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1254 (cua-cut-region-to-global-mark): Likewise.
1255
1256 * emulation/cua-rect.el (cua--extract-rectangle)
1257 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
1258
1259 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1260
1261 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
1262 entry-type. Add field delimiters to numerical fields if they are
1263 not present.
1264
1265 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1266
1267 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
1268 string-const to return value.
1269 (bibtex-remove-delimiters): Use it.
1270
1271 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
1274 cl-byte-compile-compiler-macro unless it exists.
1275
1276 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1277
1278 * files.el (hack-local-variables-confirm) <offer-save>:
1279 Clarify message text. Suggested by Ralf Angeli.
1280
1281 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
1282
1283 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1284 (delete-extract-rectangle-line): Use `filter-buffer-substring'
1285 instead of `buffer-substring' and `delete-region'. (Most of the
1286 code actually copied from `kill-region'.)
1287
1288 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
1289
1290 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
1291 (rcirc-default-port): Rename from rcirc-port.
1292 (rcirc-default-nick): Rename from rcirc-nick.
1293 (rcirc-default-user-name): Rename from rcirc-user-name.
1294 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
1295 (rcirc-low-priority-flag): New variable.
1296 (rcirc-decode-coding-system): New defcustom.
1297 (rcirc-encode-coding-system): New defcustom.
1298 (rcirc-coding-system-alist): New defcustom.
1299 (rcirc-multiline-major-mode): New defcustom.
1300 (rcirc-nick): New internal variable.
1301 (rcirc-process): Remove variable.
1302 (rcirc-server-buffer): New variable.
1303 (rcirc): Update to use rcirc-default-* variables above.
1304 (rcirc-connect): Do not add window-configuration-hook-here.
1305 (rcirc-server): New internal variable.
1306 (rcirc-connect): Do not send keepalive pings if
1307 rcirc-keepalive-seconds is nil.
1308 (with-rcirc-server-buffer): New macro.
1309 (rcirc-send-string): Encode with rcirc-encode-coding-system.
1310 (rcirc-server-name): Rename from rcirc-server.
1311 (rcirc-buffer-process): New function.
1312 (rcirc-buffer-nick): New function.
1313 (rcirc-buffer-target): Remove function.
1314 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1315 New commands.
1316 (rcirc-mode-map): Change binding of C-c C-l to
1317 rcirc-toggle-low-priority.
1318 (rcirc-mode): Initialize coding system based on
1319 rcirc-coding-system-alist. New change-major-mode-hook to part the
1320 channel on a mode change. Make kill-buffer-hook buffer-local.
1321 (rcirc-change-major-mode-hook): New function.
1322 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
1323 (rcirc-last-post-time): New variable.
1324 (rcirc-process-message): Store the last time user posted a message
1325 to this target.
1326 (rcirc-multiline-minor-mode): New mode.
1327 (rcirc-multiline-minor-mode-map): New mode map.
1328 (rcirc-edit-multiline): Put multiline-edit buffer in
1329 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
1330 (rcirc-print): Ignore any line starting with an ignored nick.
1331 (rcirc-print): Decode using rcirc-decode-coding-system.
1332 (rcirc-track-minor-mode): Update global-mode-string when disabling
1333 this mode.
1334 (minor-mode-alist): Add LowPri indicator.
1335 (rcirc-toggle-low-priority): New function.
1336 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
1337 next lowpriority buffer with activity.
1338 (rcirc-record-activity): Sort buffers in rcirc-activity by the
1339 last time the user posted a message in to the target.
1340 (rcirc-update-activity-string): New formatting for low priority
1341 buffers.
1342 (rcirc-split-activity): New function.
1343 (rcirc-handler-PART, rcirc-handler-KICK)
1344 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
1345 (rcirc-nick-away-alist): New variable.
1346 (rcirc-handler-301): New handler. Away messages are printed once
1347 per change.
1348
1349 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1350
1351 * info.el (Info-follow-nearest-node): Doc fix.
1352
1353 * international/mule-cmds.el (set-locale-environment): Make sure
1354 the coding-system preferred by the locale's language has the same
1355 EOL conversion type as the original buffer-file-coding-system.
1356 (locale-language-names): Add a few MS Windows language codes.
1357
1358 2006-04-07 Richard Stallman <rms@gnu.org>
1359
1360 * simple.el (eval-expression): Doc fix.
1361
1362 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
1363 (eval-defun): Doc fixes.
1364
1365 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1366
1367 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1368
1369 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
1370
1371 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1372 GDB list command without argument for greater generality.
1373
1374 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1375
1376 * subr.el (string-or-null-p): New function.
1377
1378 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1379
1380 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1381
1382 * files.el: Update comment about safe-local-variable declarations.
1383
1384 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1385
1386 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1387 See idlwave.org.
1388
1389 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1390 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1391
1392 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1393 See idlwave.org.
1394
1395 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1396 version 6.0 (minimal changes). See idlwave.org.
1397
1398 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1399 6.0 (minimal changes). See idlwave.org.
1400
1401 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1402
1403 2006-04-06 Romain Francoise <romain@orebokech.com>
1404
1405 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1406 symmetric encryption features and a new asynchronous interface to
1407 GnuPG. This new version is version 1.4, plus whitespace changes.
1408
1409 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1410
1411 * files.el: Move some `safe-local-variable' declarations to the
1412 respective files.
1413
1414 * textmodes/ispell.el (ispell-check-comments)
1415 (ispell-local-dictionary): Mark as safe.
1416
1417 * abbrev.el (abbrev-mode): Mark as safe.
1418
1419 * add-log.el (change-log-default-name): Mark as safe.
1420
1421 * textmodes/reftex-vars.el (reftex-vref-is-default)
1422 (reftex-fref-is-default, reftex-level-indent)
1423 (reftex-guess-label-type): Mark as safe.
1424
1425 * textmodes/fill.el (colon-double-space): Mark as safe.
1426
1427 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1428 (sentence-end-double-space, sentence-end-without-period)
1429 (sentence-end-without-space, sentence-end, sentence-end-base)
1430 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1431
1432 2006-04-06 Kim F. Storm <storm@cua.dk>
1433
1434 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1435 the :set-after list.
1436 (ido-downcase-unc-hosts): New user option. Default on.
1437 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1438 when it is set, as regexps are now applied on the fly.
1439 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1440 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1441 on the fly, but only when ido-process-ignore-lists is set.
1442 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1443 Only downcase names if ido-downcase-unc-hosts is set.
1444
1445 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1448
1449 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1450
1451 2006-04-05 Kim F. Storm <storm@cua.dk>
1452
1453 * ido.el (ido-mode): Set after ido-unc-hosts and
1454 ido-ignore-unc-host-regexps.
1455 (ido-save-history): Save ido-unc-hosts-cache.
1456 (ido-load-history): Load ido-unc-hosts-cache.
1457 (ido-reread-directory): Refresh unc hosts cache in // dir.
1458
1459 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1460 to nil while displaying slash screen.
1461
1462 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1463
1464 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1465 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1466
1467 2006-04-05 Kenichi Handa <handa@m17n.org>
1468
1469 * international/characters.el: Setup cases of Latin, Greek, and
1470 Cyrillic characters in CJK charsets.
1471
1472 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1473
1474 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1475 default-enable-multibyte-characters. This reverts the change from
1476 revision 6.17 which is no longer necessary because the passphrase
1477 is sent separately now. GnuPG messages are unreadable under
1478 multibyte locales with default-enable-multibyte-characters set to nil.
1479
1480 2006-04-04 Andreas Schwab <schwab@suse.de>
1481
1482 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1483 and `byte-compile-warnings' as `safe-local-variable'.
1484
1485 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 * man.el (Man-mode-map): Restore the \r binding.
1488 (Man-abstract-xref-man-page): If Man-target-string is a function,
1489 call it.
1490 (Man-highlight-references): Use Man-default-man-entry to get the
1491 target. Deal with xrefs too.
1492 (Man-highlight-references0): Don't call the target function.
1493
1494 * woman.el (WoMan-xref-man-page): Strip the section number, woman
1495 cannot deal with it.
1496
1497 2006-04-04 Daiki Ueno <ueno@unixuser.org>
1498
1499 * pgg-gpg.el: Clean up process buffers every time gpg processes
1500 complete.
1501
1502 2006-04-04 Kenichi Handa <handa@m17n.org>
1503
1504 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1505 here.
1506 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1507 Temporarily bind inhibit-field-text-motion to t.
1508
1509 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * startup.el (normal-splash-screen): Only set mode-line-format in the
1512 splash buffer, so as not to interfere when debugging the code.
1513 Ignore errors when switching buffer.
1514
1515 2006-04-03 Romain Francoise <romain@orebokech.com>
1516
1517 * dired.el (dired-dnd-protocol-alist): Fix typo.
1518
1519 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1520
1521 * savehist.el (savehist): Add :version.
1522 (savehist-ignored-variables): New variable.
1523 (savehist-minibuffer-hook): Don't save variables listed in
1524 `savehist-ignored-variables'.
1525
1526 * dired.el (dired-dnd-protocol-alist): Mention that change does
1527 only apply to new buffers in doc string.
1528
1529 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1530
1531 * recentf.el (recentf-open-files-item): Include newline in button
1532 field, so opening a file will work, when the point is at the end
1533 of the file name. Allow, for example, to [i]search a file by
1534 extension and just push RET to open it.
1535
1536 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1537
1538 * pgg-gpg.el (pgg-gpg-process-filter)
1539 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1540
1541 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1542 lines, temporary fix.
1543
1544 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1547
1548 2006-04-02 Richard Stallman <rms@gnu.org>
1549
1550 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1551
1552 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1553
1554 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1555 header-mouse-map.
1556
1557 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1558 (ibuffer-mode-header-map): New keymaps.
1559 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1560 and keybindings for column headers.
1561 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1562 property.
1563
1564 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1565
1566 * speedbar.el (speedbar-after-create-hook): Doc fix.
1567
1568 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1569
1570 * shell.el (shell-directory-tracker)
1571 (shell-dynamic-complete-command): Doc fixes.
1572
1573 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1574
1575 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1576 terminals.
1577
1578 2006-04-01 Kim F. Storm <storm@cua.dk>
1579
1580 * ido.el (ido-unc-hosts-cache): New defvar.
1581 (ido-unc-hosts): If value of defcustom is a function, call it to
1582 get list of UNC hosts. Add function-item choices to specify
1583 ido-unc-hosts-net-view or user function.
1584 (ido-ignore-unc-host-regexps): New defcustom.
1585 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1586 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1587 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1588
1589 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1592 wwidth.
1593
1594 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1597 (ido-max-work-file-list, ido-switch-buffer)
1598 (ido-read-file-name-as-directory-commands):
1599 Fix typos in docstrings.
1600
1601 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1602
1603 * term/mac-win.el (mac-system-coding-system): Define and use after
1604 Mac-specific coding systems are ready.
1605
1606 2006-03-27 Romain Francoise <romain@orebokech.com>
1607
1608 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1609
1610 * ldefs-boot.el: Update.
1611
1612 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1613
1614 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1615 passphrases when it is not needed.
1616 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1617 passphrase stuff from gpg, should only be necessary when you use
1618 gpg with a smartcard.
1619
1620 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1621
1622 * comint.el (comint-dynamic-list-completions): Allow user to
1623 select *Completions* buffer.
1624
1625 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1626
1627 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1628
1629 2006-03-26 Andreas Schwab <schwab@suse.de>
1630
1631 * progmodes/gud.el (gdb): Only complain about multiple debugging
1632 when the gdb process is still running.
1633
1634 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1635
1636 * mail/rmail.el (tool-bar-map): Defvar it.
1637 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1638 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1639
1640 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1641
1642 * help.el (print-help-return-message): Suggest to use
1643 display-buffer instead of switch-to-buffer-other-window to restore
1644 the previous window without selecting it.
1645
1646 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1647
1648 * frame.el (select-frame-by-name): Call x-focus-frame also when
1649 window-system is mac.
1650
1651 * term/mac-win.el: Adjust Courier font specifications in
1652 x-fixed-font-alist.
1653 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1654 when directly encoding to UTF-16 in native byte order, no BOM.
1655
1656 2006-03-25 Kim F. Storm <storm@cua.dk>
1657
1658 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1659 (cua--init-keymaps): Use it instead of fixed C-return.
1660 (cua-mode): Set after it.
1661
1662 * emulation/cua-rect.el (cua--init-rectangles):
1663 Use cua-rectangle-mark-key instead of fixed C-return.
1664
1665 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1666
1667 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1668 "run" in .gdbinit.
1669 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1670
1671 2006-03-24 Romain Francoise <romain@orebokech.com>
1672
1673 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1674 `display-buffer-other-frame'.
1675
1676 2006-03-24 Kim F. Storm <storm@cua.dk>
1677
1678 * apropos.el (apropos-synonyms): Add selection => region.
1679
1680 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1681
1682 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1683 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1684 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1685 (gdb-data-list-register-values-regexp)
1686 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1687 Future proof against new fields being added to MI output.
1688 (gdb-send): Don't treat backslashes for program input as
1689 continuations.
1690 (gdb-assembler-handler): Don't use window-start for this handler.
1691 (gdb-frame-handler): Don't change to hollow arrow if overlay
1692 arrow doesn't move to new frame.
1693
1694 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1695
1696 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1697 prevent compiler warnings.
1698 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1699 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1700 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1701 buffer too.
1702
1703 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1704
1705 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1706 make-network-process, so we can use the same code in Gnus v5-10
1707 too and have this file fully synchronized with that release.
1708
1709 2006-03-23 Romain Francoise <romain@orebokech.com>
1710
1711 * ibuf-ext.el (ibuffer-read-filter-group-name):
1712 Use `ibuffer-generate-filter-groups' to make completion list match
1713 the filter groups that are really displayed in the Ibuffer buffer.
1714 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1715
1716 2006-03-23 Kenichi Handa <handa@m17n.org>
1717
1718 * international/mule-cmds.el (sort-coding-systems): Describe that
1719 the argument is modified in docstring.
1720
1721 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1722
1723 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1724 (pgg-gpg-update-agent): New function.
1725 (pgg-gpg-use-agent-p): New function.
1726 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1727 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1728 (pgg-gpg-sign-region): Use it.
1729
1730 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * cus-edit.el (custom-face-set): Call custom-push-theme before
1733 face-spec set so that `changed' theme is correctly saved.
1734 (custom-face-reset-standard): Reset to recalculated face rather
1735 than defface spec.
1736
1737 * custom.el (custom-push-theme): Only save `changed' theme if the
1738 current face does not match the defface specs.
1739
1740 2006-03-21 Simon Josefsson <jas@extundo.com>
1741
1742 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1743 <wilde@sha-bang.de>.
1744 (pgg-gpg-use-agent): New variable.
1745 (pgg-gpg-process-region): Use it.
1746 (pgg-gpg-encrypt-region): Likewise.
1747 (pgg-gpg-encrypt-symmetric-region): Likewise.
1748 (pgg-gpg-decrypt-region): Likewise.
1749 (pgg-gpg-sign-region): Likewise.
1750 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1751
1752 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1753
1754 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1755 bracket links.
1756
1757 2006-03-21 Kim F. Storm <storm@cua.dk>
1758
1759 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1760 fringe-indicator-alist instead of modifying global value.
1761 (gdb-frame-handler): Likewise.
1762
1763 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1764
1765 * diff-mode.el (diff-function): Make it inherit from diff-header
1766 instead of diff-context.
1767
1768 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1769 bitmap.
1770 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1771 change names in macro above for consistency.
1772 (gdb-frame-handler): Use hollow-right-triangle for all selected
1773 frames which except the innermost (where execution has stopped).
1774 (gdb-reset): Reset buffer-local values of overlay-arrow.
1775
1776 2006-03-20 Richard Stallman <rms@gnu.org>
1777
1778 * simple.el (set-mark-command): Doc fix.
1779
1780 * files.el (display-buffer-other-frame): New command.
1781 (ctl-x-4-map): Bind C-x 5 C-o to it.
1782
1783 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1786 rather than just defer-time, in case defer-time has been changed but
1787 the timer isn't running yet.
1788 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1789
1790 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1791
1792 * help-mode.el (help-follow-symbol): New function.
1793 Essentially identical to the old `help-follow', but do not let
1794 `push-button' do the work when on an xref.
1795 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1796
1797 2006-03-19 Richard Stallman <rms@gnu.org>
1798
1799 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1800 preceded by the word `program'.
1801 (help-follow-mouse, help-follow): Throw error if not on xref.
1802 Delete no longer used args.
1803
1804 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1805
1806 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1807 annotation ensure gud-overlay-arrow-position is redisplayed.
1808
1809 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1810
1811 * textmodes/bibtex.el (bibtex-include-OPTkey)
1812 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1813 (bibtex-autokey-name-case-convert)
1814 (bibtex-autokey-titleword-case-convert): Make these the aliases
1815 for the following two variables.
1816 (bibtex-autokey-name-case-convert-function)
1817 (bibtex-autokey-titleword-case-convert-function): Make these the
1818 real names.
1819 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1820 bibtex-font-lock-crossref sublists.
1821 (bibtex-mode): Revert 2005-12-30 change (which made
1822 completion-ignore-case buffer-local).
1823 (bibtex-url): Simplify.
1824
1825 2006-03-19 Kim F. Storm <storm@cua.dk>
1826
1827 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1828 cursor property value to 2 (to align with C level change).
1829
1830 2006-03-19 Bill Wohler <wohler@newt.com>
1831
1832 * image.el (image-load-path-for-library): Shorten first line in
1833 docstring.
1834
1835 2006-03-18 Richard Stallman <rms@gnu.org>
1836
1837 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1838
1839 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1840
1841 * isearch.el (isearch-other-meta-char): Handle user bindings for
1842 shifted control characters.
1843
1844 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1845
1846 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1847 part that matches email addresses, file names, etc.
1848
1849 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1850
1851 * term/w32-win.el (mouse-set-font):
1852 Mention w32-list-proportional-fonts in the doc string.
1853
1854 2006-03-18 Kim F. Storm <storm@cua.dk>
1855
1856 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1857 (ido-unc-hosts): New user option to explicitly define list of know
1858 UNC-style hosts for completion.
1859 (ido-cache-unc-host-shares-time): New user option.
1860 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1861 New helper functions for UNC file-name support.
1862 (ido-may-cache-directory): Check for UNC host. Simplify.
1863 (ido-wash-history): Clean out old UNC hosts.
1864 (ido-nonreadable-directory-p): UNC hosts are always readable.
1865 (ido-directory-too-big-p): UNC hosts are never too big.
1866 (ido-set-current-directory): Handle UNC root path.
1867 (ido-file-name-all-completions): Complete UNC host names from
1868 ido-unc-hosts list. Cache UNC host shares.
1869 (ido-make-file-list-1): Don't filter UNC root.
1870 (ido-exhibit): Check for // in root directory, and switch to UNC
1871 mode by setting ido-current-directory to //.
1872
1873 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1874
1875 * cus-edit.el (customize-changed-options): Mention explicit
1876 version number as default in prompt.
1877
1878 2006-03-17 Bill Wohler <wohler@newt.com>
1879
1880 * image.el (image-load-path-for-library): Minor docstring fix.
1881
1882 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1883
1884 * textmodes/org.el (org-read-date): Include subgroup 5 into
1885 replacement text.
1886 (org-popup-calendar-for-date-prompt): Fix customization type.
1887
1888 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1889
1890 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1891 (gdb-continuation): New variable.
1892 (gdb-send): Deal with continuation lines.
1893
1894 * progmodes/gud.el (gud-gdb-complete-command)
1895 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1896 expressions.
1897 (gud-tooltip-mode): Use buffer-local value.
1898
1899 2006-03-16 Kim F. Storm <storm@cua.dk>
1900
1901 * ido.el (ido-edit-input): Use selected match, if any.
1902
1903 2006-03-16 Bill Wohler <wohler@newt.com>
1904
1905 * image.el (image-load-path-for-library): Prefer user's images in
1906 image-load-path.
1907
1908 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1909
1910 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1911 when checking for attempt to drag leftmost or rightmost scrollbar.
1912
1913 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1914
1915 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1916 (gdb-force-mode-line-update): New function.
1917 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1918 (gdb-exited): Use them.
1919 (gdb-signal): New function.
1920 (gdb-annotation-rules): Provide a rule for it.
1921
1922 2006-03-16 Kenichi Handa <handa@m17n.org>
1923
1924 * international/mule.el (auto-coding-regexp-alist): Add entries
1925 for Unicode BOM.
1926
1927 * sort.el (sort-build-lists): Temporarily bind
1928 inhibit-field-text-motion to t.
1929
1930 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1931
1932 * locate.el (locate-command, locate-make-command-line)
1933 (locate-fcodes-file, locate-update-command)
1934 (locate-prompt-for-command, locate, locate-with-filter)
1935 (locate-get-file-positions): Doc fixes.
1936 (locate-buffer-name, locate-header-face): Remove leading `*' in
1937 defcustom.
1938 (locate-filter-output): Use `keep-lines' instead of its alias
1939 `delete-non-matching-lines'.
1940 (locate-get-filename, locate-get-dirname): Add introductory comment.
1941 (locate-find-directory-other-window): Give appropriate error
1942 message if used outside main listing.
1943
1944 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1947 the new extend-region feature.
1948 (font-lock-after-change-function): Update correspondingly.
1949 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1950 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1951
1952 2006-03-15 Bill Wohler <wohler@newt.com>
1953
1954 * image.el (image-load-path-for-library): Fix example by not
1955 recommending that one binds image-load-path. Just defvar it to
1956 placate compiler and only use it if previously defined.
1957
1958 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1959
1960 * textmodes/org.el (org-insert-centered): Use `string-width' to
1961 make underlining work for wide characters.
1962 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1963 TAB to `org-cycle', to make sure that no binding in
1964 `outline-mode-map' can supercede it.
1965
1966 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1967
1968 * allout.el: Increment version to 2.2.1 in file commentary.
1969
1970 (allout-version): Increment to 2.2.1.
1971
1972 (allout-default-layout): New customization variable, used when the
1973 file lacks a specific allout-layout. Uses allout-layout-type for
1974 recursively nested definition.
1975
1976 (allout-layout-type): Widget defining allout layouts, necessary for
1977 self-recursive definition.
1978
1979 (allout-mode): Incorporate allout-default-layout as fallback for
1980 allout-layout.
1981
1982 (allout-layout): Mark as 'safe-local-variable', and refer mention
1983 fallback to `allout-default-layout' in absence of a specified value.
1984 (allout-passphrase-verifier-string)
1985 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1986
1987 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1988
1989 (allout-get-encryption-passphrase-verifier): Use correct name of
1990 passphrase verifier in docstring.
1991
1992 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1995 elements.
1996 (gdb-find-watch-expression): Make it work for arrays too.
1997 Follow change to gdb-var-list.
1998 (gud-watch): Allow the user to enter variable name with a prexix
1999 arg. Create keybindings.
2000 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2001 (gdb-var-list-children-handler, gdb-var-update-handler)
2002 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2003 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2004 Follow change to gdb-var-list.
2005 (gdb-starting): Don't show the overlay arrows when program is running.
2006
2007 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2008 gdb-var-list.
2009
2010 2006-03-14 Bill Wohler <wohler@newt.com>
2011
2012 * image.el (image-load-path-for-library): Pass value of path
2013 rather than symbol. Always return list of directories.
2014 Guarantee that image directory comes first.
2015
2016 2006-03-14 Alan Mackenzie <acm@muc.de>
2017
2018 * font-core.el (font-lock-extend-region\(-function\)?.):
2019 New function/variable.
2020
2021 * font-lock.el (font-lock-after-change-function):
2022 Call font-lock-extend-region. Obey font-lock-lines-before.
2023 (font-lock-default-fontify-region): Remove reference to
2024 font-lock-lines-before.
2025
2026 * jit-lock.el (jit-lock-after-change):
2027 Call font-lock-extend-region. Obey font-lock-lines-before.
2028
2029 2006-03-14 David Ponce <david@dponce.com>
2030
2031 * tree-widget.el (tree-widget-themes-load-path)
2032 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2033
2034 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
2035
2036 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2037 (rcirc-print): Mark the start of text at the end of the prompt.
2038 (rcirc-track-minor-mode): Add autoload cookie.
2039 (rcirc-update-activity-string): Add space to front of mode-line
2040 indicator.
2041
2042 2006-03-13 Miles Bader <miles@gnu.org>
2043
2044 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2045 (rcirc-abbrev-nick): Remove function.
2046 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2047
2048 2006-03-13 David Ponce <david@dponce.com>
2049
2050 * tree-widget.el: Handle themes across all occurrences of the main
2051 themes sub-directory found in tree-widget-themes-load-path.
2052 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2053 (tree-widget--locate-sub-directory): Return all occurrences.
2054 (tree-widget-themes-path): New function.
2055 Replace tree-widget-themes-directory, and return a list of directories.
2056 (tree-widget-set-parent-theme)
2057 (tree-widget-lookup-image): Use it.
2058
2059 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2060
2061 * textmodes/org.el (org-link-search): Avoid self-matching of
2062 links, allow target text to be distributed over several lines.
2063 (org-search-not-link): New function.
2064 (org-set-regexps-and-options, org-get-current-options):
2065 New startup options.
2066 (org-export-as-html): Take odd-level setting from local variable.
2067 (org-fontify-emphasized-text): New option.
2068 (org-set-font-lock-defaults): Include emphasized text.
2069 (org-follow-mhe-link): Allow folder-only links, fix folder name.
2070 (org-font-lock): Customize group renamed from `org-faces'.
2071
2072 2006-03-13 John Paul Wallington <jpw@pobox.com>
2073
2074 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
2075 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
2076
2077 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
2078
2079 * cus-start.el (all): Delete :version keyword for members of the
2080 fringe group, since the entire group is new in 22.1.
2081
2082 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
2083
2084 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
2085 map if value is hexadecimal (an address).
2086 (gud-watch): Only search roots for existing watch expressions.
2087 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
2088 prevent caching problems with speedbar-update-directory-contents.
2089
2090 2006-03-12 Juri Linkov <juri@jurta.org>
2091
2092 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
2093 before comparing with `low' and `warn'.
2094
2095 * info.el (Info-dir-remove-duplicates): Move point to the
2096 beginning of the current line after deleting the entries from
2097 redundant heading. Use marker for `limit' and compare it with
2098 point before calling `re-search-forward'.
2099
2100 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2101
2102 * simple.el (yank): Fix typo in docstring.
2103
2104 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
2105
2106 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
2107 messages, where "D" is the 6th character.
2108
2109 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2110
2111 * simple.el (yank): Fix last change.
2112
2113 2006-03-11 David Ponce <david@dponce.com>
2114
2115 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
2116 merging elements from the standard ispell-dictionary-alist.
2117 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
2118 alist, and return the new alist.
2119
2120 2006-03-11 Richard Stallman <rms@gnu.org>
2121
2122 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
2123
2124 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
2125 the way it is implemented is too unclean.
2126
2127 * simple.el (kill-region, yank): Doc fix.
2128
2129 * battery.el (battery-echo-area-format): Doc fix.
2130 (battery-mode-line-format): Likewise.
2131 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
2132 (battery-linux-proc-acpi): Ignore batteries that say "charged".
2133
2134 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2135
2136 * progmodes/octave-mod.el (octave-indent-for-comment):
2137 Behave according to do string.
2138
2139 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
2140
2141 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
2142 Be visible only if major mode is Mail Mode.
2143
2144 * textmodes/flyspell.el (flyspell-external-point-words)
2145 (flyspell-process-localwords): Fix last changes.
2146
2147 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2148
2149 * calendar/holidays.el (list-holidays): Doc fix.
2150
2151 * international/mule.el (auto-coding-alist): Add .odt
2152 (OpenOffice's open document) files.
2153
2154 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
2155 document) files. Mention in the doc string the need to sync with
2156 auto-coding-alist.
2157
2158 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * files.el (hack-local-variables-confirm): Don't prompt for ! if
2161 enable-local-variables is set to always query, or there is no
2162 savable variable.
2163
2164 2006-03-10 Bill Wohler <wohler@newt.com>
2165
2166 * image.el (image-load-path-for-library): Merge at least three
2167 functions from Gnus and MH-E into this one function that can now
2168 be shared.
2169
2170 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
2171
2172 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
2173 gdb-remove-mouse-face and remove help-echo too.
2174 (gdb-enqueue-input): Correct conditional clause.
2175
2176 2006-03-10 Glenn Morris <rgm@gnu.org>
2177
2178 * calendar/calendar.el (calendar-holidays): Doc fix.
2179 * calendar/holidays.el (list-holidays): Doc fix.
2180
2181 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
2182
2183 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
2184 it gets called in gdb-prompt anyway.
2185 (gdb-use-separate-io-buffer): Only restore window arrangement for
2186 gdb-many-windows.
2187 (gdb-enqueue-input): Make it harder to send GDB input when program
2188 is running.
2189 (gdb-buffer-list): New variable.
2190 (gdb-remove-mouse-face): New function.
2191 (gdb-starting): Use it when GDB input won't get sent.
2192
2193 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * help.el (view-lossage): Remove trailing whitespace before
2196 inserting "\n".
2197
2198 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * files.el (hack-local-variables-confirm):
2201 Set coding-system-for-read to nil before writing to .emacs.
2202
2203 * arc-mode.el (archive-extract): Check if an existing buffer name
2204 comes from a different archive.
2205
2206 * help.el (describe-key-briefly): If KEY is a down event, read and
2207 discard the up event.
2208
2209 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
2210
2211 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
2212 be edited and use font-lock-warning-face for any changes.
2213
2214 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
2215 (gdb-edit-value): Use it to report any errors.
2216
2217 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * help.el (describe-key): Remove leftover test code.
2220
2221 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2222
2223 * textmodes/org.el: Move defvars out of eval-when-compile.
2224 Use buffer-file-name variable.
2225 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2226 arg `file'.
2227 (org-level-faces): Remove startup dependency.
2228 (org-cycle, org-map-tree, org-scan-tags)
2229 (org-remember-handler): Don't call `outline-level' directly.
2230 (org-mhe-search-all-folders): New option.
2231 (org-mhe-get-message-folder-from-index)
2232 (org-mhe-get-message-folder): Fix indexing search.
2233 (org-format-agenda-item): Handle nil TAGS argument.
2234 (org-cleaned-string-for-export, org-activate-target-links)
2235 (org-make-target-link-regexp): Deal with empty radio target list.
2236 (org-tag): New face.
2237 (org-get-level-face): New function.
2238 (org-set-font-lock-defaults): Simplify setup for headlines.
2239 (org-complete): Pass common substring to `display-completion-list'.
2240
2241 2006-03-06 David Ponce <david@dponce.com>
2242
2243 * tree-widget.el: Update Commentary header.
2244 (tree-widget-theme-name): Ignore parent themes.
2245 (tree-widget-set-parent-theme): New function.
2246 (tree-widget-set-theme): Use it.
2247 (tree-widget-set-image-properties): Move definition. Does nothing
2248 if image properties have already been set.
2249 (tree-widget-image-properties): Move definition. Receive an image
2250 name. Set the :pointer property.
2251 (tree-widget-lookup-image): Doc fix. Search in parent themes.
2252 Don't set the :pointer image property.
2253 (tree-widget-convert-widget): New function. Handle :dynargs
2254 compatibility here.
2255 (tree-widget): Use it to :convert-widget. Add the :expander-p
2256 predicate to control when the :expander function is entered.
2257 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
2258 (tree-widget-value-create): Handle :expander-p. widget-apply
2259 :expander.
2260 (tree-widget-expander-p): New function. Default value of the
2261 :expander-p property.
2262
2263 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * help.el (describe-key): Properly handle the return value of
2266 read-key-sequence when grabbing an up-event. Cleanup mouse-1
2267 remaps. Handle string and vector `follow-link' values.
2268
2269 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * complete.el (PC-expand-many-files): Try be more careful when parsing
2272 the shell's output.
2273
2274 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * outline.el (hide-sublevels): Provide better interactive default.
2277
2278 2006-03-06 Kenichi Handa <handa@m17n.org>
2279
2280 * international/fontset.el (create-fontset-from-fontset-spec):
2281 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
2282
2283 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
2284
2285 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
2286 backslashes instead of one in regexp.
2287 (gud-tooltip-dereference): Add missing optional argument.
2288
2289 2006-03-04 John Paul Wallington <jpw@pobox.com>
2290
2291 * wdired.el (toplevel): Require `cl' at compile-time.
2292
2293 2006-03-04 Andreas Schwab <schwab@suse.de>
2294
2295 * server.el (server-process-filter): Handle errors during
2296 evaluation of the argument.
2297
2298 2006-03-03 John Paul Wallington <jpw@pobox.com>
2299
2300 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
2301 escape parentheses at beginning of line.
2302 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
2303 (t-mouse-mode): Remove period from end of error message.
2304
2305 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
2306
2307 * textmodes/flyspell.el (flyspell-process-localwords):
2308 Be case-sensitive.
2309
2310 2006-03-03 Martin Rudalics <rudalics@gmx.at>
2311
2312 * cus-edit.el (custom-quote): Remove function, since it has been
2313 moved to custom.el.
2314
2315 * font-lock.el (lisp-font-lock-keywords-2)
2316 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
2317 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
2318 they have no special meaning.
2319
2320 * midnight.el (clean-buffer-list): Handle case where base-buffer of
2321 indirect buffer gets killed before indirect buffer. Use dolist.
2322
2323 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2324
2325 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
2326 value instead of a literal constant (1) on more pauses.
2327
2328 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2329
2330 * textmodes/flyspell.el (flyspell-external-point-words):
2331 Be case-sensitive.
2332
2333 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
2334
2335 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
2336 with "www".
2337
2338 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2339
2340 * allout.el: Restablish intermediate missing comment header to
2341 preserve outline structure.
2342 (allout-beginning-of-current-entry): Skip invisible text.
2343 (allout-open-topic): Fix opening a topic at end-of-buffer.
2344 (allout-minor-mode): Move nearer to allout-mode function.
2345
2346 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
2347
2348 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2349
2350 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
2353 is nil.
2354
2355 * progmodes/gud.el (gud-speedbar-menu-items):
2356 Use buffer-local-value and add missing :visible keyword.
2357
2358 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
2359
2360 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
2361
2362 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
2363 must be `follow-link'.
2364
2365 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2366
2367 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2368 formatting: No nested anchors.
2369 (org-all-targets): Fix bug with XEmacs compatibility.
2370 (org-read-date): Add (require 'parse-time).
2371 (org-set-tags): Fix bug with extra inserted space.
2372 (org-export-html-style): Define a style class for targets.
2373 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2374 (org-hide-leading-stars): New option.
2375 (org-hide): New face.
2376 (org-set-font-lock-defaults): Allow to hide leading stars.
2377 (org-get-legal-level, org-tr-level): New functions.
2378 (org-odd-levels-only): New option.
2379 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2380 (org-demote, org-promote): Deal with double-star levels.
2381 (org-convert-to-odd-levels): New command.
2382
2383 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2384
2385 * speedbar.el (speedbar-update-localized-contents): Try to
2386 preserve window-start.
2387 (speedbar-update-directory-contents): Try to preserve window-start
2388 and window-point.
2389 (speedbar-update-special-contents): Don't move back to start of window.
2390
2391 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2392 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2393 speedbar-timer-fn.
2394 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2395 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2396 instead of gdb-speedbar-timer-fn.
2397
2398 2006-02-28 Jay Belanger <belanger@truman.edu>
2399
2400 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2401 (math-compose-expr): Use latex option when calling
2402 `math-compose-tex-matrix' for latex mode.
2403
2404 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2405
2406 * speedbar.el: Re-instate comments about developing for speedbar
2407 [this is what info and gdb-ui use even if better methods exist now].
2408
2409 * t-mouse.el: New file.
2410 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2411 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2412 (t-mouse-make-event-element): Use posn-at-x-y instead.
2413 (t-mouse-make-event): Deal with Fedora Core 3.
2414 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2415 (t-mouse-mouse-position-function): New function. Use it instead
2416 of advising mouse-position.
2417 (t-mouse-mode): New minor mode.
2418 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2419
2420 2006-02-27 Glenn Morris <rgm@gnu.org>
2421
2422 * calendar/calendar.el (calendar-holidays): Doc fix.
2423
2424 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2425
2426 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2427 Re-introduce the concept of a source window.
2428 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2429 consistency with get-buffer-create.
2430 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2431 (gdb-data-list-register-values-handler)
2432 (gdb-stack-list-locals-handler): Try to preserve window-start as
2433 well as window-point.
2434 (gdb-display-source-buffer): New function (old concept).
2435 (gdb-goto-breakpoint): Use it.
2436
2437 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2438 for gdb-ui/gdb-mi (old concept).
2439
2440 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2441
2442 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2443 binding.
2444
2445 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2446
2447 * textmodes/reftex-sel.el (reftex-select-label-map)
2448 (reftex-select-bib-map): Add `follow-mouse' binding.
2449
2450 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2451
2452 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2453 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2454 Give :set functions to provide automatic updating.
2455 Update docstring. Give compiler defvars early in the file
2456 and move the defcustoms to a later spot where all called functions
2457 are defined.
2458 (jka-compr-file-name-handler-entry): Doc fix.
2459 (jka-compr-compression-info-list--internal)
2460 (jka-compr-mode-alist-additions--internal)
2461 (jka-compr-load-suffixes--internal): New variables.
2462 (jka-compr-install): Set the three above variables.
2463 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2464 (jka-compr-update, jka-compr-set): New functions.
2465 (auto-compression-mode): Doc fix.
2466
2467 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2468 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2469 Use jka-compr-compression-info-list--internal,
2470 jka-compr-mode-alist-additions--internal and
2471 jka-compr-load-suffixes--internal.
2472
2473 * files.el (load-library):
2474 * loadhist.el (file-loadhist-lookup):
2475 * startup.el (command-line):
2476 * subr.el (locate-library):
2477 * emacs-lisp/autoload.el (update-directory-autoloads):
2478 * emacs-lisp/find-func.el (find-library-suffixes):
2479 Use `get-load-suffixes' instead of `load-suffixes'.
2480
2481 * subr.el (locate-library):
2482 * emacs-lisp/find-func.el (find-library-name):
2483 Use `load-file-rep-suffixes' instead of '("").
2484
2485 2006-02-26 Kim F. Storm <storm@cua.dk>
2486
2487 * ido.el (ido-save-history, ido-load-history): Simplify.
2488 Don't use find-file-noselect to avoid interference from other modes.
2489
2490 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
2491
2492 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2493 to use the default shell if filename is not available.
2494 Reported by Giorgos Keramidas.
2495
2496 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
2497
2498 * progmodes/etags.el (tags-completion-table): Do completion from
2499 all the tables in the current list, as documented in the manual.
2500
2501 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2502
2503 * CC Mode Update to 5.31.3.
2504
2505 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2506
2507 * progmodes/cc-mode.el (c-postprocess-file-styles):
2508 Bind inhibit-read-only to t, around the call to
2509 c-remove-any-local-eval-or-mode-variables, so that it works on a
2510 RO file.
2511
2512 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2513
2514 * progmodes/cc-awk.el: Correct a typo.
2515
2516 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2517
2518 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2519 c-hungry-delete-backwards, at the request of RMS. Leave the old
2520 name as an alias.
2521
2522 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2523
2524 * progmodes/cc-mode.el: Correct a typo.
2525
2526 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2527
2528 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2529
2530 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2531
2532 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2533 brace-else-brace (error due to mbeg, mend being undefined).
2534
2535 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2536
2537 * progmodes/cc-mode.el: File Local variables: Solve the problem
2538 where both `mode' and c-file-offsets are specified: `mode' will
2539 overwrite c-f-o's settings:
2540 (c-remove-any-local-eval-or-mode-variables): New function.
2541 (c-postprocess-file-styles): Call the above new function, within
2542 c-tentative-buffer-change, to splat `mode' and `eval' before the
2543 second hack-local-variables.
2544
2545 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2546
2547 * progmodes/cc-mode.el:
2548 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2549 (c-after-change): Protect the match data with save-match-data.
2550 It was getting corrupted by c-after-change-check-<>-operators.
2551
2552 * cc-defs.el: [Supersedes patch V1.38]:
2553 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2554 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2555
2556 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2557 with save-match-data. It was being corrupted when Font Lock was
2558 not enabled.
2559
2560 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2561
2562 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2563 Mode and Subword Mode.
2564
2565 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2566 real labels ("case 1:" or "foo:") from non-labels ("public:").
2567 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2568 coding; c-f-t-2 doesn't move over a token at EOB.
2569
2570 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2571
2572 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2573 (c-update-modeline): Concatenate the minor mode indicators
2574 directly onto mode-name, removing c-submode-indicators.
2575 Sometimes, c-s-i got separated from the mode name on the mode line.
2576
2577 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2578 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2579
2580 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2581
2582 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2583 error message when there's an evaluation error to show whether
2584 it's loaded from source or not.
2585 (c-filter-ops): Make it available at runtime too to work when
2586 `c-make-init-lang-vars-fun' needs to evaluate from source.
2587
2588 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * help.el (help): Revert last part of 2006-02-23 change (deletion
2591 of the `provide' call).
2592
2593 2006-02-23 Juri Linkov <juri@jurta.org>
2594
2595 * compare-w.el (compare-windows-highlight): Add new value
2596 `persistent' and change :type from `boolean' to `choice'.
2597 (compare-windows-overlays1, compare-windows-overlays2):
2598 New internal variables.
2599 (compare-windows-highlight): If compare-windows-highlight is
2600 `persistent', add current overlays to compare-windows-overlays[12]
2601 instead of adding compare-windows-dehighlight to pre-command-hook.
2602 (compare-windows-dehighlight): Delete all overlays from
2603 compare-windows-overlays[12].
2604
2605 * info.el (Info-search): Don't bind search-spaces-regexp to
2606 Info-search-whitespace-regexp in non-regexp isearch mode.
2607
2608 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2611
2612 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * textmodes/org.el (org-xemacs-p)
2615 (org-export-html-show-new-buffer, org-table-may-need-update)
2616 (org-insert-item, org-mhe-get-message-real-folder)
2617 (org-mhe-get-message-folder-from-index)
2618 (org-mhe-get-message-folder, org-mhe-get-message-num)
2619 (org-mhe-get-header, org-make-org-heading-search-string)
2620 (org-make-org-heading-camel, org-table-sort-lines)
2621 (org-format-org-table-html, org-format-table-table-html):
2622 Fix typos in docstrings.
2623
2624 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2625
2626 * textmodes/org.el (org-cleaned-string-for-export)
2627 (org-solidify-link-text): New function.
2628 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2629 XEmacs, just to silence the compiler.
2630 (org-export-as-ascii, org-export-as-html-and-open):
2631 Use `org-cleaned-string-for-export' and create internal links.
2632 (org-follow-mhe-link): Require mh-e, use folder.
2633
2634 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2635
2636 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2637
2638 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2639 gdb-debug-log-length.
2640 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2641 it a real ring but...
2642 (gud-gdba-marker-filter): ...make it work like mark-ring.
2643 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2644 (gdb-mouse-jump): New function. Add bindings.
2645
2646 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2649 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2650 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2651 (gdb-debug-log-length): Customize it's length.
2652 (gud-watch, gdb-var-create-handler): Display function::var format
2653 but don't use to create variable object.
2654 (gdb-var-create-handler): Use message-box in place of message.
2655 (gdb-stopped): Call gdb-exited if signalled.
2656
2657 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2658
2659 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2660
2661 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2662
2663 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2664 if `reftex-try-all-extensions' is set.
2665
2666 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2667 fail silently when there is no valid argument at point.
2668 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2669 `fail-silently' argument. From a patch by David Reiter.
2670
2671 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2672 New commands.
2673 (org-mark-ring): New variable.
2674 (org-mark-ring-length): New option.
2675 (org-open-at-point, org-goto, org-open-file): Push old position
2676 onto the mark ring.
2677 (org-add-hook): New function.
2678 (org-export-table-remove-special-lines): New option.
2679 (org-skip-comments, org-format-org-table-html): Respect new
2680 option `org-export-table-remove-special-lines'.
2681 (org-open-file): Allow special command configuration for
2682 directory link.
2683 (org-file-apps): Fix bugs in customize type, added setting
2684 for directories.
2685 (org-activate-tags, org-format-agenda-item, org-complete)
2686 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2687 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2688 (org-link-search, org-make-org-heading-search-string)
2689 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2690 (org-radio-targets, org-file-link-context-use-camel-case)
2691 (org-activate-camels): New options.
2692 (org-update-radio-target-regexp, org-all-targets)
2693 (org-make-target-link-regexp, org-activate-target-links):
2694 New functions.
2695 (org-make-org-heading-search-string): New function.
2696 (org-store-link, org-insert-link): Use new option
2697 `org-file-link-context-use-camel-case'.
2698 (org-activate-camels): Use new option `org-activate-camels'.
2699 (org-link-regexp): Add mhe prefix.
2700 (org-open-at-point, org-store-link): Support for mhe links.
2701 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2702 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2703 (org-mhe-get-header, org-follow-mhe-link): New functions.
2704 (org-remove-angle-brackets, org-add-angle-brackets):
2705 New functions.
2706 (org-bracket-link-regexp): New constant.
2707 (org-read-date): Fix bug that was rejecting all typed dates.
2708 (org-link-search): Make hierarchy above visible after a match.
2709 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2710 (org-store-link): Fix bug with link creation when cursor is in
2711 an empty line.
2712 (org-open-at-point): Fix bug with matching a link.
2713 Fixed buggy argument sequence in call to `org-view-tags'.
2714 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2715 (org-prefix-has-tag): New variable.
2716 (org-format-agenda-item): Remove tags from headline
2717 if appropriate.
2718 (org-agenda-remove-tags-when-in-prefix): New option.
2719
2720 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2721
2722 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2723 Fix the regular expressions.
2724
2725 2006-02-21 Richard M. Stallman <rms@gnu.org>
2726
2727 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2728 if there's no other specific basis.
2729
2730 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2731 as variables at all.
2732 (unsafep-variable): Rename arg; doc fix.
2733
2734 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2735
2736 * calendar/appt.el (diary-selective-display): Add defvar.
2737
2738 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2739
2740 * isearch.el (search-whitespace-regexp): Fix custom type.
2741
2742 * help.el (describe-key-briefly): Compute interactive args
2743 in same was as before previous change.
2744
2745 * files.el (enable-local-variables): Doc fix.
2746
2747 2006-02-21 Kim F. Storm <storm@cua.dk>
2748
2749 * fringe.el: Cleanup as file is now pre-loaded.
2750 (fringe-bitmaps): Initialize unconditionally.
2751 (fringe-mode, set-fringe-style): Remove autoload cookies.
2752
2753 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2754
2755 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2756 `horizontal-bar'.
2757 (fringe-cursor-alist): Use `horizontal-bar'.
2758
2759 2006-02-20 Kim F. Storm <storm@cua.dk>
2760
2761 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2762 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2763
2764 * loadup.el: Load "fringe" on window systems.
2765
2766 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2769 out of scope components.
2770
2771 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2772 default.
2773
2774 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * custom.el (customize-mark-to-save, customize-mark-as-set):
2777 Load the symbol first.
2778
2779 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2782 strech spec so it doesn't display as "^J" on the header line
2783 when `Buffer-menu-use-header-line' is t.
2784
2785 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2786
2787 * speedbar.el (speedbar-make-button): Keep text properties
2788 of string arguments if desired.
2789
2790 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2791 expessions.
2792
2793 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2794 of speedbar.
2795
2796 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2797
2798 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2799 to value of `read-file-name-completion-ignore-case'.
2800
2801 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * custom.el (customize-mark-as-set): Push to `user' theme.
2804
2805 * cus-edit.el (custom-save-variables): Allow unthemed values.
2806 (customize-set-variable): Push setting to `user' theme.
2807
2808 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2809
2810 * progmodes/gud.el: Don't require font-lock as it's now
2811 automatically loaded.
2812 (gud-speedbar-buttons): Replace gdb-var-changed with
2813 gdb-force-update.
2814
2815 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2816 gdb-var-changed.
2817 (gdb-post-prompt): Use it.
2818 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2819 (gdb-var-update-handler, gdb-var-delete)
2820 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2821 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2822 gdb-force-update in gdb-post-prompt.
2823 (gdb-reset): Clear watch expressions from speedbar when quitting.
2824
2825 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2826
2827 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2828 (viper-change-state-to-vi, viper-change-state-to-emacs):
2829 Make aware of cursor coloring in the Emacs state.
2830 (viper-special-read-and-insert-char): Use read-char-exclusive.
2831 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2832
2833 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2834
2835 * viper-util.el (viper-save-cursor-color)
2836 (viper-get-saved-cursor-color-in-replace-mode)
2837 (viper-get-saved-cursor-color-in-insert-mode)
2838 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2839 state.
2840 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2841
2842 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2843 (ediff-ignore-case-option3, ediff-actual-diff-options)
2844 (ediff-actual-diff3-options): New variables to control case sensitivity.
2845 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2846 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2847 (ediff-toggle-ignore-case): New function.
2848 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2849
2850 * ediff-help.el (ediff-long-help-message-narrow2)
2851 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2852 (ediff-long-help-message-word-mode): Add ignore-case command.
2853 (ediff-help-for-quick-help): Add ignore-case command.
2854
2855 * ediff-merg.el: Move provide to the end.
2856
2857 * ediff-ptch.el: Move provide to the end.
2858
2859 * ediff-wind.el: Move provide to the end.
2860
2861 * ediff-mult.el: Move provide to the end.
2862 (ediff-set-meta-overlay): Enable follow-link.
2863
2864 * ediff.el: Move provide to the end.
2865 Break recursive load cycle in eval-when-compile.
2866 (ediff-patch-buffer): Better heuristics.
2867
2868 * ediff-util.el: Move provide to the end.
2869 Break recursive load cycle in eval-when-compile.
2870 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2871 defuns.
2872 (ediff-submit-report): Pass the values of ediff-diff3-program,
2873 ediff-diff3-options.
2874
2875 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2878 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2879 `' (for example, in the docstring of `windmove-default-keybindings').
2880
2881 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2882
2883 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2884 shadow face. Don't provide binding to edit variable when it is
2885 out of scope.
2886
2887 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2888 (gdb-var-update-handler): Detect out of scope variables with pre
2889 GDB 6.4 too.
2890 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2891 Reset status of variable objects to nil in update handlers.
2892 (gdb-var-update-handler-1): Detect when a variable object comes
2893 in scope. setcar on var changes gdb-var-list directly.
2894
2895 2006-02-17 Juri Linkov <juri@jurta.org>
2896
2897 * ffap.el (ffap) <defface>: Add explicit face declaration.
2898 (ffap-highlight): Use face `ffap' directly instead of checking
2899 for its existence.
2900
2901 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2902 `visible-ok' of `other-buffer' to find the right original buffer.
2903
2904 * info.el (Info-search): Skip `Local Variables' node.
2905
2906 2006-02-17 Juri Linkov <juri@jurta.org>
2907
2908 * info.el (Info-find-file): Check for symbols `apropos', `history',
2909 `toc' in the input filename, and return these symbols as is.
2910 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2911 `history', `toc' instead of strings.
2912 (Info-set-mode-line): For non-string Info-current-file use the
2913 symbol's name inside **.
2914 (Info-isearch-push-state): Add quote before Info-current-file and
2915 Info-current-node.
2916 (Info-isearch-pop-state): Use `equal' instead of `string='.
2917 (Info-extract-pointer, Info-following-node-name): Use
2918 `match-string-no-properties' instead of `match-string'.
2919 (Info-up): Check `old-file' for `stringp'.
2920 (Info-history): Use `equal' instead of `string-equal'.
2921 Check `file' for `stringp'.
2922 (Info-history): Use symbol `history' instead of string as first arg
2923 of `Info-find-node'.
2924 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2925 `toc' instead of string.
2926 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2927 instead of `buffer-substring', and `match-string-no-properties'
2928 instead of `match-string'.
2929 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2930 instead of strings.
2931 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2932 Use symbol `apropos' instead of string.
2933 (Info-copy-current-node-name): Check `Info-current-file' for
2934 `stringp' and construct a command with `Info-find-node' from it.
2935 (Info-fontify-node): Use `match-string-no-properties' instead of
2936 `match-string' and check file names for `stringp'.
2937 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2938 `history', `toc' instead of strings.
2939
2940 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * files.el: Rearrange functions and variables in the file local
2943 variables section.
2944
2945 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2946
2947 * files.el: Add truncate-lines, ispell-check-comments and
2948 ispell-local-dictionary as safe local variables.
2949
2950 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2951
2952 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2953 out of scope variables.
2954 (gud-speedbar-buttons): Use unless.
2955
2956 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2957 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2958 (gdb-show-changed-values): Also use for out of scope variables.
2959 (gdb-var-update-handler-1): Note if variable goes out of scope.
2960
2961 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2962
2963 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2964 default to global variable values for unsupplied args.
2965 (rcirc-get-buffer-create): Fix bug with setting the target.
2966 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2967 test for rcirc-always-use-server-buffer-flag here.
2968 (rcirc-response-formats): Add %N, which is a facified nick. %n
2969 uses the default face. Change the ACTION format string. If the
2970 "nick" is the server, don't print anything for that field.
2971 Comment fixes.
2972 (rcirc-target-buffer): Don't test
2973 rcirc-always-use-server-buffer-flag here.
2974 (rcirc-print): Squeeze extra spaces out of the text before message.
2975 (rcirc-put-nick-channel): Strip potential "@" char from nick
2976 before adding them to nick table.
2977 (rcirc-url-regexp): Improve to match address like "foo.com".
2978
2979 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2980
2981 * allout.el (allout-hidden-p): Move this defsubst before
2982 allout-overlay-interior-modification-handler, where it is first
2983 used.
2984
2985 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2986
2987 * allout.el: Use allout invisible-text overlays instead of
2988 selective display for concealed text. Also, lots of general
2989 cleanup, and improved compatibility code.
2990
2991 (allout-version) Incremented, corrected, revised, and refined
2992 module commentary.
2993
2994 (provide 'allout): Moved to the bottom, added a require of overlay.
2995
2996 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2997 `except-current'.
2998 (allout-write-file-hook-handler): Minimize delay.
2999 (count-trailing-whitespace-region): New function so
3000 auto-encryption of current topic can resituate cursor exactly.
3001 PGP/GPG encryption trims trailing whitespace from lines, which
3002 must be accounted for across encryption then decryption.
3003
3004 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3005 just plain "\C-c", to avoid intruding on user's keybinding space.
3006
3007 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3008 parameter, so user request to provide a new password is done.
3009
3010 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3011 Refined mechanism for auto-filling behavior while in allout mode.
3012
3013 (allout-mode): Explicitly specify the mode map in the docstring.
3014 Clarify provision for various write-file hook var names.
3015 Adjusted for invisible-text overlays instead of selective-display.
3016
3017 (allout-depth): Really return 0 if not within any topic. This
3018 rectifies `allout-beginning-of-level' and sequence numbering
3019 errors that occur when cutting and pasting numbered topics.
3020 Changed from a in-line subst to a regular function, as well.
3021
3022 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3023
3024 (allout-end-of-subtree, allout-end-of-subtree)
3025 (allout-end-of-entry, allout-end-of-current-heading)
3026 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3027 (allout-show-children, allout-show-to-offshoot)
3028 (allout-hide-current-entry, allout-show-current-entry): Rectified
3029 handling of trailing blank lines between items.
3030
3031 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3032 (allout-current-depth, allout-unprotected, allout-hidden-p)
3033 (allout-on-current-heading-p, allout-listify-exposed)
3034 (allout-chart-subtree, allout-goto-prefix)
3035 (allout-back-to-current-heading, allout-get-body-text)
3036 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3037 (allout-hide-region-body, allout-toggle-subtree-encryption)
3038 (allout-encrypt-string, allout-encrypted-key-info)
3039 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3040 (allout-file-vars-section-data): Adjusted for use with
3041 invisible-text overlays instead of selective-display.
3042
3043 (allout-kill-line, allout-kill-topic, allout-yank-processing):
3044 Reworked for use with invisible text overlays.
3045
3046 (allout-current-topic-collapsed-p): New function.
3047
3048 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3049 to know when to close the containing topic.
3050
3051 (allout-pre-command-business, allout-post-command-business):
3052 Simplify undo-batching and dynamic isearch exposure.
3053
3054 (allout-set-overlay-category): New for invisible-text overlays.
3055 Sets properties of allout-overlay-category, used by
3056 allout-flag-region to set invisible-text overlay properties.
3057 (allout-get-invisibility-overlay): Get the first qualifying
3058 invisibility overlay, so we can find the extent of it.
3059 (allout-back-to-visible-text): Get to just before the beginnining
3060 of the current invisibility overlay, if any.
3061
3062 (allout-overlay-insert-in-front-handler)
3063 (allout-overlay-interior-modification-handler)
3064 (allout-before-change-handler, allout-isearch-end-handler): New
3065 functions to handle extraordinary actions affecting concealed
3066 text.
3067
3068 (allout-flag-region): Use overlays instead of selective-display
3069 for invisible text - by inheritence from the properties of
3070 allout-overlay-category in mainline Emacs, and applied
3071 property-by-property in XEmacs, some recent versions of which
3072 don't inherit the properties from the category. Provisions to
3073 respond to concealed-text edits simplified drastically.
3074
3075 (allout-isearch-rectification, allout-isearch-was-font-lock)
3076 (allout-isearch-expose, allout-enwrap-isearch)
3077 (allout-isearch-abort, allout-pre-was-isearching)
3078 (allout-isearch-prior-pos, allout-isearch-did-quit)
3079 (allout-isearch-dynamic-expose)
3080 (allout-hide-current-entry-completely): Functions deleted.
3081
3082 (allout-undo-aggregation): Explicit undo aggregation no longer
3083 necessary due to transition away from selective-display.
3084
3085 (set-allout-regexp, allout-up-current-level)
3086 (allout-next-visible-heading, allout-forward-current-level)
3087 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
3088 (allout-kill-line, allout-yank-processing, allout-show-children)
3089 (allout-expose-topic, allout-old-expose-topic)
3090 (allout-listify-exposed, allout-insert-latex-header)
3091 (allout-toggle-subtree-encryption, allout-encrypt-string)
3092 (remove-from-invisibility-spec, allout-hide-current-subtree):
3093 Ditched unused variables.
3094
3095 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
3096
3097 * textmodes/ispell.el (ispell-change-dictionary): Call
3098 ispell-buffer-local-dict instead of
3099 ispell-accept-buffer-local-defs.
3100 (ispell-local-dictionary-alist): Accept as valid any coding-system
3101 supported by Emacs.
3102 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
3103 changed to iso-8859-3.
3104
3105 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
3106
3107 * speedbar.el (speedbar-frame-width): Make an inline function
3108 instead of a macro. Use frame-width.
3109 (speedbar-try-completion, speedbar-update-contents)
3110 (speedbar-timer-fn): Use consp.
3111 (speedbar-update-localized-contents): Try to preserve point.
3112
3113 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
3114 (menu): Re-order menu items.
3115 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
3116 field.
3117 (gdb-var-update-handler-1): Use it for GDB 6.4+.
3118 (gdb-post-prompt): Speed things by not forcing update.
3119
3120 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * wid-edit.el (widget-button-click): For mouse-1, cancel button
3123 press and perform default action if we get a mouse movement event.
3124
3125 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * calendar/icalendar.el (icalendar--get-event-property)
3128 (icalendar--get-event-property-attributes): Fix typos in
3129 docstrings.
3130
3131 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
3132 docstring.
3133
3134 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * bs.el (bs-mode): Use `buffer-disable-undo'.
3137 (bs--get-file-name): Simplify.
3138 (bs-show-in-buffer): Mark the buffer as not modified.
3139
3140 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
3143 widget-button-click.
3144
3145 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
3146 (custom-mode): Update docstring.
3147
3148 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
3149 binding.
3150
3151 * files.el (hack-local-variables-confirm): Allow scrolling if the
3152 file variable list is too long. Kill temp buffer after use.
3153
3154 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
3155
3156 * progmodes/gud.el (gdb): Improve doc string.
3157 (gdb-script-font-lock-keywords): Expand allowed character set.
3158
3159 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
3160 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
3161 (gdb-separate-io-interrupt, gdb-separate-io-quit)
3162 (gdb-separate-io-stop, gdb-separate-io-eof):
3163 Rename from gdb-inferior-* to gdb-separate-*.
3164 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
3165
3166 2006-02-14 Jay Belanger <belanger@truman.edu>
3167
3168 * calc/calc-arith.el (math-check-known-scalarp): Make sure
3169 expression is a symbol before checking that it is bound.
3170
3171 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
3172 test to see if equation can be solved.
3173
3174 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * wid-edit.el (widget-button-click): Use :pressed-face property
3177 for overlay face, if it exists.
3178
3179 * cus-edit.el (custom-manual, custom-add-see-also)
3180 (custom-add-parent-links, custom-group-link): Add :pressed-face
3181 property to links.
3182
3183 * files.el (hack-local-variables): Remove ignored variables before
3184 checking if any variables need setting.
3185
3186 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3187
3188 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
3189
3190 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * help.el (where-is): Fix message for remapped commands.
3193
3194 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
3195 Fix typos in docstrings.
3196
3197 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * files.el (safe-local-variable-values): New option.
3200 (hack-local-variables-prop-line): Return a list of variable-value
3201 pairs if MODE-ONLY is non-nil.
3202 (hack-local-variables): Construct list of variable-value pairs,
3203 and apply or reject them in one go. Ask for confirmation if
3204 variables are not known safe.
3205 (hack-local-variables-confirm): Complete rewrite. Support
3206 `safe-local-variable-values'.
3207 (enable-local-variables): Update docstring to reflect new
3208 behavior.
3209 (ignored-local-variables): Ignore ignored-local-variables and
3210 safe-local-variable-values.
3211 (safe-local-variable-p): New function.
3212 (risky-local-variable-p): `safe-local-variable' property check
3213 moved to safe-local-variable-p.
3214 (hack-one-local-variable): Checks moved to hack-local-variables.
3215
3216 (byte-compile-dynamic, c-basic-offset, c-file-style)
3217 (c-indent-level, comment-column, fill-column, fill-prefix)
3218 (indent-tabs-mode, kept-new-versions, no-byte-compile)
3219 (no-update-autoloads, outline-regexp, page-delimiter)
3220 (paragraph-start, paragraph-separate, sentence-end)
3221 (sentence-end-double-space tab-width, version-control):
3222 Add `safe-local-variable' property.
3223
3224 * find-lisp.el: Delete nonexistent `autocompile' file variable.
3225
3226 * icomplete.el, play/landmark.el: Change nonexistent
3227 `outline-layout' file variable to `allout-layout'.
3228
3229 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
3230
3231 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
3232 (gdb-get-changed-registers): Test value of gud-minor-mode relative
3233 to gud-comint-buffer.
3234 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
3235 gdb-ui.el for gdb-mi.el.
3236 (gdb-post-prompt, gdb-get-changed-registers): Move test for
3237 registers buffer to gdb-get-changed-registers.
3238 (gdb-breakpoint-regexp): New regexp. Allow toggling and
3239 deletion of catchpoints (throw and catch).
3240 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3241 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
3242 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
3243 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
3244 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
3245
3246 2006-02-13 Jay Belanger <belanger@truman.edu>
3247
3248 * calc/calc-arith.el (math-check-known-matrixp): Make sure
3249 expression is a symbol before checking that it is bound.
3250
3251 2006-02-13 Richard M. Stallman <rms@gnu.org>
3252
3253 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
3254 for the minibuffer too, but not if resize-mini-windows will interfere.
3255
3256 * help.el (describe-key-briefly, describe-key): Do all arg-reading
3257 inside `interactive' spec.
3258 (describe-key-briefly-internal, describe-key-internal):
3259 Functions merged back into their callers.
3260
3261 2006-02-13 Martin Rudalics <rudalics@gmx.at>
3262
3263 * info.el (info-xref-visited): Inherit from info-xref too.
3264 (Info-set-mode-line): Replace occurrences of `%' by `%%'
3265 when propertizing Info-current-file and Info-current-node.
3266
3267 2006-02-13 Juri Linkov <juri@jurta.org>
3268
3269 * tumme.el (tumme-thumbnail-storage): Fix docstring.
3270 (tumme-thumb-name): Fix per-directory format.
3271
3272 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
3275
3276 2006-02-12 Miles Bader <miles@gnu.org>
3277
3278 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
3279
3280 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
3281
3282 * tumme.el: Remove history section. If someone needs the it, it
3283 can always be found in CVS.
3284
3285 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3286
3287 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
3288 about the Thumbnail Managing Standard option.
3289
3290 2006-02-12 Richard M. Stallman <rms@gnu.org>
3291
3292 * subr.el (substitute-key-definition): Doc fix.
3293
3294 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
3295
3296 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
3297
3298 * info.el (Info-mode): Doc fix.
3299
3300 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
3301
3302 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
3303
3304 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
3305 because on Solaris a POSIX compatible "id" is needed. Reported by
3306 Magnus Henoch <mange@freemail.hu>.
3307
3308 2006-02-12 Juri Linkov <juri@jurta.org>
3309
3310 * tumme.el: Remove todo item about Thumbnail Managing Standard.
3311 (tumme) <defgroup>: Change :group to `multimedia'.
3312 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
3313 Managing Standard.
3314 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
3315 Fix dostring.
3316 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
3317 and %y. Fix docstring.
3318 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
3319 (tumme-cmd-create-standard-thumbnail-command): New user options.
3320 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
3321 is `standard'. Fix docstring.
3322 (tumme-thumb-width, tumme-thumb-height): New user options.
3323 (tumme-external-viewer): Try to find various viewers.
3324 (tumme-get-thumbnail-image): Use `create-image' instead of
3325 constructing the `image' structure.
3326 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
3327 `standard'.
3328 (tumme-thumb-name): Add file name generation for standard storage.
3329 Simplify code for other storages.
3330 (tumme-thumb-name): Use width %w and height %h instead of size %s.
3331 Add modification time %m and thumbnail-nq8 %q.
3332 Use `tumme-cmd-create-standard-thumbnail-command' if
3333 tumme-thumbnail-storage is `standard'.
3334 (tumme-dired-insert-marked-thumbs): New autoload command.
3335 (tumme-dired-after-readin-hook): New function.
3336 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
3337 `tumme-thumb-size'.
3338 (tumme-display-image): Replace size-x %x and size-y %y with
3339 width %w and height %h.
3340
3341 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
3342 `tumme-dired-insert-marked-thumbs'.
3343
3344 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3345
3346 * tumme.el (tumme-write-tag): Fix small bug (file name did not
3347 include path).
3348 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
3349 matching tag.
3350
3351 2006-02-12 Miles Bader <miles@gnu.org>
3352
3353 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
3354 New variables.
3355 (rcirc-abbrev-nick): New function.
3356 (rcirc-format-response-string): Rewrite to use the formats in
3357 `rcirc-response-formats' and expand escape sequences therein.
3358 A text-property `rcirc-text' is added over the actual response
3359 text to make easy to find inside the returned string.
3360 (rcirc-print): When filling, just look for the `rcirc-text'
3361 text-property to find the appropriate fill prefix, instead of
3362 using hardwired patterns.
3363
3364 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3365
3366 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
3367 Managing Standard.
3368
3369 2006-02-11 Kim F. Storm <storm@cua.dk>
3370
3371 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3372 Don't use insert-buffer; do insert-buffer-substring directly.
3373 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3374
3375 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3376
3377 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3378 with inhibit-read-only. Suggested by Stefan Monnier.
3379 (revert-buffer): Let insert-file-contents discard
3380 buffer-undo-list. Simplify code.
3381 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3382
3383 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3384
3385 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3386
3387 * help.el (describe-key-briefly): Now a wrapper for
3388 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3389 to t. Populate yank-menu if empty.
3390 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3391 (describe-key): Now a wrapper for describe-key-internal. Bind
3392 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3393 (describe-key-internal): Renamed from describe-key.
3394
3395 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3396
3397 * progmodes/glasses.el (glasses-separator): Doc fix.
3398 (glasses-original-separator): New defcustom.
3399 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3400
3401 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3402
3403 * mwheel.el (mouse-wheel-up-event): Doc fix.
3404
3405 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3406
3407 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3408 (tumme-dir): New function. Copied from thumbs.el.
3409
3410 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * desktop.el (desktop-outvar): Fix typo.
3413 (desktop-save-buffer-p): Doc fix.
3414
3415 * subr.el (substitute-key-definition): Fix typo.
3416
3417 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3418
3419 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3420 when window-system is mac.
3421
3422 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3423
3424 2006-02-10 Kim F. Storm <storm@cua.dk>
3425
3426 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3427 indirect-function instead of using condition-case.
3428
3429 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3430
3431 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3432 less `colloquial'...
3433
3434 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3435
3436 * tumme.el: Add a couple of todo items.
3437
3438 2006-02-09 Lars Hansen <larsh@soem.dk>
3439
3440 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3441 (highlight-changes-mode): Don't change desktop-locals-to-save.
3442
3443 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * image-mode.el (image-toggle-display): Clear image cache if using
3446 filename.
3447
3448 2006-02-09 Masatake YAMATO <jet@gyve.org>
3449
3450 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3451 a `dired-man' target.
3452
3453 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3454 boundary of symbols.
3455
3456 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3457
3458 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3459
3460 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3461
3462 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3463 `mapcar'; return nil.
3464
3465 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3468 some other event.
3469
3470 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3471
3472 * net/rcirc.el (rcirc-startup-channels-alist):
3473 Add irc.freenode.net and #emacs as defaults.
3474 (rcirc-ignore-all-activity-flag): Remove variable.
3475 (rcirc-authinfo): New variable.
3476 (rcirc-authinfo-filename): Remove variable.
3477 (rcirc-always-use-server-buffer-flag): New flag.
3478 (rcirc): M-x rcirc will automatically connect without prompting.
3479 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3480 connection in lisp.
3481 (rcirc-process-server-response-1): Remove everything but the nick
3482 portion of the sender so it doesn't need to be done everywhere
3483 else. Update related code.
3484 (global-map): Remove global keybindings.
3485 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3486 (rcirc-send-input): Split into several functions.
3487 (rcirc-process-input-line, rcirc-process-message)
3488 (rcirc-process-command): New functions.
3489 (rcirc-target-buffer): New function to determine where to route
3490 messages.
3491 (rcirc-user-nick): Save match data.
3492 (rcirc-toggle-ignore-buffer-activity)
3493 (rcirc-update-activity-string): Remove global ignore functionality,
3494 which can be done now by toggling rcirc-track-minor-mode.
3495 (rcirc-track-minor-mode-map): New keymap.
3496 (rcirc-track-minor-mode): New minor-mode.
3497 (ignore): Make the ignore output nicer. Always print it when
3498 adding or removing nicks.
3499 (rcirc-url-regexp): Improve.
3500 (rcirc-mangle-text): Remove properties before using text in the
3501 modeline.
3502 (rcirc-authenticate): Authentication data comes from
3503 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3504 (rcirc-server-prefix): Inherit from rcirc-server.
3505
3506 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3507
3508 * Makefile.in (compile): Append "|| true" to the end of the `find'
3509 command, like compile-always does.
3510
3511 2006-02-08 Sam Steingold <sds@gnu.org>
3512
3513 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3514 output from a dead connection.
3515
3516 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3517
3518 * dired.el (dired-mode-map): Add more bindings for tumme.
3519
3520 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * wdired.el (wdired-mode-map): Use remap.
3523 (wdired-get-filename): Massage.
3524 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3525 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3526 `keymap' property rather than `local-map'.
3527
3528 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3529
3530 * tumme.el (tumme-get-thumbnail-image): New utility function.
3531 Suggested by from Chong Yidong.
3532 (tumme-dired-with-window-configuration): Rename from
3533 `tumme-dired'. Add code to save window configuration.
3534 (tumme-restore-window-configuration): New command to restore the
3535 window configuration that `tumme-dired-with-window-configuration'
3536 saves before it changes the window configuration.
3537 (tumme-show-all-from-dir): New command to display thumbnails for
3538 all files in a directory entered by the user, like M-x thumbs.
3539 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3540 have been created.
3541 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3542 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3543 Remove obsolete test function.
3544
3545 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * vc.el (small-temporary-file-directory): Remove defvar; there's
3548 a defcustom for it in files.el.
3549
3550 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3551 Fix typo in message.
3552 (tumme-gallery-generate): Fix typo in `error' message.
3553 (tumme-display-window-height-correction)
3554 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3555 (tumme-line-up-interactive): Dox fixes.
3556 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3557 (tumme-restore-window-configuration, tumme-format-properties-string)
3558 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3559 Fix typos in docstrings.
3560
3561 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3562
3563 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3564
3565 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3566
3567 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3568 User should use hook if desired.
3569
3570 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3571 buffer if necessary.
3572 (gdb-delete-frame-or-window): New function.
3573 (gdb-breakpoints-mode-map): Bind "q" to it.
3574
3575 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * textmodes/nroff-mode.el: Clean up name space.
3578 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3579 (nroff-mode): Obey the global setting of nroff-electric-mode.
3580 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3581
3582 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3583
3584 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3585
3586 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3587
3588 2006-02-06 Lars Hansen <larsh@soem.dk>
3589
3590 * generic-x.el (etc-fstab-generic-mode): Add file system types
3591 cifs and usbdevfs. Allow special chars in file names.
3592
3593 2006-02-05 Jay Belanger <belanger@truman.edu>
3594
3595 Update copyright notices of the files in lisp/calc.
3596
3597 2006-02-05 Romain Francoise <romain@orebokech.com>
3598
3599 Update copyright notices of all files in the lisp/play directory.
3600
3601 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3602
3603 * ldefs-boot.el: Regenerate.
3604
3605 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3606
3607 2006-02-05 Kim F. Storm <storm@cua.dk>
3608
3609 * files.el (magic-mode-regexp-match-limit): New defvar.
3610 (set-auto-mode): Use it to limit magic-mode-alist matching.
3611
3612 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3613
3614 * simple.el (display-message-or-buffer): Compare the number of
3615 characters to the frame width when determining whether a 1-line
3616 message string will fit in the echo area. Count screen lines
3617 instead of buffer lines when determining whether a multi-line
3618 message will fit in the echo area/minibuffer window.
3619
3620 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3621
3622 * info.el (Info-index, Info-mode): Improve the description of the
3623 `i' command.
3624
3625 * ldefs-boot.el: Regenerate.
3626
3627 2006-02-03 Werner Lemberg <wl@gnu.org>
3628
3629 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3630 greedy to find the closing bracket in \*[...] and similar
3631 expressions. This is a first rough fix -- many additional
3632 refinements are necessary to make nroff mode really usable with groff.
3633
3634 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3635
3636 * international/mule-cmds.el (set-locale-environment):
3637 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3638 libX11.
3639
3640 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3641
3642 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3643 archive are created in archive-tmpdir.
3644
3645 2006-02-02 John Paul Wallington <jpw@pobox.com>
3646
3647 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3648 (ibuffer-fontification-alist): Use it.
3649 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3650 to "* z" and the Ibuffer Mark menu.
3651
3652 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3653
3654 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * textmodes/table.el (*table--cell-describe-mode)
3657 (*table--cell-describe-bindings): Undo last change since
3658 print-help-return-message is not obsoleted by anything at all.
3659
3660 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3661
3662 * emulation/cua-base.el (cua-mode): Doc fix.
3663
3664 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * dframe.el (dframe-handle-make-frame-visible)
3667 (dframe-handle-iconify-frame, dframe-get-focus)
3668 (dframe-select-attached-frame, dframe-power-click)
3669 (dframe-frame-mode): Fix typos in docstrings.
3670
3671 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3672 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3673 Fix typos in docstrings.
3674
3675 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3676 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3677 (hi-lock-archaic-interface-message-used)
3678 (hi-lock-file-patterns-range): Fix typos in docstrings.
3679
3680 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3681 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3682
3683 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3684 Fix typo in docstring.
3685
3686 * net/newsticker.el (newsticker--decode-iso8601-date)
3687 (newsticker--set-customvar, newsticker--buffer-insert-item)
3688 (newsticker--do-run-auto-mark-filter)
3689 (newsticker--parse-generic-feed): Doc fixes.
3690 (newsticker--retrieval-timer-list, newsticker-url-list)
3691 (newsticker-hide-immortal-items-in-echo-area)
3692 (newsticker-hide-obsolete-items-in-echo-area)
3693 (newsticker-new-item-face, newsticker--enclosure)
3694 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3695 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3696 (newsticker--parse-generic-feed, newsticker--cache-contains)
3697 (newsticker--stat-num-items, newsticker-download-enclosures):
3698 Fix typos in docstrings.
3699
3700 * net/rcirc.el (rcirc-debug): Doc fix.
3701 (rcirc-fill-column, rcirc-receive-message-hooks)
3702 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3703 (rcirc-mode, rcirc-generate-new-buffer-name)
3704 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3705 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3706 Fix typos in docstrings.
3707 (rcirc-print): "?\ " -> "?\s".
3708 (rcirc-cmd-join): Improve argument/docstring consistency.
3709
3710 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3711
3712 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3713 before narrow-to-region.
3714
3715 2006-02-01 Richard M. Stallman <rms@gnu.org>
3716
3717 * simple.el (move-beginning-of-line): Scan properly for invis change.
3718
3719 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3720
3721 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3724 change bit only when id-format is 'integer. Reported by Matt
3725 Hodges <M.P.Hodges@rl.ac.uk>.
3726
3727 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * hilit-chg.el (highlight-changes-initial-state)
3730 (highlight-changes-global-initial-state): Doc fixes.
3731 (highlight-changes-global-modes, global-highlight-changes):
3732 Fix typos in docstrings.
3733
3734 2006-02-01 Kim F. Storm <storm@cua.dk>
3735
3736 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3737 transient-mark-mode in doc string.
3738
3739 2006-01-31 Richard M. Stallman <rms@gnu.org>
3740
3741 * replace.el (multi-occur): Doc fix.
3742 (multi-occur-in-matching-buffers): Rename from
3743 multi-occur-by-filename-regexp. Prefix arg says match
3744 buffer names instead of file names.
3745
3746 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3747
3748 * bs.el: Allow non-default values of `bs-header-lines-length'.
3749 (bs--running-in-xemacs): Remove (not needed anymore).
3750 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3751 instead of `shrink-window', thus avoiding having to compute the
3752 height of the window.
3753 (bs--up): Wrap around even when there's no header.
3754 (bs--down): Use `forward-line' instead of `next-line'.
3755
3756 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3757
3758 * image-mode.el (image-toggle-display): Use file name if possible,
3759 instead of unnecessarily allocating a (possibly huge) lisp string.
3760
3761 2006-01-30 John Paul Wallington <jpw@pobox.com>
3762
3763 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3764 because the `assert' macro signals it at runtime.
3765
3766 * emacs-lisp/cl.el (toplevel): Remove definition of
3767 `cl-assertion-failed' condition.
3768
3769 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * thumbs.el (thumbs-marked-list): Make buffer-local and
3772 permanent-local.
3773 (thumbs-insert-thumb): Make help-echo non-sticky.
3774 (thumbs-file-alist): Use eolp as check for (non)-image.
3775
3776 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3779 (ediff-before-session-group-setup-hooks)
3780 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3781 Fix typos in docstrings.
3782
3783 * window.el (bw-dir, bw-eqdir, balance-windows)
3784 (split-window-keep-point): Fix typos in docstrings.
3785
3786 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3787 (org-quote-string, org-calendar-to-agenda-key)
3788 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3789 (org-show-following-heading, org-tags-column)
3790 (org-use-tag-inheritance, org, org-allow-space-in-links)
3791 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3792 (org-enable-table-editor, org-calc-default-modes)
3793 (org-table-allow-automatic-line-recalculation)
3794 (org-export-html-style, org-export-with-fixed-width)
3795 (org-export-with-sub-superscripts, org-special-keyword)
3796 (org-formula, org-time-grid, org-table-may-need-update)
3797 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3798 (org-goto-quit, org-get-indentation, org-end-of-item)
3799 (org-move-item-down, org-move-item-up)
3800 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3801 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3802 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3803 (org-agenda-log-mode, org-agenda-toggle-diary)
3804 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3805 (org-agenda-file-to-end, org-agenda-no-heading-message)
3806 (org-agenda-get-closed, org-format-agenda-item)
3807 (org-cmp-priority, org-cmp-category, org-cmp-time)
3808 (org-agenda-change-all-lines, org-agenda-diary-entry)
3809 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3810 (org-link-search, org-camel-to-words, org-open-file)
3811 (org-remember-handler, org-table-convert-region)
3812 (org-table-move-row-down, org-table-move-row-up)
3813 (org-table-copy-region, org-table-wrap-region)
3814 (org-table-toggle-vline-visibility)
3815 (org-table-get-vertical-vector, org-table-modify-formulas)
3816 (org-table-get-specials, org-recalc-commands)
3817 (org-table-rotate-recalc-marks, org-table-eval-formula)
3818 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3819 (org-level-color-stars-only, org-insert-heading):
3820 Fix typos in docstrings.
3821 (last-arg): Add defvar.
3822
3823 * makefile.w32-in (WINS): Add erc.
3824 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3825
3826 2006-01-29 Bill Wohler <wohler@newt.com>
3827
3828 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3829 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3830 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3831 (mh-autoloads): Don't use comments on otherwise empty lines.
3832
3833 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3834
3835 * emulation/viper.el (viper-major-mode-modifier-list): Add
3836 insert-state and vi-state entries for erc-mode.
3837 (viper-go-away, viper-set-hooks): Add and remove
3838 viper-comint-mode-hook from erc-mode-hook as appropriate.
3839
3840 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3841
3842 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * bs.el (bs--format-aux): Implement `middle' alignment as
3845 described in the docstring for `bs-attributes-list'.
3846 (bs--get-name): Simplify. Don't pad the buffer name.
3847
3848 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3849
3850 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3851 English aspell dictionary is installed, use the first entry of
3852 ispell-dictionary-alist-1.
3853
3854 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3855
3856 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3857 Doc fix.
3858
3859 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3862 for `process-file', in order to let it work for older Emacsen too.
3863
3864 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3865
3866 * international/latexenc.el: Add a suitable `coding:' tag.
3867 (latexenc-find-file-coding-system): Undo last change.
3868
3869 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3870
3871 * international/latexenc.el (latexenc-find-file-coding-system):
3872 Make sure latexenc-main-file is a regular file and is readable.
3873
3874 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3875
3876 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3877 Pass FILE to vc-user-login-name.
3878
3879 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3880
3881 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3882
3883 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3884 there are no more images to display.
3885 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3886 the next image.
3887
3888 2006-01-26 Richard M. Stallman <rms@gnu.org>
3889
3890 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3891
3892 * wid-edit.el (advertised-widget-backward): New alias.
3893 (widget-keymap): Use advertised-widget-backward for S-TAB.
3894
3895 * tumme.el: Correct the keywords.
3896 (tumme-dir-max-size): Use defvar.
3897 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3898
3899 * simple.el (move-beginning-of-line): Take account of fields.
3900 (clone-indirect-buffer-other-window): Take args like
3901 clone-indirect-buffer, and work like it.
3902
3903 * help-fns.el (describe-function): Don't pass `nil' as default.
3904
3905 * files.el (risky-local-variable-p): Follow var aliases.
3906
3907 * subr.el (lazy-completion-table): Doc fix.
3908
3909 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3910 global binding of `line'.
3911
3912 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3913
3914 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3915 Tramp.
3916
3917 * vc.el (vc-default-dired-state-info): Pass FILE to
3918 vc-user-login-name.
3919 (vc-default-update-changelog): Don't use vc-user-login-name, we
3920 don't need it here.
3921
3922 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3923 no longer necessary.
3924
3925 2006-01-25 Kenichi Handa <handa@m17n.org>
3926
3927 * international/mule.el (decode-char): Avoid the overhead of
3928 calling utf-lookup-subst-table-for-decode if
3929 utf-translate-cjk-mode is nil.
3930 (encode-char): Avoid the overhead of calling
3931 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3932 nil.
3933
3934 2006-01-22 Kenichi Handa <handa@m17n.org>
3935
3936 * international/mule.el (make-subsidiary-coding-system): Reset
3937 `coding-system-define-form' property of subsidiaries to nil.
3938 Avoid duplicated entry in coding-system-alist.
3939 (make-coding-system): Avoid duplicated entry in
3940 coding-system-alist.
3941 (define-coding-system-alias): Likewise.
3942
3943 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3944
3945 * completion.el: Minor fixes in introductory comment.
3946 (completion-def-wrapper): Fix alist.
3947
3948 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3949
3950 * thumbs.el (thumbs-new-image-size): New function.
3951 (thumbs-increment-image-size-element)
3952 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3953 (thumbs-decrement-image-size): Delete.
3954 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3955 temp files and use to resize.
3956 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3957 Use increment argument to enlarge/shrink. Preserve point.
3958 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3959 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3960 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3961 (thumbs-mark, thumbs-unmark): Preserve point.
3962 (thumbs-modify-image): Keep old temp files and use to modify.
3963 Cleanup old temp files at load time. Preserve point.
3964 (thumbs-view-image-mode-map): Use new command names.
3965
3966 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3969
3970 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3971 the nastiest part of the cyclic dependency.
3972 (cal-menu-update): Use dotimes and calendar-increment-month.
3973
3974 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3975 (calendar-week-start-day): Add an :initializer.
3976 (calendar-mode-map): Use suppress-keymap, and command remapping.
3977 (describe-calendar-mode): Setup xref-stack info for the back button.
3978 (calendar-star-date): Insert before delete.
3979 (calendar-set-mode-line): Add file-modified info if applicable.
3980 (calendar-increment-month): New function.
3981
3982 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3983
3984 * font-lock.el (lisp-font-lock-keywords-2):
3985 Recognize "& keywords" only at word boundaries.
3986
3987 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3990 and permanent-local.
3991 (thumbs-max-image-number): New variable.
3992 (thumbs-do-thumbs-insertion): Use them.
3993 (thumbs-per-line): Change default to 4.
3994 (thumbs-marked-list): Rename from thumbs-markedL.
3995 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3996 (thumbs-rename-images): Use -list instead of L for internal variables.
3997 (thumbs-call-convert): Use call-process instead of shell-command.
3998 (thumbs-insert-thumb): Add filename as help-echo to each image.
3999 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4000 Give dir to thumbs-show-thumbs-list.
4001 (thumbs-show-thumbs-list): Set default-directory to that of images.
4002 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4003 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4004 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4005 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4006
4007 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * ses.el (ses-read-cell): Provide a default value.
4010
4011 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * term/w32-win.el (image-library-alist): Add additional names for
4014 GIF library.
4015
4016 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4017
4018 * international/latexenc.el (latexenc-find-file-coding-system):
4019 Add file-regular-p check.
4020
4021 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * simple.el (clone-buffer): Don't show the new buffer in the same
4024 window.
4025
4026 2006-01-23 Juri Linkov <juri@jurta.org>
4027
4028 * faces.el (link, link-visited): New faces based on default values
4029 of `info-xref' and `info-xref-visited'.
4030
4031 * info.el (info-xref): Inherit from `link'.
4032 (info-xref-visited): Inherit from `link-visited'.
4033
4034 * cus-edit.el (custom-buffer-create-internal): Use widget type
4035 `custom-manual' instead of `info-link' and don't set properties
4036 `button-face' and `mouse-face' explicitly.
4037 (custom-browse-group-tag, custom-browse-variable-tag)
4038 (custom-browse-face-tag): Inherit from widget class
4039 `custom-group-link' instead of `push-button'.
4040 (custom-button-unraised): Inherit from `underline' face.
4041 (custom-link): Inherit from `link' face. Fix doc and group.
4042 (custom-add-parent-links, custom-group-value-create): Don't set
4043 properties `button-face' and `mouse-face' explicitly for
4044 `custom-group-link' widget.
4045 (custom-group-link): Add properties `button-face' and `mouse-face'
4046 to widget definition.
4047 (custom-field-keymap): New variable. Put `custom-field-keymap' to
4048 editable-field's :keymap property.
4049 (custom-mode): Fix docstring: substitute keybindings for
4050 `widget-forward' and `widget-backward' from `widget-keymap',
4051 `widget-complete' from `custom-field-keymap', replace old
4052 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
4053
4054 * desktop.el (desktop-load-file): Check for `fboundp' before
4055 calling `symbol-function'.
4056
4057 * simple.el (clone-buffer, clone-indirect-buffer)
4058 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4059 `read-string'. Fix prompts.
4060
4061 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4062
4063 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
4064
4065 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4066
4067 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
4068
4069 * startup.el (inhibit-splash-screen, initial-scratch-message):
4070 Doc fixes.
4071
4072 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
4073
4074 Sync with Tramp 2.0.52.
4075
4076 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
4077 net/tramp-vc.el: Add code for unloading Tramp. See comment before
4078 `tramp-unload-tramp' for checklist.
4079
4080 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
4081 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
4082 (tramp-unload-file-name-handler-alist)
4083 (tramp-unload-tramp): New defuns.
4084 (tramp-advice-PC-expand-many-files): New defadvice.
4085 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
4086 removed.
4087 (tramp-handle-expand-file-name): Remove double slash.
4088 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
4089 It doesn't matter, because it will be converted later on.
4090 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
4091 implementation was just heuristic.
4092 (tramp-post-connection): Set uid and gid properties.
4093 (tramp-convert-file-attributes): Set file's gid change bit.
4094 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
4095 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
4096 in case of su(do)? methods. The home directory of the local user
4097 will be taken else.
4098 (tramp-open-connection-telnet)
4099 (tramp-open-connection-rsh, tramp-open-connection-su)
4100 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
4101 local shell prompt could hurt. Reported by Romain Francoise
4102 <romain@orebokech.com>.
4103 (tramp-let-maybe): Add `edebug-form-spec' property.
4104 (tramp-handle-expand-file-name): Bind `default-directory' locally
4105 to "/" in order to avoid problems with UNC shares or Cygwin
4106 mounts.
4107 (tramp-md5-function): Fix typo in error message.
4108
4109 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
4110
4111 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
4112 for byte-compiler pacification.
4113
4114 2006-01-22 Andre Spiegel <spiegel@gnu.org>
4115
4116 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4117 ID-FORMAT `string'. This allows us to get rid of
4118 `vc-user-login-name UID'.
4119
4120 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
4121
4122 2006-01-22 John Paul Wallington <jpw@pobox.com>
4123
4124 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
4125
4126 2006-01-21 Martin Rudalics <rudalics@gmx.at>
4127
4128 * emacs-lisp/find-func.el (find-definition-noselect)
4129 (find-variable-noselect): Search variables in C source code too.
4130 (find-function-C-source, find-function-noselect, find-function)
4131 (find-function-other-frame, find-variable-noselect, find-variable)
4132 (find-variable-other-frame, find-variable-at-point):
4133 Fix docstrings.
4134
4135 2006-01-21 Francesco Potorti` <pot@gnu.org>
4136
4137 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
4138
4139 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
4140
4141 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
4142 Default to disabling the "Save affix" question.
4143
4144 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
4145
4146 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
4147 the first arg to run-python.
4148
4149 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4150
4151 * startup.el (command-line-1): Handle --no-desktop if desktop.el
4152 is not loaded.
4153
4154 2006-01-20 Jay Belanger <belanger@truman.edu>
4155
4156 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
4157 limit is 0.
4158
4159 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
4160 the correct variable.
4161
4162 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
4163
4164 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
4165 link. Fixed buggy argument sequence in call to `org-view-tags'.
4166 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4167 (org-prefix-has-tag): New variable.
4168 (org-format-agenda-item): Remove tags from headline if
4169 appropriate.
4170 (org-agenda-remove-tags-when-in-prefix): New option.
4171 (org-get-tags-at): New function.
4172
4173 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
4174
4175 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
4176 (thumbs-find-image): Move image name and number from buffer name
4177 to mode name. Set thumbs-buffer. Preserve point so that large
4178 images remain visible.
4179 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
4180 order.
4181 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
4182 mode name.
4183 (thumbs-next-image, thumbs-previous-image): Make them work.
4184
4185 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
4186
4187 * cus-edit.el (custom-buffer-create-internal): State in the text above
4188 the whole buffer buttons that they do not operate on hidden items.
4189 (custom-face-menu): Use `custom-face-save' instead of
4190 `custom-face-save-command'.
4191 (custom-face-save-command): Make it an alias for `custom-face-save'
4192 and declare it obsolete.
4193 (custom-face-save): Doc fix.
4194
4195 * dired.el (dired-no-confirm): Add quote.
4196 (dired-subdir-alist-pre-R): Add quote in
4197 `make-variable-buffer-local' form and remove unbalanced parenthesis.
4198
4199 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * textmodes/table.el (table-mode-indicator): Typo in last change.
4202
4203 2006-01-19 Richard M. Stallman <rms@gnu.org>
4204
4205 * outline.el (hide-leaves): Don't call outline-end-of-heading.
4206 Fixes bug reported in Nov 2005.
4207
4208 * isearch.el (isearch-forward): Doc fix.
4209
4210 * dired.el (dired-move-to-filename-regexp): Define as alias.
4211 (dired-no-confirm): Use defcustom.
4212 (dired-subdir-alist-pre-R): Put defvar at top level.
4213
4214 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
4215
4216 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4217 Mark as risky.
4218
4219 * simple.el (set-mark-command): Doc fix.
4220 (clone-indirect-buffer-other-window):
4221 Read arg like clone-indirect-buffer.
4222 (move-beginning-of-line): Skip invisible newlines.
4223
4224 2006-01-19 Masatake YAMATO <jet@gyve.org>
4225
4226 * progmodes/cpp.el (cpp-edit-load): Make the order of
4227 listed conditions in a base C code buffer and its associate
4228 CPP Edit buffer the same.
4229
4230 2006-01-19 Kenichi Handa <handa@m17n.org>
4231
4232 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
4233 (rmail-mime-feature): Likewise.
4234 (rmail-require-mime-maybe): Use display-warning to show a warning
4235 message.
4236
4237 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
4238 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
4239
4240 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * array.el: Move defvars out of eval-when-compile.
4243 (array-make-template): Replace undeclared global var with a local one.
4244 (array-mode): Inline initialization functions.
4245 (array-init-local-variables, array-init-max-row)
4246 (array-init-max-column, array-init-columns-per-line)
4247 (array-init-field-width, array-init-rows-numbered)
4248 (array-init-line-length, array-init-lines-per-row): Remove.
4249
4250 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
4251 (doc-mode-map): Define explicitly.
4252 (doctor-txtype): Use mapc.
4253
4254 * textmodes/table.el: Move defvars out of eval-when-compile.
4255 Remove harmful code meant to avoid byte-compiler warnings.
4256 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
4257 specification that checks table-fixed-width-mode directly.
4258 (table-recognize-region, table-recognize-cell):
4259 Use restore-buffer-modified-p.
4260 (table-fixed-width-mode): Remove code that refreshes
4261 table-fixed-mode-indicator.
4262 (*table--cell-describe-bindings, *table--cell-describe-mode):
4263 Avoid obsolete name print-help-return-message.
4264 (table--test-cell-list): Don't use replace-regexp from elisp.
4265 (table--point-entered-cell-function, table--point-left-cell-function):
4266 Don't set table-fixed-mode-indicator, use force-mode-line-update.
4267
4268 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
4269 that was after the end of file. Use buffer-file-name variable.
4270 (org-timestamp-change): Use with-current-buffer.
4271 (org-todo-list): Don't unnecessarily define a new buffer-local var.
4272 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
4273 `file'.
4274
4275 * progmodes/fortran.el: Move defvars out of eval-when-compile.
4276 (fortran-break-line): Remove unused var `opoint'.
4277 (fortran-abbrev-start): Obey help-event-list.
4278
4279 2006-01-18 Jesper Harder <harder@phys.au.dk>
4280
4281 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
4282
4283 2006-01-18 Masatake YAMATO <jet@gyve.org>
4284
4285 * progmodes/make-mode.el (makefile-imake-mode): New mode
4286 derived from makefile-mode.
4287 (makefile-imake-mode-syntax-table): New syntax table
4288 derived from makefile-mode-syntax-table.
4289 (makefile-mode): Write about makefile-imake-mode in doc string.
4290 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
4291 (makefile-imake-font-lock-keywords): New font lock keywords.
4292
4293 * files.el (auto-mode-alist): Add Imakefile.
4294
4295 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
4296
4297 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4298 loading the file rather than when turning on flyspell-mode.
4299
4300 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
4301
4302 * cus-edit.el (customize-rogue): Minor doc fix.
4303
4304 2006-01-17 Juri Linkov <juri@jurta.org>
4305
4306 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
4307 instead of the file at the mark as default if the file at the mark
4308 is the same as the file at point or if dired-dwim-target-directory
4309 is not the same as the current directory and the mark is not active.
4310
4311 * log-view.el (log-view-minor-wrap): Use the same logic to get
4312 revisions as `log-view-diff'.
4313
4314 * info.el (Info-revert-find-node): Check for Info-current-file
4315 before preserving new-history.
4316
4317 * man.el (Man-heading-regexp): Add `/'.
4318
4319 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
4320 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
4321
4322 2006-01-16 Juri Linkov <juri@jurta.org>
4323
4324 * faces.el (mode-line-faces): New defgroup.
4325 (mode-line-highlight): Move definition after new defgroup.
4326 (mode-line, mode-line-inactive, mode-line-highlight):
4327 Replace :group `modeline' with `mode-line-faces'.
4328 (mode-line-buffer-id): New face.
4329 (modeline-buffer-id): New face alias.
4330 (vertical-border): Remove :group `modeline'.
4331
4332 * bindings.el (propertized-buffer-identification): Use face
4333 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
4334 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
4335 (mode-line-buffer-identification-keymap): For mouse-1 replace
4336 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
4337 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
4338 mouse-3.
4339
4340 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
4341 Buffer-menu-buffer. Doc fix.
4342 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
4343 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
4344 `Buffer-menu-buffer'.
4345
4346 * info.el (Info-mode-line-node-keymap): New defvar.
4347 (Info-set-mode-line): Use `stringp' to check Info-current-file.
4348 Propertize Info-current-node with `mode-line-buffer-id' and
4349 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
4350
4351 * time.el (display-time-mail-face): Replace :group `faces' with
4352 `mode-line-faces'.
4353
4354 2006-01-16 Kenichi Handa <handa@m17n.org>
4355
4356 * international/code-pages.el: Add autoload cookies for cp125[0345678].
4357
4358 * language/european.el (cp1252): New alias for windows-1252.
4359
4360 * international/mule.el (autoload-coding-system): Prepare for EOL
4361 variants.
4362
4363 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
4364
4365 * term.el (term-raw-map): Add mapping for insert.
4366 (term-send-insert): New.
4367 (term-mode): Make variables local here instead of doing it in
4368 `term-emulate-terminal'.
4369 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4370 Scroll reverse needs to take into account the scroll region.
4371 Saving and restoring the cursor should save the color attributes too.
4372 (term-reset-terminal): Reset the scroll region.
4373 (term-handle-ansi-escape): Cursor up and down should take into
4374 account the scroll region.
4375 (term-set-scroll-region): Rename from `term-scroll-region'.
4376 Move to 0,0 after setting the region.
4377 (term-handle-scroll): Handle scroll up.
4378 (term-down): Fix off by one error.
4379 (term-delete-lines): Do not delete outside the scroll region.
4380 (term-insert-lines): Take into account the scroll region.
4381
4382 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * textmodes/ispell.el (ispell-internal-change-dictionary)
4385 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4386 (start, end): Move declaration outside of eval-when-compile.
4387
4388 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4389 (flyspell-mode-on): Use it.
4390
4391 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4392 ispell-kill-ispell-hook.
4393
4394 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4395
4396 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4397 (Custom-reset-saved): Do not ask for confirmation in single option
4398 buffers.
4399
4400 2006-01-13 Richard M. Stallman <rms@gnu.org>
4401
4402 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4403
4404 2006-01-13 Romain Francoise <romain@orebokech.com>
4405
4406 * add-log.el (add-change-log-entry, change-log-merge):
4407 Conditionally use `hard-newline'.
4408
4409 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4410
4411 * wid-edit.el (widget-field-end): If the overlay is no longer
4412 associated with a buffer, behave as if the overlay didn't exist.
4413
4414 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4415 Make sure the links use the `custom-link' face.
4416
4417 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4420 (ld-script-mode): Don't set indent-line-function since we don't
4421 have one.
4422
4423 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4424
4425 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4426 application.
4427 (org-file-apps-defaults-gnu): Use mailcap as the default for
4428 selecting an application on a UNIX system.
4429 (org-agenda-show-tags): New command.
4430 (org-table-insert-hline): Keep cursor in current table line.
4431 (org-table-convert): Offset effect of modifying
4432 `org-table-insert-hline'.
4433 (org-format-agenda-item): New optional argument TAG.
4434 (org-compile-prefix-format): Handle %T format for the tag.
4435 (org-expand-wide-chars): New function.
4436 (org-table-insert-row, org-table-insert-hline):
4437 Use `org-expand-wide-chars'.
4438 (org-open-file): Fix bug in program launch.
4439 (org-get-time-of-day): Fix bug with times before 1am.
4440 (org-agenda-menu): Add tags commands.
4441
4442 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4443
4444 * textmodes/ispell.el (ispell-init-process): Include the used
4445 dictionary in ispell process start message.
4446 (ispell-internal-change-dictionary): When flyspell-mode is active
4447 and dictionary is changed, make sure ispell process is restarted
4448 and flyspell word cache cleared out for the current buffer.
4449 (ispell-change-dictionary): Make sure flyspell word cache is
4450 cleared out in all buffers with active flyspell mode when
4451 dictionary is globally changed.
4452 Call ispell-internal-change-dictionary after dictionary change.
4453
4454 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4455
4456 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4457
4458 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4459 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4460 years. Fix small differences wrt Makefile.in.
4461 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4462 Makefile.in does.
4463
4464 2006-01-12 Bill Wohler <wohler@newt.com>
4465
4466 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4467 mh-search.el.
4468
4469 2006-01-12 Masatake YAMATO <jet@gyve.org>
4470
4471 * progmodes/ld-script.el: Update copyright year.
4472
4473 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4476 Don't add widget if setting undefined.
4477
4478 2006-01-12 John Paul Wallington <jpw@pobox.com>
4479
4480 * help-fns.el (describe-variable): Remove newlines from void
4481 variable output.
4482
4483 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * wdired.el (wdired-mode-map): Add help echo for
4486 wdired-abort-changes.
4487
4488 * man.el (Man-file-name-regexp): Adjust for a list of files.
4489
4490 2006-01-12 Masatake YAMATO <jet@gyve.org>
4491
4492 * progmodes/ld-script.el (auto-mode-alist): Support
4493 suffix conventions used in netbsd and eCos.
4494
4495 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4496
4497 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4498 (custom-variable-menu, custom-face-menu, custom-group-menu)
4499 (Custom-mode-menu): Change names of menu items. (As discussed on
4500 emacs-devel.)
4501 (custom-face-menu): Add "Undo Edits" item.
4502
4503 * startup.el (init-file-user): defcustom -> defvar.
4504
4505 * tooltip.el (tooltip-mode): Doc fix.
4506
4507 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * reveal.el (reveal-post-command): window-buffer signals an error on
4510 dead windows rather than returning nil.
4511 (reveal-open-new-overlays): An overlay might die while we open others.
4512
4513 2006-01-11 Bill Wohler <wohler@newt.com>
4514
4515 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4516 phrasing in docstring.
4517
4518 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4519 can give some systems gas. Add new file mh-buffers.el.
4520
4521 2006-01-06 Masatake YAMATO <jet@gyve.org>
4522
4523 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4524 C preprocessor forward ported from GNU Emacs 21.2.
4525
4526 * progmodes/asm-mode.el (asm-font-lock-keywords):
4527 Use `cpp-font-lock-keywords'.
4528
4529 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4530
4531 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4532 of $ for "\\.ld[s]?".
4533
4534 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4537 (tcl-indent-line): Return `noindent' if inside a string.
4538
4539 * progmodes/flymake.el (flymake-split-string): Remove more than one
4540 empty string at beg/end of the result.
4541 (flymake-find-buildfile, flymake-find-possible-master-files):
4542 Use expand-file-name.
4543 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4544 since expand-file-name does it for us. Use directory-file-name.
4545 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4546 (flymake-ler-get-type, flymake-ler-get-text)
4547 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4548 (flymake-current-line-no): Remove spurious interactive spec.
4549 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4550 (flymake-check-include): Remove arg inc-path merged into inc-name.
4551 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4552 Arg regexp-list replaced by a simple regexp.
4553 (flymake-master-make-header-init, flymake-master-tex-init):
4554 Correspondingly replace regexp-list with a regexp. Fix regexp.
4555
4556 2006-01-10 Simon Josefsson <jas@extundo.com>
4557
4558 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4559 describing AUTH PLAIN fix.
4560
4561 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4562
4563 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4564 (report-emacs-bug): Don't record initial prompt text.
4565 Instead, add text properties to prompting text.
4566 (report-emacs-bug-hook): Delete prompting text.
4567
4568 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4571 `dirs'. Adjust callers.
4572
4573 2006-01-09 John Paul Wallington <jpw@gnu.org>
4574
4575 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4576
4577 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * reveal.el (reveal-open-new-overlays): New extracted fun.
4580 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4581 using them. Simplify the code.
4582 (reveal-post-command): Use them. Fix up obsolete windows in
4583 reveal-open-spots.
4584
4585 * progmodes/flymake.el: Use `require' rather than autoload for
4586 XEmacs's overlays.
4587 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4588 Delete. Use file-relative-name instead.
4589 (flymake-get-syntax-check-program-args, flymake-perl-init):
4590 Simplify the resulting code.
4591
4592 * log-view.el (log-view-file-re, log-view-message-re): Add support
4593 for DaRCS output.
4594
4595 2006-01-09 Alex Schroeder <alex@gnu.org>
4596
4597 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4598 identifiers sometimes added in square brackets at the beginning of
4599 subject lines.
4600
4601 2006-01-07 Richard M. Stallman <rms@gnu.org>
4602
4603 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4604 (Custom-reset-current, Custom-reset-saved): Change question text.
4605 (Custom-reset-standard): Likewise.
4606 (custom-variable-reset-saved): Doc fix.
4607
4608 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4609
4610 * startup.el (init-file-user): Doc fix.
4611
4612 2006-01-07 Alex Schroeder <alex@gnu.org>
4613
4614 * mail/rmail.el (rmail-current-subject): New function.
4615 (rmail-current-subject-regexp): New function.
4616 (rmail-next-same-subject): Use it.
4617
4618 * mail/rmailsum.el (rmail-summary-by-topic):
4619 Use rmail-current-subject and rmail-current-subject-regexp.
4620 (rmail-summary-next-same-subject): Ditto.
4621
4622 * net/rcirc.el (rcirc-send-input): No longer check whether the
4623 process is open, since not all commands need an open process.
4624 (rcirc-send-string): Check whether the process is open before
4625 sending anything.
4626 (rcirc-ignore-list): New option.
4627 (rcirc-ignore-list-automatic): New variable.
4628 (rcirc-print): Take rcirc-ignore-list into account.
4629 (rcirc-cmd-ignore): New command.
4630 (rcirc-ignore-update-automatic): New function.
4631 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4632 list if ignored nicks.
4633 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4634
4635 2006-01-06 David Reitter <david.reitter@gmail.com>
4636
4637 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4638 reflect the address to which the report will be sent.
4639
4640 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4641
4642 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4643 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4644
4645 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4646
4647 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4648
4649 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4650 the doc string: "functoin" => "function".
4651 * ldefs-boot.el: Likewise.
4652
4653 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4654 message text: "Duplicat" => "Duplicate".
4655
4656 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4657
4658 * files.el (basic-save-buffer-2): If backing-up failed, reset
4659 buffer-backed-up to nil.
4660
4661 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4662
4663 * progmodes/gud.el (gdb-script-skip-to-head)
4664 (gdb-script-calculate-indentation): Indent for breakpoint command
4665 lists also.
4666
4667 2006-01-05 Bill Wohler <wohler@newt.com>
4668
4669 * Makefile.in (compile-always): Add mh-autoloads dependency.
4670 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4671 provides it.
4672 (updates): Remove mh-autoloads dependency, since it probably has
4673 already run recently (via recompile).
4674
4675 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4678 argument `force' to disable the flyspell-last-buffer optimization.
4679 (flyspell-mode-on): Use it.
4680
4681 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4682 flymake-simple-cleanup.
4683 (flymake-allowed-file-name-masks): Use this new default.
4684 All the functions are now called in the right buffer rather than
4685 passing the buffer as argument.
4686 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4687 (flymake-parse-err-lines): Remove redundant buffer arg.
4688 (flymake-get-program-dir): Comment out unused function.
4689 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4690 Remove redundant buffer argument.
4691 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4692 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4693
4694 2006-01-05 Richard M. Stallman <rms@gnu.org>
4695
4696 * info.el (Info-find-node): Don't record previous node if have none.
4697 (info): Go to directory only if history is empty.
4698
4699 * simple.el (mark): Doc fix.
4700
4701 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4702
4703 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4704 already of desired type.
4705 (mac-ae-list): Coerce parameter to "list" type.
4706 (mac-dispatch-apple-event): Replace cadr part of event with a
4707 dummy position so that event-start returns it.
4708
4709 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4710
4711 * textmodes/org.el (org-end-of-subtree): New function.
4712 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4713 Use `org-end-of-subtree'.
4714 (org-agenda, org-agenda-convert-date): Protect calls to
4715 `fit-window-to-buffer'.
4716 (org-tags-view): Force matching of sublevels when doing a
4717 todo-only search. Define the correct redo command, including the
4718 arguments.
4719 (org-agenda-redo): Display message.
4720 (org-check-for-org-mode): New function.
4721 (org-agenda-type): New variable.
4722 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4723 Set `org-agenda-type'.
4724 (org-agenda-check-type): New function.
4725 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4726 (org-agenda-week-view, org-agenda-day-view)
4727 (org-agenda-next-date-line, org-agenda-previous-date-line)
4728 (org-agenda-log-mode, org-agenda-toggle-diary)
4729 (org-agenda-toggle-time-grid, org-agenda-date-later)
4730 (org-agenda-date-prompt, org-agenda-diary-entry)
4731 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4732 (org-agenda-convert-date, org-agenda-menu):
4733 Use `org-agenda-check-type'.
4734 (org-make-overlay, org-delete-overlay)
4735 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4736 New compatibility functions.
4737 (org-calendar-select-mouse): New command.
4738
4739 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4742 (Custom-reset-standard): Fix y-or-n-p messages.
4743 (custom-link): New face for links.
4744 (custom-buffer-create-internal, custom-manual): Use it.
4745 (custom-face-save): Push to theme-face before setting face spec.
4746
4747 * wid-edit.el (widget-default-mouse-face-get): New function.
4748 (widget-specify-button): Handle mouse-face like button-face.
4749
4750 * custom.el (load-theme): Clear old theme settings if reloading.
4751
4752 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4753
4754 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4755 "Erase Customization" button back to same position it occupies in
4756 the individual State menus.
4757
4758 2006-01-04 Kim F. Storm <storm@cua.dk>
4759
4760 * wid-edit.el (key-sequence): Rework widget to read key binding
4761 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4762 (widget-key-sequence-default-value): Default value for empty sequence.
4763 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4764 (widget-key-sequence-read-event): New command for C-q.
4765 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4766 (widget-key-sequence-value-to-external): New functions.
4767
4768 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4771 Use expand-file-name.
4772 (flymake-delete-temp-directory): Use expand-file-name,
4773 file-name-directory, and directory-file-name.
4774 (flymake-strrchr): Delete.
4775 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4776 to the init-f function.
4777 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4778 (flymake-init-find-buildfile-dir)
4779 (flymake-init-create-temp-source-and-master-buffer-copy)
4780 (flymake-simple-make-init-impl, flymake-simple-make-init)
4781 (flymake-master-make-init, flymake-master-make-header-init)
4782 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4783 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4784 (flymake-xml-init): Remove corresponding redundant buffer argument.
4785 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4786 the default anyway. Clean up regexps.
4787
4788 * progmodes/flymake.el (flymake-temp-source-file-name)
4789 (flymake-master-file-name, flymake-temp-master-file-name)
4790 (flymake-base-dir): New buffer-local vars.
4791 (flymake-buffer-data, flymake-get-buffer-value)
4792 (flymake-set-buffer-value): Replace those hash-tables by the new
4793 buffer-local vars. Update callers.
4794
4795 * progmodes/flymake.el (flymake-check-start-time)
4796 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4797 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4798 Move definition, so we can remove redundant earlier declaration.
4799 (flymake-replace-regexp-in-string, flymake-split-string)
4800 (flymake-get-temp-dir): Use defalias.
4801 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4802 (flymake-xemacs-window-edges): Remove unused function.
4803 (flymake-get-point-pixel-pos): Move.
4804 (flymake-pid-to-names, flymake-reg-names)
4805 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4806 Replace by a simple list flymake-processes and by process-buffer.
4807 Update callers. Other than simplify the code, it uses buffers rather
4808 than buffer-names so it doesn't get confused by uniquify.
4809 (flymake-buffer-data): The global value should just be nil.
4810
4811 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4812 Optimize the body of a defalias like any other code.
4813
4814 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4815 Make sure we've setup font-lock's vars. It may influence which
4816 function we then call.
4817 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4818 here since it's too late anyway.
4819
4820 2006-01-03 Romain Francoise <romain@orebokech.com>
4821
4822 * startup.el (fancy-splash-tail, normal-splash-screen):
4823 Update copyright year.
4824
4825 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4826
4827 * mouse.el (mouse-drag-track): Rename, from
4828 `mouse-drag-region-1'. Includes optional argument required to
4829 enable post-drag event processing (e.g. delete region keys).
4830 Can be used without this argument to track a mouse region and operate
4831 on it as soon as the drag completes.
4832 (mouse-drag-region): Use `mouse-drag-track'.
4833
4834 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4837 Move to `custom-buffer' group.
4838
4839 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4840 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4841 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4842 (custom-theme-face-menu): New variables.
4843 (custom-theme-add-variable, custom-theme-variable-action)
4844 (custom-variable-reset-theme, custom-theme-delete-variable)
4845 (custom-face-reset-theme, custom-theme-face-action)
4846 (custom-theme-delete-face, custom-theme-merge-theme)
4847 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4848
4849 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * custom.el: Move Custom Themes commentary to start of theme code.
4852 (custom-known-themes): Rename `standard' theme to `changed'.
4853 (custom-push-theme): Caller no longer specifies what theme to use
4854 when doing `reset'---the setting is simply removed from the theme.
4855 Delete MODE from `theme-value' and `theme-settings' properties.
4856 (custom-declare-theme): Ignore &rest args since we don't use them.
4857
4858 (custom-loaded-themes): Delete variable.
4859 (custom-theme-load-themes, custom-theme-loaded-p)
4860 (custom-theme-value): Delete functions.
4861
4862 (custom-declare-theme): Signal error on invalid theme names.
4863 (provide-theme): custom-loaded-themes was deleted.
4864 (load-theme): Load the file unconditionally.
4865 (enable-theme): Call `load-theme' if theme is undefined.
4866 (custom-enabled-themes): Only update value for successful loads.
4867 (disable-theme): Complete from enabled themes when interactive.
4868 (custom-variable-theme-value): Calculate theme value directly.
4869
4870 (custom-theme-reset-variables, custom-reset-variables): Mark as
4871 XEmacs compatibility functions. We don't actually use these.
4872
4873 * cus-edit.el (custom-variable-state-set):
4874 Use custom-variable-theme-value instead of custom-theme-value.
4875 (custom-face-state-set): Rename `standard' theme to `changed'.
4876 (custom-save-variables, custom-save-faces): Delete unneeded
4877 references to custom-reset-variables.
4878 (custom-save-resets): Delete function.
4879 (custom-save-variables, custom-save-faces): MODE argument deleted.
4880 (custom-save-variables, custom-save-faces): Ignore theme values.
4881
4882 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4883 compatibility function.
4884
4885 2006-01-01 Richard M. Stallman <rms@gnu.org>
4886
4887 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4888 (Custom-reset-current, Custom-reset-saved): Likewise.
4889 (Custom-reset-standard): Show message if aborted.
4890 (custom-mode): Doc fix, describing those commands.
4891
4892 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4893 put on event-kind property.
4894
4895 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * custom.el (provide-theme): Ban `user' theme name.
4898 (custom-enabling-themes): New variable.
4899 (enable-theme): Don't enable user if custom-enabling-themes is t.
4900 (custom-enabled-themes): Make it a defcustom.
4901 (custom-theme-recalc-face): No-op if face is undefined.
4902
4903 * cus-edit.el (custom-button-mouse): New variable.
4904 (custom-button-mouse): New face.
4905 (custom-raised-buttons, custom-mode): Use it.
4906
4907 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4908
4909 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4910
4911 * progmodes/gud.el (gud-display-line): Support hl-line in the
4912 source buffer.
4913
4914 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4915
4916 * mouse.el (mouse-drag-window-above): Verify that the found window
4917 overlaps with the given window in the horizontal dimension.
4918
4919 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4920
4921 * Makefile.in (cvs-update): New target.
4922
4923 * makefile.w32-in (cvs-update): Ditto.
4924
4925 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4928 (custom-new-theme-mode-map): New variable.
4929
4930 2005-12-30 Richard M. Stallman <rms@gnu.org>
4931
4932 * custom.el (custom-load-themes): Function deleted.
4933
4934 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4935 (custom-save-variables): Don't delete or add custom-load-themes call.
4936
4937 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * cus-start.el: Add `visible-cursor'.
4940
4941 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4942 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4943 (flymake-process-filter): Switch to buffer before calling it instead.
4944 (flymake-post-syntax-check, flymake-highlight-err-lines)
4945 (flymake-delete-own-overlays, flymake-parse-err-lines)
4946 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4947 (flymake-count-lines, flymake-parse-residual):
4948 Remove constant buffer argument.
4949 (flymake-start-syntax-check-for-current-buffer): Remove.
4950 Update callers to use flymake-start-syntax-check instead.
4951 (flymake-display-err-menu-for-current-line):
4952 Remove unused var `mouse-pos'.
4953 (flymake-restore-formatting): Comment out unused function.
4954 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4955 argument, use current-buffer instead. Update callers.
4956
4957 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4958
4959 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4960 buffer-local because choose-completion-delete-max-match requires
4961 that we set completion-ignore-case (i.e., binding via let is not
4962 sufficient).
4963 (bibtex-complete): Always set completion-ignore-case and
4964 choose-completion-string-functions. The latter is needed because
4965 choose-completion-string-functions keeps its value if we quit the
4966 *Completions* buffer without requesting a completion.
4967
4968 2005-12-30 Andreas Schwab <schwab@suse.de>
4969
4970 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4971
4972 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4973
4974 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4975
4976 2005-12-30 Juri Linkov <juri@jurta.org>
4977
4978 * locate.el (locate-fcodes-file, locate-header-face)
4979 * progmodes/delphi.el (delphi-other-face)
4980 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4981
4982 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4983 group `paren-showing-faces'.
4984
4985 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4986 (goto-address): Fix docstring.
4987
4988 * net/webjump.el (webjump-sample-sites): Update URLs.
4989
4990 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4991
4992 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4993
4994 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * font-lock.el (font-lock-compile-keywords): Signal an error when
4997 font-lock-set-defaults hasn't been called.
4998
4999 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5000
5001 * subr.el (noreturn, 1value): Doc fixes.
5002
5003 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5004
5005 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5006 that assoc-string returns nil.
5007
5008 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5009
5010 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5011 (bibtex-entry-type-str, bibtex-empty-field-re)
5012 (bibtex-search-backward-string, bibtex-preamble-prefix)
5013 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5014 (bibtex-any-valid-entry-type): New variable.
5015 (bibtex-parse-field-name): Simplify.
5016 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5017 (bibtex-preamble-prefix): Include left delimiter.
5018 (bibtex-search-forward-field, bibtex-search-backward-field):
5019 Allow unbounded search past entry boundaries (required by bibtex-pop).
5020 (bibtex-text-in-field-bounds): Use push.
5021 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5022 (bibtex-parse-preamble, bibtex-valid-entry)
5023 (bibtex-beginning-first-field): New functions.
5024 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5025 (bibtex-map-entries): Fix docstring.
5026 (bibtex-flash-head): New arg prompt. Simplify.
5027 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5028 (bibtex-insert-kill): Simplify. Always insert text past the
5029 current field or entry.
5030 (bibtex-format-entry): Use bibtex-parse-field.
5031 (bibtex-pop): Use bibtex-beginning-of-entry and
5032 bibtex-end-of-entry to initiate the search. Insert empty field if
5033 we found ourselves.
5034 (bibtex-print-help-message): New args field and comma.
5035 Handle entry keys.
5036 (bibtex-make-field): Use bibtex-beginning-of-entry.
5037 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
5038 invalid entry.
5039 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5040 Handle preambles. Simplify code for thorough test.
5041 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5042 New arg comma. Handle entry heads.
5043 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5044 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5045 New arg comma.
5046 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5047 (bibtex-fill-field): Simplify.
5048 (bibtex-fill-entry): Use bibtex-beginning-first-field and
5049 bibtex-parse-field.
5050 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5051 (bibtex-complete): Use bibtex-parse-preamble.
5052
5053 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
5054
5055 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5056 Display name of expression instead of convenience variable.
5057 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5058
5059 * progmodes/gud.el (gud-tooltip-dereference): Rename from
5060 toggle-gud-tooltip-dereference.
5061 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5062 (gud-tooltip-tips): ...here when dereferencing.
5063
5064 2005-12-28 Bill Wohler <wohler@newt.com>
5065
5066 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5067
5068 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
5071 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
5072 (vc-annotate-display-autoscale): Adjust call.
5073 (vc-annotate-display-default): Adjust call. Make arg compulsory.
5074 Fix interactive spec.
5075 (vc-annotate-time-span): Remove.
5076 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
5077 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
5078 (vc-annotate-display-select): Use new name.
5079
5080 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
5081 (vc-annotate-mode-menu): Remove left-over redundant declaration.
5082 Correct the construction of span entries. Simplify.
5083 (vc-annotate-display-select): Fix the nil case.
5084 (vc-annotate): Remove obsolete (and now broken) code.
5085 (vc-annotate-extract-revision-at-line): Remove obsolete code.
5086 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
5087
5088 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * subr.el (lazy-completion-table): Correct typo in docstring.
5091
5092 * startup.el (command-line): Use `custom-reevaluate-setting' for
5093 `send-mail-function'.
5094
5095 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
5096
5097 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
5098
5099 * mail/smtpmail.el (smtpmail-try-auth-methods):
5100 Send credentials together with "AUTH PLAIN" command.
5101
5102 2005-12-27 Richard M. Stallman <rms@gnu.org>
5103
5104 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
5105 mouse-2, go back to previously selected window, so it's selected
5106 when mouse-2 command runs.
5107
5108 2005-12-27 Juri Linkov <juri@jurta.org>
5109
5110 * descr-text.el (describe-text-sexp): Use square brackets for
5111 button [Show] to distinguish it from the property value `show'.
5112 (describe-property-list): Use `insert-text-button' with
5113 `help-face' type instead of putting face in quotes, because button
5114 is not created automatically for a list of faces.
5115 (describe-text-properties-1): Put button-type value in quotes to
5116 distinguish from plain text "button".
5117 (describe-char): Display code point values in hex. Don't use
5118 `symbol-name' for `current-input-method' because it is a string.
5119 Use `insert-text-button' with `help-face' type instead of putting
5120 hardcoded face in quotes, because button is not created automatically.
5121
5122 2005-12-27 Richard M. Stallman <rms@gnu.org>
5123
5124 * progmodes/glasses.el (glasses-face): More specific custom type.
5125
5126 * files.el (set-visited-file-name): Doc fix.
5127
5128 * textmodes/flyspell.el (flyspell-external-point-words):
5129 Use local var buffer-scan-pos to advance scan for next misspelling.
5130 Advance it only after we find the misspelling.
5131
5132 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
5133
5134 * textmodes/flyspell.el (flyspell-external-point-words):
5135 New criteria for finding the misspelling in the buffer.
5136
5137 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
5138
5139 * help-mode.el (help-insert-string): Set help-xref-stack-item
5140 rather than call help-setup-xref.
5141
5142 * descr-text.el (describe-char): Revert previous changes for
5143 optional buffer argument.
5144
5145 2005-12-27 Juri Linkov <juri@jurta.org>
5146
5147 * help-mode.el (help-insert-string): New function. Save buffer
5148 contents in cases where it is impossible to recompute the old contents.
5149
5150 * descr-text.el (describe-char): Set help-xref-stack-item
5151 explicitly after buffer has been generated.
5152
5153 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5154
5155 * cus-start.el (all): Add x-gtk-show-hidden-files.
5156
5157 2005-12-26 Richard M. Stallman <rms@gnu.org>
5158
5159 * replace.el (perform-replace): Calculate match-again
5160 before skipping read-only matches.
5161
5162 * paren.el (paren-showing-faces): New group.
5163 (show-paren-match, show-paren-mismatch): Move to that group.
5164
5165 * button.el (button): Put into group `basic-faces'.
5166
5167 * progmodes/make-mode.el: Remove faces from group `faces'.
5168
5169 * apropos.el (apropos, apropos-value): Doc fix.
5170 (apropos-documentation): Doc fix.
5171
5172 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * subr.el (lazy-completion-table): Remove argument `args'.
5175
5176 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5177 Don't use the `args' argument of lazy-completion-table.
5178
5179 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
5180
5181 * descr-text.el (describe-char): Add optional argument for buffer.
5182 Set buffer appropriately. Call help-setup-xref.
5183 Suggested by Stefan Monnier.
5184
5185 2005-12-26 Juri Linkov <juri@jurta.org>
5186
5187 * descr-text.el: Require `help-fns' at runtime. Don't require
5188 `button' for byte compilation.
5189 (describe-text-widget): Add `help-echo' for first button.
5190 Use `help-info' for second.
5191 (describe-property-list): Use `help-argument-name' instead of `italic'.
5192 (describe-text-category): Add prompt to interactive spec.
5193 Call `help-setup-xref'.
5194 (describe-char): Use `help-character-set'. Add `help-echo' for
5195 code point. Use `help-input-method'. Remove superfluous insert.
5196
5197 2005-12-25 Richard M. Stallman <rms@gnu.org>
5198
5199 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
5200 at point, in case of narrowing.
5201
5202 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
5203
5204 * locate.el (locate-header-face): Allow nil in type.
5205
5206 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
5207
5208 2005-12-25 Romain Francoise <romain@orebokech.com>
5209
5210 * battery.el (battery-linux-proc-acpi): Also try
5211 `/proc/acpi/thermal_zone/THM0/temperature'.
5212
5213 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * custom.el (custom-push-theme): Fix docstring.
5216
5217 * cus-edit.el (custom-variable-set, custom-variable-save)
5218 (custom-variable-save): Custom-quote widget values.
5219 (customize-save-variable): Fix custom-push-theme call.
5220
5221 2005-12-24 Eli Zaretskii <eliz@gnu.org>
5222
5223 * w32-fns.el (w32-batch-update-autoloads): New function.
5224
5225 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
5226 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
5227 from the command line.
5228
5229 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
5232 reset means to remove setting from theme entirely. Don't keep
5233 expanding theme-settings list; delete old entries if necessary.
5234
5235 * cus-edit.el (custom-buffer-create-internal): Move "Erase
5236 customization" button one line up.
5237 (custom-themed): New face.
5238 (custom-magic-alist): New value, THEMED, for theme settings.
5239 (custom-variable-state-set, custom-face-state-set):
5240 Check theme-value instead of saved-value.
5241 (custom-variable-reset-standard, custom-face-reset-standard):
5242 Remove theme setting entirely. Recalculate new values.
5243 (custom-variable-set, custom-variable-set)
5244 (custom-variable-reset-saved, custom-variable-reset-backup)
5245 (custom-face-set, custom-face-reset-saved): Update `user' theme.
5246 (custom-variable-save): Fix typos.
5247
5248 2005-12-23 Juri Linkov <juri@jurta.org>
5249
5250 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
5251 Add autoload cookies.
5252 (edebug-outside-d-c-i-n-s-w): New variable.
5253 (edebug-display, edebug-outside-excursion): Use it to save the
5254 original value of default-cursor-in-non-selected-windows.
5255 Set default-cursor-in-non-selected-windows to t while Edebug
5256 is active.
5257 (edebug-mode, edebug-eval-mode): Doc fix.
5258
5259 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
5260 with `buffer-substring-no-properties' to remove common substring
5261 highlighting.
5262
5263 * info.el (info-other-window, info): Rename function argument
5264 `file' to `file-or-node'.
5265 (Info-complete-menu-item): Use local variable `complete-nodes' to
5266 keep the global value of `Info-complete-nodes' unchanged for
5267 subsequent completions.
5268 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
5269
5270 * simple.el (get-next-valid-buffer, last-buffer)
5271 (next-error-buffer-p, next-error-find-buffer)
5272 (minibuffer-history-sexp-flag): Doc fix.
5273
5274 * savehist.el (savehist-mode-hook): Add `:group'.
5275
5276 * log-view.el: Call autoload for vc-find-version.
5277 (log-view-current-file): Adjust subgroup numbers.
5278 (log-view-current-tag): Add `length'.
5279
5280 2005-12-23 Richard M. Stallman <rms@gnu.org>
5281
5282 * vc.el (vc-annotate-car-last-cons): Defn moved up.
5283
5284 2005-12-23 Juri Linkov <juri@jurta.org>
5285
5286 * hi-lock.el (hi-lock-archaic-interface-message-used)
5287 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
5288 (hi-lock-mode): Display "Hi" in the mode line only when
5289 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
5290 (hi-lock-write-interactive-patterns):
5291 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
5292 (hi-lock-set-pattern, hi-lock-set-file-patterns)
5293 (hi-lock-font-lock-hook): Set 3rd arg `how' of
5294 font-lock-add-keywords to t.
5295
5296 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
5297
5298 * hi-lock.el (hi-lock-highlight-range): New variable.
5299 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
5300 only if font-lock-fontified is non-nil. Remove overlays.
5301 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
5302 font-lock-fontified is non-nil, otherwise use overlays (instead of
5303 text properties).
5304 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
5305 New variables.
5306 (hi-lock-string-serialize) New function.
5307
5308 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5309
5310 * menu-bar.el (menu-find-file-existing): New function.
5311 (menu-bar-file-menu): Use menu-find-file-existing for Open.
5312
5313 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
5314
5315 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * vc.el: Remove unnecessary leading * in docstrings.
5318 (vc-annotate-mode-map): Move initialization into declaration.
5319 (vc-static-header-alist): Nitpick on the regexp.
5320 (vc-default-init-version): New fun.
5321 (vc-register): Use it.
5322 (vc-insert-headers): Use dolist.
5323 (vc-annotate-get-backend): Remove unused function.
5324 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
5325 (vc-annotate-mode): Remove corresponding call.
5326 (vc-annotate-car-last-cons): Simplify.
5327 (vc-annotate-buffers): Remove var.
5328 (vc-annotate-backend): Make it buffer-local.
5329 (vc-annotate): Move the interaction to the interactive spec.
5330 Add a `buf' argument.
5331 (vc-annotate-warp-version): Use this new `buf' argument to avoid
5332 killing&creating a vc-annotate buffer, which is very disruptive when
5333 the buffers are shown in dedicated frames.
5334
5335 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
5336
5337 * descr-text.el: Add FSF as maintainer.
5338 (describe-text-mode, describe-text-mode-map)
5339 (describe-text-mode-hook, describe-text-done): Delete. Use normal
5340 help-mode.
5341 (describe-text-widget, describe-text-sexp)
5342 (describe-property-list, describe-text-category)
5343 (describe-text-properties, describe-text-properties-1)
5344 (describe-char): Use help buttons instead of widgets.
5345 (describe-char-unicodedata-file): Make URL link in doc string.
5346
5347 2005-12-22 Richard M. Stallman <rms@gnu.org>
5348
5349 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
5350 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
5351 Don't include buttons that write a file when there's no file.
5352 (custom-variable-menu, custom-face-menu, custom-group-menu):
5353 Don't include commands that write a file when there's no file.
5354 (customize-browse): Reword the top-of-buffer help intro.
5355 (custom-buffer-create-internal): Fix previous change.
5356 (customize-changed-options-previous-release): Prev release is 21.1.
5357 (customize-changed-options): Doc fix.
5358 (customize-changed): New alias.
5359 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
5360 Say "standard values".
5361 (Custom-reset-standard): Doc fix.
5362 (custom-face-reset-standard): Doc fix.
5363
5364 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5367 even if font-lock-mode is non-nil since it may be t without having
5368 turned on font-lock-mode-internal.
5369 (font-lock-choose-keywords): Minor optimization.
5370 (font-lock-add-keywords, font-lock-remove-keywords)
5371 (font-lock-set-defaults): Don't call make-local-variable on a variable
5372 that we know to already be local.
5373
5374 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5375
5376 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5377 messages if in the minibuffer.
5378
5379 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5382 (tex-mode-flyspell-verify, flyspell-get-word)
5383 (flyspell-external-point-words): Don't use point-min/max uselessly.
5384
5385 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5386 by Kevin Rodgers. Instead, just hide the completions buffer if we
5387 don't need to show it.
5388
5389 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5390
5391 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5392
5393 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5396 delete-windows-on with an inexistent buffer.
5397
5398 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5399
5400 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5401 Delete defcustom variable :tag names.
5402
5403 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5406 (log-view-font-lock-keywords): Ajust subgroup numbers.
5407 (log-view-current-tag): Don't hard code the number of subgroups.
5408
5409 2005-12-20 Juri Linkov <juri@jurta.org>
5410
5411 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5412 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5413
5414 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5415 (menu-bar-non-minibuffer-window-p): Instead of checking
5416 display-multi-frame-p, use selected-frame when menu-updating-frame
5417 is nil.
5418
5419 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5420
5421 * align.el (align-rules-list): Use [ \t] instead of \s-
5422 for column separators in text mode.
5423
5424 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5425
5426 * help-mode.el (help-customize-variable, help-customize-face):
5427 Don't pop help-xref-stack as help-follow no longer pushes
5428 anything on to it.
5429
5430 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5431
5432 * textmodes/org.el (org-agenda-custom-commands): New option.
5433 (org-agenda): Offer custom commands on splash screen.
5434 (org-make-tags-matcher): Parser for Boolean logic added.
5435 (org-agenda-set-tags): New command.
5436 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5437 (org-set-tags): Efficiency improvements.
5438 (org-auto-align-tags): New option.
5439 (org-todo, org-demote, org-promote): Realign tags.
5440 (org-tags-completion-function): Use also "&" and "|" as separators.
5441 (org-org-menu): Agenda commands simplified.
5442
5443 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5444
5445 * cus-edit.el (customize-apropos, customize-apropos-options):
5446 Docstring changes.
5447
5448 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5449
5450 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * longlines.el (longlines-mode): Wrap while widened.
5453 (longlines-decode-region, longlines-encode-region): Compute max
5454 just once.
5455
5456 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5457
5458 * cus-edit.el (mac): New group.
5459
5460 * cus-start.el (all): Add user options in macterm.c. Add test for
5461 Mac-related built-ins. Fix test for GTK-related built-ins.
5462
5463 * term/mac-win.el (mac-handle-language-change)
5464 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5465 (mac-services-open-selection, mac-services-mail-selection)
5466 (mac-services-mail-to, mac-services-insert-text)
5467 (mac-dispatch-apple-event): Add docstrings.
5468 (x-get-selection, mac-select-convert-to-string): Select coding
5469 system from `utf-16be' and `utf-16le' using `byteorder'.
5470
5471 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5474 a "list" (lambda ...) rather than a real completion list.
5475
5476 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5477 lexical-let when encountering ((lambda (...) ...) ...).
5478
5479 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * progmodes/sh-script.el (sh-mode):
5482 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5483 * textmodes/picture.el (picture-mode): Update docstrings.
5484
5485 2005-12-17 Eli Zaretskii <eliz@gnu.org>
5486
5487 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5488 commands enclosed in $(ARGQUOTE)s should not be split between two
5489 lines, as that will break with GNU Make >3.80, when sh.exe is used
5490 and arg quoting is with '..'.
5491 (autoloads): Don't break the quoted --eval expression between
5492 several lines.
5493
5494 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5497 Capture error from printing circular structures.
5498
5499 2005-12-17 Martin Rudalics <rudalics@gmx.at>
5500
5501 * wid-edit.el (widget-checkbox-action): Clear undo info.
5502
5503 2005-12-16 Bill Wohler <wohler@newt.com>
5504
5505 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5506 bar, not menubar in comment.
5507
5508 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5511 After-change-functions should not clobber the match data.
5512
5513 2005-12-16 Juri Linkov <juri@jurta.org>
5514
5515 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5516 instead of `buffer-substring'.
5517 (completion-common-substring): Doc fix.
5518 (completion-setup-function): Use minibuffer-completion-contents
5519 instead of minibuffer-contents. Don't set common-string-length
5520 initially. Remove special handling of partial-completion-mode.
5521 Move computation of completion-base-size into one cond.
5522 Call completion-base-size-function in mainbuf. In computation of
5523 completion-base-size for file name completion don't move point to
5524 the end of the minibuffer. Move computation of common-string-length
5525 into one cond. Start putting faces only when common-string-length>=0.
5526 Add condition to put completions-common-part when
5527 common-string-length>0.
5528
5529 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5530 place point at the first different character in the minibuffer
5531 even if this position is at the beginning of the minibuffer.
5532
5533 * info.el (Info-read-node-name-1): In completion-base-size-function's
5534 lambda return 1 if common-substring or minibuffer-completion-contents
5535 starts with (, and 0 otherwise.
5536
5537 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5538 Use `crm-current-element' for second arg of `display-completion-list'.
5539
5540 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5541
5542 * files.el (set-auto-mode): Look for an interpreter specified on
5543 the first line also if search for mode specification succeeded,
5544 but the mode is not known.
5545
5546 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5547
5548 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5549 (org-open-at-point): Implement tag searches as links.
5550 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5551 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5552 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5553 (org-agenda-dispatch): New commands.
5554 (org-use-tag-inheritance, org-tags-column): New options.
5555 (org-tab-follows-link, org-return-follows-link): New options.
5556 (org-tags): New customize group.
5557 (org-start-icalendar-file): Get local time zone.
5558 (org-tags-completion-function): New function.
5559 (org-set-font-lock-defaults): Make sure links will also be
5560 highlighted inside headlines.
5561
5562 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5563
5564 * term.el (term-emulate-terminal):
5565 Let term-handle-ansi-terminal-messages override what Bash says about
5566 its current directory.
5567
5568 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5569
5570 * bindings.el (last-buffer): Move to simple.el.
5571 * simple.el (last-buffer): Move here.
5572 (get-next-valid-buffer): New function.
5573 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5574 (prev-buffer): Ditto. Rename to `previous-buffer'.
5575
5576 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5577 * bindings.el (global-map): Ditto.
5578
5579 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * cus-edit.el: Introductory comment change.
5582 (custom-magic-alist): Change message string for the `rogue' state.
5583
5584 2005-12-15 Richard M. Stallman <rms@gnu.org>
5585
5586 * tooltip.el: Delete defcustom variable :tag names.
5587
5588 * complete.el (partial-completion-mode): Doc fix.
5589
5590 * textmodes/flyspell.el (flyspell-external-point-words):
5591 Use save-excursion to ensure we don't move backward in the
5592 search loop, not even one character.
5593 (flyspell-delete-all-overlays): Use remove-overlays directly.
5594
5595 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5596 (ispell-start-process): Set that variable.
5597 Clear ispell-buffer-local-name.
5598 (ispell-internal-change-dictionary):
5599 Set ispell-current-dictionary after killing process.
5600 (ispell-buffer-local-dict):
5601 Don't set spell-personal-dictionary after killing process.
5602 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5603 (ispell-tex-skip-alists, ispell-html-skip-alists)
5604 (ispell-skip-region-alist): Mark as risky.
5605
5606 * net/newsticker.el (newsticker--retrieval-timer-list)
5607 (newsticker--display-timer, newsticker-running-p)
5608 (newsticker-ticker-running-p): Definitions moved up.
5609
5610 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5613
5614 2005-12-15 David Ponce <david@dponce.com>
5615
5616 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5617 (recentf-edit-list, recentf-open-files): Signal an error when
5618 there is no recent file.
5619
5620 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5621
5622 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5623 read-only except for texinfo-format-region evaluation.
5624
5625 2005-12-14 Richard M. Stallman <rms@gnu.org>
5626
5627 * vc.el (vc-default-previous-version, vc-default-next-version)
5628 (vc-do-command): Doc fixes.
5629
5630 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5631
5632 * textmodes/bibtex.el (bibtex-expand-strings)
5633 (bibtex-autokey-expand-string, bibtex-name-part)
5634 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5635 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5636 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5637 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5638 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5639 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5640 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5641 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5642 (bibtex-beginning-of-last-entry): Remove.
5643 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5644 message if comma is missing but buffer is read-only.
5645 (bibtex-parse-field-text): Handle whitespaces at the end of field
5646 text. Return 3-element list with beginning and end of field text
5647 and end of field.
5648 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5649 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5650 (bibtex-search-forward-field, bibtex-search-backward-field):
5651 Search always delimited by limits of entry. Use more efficient
5652 search algorithms.
5653 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5654 bibtex-end-of-name-in-field.
5655 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5656 extracting the content of a field.
5657 (bibtex-text-in-field): Use search limits.
5658 (bibtex-parse-string-prefix): Handle empty string keys based on
5659 bibtex-string-empty-key.
5660 (bibtex-parse-string): Fix docstring.
5661 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5662 (bibtex-preamble-prefix, bibtex-strings): New functions.
5663 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5664 BibTeX entries (consistent with other BibTeX functions).
5665 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5666 (bibtex-search-entry): Fix docstring. Simplify.
5667 (bibtex-flash-head, bibtex-complete-string-cleanup)
5668 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5669 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5670 (bibtex-parse-entry): New optional arg content.
5671 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5672 Use bibtex-text-in-field-bounds.
5673 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5674 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5675 bibtex-parse-string-postfix.
5676 (bibtex-find-text-internal): New function.
5677 (bibtex-remove-delimiters): Use it.
5678 (bibtex-find-text): Use it. New optional arg help.
5679 (bibtex-complete): Handle BibTeX string and preamble entries.
5680 (bibtex-Preamble): Fix order of closing delimiters.
5681
5682 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * vc.el (vc-default-revert): New fun.
5685
5686 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5687
5688 2005-12-14 Romain Francoise <romain@orebokech.com>
5689
5690 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5691 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5692 (font-lock-remove-keywords): Likewise.
5693
5694 2005-12-14 Juri Linkov <juri@jurta.org>
5695
5696 * log-view.el (log-view-diff): Doc fix.
5697
5698 * isearch.el (isearch-query-replace): Use (mark) instead of
5699 isearch-opoint if mark is active in transient-mark-mode.
5700
5701 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5702
5703 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5704
5705 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5706
5707 * progmodes/cpp.el (cpp-face): New widget.
5708 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5709
5710 2005-12-14 Juri Linkov <juri@jurta.org>
5711
5712 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5713 around `erase-buffer' and `insert'.
5714
5715 * descr-text.el (describe-text-properties): Replace buffer name
5716 "*Help-2*" with "*Help*<2>".
5717 (describe-char): Add functions print-help-return-message,
5718 toggle-read-only. Use help-setup-xref with nil to not store
5719 describe-char in help-xref-stack. Use help-make-xrefs to
5720 make [back] button.
5721
5722 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5723
5724 * wdired.el (wdired-old-point): New internal variable.
5725 (wdired-change-to-wdired-mode): Set it buffer-locally.
5726 (wdired-abort-changes): Restore point after aborting changes.
5727
5728 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * vc.el (vc-do-command): Add a new value t for okstatus.
5731
5732 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5733 frame in case of errors.
5734
5735 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5736
5737 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5738 so it comes after "On the Left" in the menu.
5739
5740 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5741
5742 * cus-edit.el (customize-apropos, customize-apropos-options)
5743 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5744
5745 2005-12-12 Bill Wohler <wohler@newt.com>
5746
5747 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5748 non-writable Subversion-controlled files by saving window
5749 configuration before calling vc-do-command. vc-do-command calls
5750 pop-to-buffer on error which is unexpected during registration.
5751
5752 2005-12-12 Jay Belanger <belanger@truman.edu>
5753
5754 * calc/README: Update the summary of changes.
5755
5756 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * descr-text.el (describe-char): Rework last fix to solve the problem
5759 is the same way it's solved for everything else in that function
5760 (i.e. by extracting the info before setting up the *Help* buffer).
5761
5762 2005-12-12 Kim F. Storm <storm@cua.dk>
5763
5764 * subr.el (version-regexp-alist): Allow space as separator before
5765 non-numeric part, e.g. "1.0 alpha".
5766 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5767
5768 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5769
5770 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5771 Implement Logging and the keep-modes setting.
5772 (org-get-category): Make sure a string is returned.
5773 (org-log-done): New function.
5774 (org-log-done, org-closed-string): New options.
5775
5776 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5777
5778 * tooltip.el (tooltip-y-offset): Change default to 20.
5779
5780 2005-12-12 Richard M. Stallman <rms@gnu.org>
5781
5782 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5783
5784 * frame.el (display-hourglass): Doc fix.
5785
5786 * help.el (help-for-help-internal): Simplify entry for `a'.
5787
5788 * info.el (Info-on-current-buffer): Doc fix.
5789 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5790
5791 * startup.el (inhibit-splash-screen): Make this the real name.
5792 (inhibit-startup-message): Make this the alias.
5793 (command-line): Find only simple.el, and use its directory
5794 to fill in other preloaded files' names.
5795 (command-line): Deactivate the mark if deactivate-mark is set.
5796
5797 * international/mule.el (load-with-code-conversion):
5798 Bind deactivate-mark.
5799
5800 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5801
5802 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5803
5804 * cus-edit.el (customize-apropos): Avoid listing an option more
5805 than once under different aliases. No longer list user options
5806 that are not defined with defcustom (unless a prefix arg is given).
5807 Doc fix.
5808 (customize-apropos-options): Doc fix.
5809
5810 2005-12-11 Juri Linkov <juri@jurta.org>
5811
5812 * frame.el (set-background-color, set-foreground-color)
5813 (set-cursor-color, set-mouse-color, set-border-color):
5814 Add explicit prompts to read colors by `facemenu-read-color'.
5815 (show-trailing-whitespace, blink-cursor-delay)
5816 (blink-cursor-interval, display-hourglass, hourglass-delay):
5817 Remove tags.
5818 (display-hourglass, hourglass-delay): Doc fix.
5819 (cursor-in-non-selected-windows): Capitalize words in tag.
5820
5821 * faces.el (frame-background-mode): Replace `choice-item' keywords
5822 with `const' to not make [default] button. Change default value tag
5823 from `default' to `automatic'. Doc fix.
5824 (trailing-whitespace) <defface>: Change group `whitespace' to
5825 `whitespace-faces'.
5826
5827 2005-12-11 Richard M. Stallman <rms@gnu.org>
5828
5829 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5830
5831 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5832
5833 * term/mac-win.el: Create keymap for mac-apple-event-map.
5834
5835 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5836
5837 * tooltip.el (tooltip-mode): Move to start of file so that it
5838 appears at top of customize buffer.
5839
5840 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5841 Add the gud groupname.
5842 (gud-tooltip-mode): Add the tooltip groupname.
5843 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5844 avoid conflict with tooltip-use-echo-area.
5845
5846 2005-12-10 Romain Francoise <romain@orebokech.com>
5847
5848 * help.el (help-for-help-internal): Add `r' in doc string.
5849
5850 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5851
5852 * align.el (align-regexp, align-highlight-rule):
5853 Use region-beginning and region-end instead of point and mark, so that
5854 repetition (with `repeat-complex-command') recomputes the region
5855 bounds.
5856
5857 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5858
5859 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5860 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5861 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5862 (balance-windows): Rewrite using the above new functions.
5863
5864 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5865
5866 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5867 react if global-hi-lock-mode seems intended.
5868 (global-hi-lock-mode) Renamed from hi-lock-mode.
5869 (hi-lock-archaic-interface-message-used)
5870 (hi-lock-archaic-interface-deduce): New variables.
5871 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5872 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5873 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5874 Replace hi-lock-buffer-mode with hi-lock-mode.
5875
5876 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5877
5878 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5879 completion list, even after a partial completion has been
5880 inserted in the current buffer. If there are more than 1
5881 completion, redisplay the *Completions* buffer; if the
5882 completion is unique, delete the *Completions* window.
5883
5884 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5885
5886 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5887 strings and long subject lines that were broken into multiple
5888 lines at arbitrary places. Handle subjects that have "Re: " in
5889 the middle.
5890
5891 2005-12-10 John W. Eaton <jwe@octave.org>
5892
5893 * emacs/octave-mod.el (octave-electric-space): Don't indent
5894 comments or strings if octave-auto-indent is nil.
5895
5896 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5897
5898 * term/mac-win.el: Require url when compiling.
5899 Call mac-process-deferred-apple-events after loading init files.
5900 (mac-apple-event-map): New defvar. Define event handlers in it.
5901 (core-event, internet-event): New Apple event class symbols.
5902 (open-application, reopen-application, open-documents)
5903 (print-documents, open-contents, quit-application)
5904 (application-died, show-preferences, autosave-now, get-url):
5905 New Apple event ID symbols.
5906 (about): New HICommand ID symbol.
5907 (mac-event-spec, mac-event-ae): New macros.
5908 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5909 (mac-ae-selection-range, mac-ae-text-for-search)
5910 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5911 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5912 and Services menu events are now defined in mac-apple-event-map.
5913 (mac-drag-n-drop): Remove selection range handling.
5914
5915 2005-12-10 Kenichi Handa <handa@m17n.org>
5916
5917 * simple.el (zap-to-char):
5918 * isearch.el (isearch-process-search-char): Translate CHAR by
5919 translation-table-for-input.
5920
5921 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5922
5923 * foldout.el (foldout-exit-fold): Properly hide subtree.
5924
5925 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5926
5927 * files.el (save-buffer):
5928 * international/ucs-tables.el (ucs-set-table-for-input):
5929 * mail/mail-extr.el (mail-extract-address-components):
5930 * mail/sendmail.el (mail-mode): Reformat doc string.
5931
5932 2005-12-09 Juri Linkov <juri@jurta.org>
5933
5934 * isearch.el (isearch-highlight): Change main overlay priority
5935 from 1 to 1001. Simplify.
5936 (isearch-lazy-highlight-update): Change lazy overlay priority
5937 from 0 to 1000.
5938
5939 * replace.el (replace-highlight): Change overlay priority from
5940 1 to 1001.
5941
5942 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5943 Change overlay priority from 1 to 1001. Reuse existing overlay.
5944
5945 * compare-w.el (compare-windows-highlight): Change overlay
5946 priority from 1 to 1000.
5947
5948 * menu-bar.el (menu-bar-edit-menu): Add listp around
5949 pending-undo-list to disable menu item "undo" when pending
5950 undo list is empty.
5951
5952 * locate.el (locate): Disable undo in *Locate* buffer.
5953
5954 2005-12-09 Kim F. Storm <storm@cua.dk>
5955
5956 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5957
5958 2005-12-09 David Ponce <david@dponce.com>
5959
5960 * recentf.el: Improvement of the menu code.
5961 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5962 instead of menu hook.
5963 (recentf-show-menu, recentf-hide-menu): New functions.
5964 (recentf-menu-customization-changed, recentf-mode): Use them.
5965 (recentf-menu-action, recentf-max-menu-items)
5966 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5967 (recentf-arrange-by-rule-others)
5968 (recentf-arrange-by-rules-min-items)
5969 (recentf-arrange-by-rule-subfilter) : Don't use
5970 `recentf-menu-customization-changed'.
5971 (recentf-arrange-rules): Likewise. Accept functions to compute
5972 sub-menu titles.
5973 (recentf-menu-filter): Likewise. Doc fix.
5974 (recentf-menu-value-shortcut): Doc fix.
5975 (recentf-dump-variable): Quote atom value.
5976 (recentf-make-menu-items): Update to use it as a menu filter.
5977 (recentf-match-rule): New function.
5978 (recentf-arrange-by-rule): Use it.
5979 (recentf-indirect-mode-rule): New function.
5980 (recentf-build-mode-rules): Use it.
5981 (recentf-dir-rule): New function.
5982 (recentf-arrange-by-dir): Use it.
5983 (recentf-filter-changer-current): Rename from
5984 `recentf-filter-changer-state'. All references updated.
5985 (recentf-filter-changer-alist): Update filter names.
5986 (recentf-filter-changer-select): New function.
5987 (recentf-filter-changer): Use it. Make a sub-menu from filters
5988 available in `recentf-filter-changer-alist'.
5989 (recentf-data-cache, recentf-clear-data)
5990 (recentf-update-menu): Remove. All references updated.
5991 (recentf-match-rule-p, recentf-build-dir-rules)
5992 (recentf-filter-changer-goto-next)
5993 (recentf-filter-changer-get-current)
5994 (recentf-filter-changer-get-next): Remove.
5995
5996 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5999 buffer "Reset" button to "Reset to Current" for consistency with
6000 the State buttons.
6001
6002 2005-12-08 John Paul Wallington <jpw@pobox.com>
6003
6004 * ibuf-ext.el (define-ibuffer-filter filename):
6005 If `dired-directory' is a list then really use its car.
6006
6007 2005-12-08 Kim F. Storm <storm@cua.dk>
6008
6009 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6010 Fix indention of text on right side of replaced rectangle.
6011
6012 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6015 No need to check gud-comint-buffer is bound.
6016 (gdb): Prevent multiple debugging when first session uses gdba.
6017
6018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6019
6020 CC Mode update to 5.31.
6021
6022 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6023 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6024 We might do this function properly in the future).
6025
6026 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6027 New macros c-sentence-end and c-default-value-sentence end, to cope
6028 with Emacs 22's new function `sentence-end'.
6029
6030 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6031
6032 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6033 compat issue using `c-put-overlay' and `c-delete-overlay'.
6034
6035 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6036 New compat macros to handle overlays/extents.
6037
6038 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6039
6040 * progmodes/cc-fix.el: Add definitions of the macros push and pop
6041 (for GNU Emacs 20.4)
6042
6043 * progmodes/cc-defs.el:
6044 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6045
6046 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6047 highlighting mechanism so it will work in XEmacs too.
6048
6049 * progmodes/cc-defs.el: Insert c-int-to-char.
6050
6051 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6052 call to the new macro c-int-to-char. This solves XEmacs's
6053 regarding characters as different from integers.
6054
6055 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6056
6057 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6058 New internal helper.
6059
6060 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6061 construct to make the indirect face lookup work in XEmacs.
6062
6063 (c-cpp-matchers): Append the negation char face to the existing
6064 fontification, so that the cpp face doesn't disappear.
6065 Use `c-make-syntactic-matcher' to avoid negation chars in comments
6066 and strings.
6067
6068 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
6069 to map to `font-lock-negation-char-face' in emacsen where it exists.
6070
6071 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6072
6073 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
6074
6075 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
6076 Rename "c-subword-move-mode" as "c-subword-mode".
6077
6078 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
6079 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
6080
6081 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6082
6083 * progmodes/cc-mode.el: Added autoload directive for
6084 `c-subword-move-mode' for use in older emacsen.
6085
6086 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6087
6088 * progmodes/cc-mode.el:
6089 (i) Insert a binding for C-c C-backspace into
6090 c-bind-special-erase-keys which works in TTYs.
6091 (ii) Make sure that when file styles are used, any explicitly
6092 given style variables take priority over those in the style.
6093 Do this by calling `hack-local-variables' a second time.
6094
6095 * progmodes/cc-vars.el: Add language specific customization
6096 widgets for AWK to c-doc-comment-style, c-require-final-newline
6097 and c-default-style. Add a defcustom for awk-mode-hook.
6098 Give c-syntactic-element and c-syntactic-context doc-strings by
6099 directly setting their `variable-documentation' propery.
6100 This allows Emacs 22.1 to read these with C-h v.
6101
6102 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
6103
6104 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6105
6106 * progmodes/cc-fonts.el, cc-vars.el
6107 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
6108 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
6109 Masatake YAMATO.
6110
6111 (c-doc-comment-style): Made GtkDoc default in C mode.
6112
6113 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
6114 and C-c C-<delete>.
6115
6116 (c-bind-special-erase-keys): New function for use on
6117 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
6118
6119 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
6120 <delete> key behavior in XEmacs according to `delete-forward-p'.
6121 C.f. `c-electric-delete'.
6122
6123 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6124
6125 * progmodes/cc-mode.el: Give c-hungry-backspace and
6126 c-hungry-delete-forward permanent key bindings.
6127
6128 * progmodes/cc-cmds.el (c-electric-semi&comma):
6129 Bind c-syntactic-context for calls to "criteria functions", for
6130 consistency with other calls to user functions.
6131
6132 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
6133 `current-prefix-arg', since this might be the prefix arg to a
6134 command which calls c-indent-command as a function. Change the
6135 interactive spec from "p" to "P".
6136
6137 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
6138 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
6139 was difficult to understand.
6140
6141 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6142
6143 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
6144 first char of an identifier.
6145
6146 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
6147 +" syntax in C++.
6148
6149 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6150
6151 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
6152 auto-fill doesn't split a c-comment's last word from a hanging
6153 "*/" when a space is typed between them after fill-column.
6154
6155 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
6156
6157 * progmodes/cc-styles.el (c-set-style)
6158 (c-setup-paragraph-variables): Abort the command if we're not in a
6159 CC Mode buffer.
6160
6161 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
6162 with blank comment-prefix, and a blank line as the comment's
6163 second line.
6164
6165 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6166
6167 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
6168 Incorporate the patterns added in the Emacs development branch
6169 for the new Emacs 22 face `font-lock-negation-char-face'.
6170
6171 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
6172 of "red" since it stands out better in xterms and DOS terminals.
6173
6174 * progmodes/cc-engine.el (c-literal-faces):
6175 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
6176
6177 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6178
6179 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
6180 forcibly enable c-electric-flag.
6181
6182 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
6183 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
6184 after the comment-prefix of a C-style comment will close that comment.
6185
6186 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6187
6188 * progmodes/cc-fonts.el (c-basic-matchers-before)
6189 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
6190 in Pike.
6191
6192 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
6193 digraphs.
6194
6195 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
6196 (c-cpp-message-directives, c-cpp-include-directives)
6197 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
6198 (c-cpp-expr-directives): Introduce new language constants to
6199 control cpp syntax in a cleaner way.
6200
6201 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
6202
6203 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
6204
6205 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
6206 (c-multiline-string-start-char): New language constants and
6207 variables to specify how newlines in string literals work.
6208
6209 (c-font-lock-invalid-string): Use them.
6210
6211 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
6212 unbalanced close brace is entered. Optimization by avoiding going
6213 back over arbitrarily large blocks. Removed hints that this
6214 function only would be relevant/useful in AWK.
6215
6216 (c-electric-brace): Indent syntactically after the cleanups since
6217 lineup functions might do it differently then.
6218
6219 * progmodes/cc-engine.el, cc-langs.el
6220 (c-opt-op-identifier-prefix): New language constant and variable.
6221
6222 (c-just-after-func-arglist-p, c-after-special-operator-id)
6223 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
6224
6225 * progmodes/cc-align.el, cc-engine.el
6226 (c-after-special-operator-id): New helper to handle C++ operator
6227 identifiers.
6228
6229 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
6230 (c-guess-basic-syntax): Handle C++ operator identifiers in
6231 declarations.
6232
6233 * progmodes/cc-langs.el (c-assignment-operators): Add the
6234 trigraph version of ^= too.
6235
6236 * progmodes/cc-langs.el (c-assignment-operators): Add the
6237 trigraph version of |= in C++.
6238
6239 * progmodes/cc-fonts.el (c-font-lock-declarators):
6240 Handle `c-decl-hangon-kwds' after the identifier name.
6241
6242 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
6243 whether an arglist is "nonempty", ignore a comment after the open
6244 paren if it isn't followed by a non-comment token on the same line.
6245
6246 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
6247 Enable heuristics below the point to cope with classes inside special
6248 brace lists in Pike.
6249
6250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6251
6252 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
6253
6254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6255
6256 * progmodes/cc-guess.el (cc-guess-install): New function to
6257 install an already guessed style in another buffer.
6258
6259 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
6260 sets `inhibit-read-only' - `c-save-buffer-state' should be used
6261 anyway if the change always is undone.
6262
6263 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6264
6265 Implement togglable electricity:
6266
6267 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
6268 saying when it should be used.
6269
6270 * progmodes/cc-engine.el: Add the new buffer-local variable,
6271 c-electric-flag.
6272
6273 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
6274 c-toggle-auto-newline.
6275
6276 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
6277 c-toggle-auto-newline. Remove the binding for
6278 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
6279 c-toggle-electric-state.
6280
6281 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
6282
6283 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
6284 c-\(forward\|backward\)-subword.
6285 (c-update-modeline): Add the new modeline flag `l' for
6286 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
6287 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
6288 Make the old name an alias of the new name.
6289 (c-toggle-electric-state): New function.
6290 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
6291 Adapt these functions to do electric things only when
6292 c-electric-flag is non-nil.
6293 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
6294 new functions from c-electric-brace.
6295 (c-point-syntax): Add a check for "virtual semicolons" in AWK
6296 mode, so that the tentative extra newline doesn't change the
6297 syntax of the following brace.
6298 (c-electric-brace): Restructure by extracting the above functions.
6299 Tidy up the coding somewhat.
6300 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
6301 restructure a bit.
6302
6303 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6304
6305 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
6306 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
6307
6308 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
6309 (c-submode-indicators): Change name from `c-auto-hungry-string'
6310 since it's now used to track another submode.
6311
6312 (c-update-modeline): Convert to function and extended to check
6313 `c-subword-move-mode'.
6314
6315 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6316 Convert to compat aliases for `c-forward-subword' and
6317 `c-backward-subword'.
6318
6319 * progmodes/cc-subword.el: New functions and minor mode to handle
6320 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
6321
6322 (c-forward-subword, c-backward-subword, c-mark-subword)
6323 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
6324 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
6325 Functions corresponding to the standard word handling functions.
6326
6327 (c-subword-move-mode): Minor mode that replaces all the standard
6328 word handling functions with their subword equivalences.
6329
6330 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6331
6332 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
6333 entry for one-liner-defun.
6334
6335 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
6336 name in its def-edebug-spec.
6337
6338 * progmodes/cc-cmds.el (c-electric-brace): Make the
6339 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
6340 compacts space before a comment, if this will make things fit on
6341 one line.
6342
6343 Introduce an "awk" style, mainly for auto-newline and clean-ups.
6344
6345 * progmodes/cc-align.el: New function c-snug-1line-defun-close
6346
6347 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
6348 clean-up one-liner-defun.
6349
6350 * progmodes/cc-styles.el: Add the new "awk" style.
6351
6352 * progmodes/cc-vars.el: Add description of one-liner-defun to
6353 c-cleanup-list's doc-string. New user options,
6354 c-max-one-liner-length. In c-default-style, set the default style
6355 for AWK to "awk".
6356
6357 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6358
6359 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
6360 macros inside labels.
6361
6362 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
6363 `c-at-statement-start-p' and `c-at-expression-start-p'.
6364
6365 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6366 error if the mark isn't set.
6367
6368 * progmodes/cc-engine.el (c-guess-continued-construct)
6369 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6370 accurately detect functions inside functions.
6371
6372 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6373 like `c-at-statement-start-p' that additionally recognizes commas
6374 and expression parentheses as delimiters.
6375
6376 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6377 to avoid heuristics that doesn't work for unclosed blocks.
6378 (c-at-statement-start-p): New function.
6379
6380 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6381 Objective-C directives, e.g. directives spanning lines should work
6382 reasonably well now.
6383
6384 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6385
6386 (c-forward-objc-directive): New function to move over any ObjC
6387 directive.
6388
6389 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6390 (c-basic-matchers-before): Use it.
6391
6392 (c-font-lock-objc-iip-decl): Remove.
6393
6394 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6395 in the template arglist recognition.
6396
6397 * progmodes/cc-styles.el (c-style-alist): Fix several
6398 inconsistencies in the Whitesmith style.
6399
6400 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6401 New lineup function to get lines after Whitesmith style blocks
6402 correctly indented.
6403
6404 (c-lineup-whitesmith-in-block): Back out the compensation for
6405 opening parens since it's done using `add' lists in the style
6406 definition instead. Don't use the anchor position since it varies
6407 too much between the syntactic symbols. :P
6408
6409 * progmodes/cc-vars.el (c-valid-offset): Update.
6410
6411 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6412 lists where the offsets are combined according to several
6413 different methods: `first', `min', `max', and `add'.
6414 Report offset evaluation errors with `c-benign-error' so that some kind
6415 of reindentation still is done.
6416
6417 * progmodes/cc-engine.el (c-guess-basic-syntax):
6418 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6419 `arglist-close'.
6420
6421 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6422 situations for `arglist-cont-nonempty' and `arglist-close'.
6423
6424 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6425
6426 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6427 cc-bytecomp-boundp' in a number of places.
6428
6429 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6430 macro related issue.
6431
6432 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6433
6434 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6435 list is now [asdf], a char class [:alpha:].
6436 Include code for char classes.
6437 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6438 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6439
6440 Remove (nearly all of) the cruft associated with AWK Mode's former
6441 concept of "virtual semicolons":
6442
6443 Adapt c-beginning-of-statement, c-end-of-statement (together with
6444 subfunctions) to use the new notion of "virtual semicolon" in
6445 place of the old awkward special handling for AWK. There remains
6446 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6447 * progmodes/cc-cmds.el:
6448 (c-ascertain-adjacent-literal): In the backwards direction, now
6449 recognises AWK regexp delimiters as string delimiters.
6450 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6451 check more rigorously for "end of macro".
6452 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6453 virtual semicolons;
6454 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6455 out the code for forward movement into ...
6456 (c-end-of-statement): Now contains the code for forward movement,
6457 adapted for virtual semicolons.
6458
6459 * progmodes/cc-engine.el:
6460 (c-ws*-string-limit-regexp): New regexp.
6461 (c-forward-single-comment, c-backward-single-comment): Comment out
6462 the (now redundant) "special" AWK stuff.
6463
6464 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6465 c-string-par-start, c-string-par-separate to be more like Text
6466 Mode than Fundamental Mode.
6467
6468 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6469
6470 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6471 to the fontified region so that fontification doesn't occur
6472 outside it (could happen e.g. when fontifying a line with an
6473 unfinished declaration).
6474
6475 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6476
6477 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6478 start of the file. ^L now separate sections of the file.
6479 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6480 (c-awk-one-line-possibly-open-string-re)
6481 (c-awk-regexp-one-line-possibly-open-char-class-re)
6482 (c-awk-one-line-possibly-open-regexp-re)
6483 (c-awk-one-line-non-syn-ws*-re): New defonsts.
6484 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6485
6486 Amend the concept of "virtual semicolons" (in the indentation
6487 engine) for languages like AWK, such that they are now
6488 conceptually attached to end of the last token of a statement, not
6489 the end of the line. (In AWK Mode, however, the pertinent text
6490 property is still physically set on the EOL.) Remove the specific
6491 tests for awk-mode, thus facilitating the introduction of other
6492 language modes where EOLs can end statements.
6493 (Note: The funtionality in cc-cmds.el, specifically
6494 c-beginning/end-of-statement has yet to be amended.)
6495
6496 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6497 New macros.
6498
6499 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6500 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
6501 c-vsemi-status-unknown-p-fn (in a new page).
6502
6503 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6504 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6505 numerous awkward forms like
6506 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6507 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6508 variable before-ws-ip, the place just after char-before-ip appears.
6509
6510 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6511 a comment.
6512
6513 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6514
6515 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6516 `c-tentative-buffer-changes'.
6517
6518 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6519 convert to macro to choose between Emacs and XEmacs at compile time.
6520
6521 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6522
6523 (c-tentative-buffer-changes): New macro to handle temporary buffer
6524 changes in a convenient way.
6525
6526 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6527 for `c-tentative-buffer-changes'.
6528
6529 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6530 the checks for paren sexps between the point and the keyword, to
6531 avoid some false alarms.
6532
6533 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6534 Fixed a situation where an error could be thrown for unbalanced
6535 parens. Changed to make use of c-keyword-member' to avoid some
6536 repeated regexp matches.
6537
6538 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6539 These language variable are no longer necessary.
6540
6541 (c-block-stmt-kwds): New language constant used by
6542 c-looking-at-inexpr-block'.
6543
6544 (c-guess-basic-syntax): Remove an optional check that looked at
6545 the existence of the now removed language variables.
6546
6547 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6548 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6549 object instantiation expressions as declarations in some contexts.
6550 This bug only affected languages where the declarator can't be
6551 enclosed in parentheses.
6552
6553 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6554 insert newlines before and after substatement braces.
6555
6556 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6557 function declaration headers and the handling of C++ style member
6558 init lists.
6559
6560 (c-just-after-func-arglist-p): Rewritten to use
6561 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6562
6563 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6564
6565 (c-guess-basic-syntax): Adapt case 5B for the new
6566 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6567 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6568 covers all cases now).
6569
6570 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6571
6572 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6573
6574 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6575 c-string-par-start/separate c-sentence-end-with-esc-eol,
6576 initialised in c-setup-paragraph-variables, used in string
6577 scanning subroutines of c-beginning-of-statement.
6578
6579 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6580 which precedes the newly inserted `{'.
6581
6582 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6583
6584 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6585 function for declaration level blocks. It should now cope with
6586 templates better and also be a lot more comprehensible.
6587
6588 (c-looking-at-decl-block): The new function.
6589
6590 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6591 for compatibility.
6592
6593 (c-add-class-syntax, c-guess-continued-construct)
6594 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6595
6596 (c-decl-block-key): Change to tell apart ambiguous and
6597 unambiguous keywords. Pike specials are now handled directly in
6598 the code instead.
6599
6600 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6601 New language constants and variables to make the backward skip in
6602 `c-looking-at-decl-block' as tight as possible.
6603
6604 (c-nonsymbol-token-char-list): New language constant.
6605
6606 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6607 find balanced template arglists backwards.
6608
6609 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6610 making char classes for `c-syntactic-skip-backward'.
6611
6612 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6613 16D - can't be a class-close at that point.
6614
6615 * progmodes/cc-engine.el (c-guess-basic-syntax)
6616 (c-add-class-syntax): Don't narrow out the enclosing declaration
6617 level. This makes everything a lot easier, and it was actually
6618 only four small places that needed it to work. Some places that
6619 previously did `widen' are removed now, which has the effect that
6620 `c-guess-basic-syntax' never will look at things outside the
6621 current narrowment now. The anchor position for `topmost-intro'
6622 is affected by this, but it was so bogus it was basically useless
6623 before, and now it's equally bogus but in a slightly different way.
6624
6625 (c-narrow-out-enclosing-class): Gone.
6626
6627 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6628 the narrowed region.
6629
6630 (c-least-enclosing-brace): Remove silly optional argument.
6631
6632 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6633 the point could be left directly after an open paren when finding
6634 the beginning of the first decl in the block.
6635
6636 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6637 Specify which submatch to use.
6638
6639 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6640
6641 (c-decl-start-re): No longer any need for special treatment of
6642 ObjC due to the above.
6643
6644 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6645 presumably follows C in that regard.
6646
6647 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6648 New language constants to specify operator tokens inside
6649 identifiers in a more high level way.
6650
6651 (c-opt-identifier-prefix-key): New internal language constant.
6652
6653 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6654 (c-identifier-start, c-identifier-key): Now completely calculated
6655 from other constants.
6656
6657 (c-identifier-last-sym-match): Decommission since it's no longer used.
6658
6659 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6660
6661 * progmodes/cc-engine.el (c-forward-name): Remove the
6662 optimization when c-identifier-key is equal to c-symbol-key since
6663 it doesn't work in byte compiled files. Don't record empty
6664 regions as identifiers.
6665
6666 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6667 simplify access to `c-operators' and its likes.
6668
6669 (c-operator-list, c-all-op-syntax-tokens)
6670 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6671 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6672 (c-primary-expr-regexp, c-cast-parens): Use it.
6673
6674 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6675 an explicit language in functions.
6676
6677 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6678 variant of adornment.
6679
6680 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6681 variable.
6682
6683 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6684 the Pike value.
6685
6686 * progmodes/cc-engine.el (c-on-identifier)
6687 (c-simple-skip-symbol-backward): Small fix for handling "-"
6688 correctly in `skip-chars-backward'. Affected the operator lfun
6689 syntax in Pike.
6690
6691 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6692 diagnostic message about precompiled language vars not being used.
6693
6694 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6695 "__attribute__" is followed by a parenthesis.
6696
6697 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6698 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6699 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6700
6701 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6702 Internal cleanups to properly detect the declared identifiers in
6703 various declarations.
6704
6705 (c-decl-start-kwds): New language constant to recognize
6706 declarations that can start anywhere. Used for class declarations
6707 in Pike.
6708
6709 (c-specifier-key, c-not-decl-init-keywords)
6710 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6711 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6712
6713 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6714 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6715 handling of the compiler specific extension keywords into a new
6716 language constant `c-decl-hangon-kwds' that defines keyword
6717 clauses to be ignored in declarations.
6718
6719 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6720 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6721 Necessary to stop at the declared identifier in e.g. IDL valuetype
6722 declarations.
6723
6724 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6725 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6726 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6727 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6728 class and enum declarations as such and not as part of the type.
6729
6730 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6731 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6732
6733 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6734 declarations when there's some syntax error later on.
6735
6736 (c-complex-decl-matchers): Did away with a reference to
6737 `c-specifier-key'.
6738
6739 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6740 value - this variable is always dynamically bound.
6741
6742 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6743 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6744 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6745 functions that might do hidden buffer changes: All such internal
6746 functions are now marked instead of those that don't.
6747
6748 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6749 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6750 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6751 (c-literal-type): Allow these functions to make hidden buffer changes,
6752 so that they are free to use text property caching later on.
6753
6754 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6755 (c-electric-brace, c-electric-slash, c-electric-star)
6756 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6757 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6758 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6759 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6760 with the changed semantics of the functions above.
6761
6762 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6763 when macros occur in obscure places. Optimized the sexp movement
6764 a bit.
6765
6766 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6767
6768 Enhancements for c-beginning-of-statement to work in AWK Mode:
6769
6770 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6771 (completed statement) with `}' (statement completed by closing
6772 brace or semicolon) and `$' (statement completed by EOL).
6773
6774 (c-awk-virtual-semicolon-ends-prev-line-p)
6775 (c-awk-virtual-semicolon-ends-line-p)
6776 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6777 (c-awk-at-statement-end-p): New functions.
6778
6779 * progmodes/cc-cmds.el: Simplify the structure of functions
6780 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6781 two functions and c-beginning-of-statement to handle AWK Mode.
6782
6783 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6784 c-backward-single-comment for AWK mode. Attempt to clarify their
6785 doc-strings.
6786
6787 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6788
6789 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6790
6791 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6792 label handling. Labels are now recognized in a uniform and more
6793 robust way, regardless of context. Text properties are put on all
6794 labels to recognize the following declarations better.
6795 Multiword labels are handled both in indentation and fontification for
6796 the benefit of language extensions like Qt. For consistency, keywords
6797 in labels are now fontified with the label face instead.
6798 That also applies to "case" and "default".
6799
6800 (c-beginning-of-statement-1): Fix some bugs in the label
6801 handling. Disregard `c-nonlabel-token-key' in labels that begin
6802 with `c-label-kwds'.
6803
6804 (c-find-decl-spots): Support that the callback adds more
6805 `c-decl-end' spots to find.
6806
6807 (c-forward-decl-or-cast-1): Don't treat a list of plain
6808 identifiers followed by a colon as a declaration.
6809
6810 (c-forward-label): New function to recognize labels.
6811
6812 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6813 `c-forward-label'. Moved the label recognition cases (14 and 15)
6814 earlier since they aren't so context sensitive now. Handle labels
6815 on the top level gracefully. Moved access label recognition to
6816 the generic label case (CASE 15) - removed CASE 5E.
6817
6818 (c-font-lock-declarations): Add recognition of labels in the
6819 same round since we need to handle labels in parallell with other
6820 declarations to recognize both accurately. It should also improve
6821 speed.
6822
6823 (c-simple-decl-matchers, c-basic-matchers-after):
6824 Move `c-font-lock-labels' so that it only is used on decoration level 2
6825 since `c-font-lock-declarations' handles it otherwise.
6826
6827 (c-complex-decl-matchers): Remove the simplistic recognition of
6828 access labels.
6829
6830 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6831 with labels earlier.
6832
6833 (c-decl-start-re): New language variable to make
6834 `c-font-lock-declarations' stop for the special protection labels
6835 in Objective-C that start with `@'.
6836
6837 (c-label-key): Remove since it's no longer used.
6838
6839 (c-recognize-colon-labels, c-label-prefix-re): New language
6840 constants to support recognition of generic colon-terminated labels.
6841
6842 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6843 are colon terminated labels.
6844
6845 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6846 first argument starts with a special brace list.
6847
6848 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6849 (c-font-lock-declarations): Break out the declaration and cast
6850 recognition from `c-font-lock-declarations' to a new function, so
6851 that it can be used in the indentation engine.
6852
6853 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6854 up to the start of the literal. Fixed bug with the point on the
6855 wrong side of the search limit that could happen when the start
6856 position is inside a literal.
6857
6858 * progmodes/cc-engine.el (c-parse-state)
6859 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6860 so that it's kept a little bit back to increase the hit rate.
6861
6862 (c-parse-state): Change the macro handling and fixed some
6863 glitches. Macro context is checked more often than necessary now,
6864 but otoh less garbage conses are generated.
6865
6866 * progmodes/cc-engine.el (c-parse-state)
6867 (c-invalidate-state-cache): Cache the last position where
6868 `c-state-cache' applies. This can speed up refontification quite
6869 a bit in blocks where there are many non-brace parens before the point.
6870
6871 (c-state-cache-end): New variable for this.
6872
6873 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6874 cache variable.
6875
6876 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6877 get close initial continue positions when the start position is
6878 inside a literal or macro. Do not call the callback for spots
6879 before the start position (which can happen e.g. for `c-decl-end'
6880 spots inside comments). Optimize better in special cases when the
6881 region is a single line inside a literal or macro (typically when
6882 the current line is refontified).
6883
6884 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6885 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6886 entries from the paren state.
6887
6888 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6889 special case for "else if" clauses.
6890
6891 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6892 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6893
6894 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6895 New language variable to recognize the gcc extension with statement
6896 blocks inside expressions.
6897
6898 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6899 it somewhat more comprehensible. The argument AT-BLOCK-START is
6900 no longer used and hence removed.
6901
6902 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6903 to `c-add-stmt-syntax'.
6904
6905 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6906 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6907 This fixes bogus label recognition.
6908
6909 * progmodes/cc-engine.el (c-add-type, c-check-type)
6910 (c-forward-name, c-forward-type): Improve storage of template
6911 types in `c-found-types' so that they can be recognized better.
6912
6913 (c-syntactic-content): Add option to skip past nested parens.
6914
6915 * progmodes/cc-engine.el (c-forward-name):
6916 Set `c-last-identifier-range' all the time. It's less work that way.
6917 Handle that there might not be an identifier to store in
6918 `c-last-identifier-range'.
6919
6920 (c-forward-type): Handle that `c-last-identifier-range' might be
6921 nil from `c-forward-name'.
6922
6923 * progmodes/cc-defs.el (c-safe-scan-lists)
6924 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6925
6926 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6927 to work even if the form fails.
6928
6929 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6930 down in a large file in one go.
6931
6932 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6933
6934 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6935 function which is like `c-lineup-math' but returns nil instead of
6936 `c-basic-offset' when it doesn't match.
6937
6938 (c-lineup-math): Change to use `c-lineup-assignments'.
6939
6940 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6941
6942 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6943 c-beginning-of-statement. New subfunctions
6944 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6945
6946 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6947
6948 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6949 hardcoded char classes whereever possible. Changed a couple of
6950 places to use skip by syntax instead of skip by char class.
6951
6952 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6953 Fix a bug in the regexp that caused extreme backtracking.
6954
6955 * progmodes/cc-langs.el (c-block-comment-starter)
6956 (c-block-comment-ender): New language constants to specify in a
6957 single place how block comments look.
6958
6959 (c-comment-start-regexp, c-block-comment-start-regexp)
6960 (comment-start, comment-end, comment-start-skip)
6961 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6962 (c-syntactic-ws, c-nonempty-syntactic-ws)
6963 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6964 `c-line-comment-starter', `c-block-comment-starter' and
6965 `c-block-comment-ender'.
6966
6967 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6968 New language constants to break up things a bit.
6969
6970 (c-simple-ws): New language constant for simple whitespace.
6971
6972 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6973
6974 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6975 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6976 newlines. Allow and ignore nil elements in the list.
6977
6978 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6979
6980 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6981 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6982
6983 * progmodes/cc-cmds.el: Tidy up the comments in
6984 c-beginning-of-statement and subfunctions.
6985
6986 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6987 more flexible c-put-char-property and c-clear-char-properties.
6988 Add the author's email address.
6989
6990 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6991
6992 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6993 closing "*/" of a block comment.
6994
6995 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6996 subfunctions) so that it works at BOB and EOB.
6997
6998 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6999 c-beginning-of-statement, including new variable
7000 c-block-comment-start-regexp.
7001
7002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7003
7004 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7005 symbols from `*-font-lock-extra-types' so that there's no need to
7006 use `regexp-opt' on those lists.
7007
7008 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7009 `c-type-modifier-kwds' is empty.
7010
7011 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7012 there are several strings on the same line.
7013
7014 * progmodes/cc-engine.el (c-literal-limits): Remove the
7015 compatibility function for older emacsen. `c-literal-limits-fast'
7016 has now taken the place of this function.
7017
7018 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7019 with older emacsen: We now require `pps-extended-state'.
7020
7021 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7022
7023 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7024 which obviates the need to hack sentence-end. This now handles
7025 escaped newlines in strings correctly. Correct minor bugs in
7026 c-move-over-sentence and in c-beginning-of-statement.
7027
7028 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7029 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7030 that movement over macros and code are rigorously separated from
7031 eachother. Correct a few incidental bugs.
7032
7033 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7034 Improve its doc-string. Improve the handling of certain specific cases.
7035
7036 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7037
7038 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7039 (c-guess-basic-syntax): Change the way class-level labels are
7040 recognized; they can now contain essentially any symbols.
7041
7042 (c-opt-extra-label-key): New language variable to cope with the
7043 special protection label syntax in Objective-C.
7044
7045 (c-opt-access-key): Remove; this is now handled better by
7046 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7047
7048 (c-complex-decl-matchers): Update to handle that
7049 `c-opt-access-key' no longer exists.
7050
7051 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7052 improved label recognition in `c-beginning-of-statement-1'.
7053
7054 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7055 Recognize bitfields better.
7056
7057 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7058 Remove some cruft and fixed a bug that could cause it to go to a
7059 position further down.
7060
7061 * progmodes/cc-langs.el, cc-engine.el
7062 (c-beginning-of-statement-1): Improve detection of labels in
7063 declaration contexts.
7064
7065 (c-beginning-of-decl-1): Use it.
7066
7067 (c-nonlabel-token-key): New language constant and variable needed
7068 by `c-beginning-of-statement-1'.
7069
7070 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
7071 manifested itself due to the correction in `c-forward-sexp'.
7072
7073 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
7074 Make these behave as documented when used at the buffer limits.
7075
7076 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
7077 (c-type-decl-end-used): Made this a language variable.
7078
7079 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
7080 correctly when `combine-after-change-calls' is used together with
7081 temporary narrowings.
7082
7083 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7084 Report labels correctly when the start point is immediately after the
7085 colon.
7086
7087 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
7088 Remove since it isn't used anymore.
7089
7090 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
7091 bracket arglists such as template parens in C++.
7092
7093 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
7094 in the last check-in. Some optimization.
7095
7096 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
7097 where it could stop at the same level in a preceding sexp when
7098 PAREN-LEVEL is set.
7099
7100 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
7101 text property lookup only when it's needed.
7102
7103 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
7104 Change the policy for paren marked angle brackets to be more
7105 persistent; once marked they remain marked even when they're found
7106 to be unbalanced in the searched region. This should keep the
7107 paren syntax around even when individual lines are refontified in
7108 multiline template arglists.
7109
7110 (c-parse-and-markup-<>-arglists): New dynamically bound variable
7111 to control markup so that incorrect angle bracket arglists aren't
7112 marked in contexts where the correct value for
7113 `c-disallow-comma-in-<>-arglists' isn't known.
7114
7115 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
7116 argument has become `c-parse-and-markup-<>-arglists'.
7117
7118 (c-remove-<>-arglist-properties): Remove - no longer used.
7119
7120 (c-after-change-check-<>-operators): New function used on
7121 `after-change-functions' to avoid that "<" and ">" characters that
7122 are part of longer operators have paren syntax.
7123
7124 (c-<>-multichar-token-regexp): New language variable used by
7125 `c-after-change-check-<>-operators'.
7126
7127 (c-after-change): Call `c-after-change-check-<>-operators'.
7128
7129 (c-font-lock-<>-arglists): Use the context properties set by
7130 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
7131 correctly to avoid doing invalid markup.
7132
7133 (c-font-lock-declarations): Remove code that undoes the invalid
7134 markup done by `c-font-lock-<>-arglists'.
7135
7136 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
7137 after `c-font-lock-declarations'.
7138
7139 * progmodes/cc-engine.el (c-syntactic-skip-backward):
7140 Add paren-level feature.
7141
7142 (c-guess-basic-syntax): Improve the anchor position for
7143 `template-args-cont' in nested template arglists. There's still
7144 much to be desired in this area, though.
7145
7146 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7147
7148 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
7149 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
7150
7151 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7152
7153 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
7154 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
7155
7156 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
7157 it doesn't work no longer are supported.
7158
7159 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
7160 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
7161 requires support for the syntax-table' text property, which rules
7162 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
7163 cruft associated with those versions.
7164
7165 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
7166 for the `syntax-table' text property, which rules out Emacs 19 and
7167 XEmacs < 21.4. Removed various compatibility cruft associated
7168 with those versions.
7169
7170 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
7171 support for the `syntax-table' text property.
7172
7173 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
7174 variable and use an extra quoted face name instead. All the
7175 emacsen flavors handle that correctly.
7176
7177 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
7178 (c-font-lock-declarators, c-font-lock-declarations)
7179 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
7180 property to mark the items in in declarator lists to handle
7181 refontification inside multiline declarations better.
7182
7183 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
7184 construct like "a * b = c;" as a declaration.
7185
7186 2005-12-08 Kim F. Storm <storm@cua.dk>
7187
7188 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
7189 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
7190 select either meta, hyper, or super modifier for rectangle commands.
7191 (cua--rectangle-modifier-key): New defvar.
7192 (cua--M/H-key): Use it. Remove special case for `space'.
7193 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
7194 on X, to meta otherwise. Always bind C-return to toggle
7195 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
7196
7197 * emulation/cua-rect.el (cua-help-for-rectangle):
7198 Use cua--rectangle-modifier-key. Handle super modifier too.
7199 (cua--init-rectangles): Always bind C-return to toggle rectangle.
7200 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
7201
7202 * ido.el: Move Acknowledgements and History after Commentary.
7203 Minor changes to Commentary.
7204
7205 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
7206 keymap if cua--prefix-override-timer is `shift'.
7207 (cua--shift-control-prefix): New function; emulate "type prefix
7208 key twice" functionality to handle shifted prefix key override.
7209 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
7210 New commands.
7211 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
7212
7213 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7214
7215 * textmodes/org.el (org-insert-heading): Try to do items before
7216 headings.
7217 (org-agenda-mode): Quote `org-agenda-mode-hook'.
7218 (org-insert-item): New function.
7219 (org-renumber-ordered-list): Don't skip to higher level lists.
7220
7221 2005-12-08 Juri Linkov <juri@jurta.org>
7222
7223 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
7224
7225 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
7226
7227 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
7228
7229 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
7230 the constructed function name fun-1.
7231
7232 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
7233 because such links don't lead to parent documentation.
7234
7235 2005-12-08 Kenichi Handa <handa@m17n.org>
7236
7237 * descr-text.el (describe-char): Use *Help-2* buffer if the
7238 current buffer is *Help*. Call describe-text-properties while
7239 setting the original buffer.
7240
7241 2005-12-07 Bill Wohler <wohler@newt.com>
7242
7243 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
7244 and causes problems with non-MH users (such as Gnus users).
7245
7246 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
7247
7248 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
7249 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
7250 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
7251 command "info sources". Move calls to GDB command "list".
7252 (gdb-find-file-hook): Just use gdb-source-file-list.
7253 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
7254 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
7255 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7256 (gdb-data-list-register-values-handler): Use correct trigger name.
7257
7258 2005-12-07 Kim F. Storm <storm@cua.dk>
7259
7260 * ido.el (ido-completion-map): Rename from ido-mode-map.
7261 (ido-common-completion-map, ido-file-completion-map)
7262 (ido-file-dir-completion-map, ido-buffer-completion-map):
7263 Rename from ido-mode-....-map.
7264 (ido-init-completion-maps): Rename from ido-init-mode-maps.
7265 (ido-setup-completion-map): Rename from ido-define-mode-map.
7266 (ido-read-internal): Bind minibuffer-local-filename-completion-map
7267 to ido-completion-map.
7268
7269 2005-12-07 Kenichi Handa <handa@m17n.org>
7270
7271 * international/mule-cmds.el
7272 (set-display-table-and-terminal-coding-system): If the coding
7273 system specified in `unibyte-display' property is different from
7274 the arg coding-system, don't setup standard-display-table.
7275
7276 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
7279 that comments end at \n, regardless of selective-display.
7280
7281 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
7282
7283 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
7284 (gdb-version): New variables.
7285 (gdb-source-file-list, gdb-register-names)
7286 (gdb-changed-registers): New variables for use with GDB 6.4+.
7287 (gdb-ann3): Replace with...
7288 (gdb-init-1, gdb-init-2): ...two new functions.
7289 (gdba, gdb-prompt): Call gdb-init-1.
7290 (gdb-get-version): New function. Call gdb-init-2 from here.
7291 (gud-watch): Make it work with mouse events too.
7292 (gdb-post-prompt): Don't add to queue until GDB version is known.
7293 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
7294 (gdb-locals-mode): Use gdb-version.
7295 (gdb-memory-format-map, gdb-memory-unit-map)
7296 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
7297 (gdb-locals-font-lock-keywords-1)
7298 (gdb-locals-font-lock-keywords-2): New variables.
7299 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7300 (gdb-set-gud-minor-mode-existing-buffers-1)
7301 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
7302 (gdb-var-update-1, gdb-var-update-handler-1)
7303 (gdb-data-list-register-values-handler)
7304 (gdb-data-list-register-values-custom)
7305 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
7306 (gdb-stack-list-locals-handler, gdb-get-register-names):
7307 New functions for use with GDB 6.4+.
7308 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
7309 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
7310 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
7311 (gdb-stack-list-locals-regexp)
7312 (gdb-data-list-register-names-regexp): New regexps for use with
7313 GDB 6.4+.
7314
7315 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
7318
7319 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
7320
7321 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
7322 prompts work for AUTH PLAIN. Also reported by Steve Allan
7323 <seallan@verizon.net>.
7324
7325 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7326
7327 * frame.el (set-frame-parameter): Add doc string.
7328
7329 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7330
7331 * textmodes/org.el (org-occur-highlights): New variable.
7332 (org-highlight-new-match, org-remove-occur-highlights): New functions.
7333 (org-highlight-sparse-tree-matches): New option.
7334 (org-do-occur): New function.
7335 (org-get-heading): Make it work also at beginning of line.
7336 (org-category-table): New variable.
7337 (org-get-category-table, org-get-category)
7338 (org-camel-to-words, org-link-search): New functions.
7339 (org-select-this-todo-keyword): New variable.
7340 (org-todo-list): New command.
7341 (org-shiftright, org-shiftleft): New commands.
7342 (org-agenda-todo): Add prefix argument.
7343 (org-show-hierarchy-above): New option.
7344 (org-show-todo-tree): Numerical prefix creates tree for specific
7345 TODO keyword.
7346 (org-outline-level): New function, to assign a level to plain
7347 lists items.
7348 (org-cycle-include-plain-lists): New option.
7349 (org-mode): Use `org-outline-level' as value of `outline-level'.
7350 (org-cycle): Temporarily switch `outline-regexp' if
7351 `org-cycle-include-plain-lists' is non-nil.
7352 (org-start-icalendar-file): Fix format bug.
7353 (org-agenda-get-day-entries): Create category table.
7354 (org-agenda-get-todos, org-agenda-get-timestamps)
7355 (org-agenda-get-deadlines, org-agenda-get-scheduled)
7356 (org-agenda-get-blocks): Use `org-get-category'.
7357 (org-context-in-file-links): Rename from
7358 `org-line-numbers-in-file-links'.
7359
7360 2005-12-06 Romain Francoise <romain@orebokech.com>
7361
7362 * window.el (balance-windows): Delete extraneous third arg in call
7363 to `enlarge-window'.
7364
7365 2005-12-06 Kenichi Handa <handa@m17n.org>
7366
7367 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7368
7369 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
7370
7371 * progmodes/gdb-ui.el (gdb-var-create-handler)
7372 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7373 (gdb-var-list-children-handler, gdb-var-update-handler):
7374 Current buffer is already gdb-partial-output-buffer, don't
7375 make it current again.
7376
7377 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7378
7379 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7380 (list-buffers-noselect): Use it.
7381
7382 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7385 (mail-yank-ignored-headers): Use regexp-opt.
7386 (mail-mode-map): Move initialization into declaration.
7387 (mail-sent-via): Remove unused shadowed var `to-line'.
7388 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7389 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7390 (mail-do-fcc): Use dolist and push.
7391 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7392 (mail-yank-ignored-headers): Don't autoload.
7393
7394 2005-12-05 Kenichi Handa <handa@m17n.org>
7395
7396 * international/mule-cmds.el (set-language-info-internal): New fun.
7397 (set-language-info): Call set-language-info-internal to update
7398 language-info-alist. If LANG-ENV is the current one, call
7399 set-language-environment to make INFO effective now.
7400 (set-language-info-alist): Likewise.
7401 (locale-language-names): With locale "en", use English
7402 lang. env. but set the default codings to iso-8859-1.
7403
7404 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7405
7406 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7407 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7408 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7409 for plain strings.
7410 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7411 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7412 Create registers buffer if necessary. Echo new state in minibuffer.
7413 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7414
7415 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7416
7417 * info.el (Info-fontify-node): Match external links using
7418 non-directory part of filename.
7419
7420 2005-12-04 Juri Linkov <juri@jurta.org>
7421
7422 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7423 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7424 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7425 because there is no customization option for it.
7426
7427 * font-lock.el (lisp-font-lock-keywords-1):
7428 Add define-global-minor-mode.
7429
7430 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7431
7432 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7433 properties on the constructed variable names.
7434
7435 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7436 Put `definition-name' properties on the constructed function names
7437 next-sym and prev-sym.
7438
7439 * emacs-lisp/find-func.el (find-function-regexp):
7440 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7441 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7442 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7443 and easy-menu-define.
7444
7445 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7446 easy-mmode-define-global-mode and define-global-minor-mode.
7447 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7448
7449 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7450 instead of easy-mmode-define-global-mode.
7451
7452 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7453 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7454
7455 * cus-edit.el (customize-group, customize-group-other-window):
7456 Filter out autoloaded options from the group completion list by
7457 using heuristics that autoloaded groups don't have `custom-autoload'
7458 property on their symbols (they have only `custom-loads').
7459
7460 * simple.el (completion-setup-function): Put completions-common-part
7461 face on complete completion string too (i.e. completion string
7462 without completions-first-difference face).
7463
7464 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7465
7466 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7467
7468 * view.el (view-mode): Doc fix.
7469
7470 * disp-table.el (standard-display-european): Add to the warning
7471 message a reference to the doc string.
7472
7473 * play/yow.el (apropos-zippy): Call print-help-return-message,
7474 similar to other Help and Apropos commands.
7475
7476 * help.el (print-help-return-message): If pop-up-frames is
7477 non-nil, set up help-return-method to delete the help window and,
7478 possibly, its frame as well, and don't display message about
7479 scrolling the help window. Doc fix.
7480 (help-return-method): Doc fix.
7481
7482 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7483
7484 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7485 whereby names of length one or names starting with a
7486 symbol-constituent character would not be returned.
7487
7488 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7489
7490 * subr.el (atomic-change-group): Add edebug and indentation spec.
7491
7492 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * completion.el (save-completions-file-name): Fix typo in last change.
7495
7496 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7497
7498 * info.el: Move back/forward history to the beginning of the tool bar.
7499
7500 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
7501
7502 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7503 Add fset of allout-real-isearch-abort during compile to fix
7504 byte-compilation warnings.
7505 (allout-mode-p): Move definition of this macro above all uses, or
7506 byte compilation in barren emacs (eg, during emacs build) will
7507 lack the definition.
7508 (allout-mode): Move this variable above any uses, or byte
7509 compilation will fail.
7510 (allout-resolve-xref): Remove use of personal file-reference function.
7511 (allout-toggle-current-subtree-encryption): Do the current (ie,
7512 visible containing) topic, rather than nearest around point. Doc fix.
7513 (allout-toggle-subtree-encryption): New function, workhorse that
7514 works on nearest topic containing point.
7515 (allout-encrypt-string): Signal requirement for newer version of pgg.
7516 (allout-resumptions): Doc fix.
7517
7518 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7519
7520 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7521
7522 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7523
7524 * textmodes/flyspell.el (flyspell-external-point-words):
7525 Consider a misspelling as found in the string search if: (a) misspelling
7526 and found string lengths match, or (b) misspelling is found as
7527 element in a boundary-chars separated longer string, or (c)
7528 ispell-program-name is really ispell and misspelling is found as
7529 part of a TeX string. After successful match move beginning of
7530 search region to end of match. Warn about not found misspellings
7531 once the process is done.
7532 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7533
7534 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7535
7536 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7537 tool bar (removed inadvertently).
7538
7539 2005-12-02 Juri Linkov <juri@jurta.org>
7540
7541 * log-view.el (log-view-diff): Clarify doc string.
7542
7543 2005-12-01 Bill Wohler <wohler@newt.com>
7544
7545 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7546 triggers lm-verify errors.
7547
7548 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * simple.el (transient-mark-mode, line-number-mode)
7551 (column-number-mode, size-indication-mode): Remove `:require nil'.
7552
7553 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7556 in the margin also.
7557 (gdb-breakpoints-mode-map): Use D instead of d for
7558 gdb-delete-breakpoint.
7559 (gdb-get-frame-number): Require a number to match on.
7560 (gdb-threads-mode-map): Add follow-link binding.
7561
7562 2005-11-30 Jason Rumney <jasonr@gnu.org>
7563
7564 * isearch.el (isearch-mode-map): Avoid exiting search on
7565 language-change event.
7566
7567 2005-11-30 Romain Francoise <romain@orebokech.com>
7568
7569 * speedbar.el (speedbar-default-position): New defcustom.
7570 (speedbar-frame-reposition-smartly): Use it.
7571
7572 * dframe.el (dframe-reposition-frame-emacs): Fix position
7573 computation for `left' location.
7574 Update copyright year.
7575
7576 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * help.el (help-map): Move initialization into declaration.
7579
7580 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7581
7582 * help-fns.el (help-argument-name): Don't autoload.
7583 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7584 to be re-loaded when customizing the `help' group.
7585
7586 2005-11-30 John Paul Wallington <jpw@gnu.org>
7587
7588 * help-fns.el (describe-function-1): Fill arglist output.
7589
7590 2005-11-30 Kim F. Storm <storm@cua.dk>
7591
7592 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7593 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7594 after revert-buffer (or anything else which kills all local variables).
7595
7596 * apropos.el (apropos-parse-pattern): Doc fix.
7597 Set apropos-regexp directly, rather than expecting callers to do so.
7598 (apropos-command, apropos, apropos-value, apropos-documentation):
7599 Simplify calls to apropos-parse-pattern.
7600
7601 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7602
7603 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7604 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7605 (hi-lock-write-interactive-patterns): Use comment-region.
7606
7607 * longlines.el (longlines-mode): Add mail-setup-hook.
7608
7609 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7610
7611 * simple.el (sendmail-user-agent-compose, next-line):
7612 Conditionally use hard-newline.
7613
7614 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7615
7616 * international/latexenc.el (latex-inputenc-coding-alist):
7617 Reword doc string.
7618
7619 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * help.el (describe-key-briefly, describe-key): Recognize default
7622 bindings.
7623
7624 2005-11-29 Romain Francoise <romain@orebokech.com>
7625
7626 * view.el (view-inhibit-help-message): New defcustom.
7627 (view-mode-enter): Use it.
7628
7629 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7630
7631 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7632 Preserve user position.
7633
7634 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7635
7636 * font-lock.el: Throw error if facemenu is not loaded to prevent
7637 accidental change of loading order in loadup.el. (Suggested by RMS.)
7638
7639 * loadup.el: Add comment explaining why facemenu must be loaded
7640 before font-lock.
7641
7642 2005-11-28 Jay Belanger <belanger@truman.edu>
7643
7644 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7645 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7646
7647 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7648
7649 * calc/calc-embed.el (calc-do-embedded): Update help message.
7650
7651 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7652
7653 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7656
7657 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7658 called-interactively-p.
7659 (elp-profilable-p): Rename from elp-not-profilable-p.
7660 Invert result and take into account macros and autoloaded functions.
7661 (elp-instrument-function): Update call.
7662 (elp-instrument-package): Update call. Add completion.
7663 (elp-pack-number): Use match-string.
7664 (elp-results-jump-to-definition-by-mouse): Merge into
7665 elp-results-jump-to-definition and then remove.
7666 (elp-output-insert-symname): Make help echo text single-line.
7667
7668 * replace.el (query-replace-map): Move initialization into declaration.
7669 (occur-engine): Use with-current-buffer.
7670 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7671 (occur-mode-mouse-goto): Replace with an alias.
7672
7673 2005-11-28 Juri Linkov <juri@jurta.org>
7674
7675 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7676
7677 * term/w32-win.el: Bind [S-tab] to [backtab].
7678
7679 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7680 `Info-find-file' to t.
7681
7682 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7683 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7684 and same-window-regexps.
7685 (occur-next-error): Don't move point for arg 0.
7686
7687 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7688
7689 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7690
7691 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * log-edit.el (log-edit-changelog-use-first): New var.
7694 (log-edit-changelog-ours-p): Use it.
7695 (log-edit-insert-changelog): Set it with new arg `use-first'.
7696 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7697 (log-edit-hook): Add them to the list of suggested options.
7698
7699 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7700 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7701 redundant work.
7702 (flyspell-mode-on): Use add-hook for after-change-functions.
7703 (flyspell-mode-off): Use remove-hook for after-change-functions.
7704 (flyspell-changes): Make it buffer-local.
7705 (flyspell-after-change-function): Make it non-interactive. Use push.
7706 (flyspell-post-command-hook): Check input-pending-p while processing
7707 the potentially long list of buffer changes.
7708
7709 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7710
7711 * buff-menu.el (list-buffers-noselect): Display the selected
7712 frame's buffer list, not the global one.
7713
7714 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7715
7716 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7717 that (list last-input-event) works as in interactive spec.
7718
7719 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7720
7721 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7722 `facemenu-keymap' needs to be defined when font-lock is loaded.
7723 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7724
7725 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * completion.el: Remove useless leading * in defcustom docstrings.
7728 (save-completions-file-name): Use ~/.emacs.d if available.
7729 (completion-standard-syntax-table): Rename from
7730 cmpl-standard-syntax-table and fold initialization into declaration,
7731 thus removing cmpl-make-standard-completion-syntax-table.
7732 (completion-lisp-syntax-table, completion-c-syntax-table)
7733 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7734 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7735 (symbol-under-point, symbol-before-point)
7736 (symbol-under-or-before-point, symbol-before-point-for-complete)
7737 (add-completions-from-c-buffer): Use with-syntax-table.
7738 (make-completion): Don't return a list of completion entries.
7739 Update callers.
7740 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7741 (completion-initialize): Rename from initialize-completions.
7742 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7743 (kill-emacs-save-completions): Collect stats here.
7744 (save-completions-to-file, load-completions-from-file):
7745 Use with-current-buffer.
7746 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7747 into a function. Move all calls to toplevel.
7748 (completion-lisp-mode-hook): New fun.
7749 (completion-c-mode-hook, completion-setup-fortran-mode):
7750 Set the syntax-table here. Use local-set-key.
7751 (completion-saved-bindings): New var.
7752 (dynamic-completion-mode): Make it into a proper minor mode.
7753 (load-completions-from-file): Remove unused var `num-uses'.
7754
7755 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7756 constructor if it is explicitly overridden.
7757
7758 * complete.el (PC-completion-as-file-name-predicate):
7759 Use minibuffer-completing-file-name.
7760 (partial-completion-mode): Use find-file-not-found-functions.
7761 (PC-lisp-complete-symbol): Use with-syntax-table.
7762 (PC-look-for-include-file): Remove dead setq.
7763 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7764 (PC-complete): Use with-current-buffer.
7765
7766 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7767 escape single quotes.
7768
7769 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7772 of `if' whose condition always returned nil. Doc fix.
7773
7774 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7775 window's buffer the current buffer around the call to
7776 `list-buffers-noselect'. This is necessary to mark that buffer
7777 with a `.' in the Buffer Menu when called from Lisp, for instance
7778 by Auto Revert Mode.
7779
7780 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7781
7782 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7783 attaching to it.
7784 (gdb-pre-prompt): Make sure gdb-error is reset.
7785
7786 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7787 with a child process, detect it.
7788 (gud-speedbar-buttons): Match regexp more carefully.
7789
7790 2005-11-27 Richard M. Stallman <rms@gnu.org>
7791
7792 * mouse.el (mouse-drag-move-window-bottom):
7793 Use adjust-window-trailing-edge.
7794
7795 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7796
7797 * simple.el (blink-matching-open): Ignore
7798 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7799 (blink-matching-paren-on-screen): Update docstring.
7800
7801 * paren.el (show-paren-mode): No longer change
7802 `blink-matching-paren-on-screen'.
7803
7804 2005-11-27 John Paul Wallington <jpw@pobox.com>
7805
7806 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7807 (gdb-threads-select, gdb-edit-register-value):
7808 Use `posn-set-point' instead of `mouse-set-point' because the
7809 latter is not fbound when configured without X.
7810
7811 2005-11-27 Kim F. Storm <storm@cua.dk>
7812
7813 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7814 existing face when partially highlighting a TAB in a rectangle.
7815
7816 2005-11-26 Kim F. Storm <storm@cua.dk>
7817
7818 * ido.el (ido-mode-map): Doc fix.
7819 (ido-mode-common-map, ido-mode-file-map)
7820 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7821 (ido-define-mode-map): Rewrite. Select one of the new maps as
7822 parent for ido-mode-map instead of building from scratch.
7823 (ido-init-mode-maps): New defun to initialize new maps.
7824 (ido-mode): Call it.
7825 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7826 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7827
7828 2005-11-26 John Paul Wallington <jpw@pobox.com>
7829
7830 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7831 `mouse-set-point' because the latter is not fbound when configured
7832 without X.
7833
7834 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7835
7836 * files.el (file-relative-name): Doc fix.
7837
7838 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7839
7840 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7841 non-empty string for secondary prompt PS2.
7842
7843 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7844
7845 * progmodes/compile.el (compilation-setup): Fix last change.
7846
7847 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7850 (gdb-mouse-toggle-breakpoint-margin)
7851 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7852 Add gdb-server-prefix to keep out of command history.
7853 (gdb-edit-register-value): New function.
7854 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7855 (gdb-info-registers-custom): Use above map.
7856
7857 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * custom.el (enable-theme): Signal error if argument is not a
7860 theme. Don't recalculate a face if it's not loaded yet.
7861
7862 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7863 the `user' theme is in effect.
7864
7865 * info.el (Info-on-current-buffer): Record actual filename in
7866 Info-current-file, instead of t, or a fake filename if a non-file
7867 buffer. Make autoload.
7868 (Info-find-node, Info-revert-find-node): No need to check for
7869 Info-current-file nil.
7870 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7871 Info-current-file is now never `t'.
7872 (Info-fontify-node): Many simplifications due to Info-current-file
7873 always being valid. Use Info-find-file to find node filename.
7874
7875 2005-11-25 David Kastrup <dak@gnu.org>
7876
7877 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7878 new character, then delete" in order to preserve markers.
7879
7880 2005-11-25 David Ponce <david@dponce.com>
7881
7882 * recentf.el (recentf-arrange-by-rule): Handle a special
7883 `auto-mode-alist'-like "strip suffix" rule.
7884 (recentf-build-mode-rules): Handle second level auto-mode entries.
7885
7886 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7887
7888 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7889 window modes.
7890
7891 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7892 jde-javadoc-checker-report-mode.
7893
7894 * ediff-wind (ediff-make-wide-display): Slight simplification.
7895
7896 * ediff.el (ediff-date): Change the date of last update.
7897
7898 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7899
7900 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7901 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7902 (hi-lock-mode): New global minor mode.
7903 (turn-on-hi-lock-if-enabled): New function.
7904 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7905 Change arguments to regexp and face instead of a font-lock pattern.
7906 Directly set face property, instead of refontifying.
7907 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7908 (hi-lock-find-patterns): Use line-number-at-pos.
7909
7910 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7911 arguments for hi-lock-set-pattern.
7912 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7913 Call font-lock-fontify-buffer.
7914 (hi-lock-find-file-hook, hi-lock-current-line)
7915 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7916
7917 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7918 turned off.
7919
7920 * progmodes/compile.el (compilation-setup): Don't fiddle with
7921 font-lock-defaults.
7922
7923 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7924
7925 * progmodes/gdb-ui.el (gdb-var-create-handler)
7926 (gdb-var-list-children-handler): Find values for all variable
7927 objects. gud-speedbar-buttons decides whether to display them.
7928
7929 2005-11-24 Romain Francoise <romain@orebokech.com>
7930
7931 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7932 buffer name with a space.
7933
7934 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7935
7936 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7937 `org-export-local-list-max-depth'. Change default value to 3.
7938 (org-auto-renumber-ordered-lists)
7939 (org-plain-list-ordered-item-terminator): New options.
7940 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7941 (org-get-indentation, org-get-string-indentation)
7942 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7943 New functions.
7944 (org-move-item-down, org-move-item-up): New commands.
7945 (org-export-as-html): New classes for CSS support. Bug fix in
7946 regular expression detecting fixed-width regions. Respect
7947 `org-local-list-ordered-item-terminator'.
7948 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7949 also a list item.
7950 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7951 New item moving functions.
7952
7953 2005-11-24 Juri Linkov <juri@jurta.org>
7954
7955 * isearch.el (isearch-repeat): With empty search ring set
7956 `isearch-error' to the error string instead of signaling error
7957 with the function `error'.
7958
7959 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7960
7961 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7962
7963 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7964
7965 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7966 and variable.
7967 (gdb-var-create-handler, gdb-var-list-children-handler):
7968 Don't match on "char **...".
7969 (gdb-var-update-handler): Find values for all variable objects.
7970 (gdb-info-frames-custom): Identify frames by leading "#".
7971
7972 * progmodes/gud.el (gud-speedbar-menu-items): Add
7973 gdb-speedbar-auto-raise as radio button.
7974 (gud-speedbar-buttons): Raise speedbar if requested.
7975 Don't match on "char **...".
7976 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7977 Make it editable.
7978
7979 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7980
7981 * info.el (Info-fontify-node): Handle the case where
7982 Info-current-file is t.
7983
7984 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * simple.el (blink-matching-open): Fix off-by-one in last change.
7987
7988 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7989
7990 * term/mac-win.el: Don't change default directory.
7991
7992 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7995 buffers correctly. (It used to throw an error in such buffers.)
7996 Make it ask for confirmation in group buffers and other Custom
7997 buffers containing more than one customization item.
7998
7999 2005-11-22 John Paul Wallington <jpw@gnu.org>
8000
8001 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8002 property on mail and url overlays.
8003 (goto-address-at-point): Use `posn-set-point' instead of
8004 `mouse-set-point' because the latter is not fbound when configured
8005 without X.
8006
8007 2005-11-22 Lars Hansen <larsh@soem.dk>
8008
8009 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8010 (ls-lisp-classify, ls-lisp-format): Delete call to
8011 ls-lisp-parse-symlink.
8012 (ls-lisp-handle-switches): Handle symlinks to directories as
8013 directories when ls-lisp-dirs-first in non-nil.
8014
8015 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8016
8017 * startup.el (command-line): Make sure that loaddefs.el is handled
8018 correctly in load-history.
8019
8020 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8023 (gdb-struct-string, gdb-array-string): New constants.
8024 (gdb-info-locals-handler): Use them.
8025 (gdb-reset): Reset gdb-var-list to nil.
8026
8027 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8030 in patterns.
8031
8032 2005-11-21 Juri Linkov <juri@jurta.org>
8033
8034 * custom.el (defcustom): Update link types in docstring.
8035
8036 2005-11-20 Martin Rudalics <rudalics@gmx.at>
8037
8038 * custom.el (defgroup): Add doc-string-elt info.
8039
8040 * widget.el (define-widget): Don't use declare for the doc-string-elt.
8041
8042 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * newcomment.el (comment-enter-backward): Fix last fix.
8045
8046 * simple.el (blink-matching-open):
8047 * paren.el (show-paren-function): Allow new paren-class info.
8048
8049 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
8052 handled automagically.
8053
8054 2005-11-20 Andreas Schwab <schwab@suse.de>
8055
8056 * descr-text.el (describe-char): When copying overlays put them
8057 over the full char description instead of just the first character
8058 of it.
8059
8060 2005-11-20 Juri Linkov <juri@jurta.org>
8061
8062 * simple.el (what-cursor-position):
8063 * descr-text.el (describe-char): Use Lisp-readable syntax
8064 for octal and hex. Reorder decimal, octal and hex values.
8065 Remove excess whitespace in the output. Use `=' in `column='
8066 like in `point=' and `Hscroll='.
8067
8068 * international/mule-cmds.el (encoded-string-description):
8069 Use Lisp-readable syntax for hex.
8070
8071 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * newcomment.el (comment-enter-backward): Handle the case where the
8074 comment is closed by EOB.
8075
8076 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * longlines.el (longlines-before-revert-hook)
8079 (longlines-after-revert-hook): New functions.
8080 (longlines-mode): Turn off longlines temporarily when reverting.
8081 Add a message-setup-hook.
8082 (longlines-decode-buffer): New function.
8083 (longlines-wrap-line): Preserve marker positions.
8084
8085 2005-11-19 Andreas Schwab <schwab@suse.de>
8086
8087 * emacs-lisp/shadow.el: Handle compressed files.
8088
8089 2005-11-19 Romain Francoise <romain@orebokech.com>
8090
8091 * net/browse-url.el (browse-url-default-browser): Signal an error
8092 if no usable browser can be found, rather than try to load w3.
8093
8094 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
8095
8096 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
8097 replacing existing properties.
8098 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8099 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
8100 tty specs.
8101 (rcirc-server-prefix, rcirc-server): New faces.
8102 (rcirc-url-regexp): Generate with rx macro.
8103 (rcirc-last-server-message-time): New variable.
8104 (rcirc-filter): Record time of last message.
8105 (rcirc-keepalive): Kill processes that did not send a message
8106 since the last ping.
8107 (rcirc-mode): Give rcirc-topic a local binding here.
8108
8109 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
8110
8111 * subr.el (read-passwd): Fontify the prompt as we do with other
8112 prompts.
8113
8114 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
8115
8116 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
8117 binding buffer-read-only to nil.
8118
8119 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8120
8121 * complete.el (partial-completion-mode):
8122 Mention completion-auto-help in the doc string.
8123
8124 * man.el (Man-highlight-references): Doc fix. Reformat code in a
8125 more Lisp-ish way.
8126
8127 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8128
8129 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
8130 digits, not 8, to avoid misalignment for files larger than 100MB.
8131
8132 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8133
8134 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
8135 Mention "keyboard shortcuts" in the help text.
8136
8137 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8138
8139 * startup.el (fancy-splash-default-action): Discard only
8140 mouse-down and succeeding mouse-up events in the splash screen
8141 window so that drag-n-drop event can be processed.
8142
8143 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * longlines.el (longlines-mode): Add hacks for mail-mode and
8146 message-mode.
8147
8148 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8149
8150 * textmodes/org.el (org-table-sort-lines): New command.
8151 (org-tbl-menu): Add entry for `org-table-sort-lines'.
8152 (org-add-file): Command removed, use `org-agenda-file-to-front'
8153 instead.
8154 (org-export-icalendar): Use `org-icalendar-combined-name'.
8155 (org-cycle-agenda-files, org-agenda-file-to-end)
8156 (org-agenda-file-to-front): New commands.
8157 (org-table-tab-jumps-over-hlines, org-export-html-style):
8158 New options.
8159 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
8160 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
8161 New functions.
8162 (org-fill-paragraph): Call `org-table-align' in tables.
8163 (org-mode): Call `org-set-autofill-regexps'.
8164 (org-export-as-html): Support for local handformatted lists.
8165 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
8166 (org-export-local-list-max-depth): New option.
8167 (org-html-expand): Use `org-html-protect'.
8168
8169 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
8170
8171 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
8172 to "p".
8173 (gdb): Move definition of gud-pp to...
8174
8175 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
8176 speedbar.
8177 (gdb-find-watch-expression): New function.
8178
8179 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * faces.el (face-attribute, set-face-attribute): Mention existence
8182 of `:ignore-defface' setting in docstring.
8183
8184 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * simple.el (completion-setup-function): Fix last change.
8187
8188 2005-11-17 John Paul Wallington <jpw@pobox.com>
8189
8190 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
8191 Use `posn-set-point' instead of `mouse-set-point' because the
8192 latter is not fbound when configured without X.
8193
8194 * comint.el (comint-insert-input): Likewise.
8195
8196 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8197
8198 * simple.el (hard-newline): New variable.
8199 (sendmail-user-agent-compose, next-line): Use it.
8200
8201 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
8202 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
8203 (mail-mail-reply-to, mail-mail-followup-to)
8204 (mail-position-on-field, mail-signature, mail-yank-original)
8205 (mail-attach-file): Likewise.
8206
8207 * mail/mailheader.el (mail-header-format)
8208 (mail-header-format-function): Likewise.
8209
8210 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
8211
8212 2005-11-17 Juri Linkov <juri@jurta.org>
8213
8214 * font-lock.el (font-lock-faces): Rename this defgroup from
8215 `font-lock-highlighting-faces'.
8216 (font-lock-comment-face, font-lock-comment-delimiter-face)
8217 (font-lock-string-face, font-lock-doc-face)
8218 (font-lock-keyword-face, font-lock-builtin-face)
8219 (font-lock-function-name-face, font-lock-variable-name-face)
8220 (font-lock-type-face, font-lock-constant-face)
8221 (font-lock-warning-face, font-lock-negation-char-face)
8222 (font-lock-preprocessor-face)
8223 (font-lock-regexp-grouping-backslash)
8224 (font-lock-regexp-grouping-construct): Rename :group from
8225 `font-lock-highlighting-faces' to `font-lock-faces'.
8226
8227 * cus-edit.el (lisp, c, tex):
8228 * progmodes/ada-mode.el (ada):
8229 * progmodes/asm-mode.el (asm):
8230 * progmodes/cperl-mode.el (cperl-faces):
8231 * progmodes/cpp.el (cpp):
8232 * progmodes/dcl-mode.el (dcl):
8233 * progmodes/f90.el (f90):
8234 * progmodes/fortran.el (fortran):
8235 * progmodes/icon.el (icon):
8236 * progmodes/idlwave.el (idlwave-misc):
8237 * progmodes/m4-mode.el (m4):
8238 * progmodes/make-mode.el (makefile):
8239 * progmodes/meta-mode.el (meta-font):
8240 * progmodes/modula2.el (modula2):
8241 * progmodes/octave-mod.el (octave):
8242 * progmodes/pascal.el (pascal):
8243 * progmodes/perl-mode.el (perl):
8244 * progmodes/prolog.el (prolog):
8245 * progmodes/ps-mode.el (PostScript-edit):
8246 * progmodes/scheme.el (scheme):
8247 * progmodes/sh-script.el (sh-script):
8248 * progmodes/simula.el (simula):
8249 * progmodes/tcl.el (tcl):
8250 * textmodes/nroff-mode.el (nroff):
8251 * textmodes/reftex-vars.el (reftex-fontification-configurations):
8252 * textmodes/sgml-mode.el (sgml):
8253 * textmodes/texinfo.el (texinfo):
8254 Add :link (custom-group-link font-lock-faces) to defgroup.
8255
8256 * hi-lock.el (hi-lock): Rename this defgroup from
8257 `hi-lock-interactive-text-highlighting'. Change parent group from
8258 `faces' to `font-lock'. Add link to the manual.
8259 (hi-lock-mode, hi-lock-file-patterns-range)
8260 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
8261 `hi-lock-interactive-text-highlighting' to `hi-lock'.
8262 (hi-lock-faces): Add :group `faces'.
8263
8264 * cus-edit.el (custom-variable-prompt): Clarify the code.
8265
8266 * faces.el (face-read-string): Set the default value arg of
8267 completing-read.
8268
8269 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
8270
8271 * rfn-eshadow.el (file-name-shadow-properties)
8272 (file-name-shadow-tty-properties, file-name-shadow-mode):
8273 Remove autoloads, because the file is now preloaded.
8274
8275 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * printing.el (easy-menu-intern): Don't define.
8278 (pr-get-symbol): Use easy-menu-intern only if defined.
8279
8280 * simple.el (blink-matching-open): Simplify a bit.
8281 (completion-setup-function): Fix the case of partial-completion-mode
8282 when the minibuffer's contents start with "-".
8283 Obey completion-base-size-function even when
8284 minibuffer-completing-file-name is non-nil.
8285
8286 2005-11-16 Richard M. Stallman <rms@gnu.org>
8287
8288 * net/eudcb-ph.el (eudc-ph-open-session):
8289 Use set-process-query-on-exit-flag.
8290
8291 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
8292
8293 * international/ucs-tables.el (ucs-set-table-for-input):
8294 Use make-local-variable, not make-variable-buffer-local.
8295
8296 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8297 Improve warning message text.
8298
8299 * savehist.el (savehist-save-hook): Add :group.
8300
8301 * menu-bar.el (menu-bar-help-menu):
8302 Rename Find Extra Packages to External Packages.
8303
8304 * cus-edit.el (Custom-reset-standard): Verify that
8305 :custom-standard-value prop exists before calling it.
8306
8307 * apropos.el (apropos-calc-scores): Use apropos-pattern.
8308
8309 2005-11-16 Martin Rudalics <rudalics@gmx.at>
8310
8311 * wid-edit.el (color): Enclose %t in %{...%}.
8312
8313 * cus-edit.el (face): Enclose %t in %{...%}.
8314
8315 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
8316
8317 * savehist.el (savehist-mode-hook): Re-add the var.
8318 (savehist-mode): Use it.
8319
8320 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * textmodes/flyspell.el: Fix commenting convention.
8323 Remove unnecessary leading * in custom docstrings.
8324 (flyspell-emacs): Remove unused var.
8325 (flyspell-delete-region-overlays): Use remove-overlays.
8326 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
8327 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
8328 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
8329 (flyspell-debug-signal-word-checked): Use with-current-buffer.
8330 (make-flyspell-overlay): Don't locally reuse a global name.
8331 (flyspell-highlight-incorrect-region)
8332 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
8333 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
8334 (flyspell-notify-misspell): Remove unused args `start' and `end'.
8335 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
8336 Wrap calls to accept-process-output inside with-local-quit since it's
8337 often called from a post-command-hook.
8338 (flyspell-correct-word, flyspell-auto-correct-word):
8339 Use ispell-send-string.
8340 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
8341
8342 * calendar/diary-lib.el (diary-list-entries): Also hide the
8343 terminating newline.
8344
8345 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
8346
8347 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
8348 window-system, to allow fonts on tty.
8349
8350 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
8351
8352 * progmodes/gud.el (gud-speedbar-item-info): New function.
8353 (gud-install-speedbar-variables): Use it to display data type
8354 of watch expression as a tooltip in speedbar.
8355
8356 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
8357
8358 * font-core.el (global-font-lock-mode): Add :version keyword,
8359 because default was changed.
8360
8361 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
8362
8363 * startup.el (command-line): Use `custom-reevaluate-setting' for
8364 `file-name-shadow-mode'.
8365
8366 * loadup.el: Preload rfn-eshadow.
8367
8368 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8369 Add :version keyword.
8370 (file-name-shadow-properties, file-name-shadow-tty-properties)
8371 (file-name-shadow): Add :version keyword.
8372
8373 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8374 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8375 in the custom-group property of the symbol frames and the fringe
8376 group got no link to its parent group frames.
8377 Doc fix.
8378
8379 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8380
8381 * progmodes/gud.el (gud-stop-subjob): New function.
8382 (gud-menu-map, gud-tool-bar-map): Use it.
8383
8384 2005-11-16 Kim F. Storm <storm@cua.dk>
8385
8386 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8387 than kill it.
8388 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8389 to a more useful/logical place.
8390
8391 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8392
8393 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8394 go buttons complementary.
8395
8396 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8399 (rfn-eshadow-sifn-equal): New function.
8400 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8401
8402 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8403
8404 * viper-utils.el (viper-non-word-characters-reformed-vi):
8405 Quote `-' in string.
8406
8407 * viper.el (viper-emacs-state-mode-list): Ensure that
8408 rcirc-mode buffers come up in Emacs state.
8409
8410 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8411 operation.
8412
8413 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8414
8415 * term.el (term-termcap-format): Fix typos.
8416 (term-down): Fix the negative argument case.
8417
8418 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8419
8420 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8421 2005-08-15.
8422 (gdb-ann3): New command gud-go.
8423 (menu): Accomodate gdb-mi.el.
8424 (gdb-assembler-custom): Make buffer of selected window current
8425 so that set-window-point works.
8426
8427 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8428 buttons and include new ones.
8429
8430 2005-11-16 Kim F. Storm <storm@cua.dk>
8431
8432 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8433 (gud-menu-map): Use it.
8434
8435 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8438 that works correctly for Custom and that does not override a user
8439 who disables it.
8440
8441 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8442 (help-xref-interned, help-follow): Make hyperlinks for variables
8443 that are unbound, but have a non-nil variable-documentation property.
8444
8445 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8446 mode hook. (It conflicted with defcustoms for some mode hooks.)
8447 Use the `variable-documentation' property to give the mode hook a
8448 docstring and expand that docstring.
8449
8450 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8451
8452 * savehist.el (savehist-mode): Don't bother with
8453 `custom-set-minor-mode'.
8454 (savehist-coding-system): Check XEmacs version.
8455 (history-length): Declare also at run time.
8456 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8457 Don't set the customize state.
8458 (savehist-minibuffer-hook): Special case for when
8459 minibuffer-history-variable is equal to t.
8460
8461 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * files.el (write-file): Refresh VC status.
8464
8465 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8466 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8467 than fundamental-mode to see if the mode was set.
8468
8469 2005-11-14 Romain Francoise <romain@orebokech.com>
8470
8471 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8472 dummy function in `eval-when-compile' to avoid compiler warning.
8473 Require `man' at compile time.
8474
8475 2005-11-14 Jay Belanger <belanger@truman.edu>
8476
8477 * calc-alg.el (calcFunc-write-out-power): Rename it to
8478 calcFunc-powerexpand.
8479 (math-write-out-power): Rename it to math-powerexpand; have it
8480 handle negative exponents.
8481 (calc-writeoutpower): Rename it to calc-powerexpand.
8482
8483 * calc-ext.el: Change calcFunc-writeoutpower and
8484 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8485 autoloads.
8486 Add calcFunc-ldiv to autoloads.
8487
8488 * calc-arith.el (calcFunc-ldiv): New function.
8489
8490 * calc.el (calc-left-divide): New function.
8491
8492 2005-11-14 Juri Linkov <juri@jurta.org>
8493
8494 * cus-edit.el (custom-variable-prompt): Set the default value arg
8495 of completing-read.
8496
8497 * cus-dep.el (custom-make-dependencies): Reverse the list of
8498 found dependencies.
8499
8500 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8501
8502 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8503 Highlighting" entry, it is on by default now.
8504 (menu-bar-options-save): Do not save global-font-lock-mode.
8505
8506 2005-11-13 Richard M. Stallman <rms@gnu.org>
8507
8508 * textmodes/flyspell.el (flyspell-large-region):
8509 Call flyspell-accept-buffer-local-defs.
8510
8511 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8512
8513 * textmodes/flyspell.el (flyspell-notify-misspell):
8514 Fix misspelling of "Misspelling".
8515 (flyspell-process-localwords): New function.
8516 (flyspell-large-region): Call flyspell-process-localwords and
8517 flyspell-delete-region-overlays.
8518 (flyspell-delete-region-overlays): New function.
8519 (flyspell-delete-all-overlays): Call that.
8520
8521 2005-11-13 Richard M. Stallman <rms@gnu.org>
8522
8523 * help.el (help-for-help-internal): Improve doc of C-h a.
8524 (describe-key): Improve prompt; doc fix.
8525
8526 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * vc-svn.el (vc-svn-registered): Catch all errors.
8529
8530 * cus-dep.el (custom-make-dependencies): Typo.
8531
8532 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8533
8534 * net/tramp-util.el (top): Fix compilation warning.
8535
8536 2005-11-13 Kim F. Storm <storm@cua.dk>
8537
8538 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8539
8540 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8541
8542 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8543 (gud-speedbar-buttons): Match on "const char *" too.
8544
8545 * progmodes/gdb-ui.el (gdb-var-create-handler)
8546 (gdb-var-list-children-handler): Match on "const char *" too.
8547 (gdb-var-evaluate-expression-handler): Match on empty string.
8548 (gdb-var-update-handler): Only call
8549 gdb-var-evaluate-expression-handler when required.
8550
8551 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8554 selected window. This still doesn't work for speedbar.
8555 (gud-speedbar-buttons): Handle string expressions properly.
8556
8557 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8558 (gdb-var-create-handler): Handle string expressions properly.
8559 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8560 Handle string expressions properly. Move "type" field into regexp.
8561
8562 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8563
8564 * bookmark.el (bookmark-maybe-message): New function to reduce
8565 code duplication: invokes `message' iff baud-rate is high enough.
8566 (bookmark-write-file): Use above instead of an inline conditional.
8567 (bookmark-load): Same.
8568
8569 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8570
8571 * bookmark.el (bookmark-write-file): Don't visit the destination
8572 file, just write the data to it using write-region. This is
8573 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8574 change to avoid visiting the file in the first place.
8575
8576 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8577
8578 * hi-lock.el (hi-lock-mode): Set the default value of
8579 font-lock-defaults.
8580
8581 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8582
8583 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8584 arg to `file-attributes'.
8585 (find-lisp-format): The UID and GID can now be strings.
8586
8587 2005-11-12 Kim F. Storm <storm@cua.dk>
8588
8589 * help.el (help-map): Bind C-h d to apropos-documentation.
8590
8591 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8592 when point is at end-of-buffer.
8593
8594 * apropos.el (apropos-match-face): Doc fix.
8595 (apropos-sort-by-scores): Add new choice `verbose'.
8596 (apropos-documentation-sort-by-scores): New defcustom.
8597 (apropos-pattern): Now contains the pattern entered by the user.
8598 (apropos-pattern-quoted): New defvar.
8599 (apropos-regexp): New defvar, containing the regexp corresponding
8600 to apropos-pattern.
8601 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8602 (apropos-read-pattern): New defun. Use it to read pattern arg in
8603 interactive calls; returns list of words for a word list, and
8604 string for a regexp.
8605 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8606 parses a list of words or regexp as returned by apropos-read-pattern.
8607 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8608 (apropos-score-doc): Return a very high score if the string
8609 entered by the user matches literally.
8610 (apropos-variable): Doc fix. Use apropos-read-pattern.
8611 (apropos-command): Doc fix. Use apropos-read-pattern and
8612 apropos-parse-pattern. Call apropos-print with nosubst=t.
8613 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8614 apropos-parse-pattern.
8615 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8616 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8617 apropos-documentation-sort-by-scores. Call apropos-print with
8618 nosubst=t.
8619 (apropos-documentation-internal): Pass doc string through
8620 substitute-key-definition before adding text properties.
8621 Highlight substring matching literal user input if possible.
8622 (apropos-documentation-check-doc-file): Remove locals beg and end.
8623 Fix calculation of score (as added twice). Pass doc string through
8624 substitute-key-definition before adding text properties.
8625 (apropos-documentation-check-elc-file): Pass doc string through
8626 substitute-key-definition before adding text properties.
8627 Highlight substring matching literal user input if possible.
8628 (apropos-print): Add new arg NOSUBST; if set, command and variable
8629 doc strings have already been passed through substitute-key-definition.
8630 Add code to handle apropos-accumulator items without score element
8631 for backwards compatibility (e.g. with woman package).
8632 Only show scores if apropos-sort-by-scores is `verbose'.
8633
8634 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8637 Add jka-compr-load-suffixes to load-suffixes.
8638
8639 * jka-compr.el: Require jka-cmpr-hook.
8640 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8641 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8642 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8643 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8644 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8645 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8646 (jka-compr-uninstall): Remove entries from
8647 jka-compr-added-to-file-coding-system-alist after they are used.
8648 (jka-compr-error): Remove unused var `curbuf'.
8649 (jka-compr-file-local-copy): Remove unused var `notfound'.
8650
8651 2005-11-10 Romain Francoise <romain@orebokech.com>
8652
8653 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8654
8655 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8656
8657 * progmodes/gud.el (gud-menu-map): Move parentheses.
8658 (gdb): New command gud-pv.
8659
8660 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * tar-mode.el: Remove spurious or unnecessary leading stars
8663 in docstrings.
8664 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8665 (tar-parse-octal-integer-safe): Use mapc.
8666 (tar-header-block-summarize): Remove unused var `ck'.
8667 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8668 cleared before. Obey default-enable-multibyte-characters.
8669 Use mapconcat. Simplify setting of tar-header-offset.
8670 (tar-mode-map): Move initialization inside delcaration.
8671 (tar-flag-deleted): Use `abs'.
8672 (tar-expunge-internal): Remove unused var `line'.
8673 (tar-expunge-internal): Don't hardcode point-min==1.
8674 (tar-expunge): Widen while doing set-buffer-multibyte.
8675 (tar-rename-entry): Use file-name-coding-system.
8676 (tar-alter-one-field): Don't hardcode point-min==1.
8677 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8678 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8679
8680 2005-11-10 Masatake YAMATO <jet@gyve.org>
8681
8682 * add-log.el (add-log-current-defun): Handle class::method
8683 notation of c++. Fix incorrect comment.
8684
8685 2005-11-10 Alan Mackenzie <acm@muc.de>
8686
8687 * help-fns.el (describe-variable): Make C-h v work when a variable
8688 has variable documentation yet is unbound.
8689
8690 2005-11-10 Masatake YAMATO <jet@gyve.org>
8691
8692 * man.el (Man-highlight-references): Set an empty
8693 string to `Man-arguments' if it is nil.
8694 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8695
8696 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8699 commenting conventions.
8700
8701 * cus-dep.el (custom-make-dependencies): Simplify.
8702 Better follow the commenting conventions.
8703
8704 2005-11-09 Richard M. Stallman <rms@gnu.org>
8705
8706 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8707 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8708 All uses changed.
8709 (apropos-rewrite-regexp): Doc fix.
8710 (apropos-variable, apropos-command, apropos, apropos-value):
8711 Change prompt; carry through the argument renaming.
8712
8713 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8714
8715 * find-lisp.el: Require dired.
8716 (find-lisp-find-dired-internal): Do not call
8717 `abbreviate-file-name' on DIR.
8718
8719 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8720
8721 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8722
8723 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8724
8725 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8726 when using the speedbar.
8727 (gdb): New command gud-pp.
8728 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8729
8730 2005-11-09 Juri Linkov <juri@jurta.org>
8731
8732 * replace.el (occur-excluded-properties): New defcustom.
8733 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8734
8735 2005-11-08 Jay Belanger <belanger@truman.edu>
8736
8737 * calc/calc-units.el (math-convert-units): Replace any composite
8738 unit by its definition.
8739
8740 2005-11-08 Lars Hansen <larsh@soem.dk>
8741
8742 * emacs-lisp/autoload.el (update-directory-autoloads):
8743 Add obsolete function alias.
8744
8745 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8748 comment-indent-function.
8749 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8750
8751 * reveal.el (reveal-post-command): Rework the handling of
8752 reveal-open-spots, so as to be more reliable. There were several
8753 tricky corner cases where an open spot might be lost, or where
8754 a closed spot might end up on the list of open spots.
8755 Only reveal text that's ellipsised.
8756
8757 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8758
8759 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8760
8761 2005-11-07 John Paul Wallington <jpw@gnu.org>
8762
8763 * ibuffer.el (ibuffer): Search iconified frames too when
8764 getting Ibuffer buffer's window.
8765
8766 2005-11-06 Richard M. Stallman <rms@gnu.org>
8767
8768 * progmodes/compile.el (compilation-internal-error-properties):
8769 save-excursion around the computation of MARKER.
8770
8771 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8772
8773 * textmodes/flyspell.el (flyspell-external-point-words):
8774 flyspell-get-word returns a list, not just a string.
8775
8776 2005-11-06 John Paul Wallington <jpw@pobox.com>
8777
8778 * ibuffer.el (ibuffer): Search all visible frames when getting
8779 Ibuffer buffer's window.
8780
8781 2005-11-07 Masatake YAMATO <jet@gyve.org>
8782
8783 * man.el (Man-reference-regexp): Accept spaces between
8784 `Man-name-regexp' and `Man-section-regexp'.
8785 (Man-apropos-regexp): New variable.
8786 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8787 if available.
8788 (Man-highlight-references, Man-highlight-references0):
8789 Handle the case when `Man-arguments' includes "-k".
8790 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8791 `TARGET'. `TARGET' can be a number, function or nil.
8792
8793 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8794
8795 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8796 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8797 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8798 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8799 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8800 (gdb-send-item): Use buffer-local-value and simplify.
8801
8802 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8803
8804 * startup.el (command-line): Use `custom-reevaluate-setting' for
8805 `global-font-lock-mode'.
8806
8807 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8808 by default, except in batch mode or when the -D option is given.
8809
8810 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8811 specified keyword args on to `define-minor-mode'. Update docstring.
8812
8813 2005-11-05 Romain Francoise <romain@orebokech.com>
8814
8815 * replace.el (occur-engine): Add marker at end of line, too.
8816
8817 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8818
8819 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8820 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8821 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8822 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8823 argument to all these routines, so the passphrase can be managed
8824 externally and passed in to the system.
8825 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8826 pgg-add-passphrase-to-cache function.
8827
8828 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8829 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8830 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8831 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8832 argument to all these routines, so the passphrase can be managed
8833 externally and passed in to the system.
8834 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8835 function.
8836
8837 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8838
8839 * font-lock.el: Don't deal with font-lock-face-attributes here,
8840 move the code ...
8841
8842 * startup.el (command-line): ... here. Use face-spec-set instead
8843 of custom-declare-face.
8844
8845 * faces.el (face-spec-set): Reset the face if spec is not nil.
8846
8847 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * newcomment.el (comment-region-internal): Box more tightly in the
8850 common case where there's no TAB in the boxed text.
8851
8852 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8853
8854 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8855 up-node.
8856
8857 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8858
8859 * newsticker.el: Commentary updated. Code formatting changed.
8860 (newsticker-version): Change to "1.9".
8861 (newsticker, newsticker-feed): Doc fix.
8862 (newsticker-url-list): Doc fix. Add option "Weekly".
8863 (newsticker-retrieval-interval): Add option "Weekly".
8864 (newsticker-headline-processing): Doc fix.
8865 (newsticker-auto-mark-filter): Remove.
8866 (newsticker-auto-mark-filter-list): New.
8867 (newsticker-layout, newsticker-sort-method): Doc fix.
8868 (newsticker-hide-old-items-in-newsticker-buffer)
8869 (newsticker-heading-format, newsticker-item-format)
8870 (newsticker-desc-format): Doc fix.
8871 (newsticker-show-all-rss-elements): Remove.
8872 (newsticker-show-all-news-elements): New.
8873 (newsticker-faces, newsticker-ticker): Doc fix.
8874 (remove-from-invisibility-spec): Code formatting.
8875 (newsticker--process-ids): New.
8876 (newsticker-mode): Doc fix.
8877 (newsticker-mode): Change mode-line-format.
8878 (newsticker-start): Remove debug output.
8879 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8880 (newsticker-w3m-show-inline-images): Code formatting.
8881 (newsticker-next-item): Call `force-mode-line-update'.
8882 (newsticker-previous-item): Call `force-mode-line-update'.
8883 (newsticker-next-feed): Call `force-mode-line-update'.
8884 (newsticker-previous-feed): Call `force-mode-line-update'.
8885 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8886 (newsticker-show-old-items): Do not show descs.
8887 (newsticker-hide-entry): Hide too much.
8888 (newsticker-hide-entry, newsticker-show-entry)
8889 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8890 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8891 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8892 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8893 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8894 (newsticker-get-news): Call `force-mode-line-update'.
8895 Collect process ids.
8896 (newsticker--sentinel): Change coding system handling.
8897 Move image retrieval to new functions newsticker--get-logo-url-*.
8898 Move feed parsing to new functions newsticker--parse-*.
8899 Update list of process ids.
8900 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8901 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8902 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8903 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8904 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8905 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8906 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8907 (newsticker--decode-coding-string): Remove.
8908 (newsticker--decode-numeric-entities): Check input. Format code.
8909 (newsticker--remove-whitespace): Check input.
8910 (newsticker--do-forget-preformatted): Doc fix.
8911 (newsticker--decode-rfc822-date): Allow for missing time.
8912 (newsticker--update-process-ids): New.
8913 (newsticker--image-sentinel): Change comment.
8914 (newsticker--image-read): Change error message.
8915 (newsticker--imenu-goto): Doc fix. Show headline title.
8916 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8917 (newsticker--buffer-do-insert-text): Clean whitespace in
8918 html-rendered headline title. Code formatting.
8919 Call `newsticker--buffer-print-extra-elements'.
8920 (newsticker--buffer-print-extra-element): Remove.
8921 (newsticker--buffer-print-extra-elements): New.
8922 (newsticker--buffer-do-print-extra-element): New.
8923 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8924 large sizes.
8925 (newsticker--run-auto-mark-filter)
8926 (newsticker--do-run-auto-mark-filter):
8927 Use `newsticker-auto-mark-filter-list'.
8928
8929 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8930
8931 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8932 (rcirc-print): Force redisplay before running hooks. Do long
8933 buffer truncation after making new text read-only. Deal with nil
8934 text when decoding strings. If TARGET is nil, use either the
8935 currently selected buffer, if it is an rcirc buffer and of the
8936 same process or the process buffer.
8937 (rcirc-mode): Remove header-line. Recompute short buffer names.
8938 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8939 (rcirc-short-buffer-name): Add variable.
8940 (rcirc-kill-buffer-hook): Recompute short buffer names.
8941 Remove nick from private channel.
8942 (rcirc-send-input): Send command text to current-buffer.
8943 Don't clear overlay arrow here.
8944 (rcirc-short-buffer-name): Return a short buffer name.
8945 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8946 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8947 buffer-name abbreviations.
8948 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8949 Do not touch nick-table when killing a parted channel.
8950 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8951 Clear arrow from current buffer if it is now hidden.
8952 (rcirc-current-buffer): Add variable.
8953 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8954 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8955 Remove -face from names.
8956 (rcirc-update-activity-string): Print "DND" when globally ignoring
8957 activity.
8958 (rcirc-ignore-buffer-activity-flag): Rename from
8959 rcirc-ignore-channel-activity.
8960 (rcirc-ignore-all-activity-flag): Doc fix.
8961 (rcirc-channels): Remove variable.
8962 (rcirc-kill-buffer-hook):
8963 (rcirc-get-buffer-create): Add nick to private channel.
8964 (rcirc-multiline-edit-submit): Remove tabs.
8965 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8966 folded.
8967 (rcirc-remove-nick-channel): Bug fix.
8968 (rcirc-toggle-ignore-buffer-activity): Rename from
8969 rcirc-toggle-ignore-channel-activity.
8970 (rcirc-record-activity): Add buffers to the front of the list.
8971 (rcirc-update-activity): Remove killed buffers from list.
8972 (rcirc-process-server-response-1): Remove last argument if it is
8973 null before calling handler.
8974 (rcirc): Add "rcirc" defcustom prefix.
8975 (rcirc-prompt): Simplify default prompt.
8976 Use custom-initialize-default.
8977 (rcirc-private-chats): Remove variable.
8978 (rcirc-prompt): Change initialization.
8979 (rcirc-version): Remove function.
8980 (rcirc-id-string): Add constant.
8981 (rcirc-last-buffer): Remove variable.
8982 (rcirc-buffer-alist): Add variable.
8983 (rcirc-connect): Update variable setup.
8984 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8985 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8986 default.
8987 (rcirc-handler-generic): Trigger activity.
8988 (rcirc-send-message): Create the buffor of the target.
8989 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8990 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8991 (rcirc-multiline-edit-cancel): Remove function.
8992 (rcirc-set-last-buffer): Remove function.
8993 (rcirc-get-any-buffer): Add function.
8994 (rcirc-join-channels): Don't print /join text.
8995 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8996 messages.
8997 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8998 (rcirc-handler-NOTICE): Recognize CTCP responses.
8999 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9000 constructing TOPIC string for buffers we are not JOINed.
9001 (rcirc-handler-CTCP-response): Add handler.
9002 (rcirc-multiline-edit-submit): Restore the window-configuration
9003 before adjusting point.
9004 (rcirc): Add customization group.
9005 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9006 (rcirc-user-full-name, rcirc-startup-channels-alist)
9007 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9008 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9009 (rcirc-input-ring-size, rcirc-read-only-flag)
9010 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9011 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9012 Change defvar to defcustom.
9013 (rcirc-update-prompt): Add optional ALL arg, which will update
9014 prompts in all rcirc buffers. Regexp quote replacement text.
9015 (rcirc-fill-column): Accept frame-width as a value.
9016 (rcirc-set-changed): Add function.
9017 (rcirc-next-active-buffer): Write more meaningful messages.
9018 (rcirc-faces): Add customization group.
9019 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9020 (rcirc-nick-in-message-face, rcirc-prompt-face)
9021 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9022 (with-rcirc-process-buffer): Move before first usage.
9023 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9024 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9025 (rcirc-debug): Rename from `rcirc-log'.
9026 (rcirc-format-response-string): Do not print `-' chars for a
9027 NOTICE with no sender. Simplify output of server responses.
9028
9029 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9030
9031 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9032 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9033 Make urls mouse and RET clickable.
9034
9035 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9036
9037 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9038
9039 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9040
9041 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9042 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9043 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9044 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9045 argument to all these routines, so the passphrase can be managed
9046 externally and passed in to the system.
9047 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9048 pgg-add-passphrase-to-cache function.
9049
9050 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9051 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9052 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9053 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9054 argument to all these routines, so the passphrase can be managed
9055 externally and passed in to the system.
9056 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9057 function.
9058
9059 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
9060
9061 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9062 from goto-address-url-regexp.
9063
9064 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9065
9066 * textmodes/org.el (org-read-date, org-goto-calendar)
9067 (org-recenter-calendar, org-agenda-goto-calendar):
9068 Temporarily clear `calendar-move-hook'.
9069
9070 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
9071
9072 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
9073 merging.
9074
9075 * ediff-util.el (ediff-previous-difference): Don't skip regions that
9076 have merge clashes.
9077
9078 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9079
9080 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9081 Undo previous change.
9082
9083 * startup.el (command-line): Use `custom-reevaluate-setting' for
9084 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
9085 tty-register-default-colors on Mac.
9086
9087 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9088
9089 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
9090 (gdb-buffer-type): Make it automatically buffer local...
9091 (gdb-get-create-buffer): ...and set it accordingly.
9092 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
9093 actually work.
9094
9095 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
9096
9097 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
9098 not red.
9099
9100 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
9103 case GUD buffer is not visible.
9104 (gdb-goto-breakpoint): Try to force display in source buffer.
9105 (gdb-frame-gdb-buffer): Copy other similar functions.
9106 (gdb-restore-windows): Don't display source if not asked for.
9107 (gdb-assembler-buffer-name): Don't capitalise.
9108
9109 2005-11-03 Richard M. Stallman <rms@gnu.org>
9110
9111 * wid-edit.el (key-sequence): New widget type.
9112
9113 * simple.el (set-mark-command-repeat-pop): New variable.
9114 (set-mark-command): Only interpret plan C-@ after a pop as a pop
9115 if set-mark-command-repeat-pop is true.
9116
9117 * info.el (Info-fontify-node): Don't display extra "see" if there
9118 already is one here.
9119
9120 * mouse.el: Fix special handling of DEL after dragging a region:
9121 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
9122 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
9123
9124 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
9125
9126 * textmodes/ispell.el (ispell-command-loop): Change `i' description
9127 not to assume it pertains to an affix.
9128
9129 * textmodes/flyspell.el (flyspell-post-command-hook):
9130 Bind deactivate-mark to prevent deactivation.
9131
9132 2005-11-03 Lars Hansen <larsh@soem.dk>
9133
9134 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
9135 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
9136 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
9137
9138 2005-11-03 Romain Francoise <romain@orebokech.com>
9139
9140 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
9141 Update copyright years.
9142
9143 2005-11-03 Sam Steingold <sds@gnu.org>
9144
9145 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9146 Use system-type instead of window-system because window-system is not
9147 correctly defined during loadup.
9148
9149 2005-11-02 Mark A. Hershberger <mah@everybody.org>
9150
9151 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
9152 (xml-parse-tag): Join strings separated by a comment properly.
9153
9154 2005-11-02 Andreas Schwab <schwab@suse.de>
9155
9156 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
9157
9158 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
9161 (byte-optimize-pure-func): Quote the eval'd value.
9162
9163 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9164 Rename from perl-font-lock-syntactic-face-function.
9165 Change the calling convention so it can be used as a font-lock MATCHER.
9166 Do the parse-partial-sexp loop outselves.
9167 (perl-font-lock-syntactic-keywords): Use it.
9168 (perl-mode): Don't set font-lock-syntactic-face-function any more.
9169
9170 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
9171
9172 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
9173 disassembly buffer too.
9174 (gdb-exited): Remove overlay arrows when execution has finished.
9175 (gdb-info-frames-custom, gdb-info-threads-custom)
9176 (gdb-info-registers-custom): Don't add inappropriate text
9177 properties if inferior is not active.
9178
9179 2005-11-02 Glenn Morris <rgm@gnu.org>
9180
9181 * progmodes/fortran.el (fortran-blink-match):
9182 Use `blink-matching-delay'.
9183
9184 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
9185
9186 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
9187
9188 2005-11-02 Lars Hansen <larsh@soem.dk>
9189
9190 * net/tramp.el (tramp-action-out-of-band): Handle scp message
9191 "Permission denied".
9192
9193 2005-11-01 Richard M. Stallman <rms@gnu.org>
9194
9195 * textmodes/flyspell.el (flyspell-external-point-words):
9196 Pass nil to flyspell-get-word.
9197
9198 2005-11-02 Kim F. Storm <storm@cua.dk>
9199
9200 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
9201 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
9202
9203 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
9206 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9207 (calendar-mouse-print-dates): Add optional `event' argument.
9208 Update interactive-spec.
9209 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
9210 Use `calendar-event-to-date' instead of `event'.
9211
9212 2005-11-02 Masatake YAMATO <jet@gyve.org>
9213
9214 * progmodes/ld-script.el (ld-script-builtins):
9215 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
9216 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
9217 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
9218
9219 2005-11-01 Romain Francoise <romain@orebokech.com>
9220
9221 * vc-sccs.el: Update copyright year.
9222 * ezimage.el: Likewise.
9223
9224 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
9225
9226 * info.el (Info-fontify-node): Use `string-width' for fontifying
9227 underlined titles.
9228
9229 2005-11-01 Juri Linkov <juri@jurta.org>
9230
9231 * info.el (Info-fontify-node): Downcase node header keywords Node,
9232 Prev, Next, Up before comparison.
9233 (Info-history): Insert absolute directory name, and put invisible
9234 property on it.
9235
9236 2005-11-01 Juri Linkov <juri@jurta.org>
9237
9238 * info.el (Info-file-supports-index-cookies): New variable.
9239 (Info-find-node-2): Check makeinfo version for index cookie support.
9240 (Info-index-nodes): Search for nodes with index cookies only when
9241 Info-file-supports-index-cookies is t. Otherwise, search nodes
9242 with "Index" in the node name.
9243 (Info-index-node): Search index cookie in the current node only when
9244 Info-file-supports-index-cookies is t. Otherwise, check the word
9245 "Index" in the node name.
9246 (Info-find-emacs-command-nodes): Remove code that searches nodes
9247 with "Index" node name in the top menu.
9248
9249 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * progmodes/scheme.el (scheme-mode-variables): Use the default
9252 comment-indent-function.
9253
9254 * faces.el (face-attribute): Handle the case where a face inherits from
9255 a non-existent face.
9256
9257 * simple.el (eval-expression-print-format): Use lisp-readable syntax
9258 for octal and hexa output, and merge the char into the paren.
9259 (kill-new): Use push.
9260 (copy-to-buffer): Use with-current-buffer.
9261 (completion-setup-function): Move code in loop to remove redundancy.
9262 (minibuffer-local-must-match-map): Don't add bindings that duplicate
9263 those inherited from minibuffer-local-completion-map.
9264
9265 * savehist.el (savehist-mode) <defcustom>:
9266 Use custom-set-minor-mode if available.
9267 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
9268 and emit a message if applicable.
9269
9270 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
9271
9272 * savehist.el: Sync up to version 19.
9273 (savehist-mode): New minor mode.
9274 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
9275 (savehist-length): Remove (use history-length instead).
9276 (savehist-file-modes): Rename from savehist-modes.
9277 (savehist-save-hook, savehist-loaded): New vars.
9278 (savehist-load): Use savehist-mode. Try to smooth up transition from
9279 old format to new format.
9280 (savehist-install): Allow savehist-autosave-interval to be nil.
9281 (savehist-save): Run the new hook. Be more careful to only trim the
9282 history variables.
9283 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
9284 (savehist-printable): Print into a buffer rather than char-by-char.
9285
9286 2005-11-01 John Wiegley <johnw@newartisans.com>
9287
9288 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
9289 toggle-ignore keybinding (C-a). The author said it had been
9290 disabled much earlier due to a possible incompatibility, but after
9291 many months of usage I have encountered no problems (and it is a
9292 rather useful option, especially for switching to " *temp*").
9293
9294 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
9295 support for OS/X's AddressBook, by calling out to the open source
9296 program "contacts" (installable through Fink).
9297
9298 * net/eudc.el (eudc-expand-inline): If the
9299 `eudc-multiple-match-handling-method' is set to `all', delete the
9300 query string before inserting the query result.
9301
9302 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
9303 flag, to prevent Eshell from using the system ls when
9304 `eshell-ls-insert-directory' is in used.
9305 (eshell-ls-insert-directory): Disable font-lock in directory
9306 buffer so that Eshell's own fontification is seen. This broke
9307 recently due to changes in font-lock, so this goes back to version
9308 21 behavior.
9309
9310 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
9311
9312 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
9313 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
9314 (gdb-many-windows): Doc fix.
9315
9316 2005-10-31 Romain Francoise <romain@orebokech.com>
9317
9318 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
9319
9320 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9321
9322 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
9323 that global-font-lock-mode can be enabled by default.
9324
9325 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
9326 (font-lock-add-keywords, font-lock-remove-keywords)
9327 (font-lock-fontify-buffer): Remove autoload cookies.
9328
9329 * jit-lock.el (jit-lock-register): Likewise.
9330
9331 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
9332
9333 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9334
9335 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
9336 intact if there is no gud-comint-buffer.
9337
9338 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
9339
9340 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
9341 old prompt comint-prompt-read-only is t and GDB commands are
9342 issued from tool bar etc.
9343
9344 2005-10-31 Masatake YAMATO <jet@gyve.org>
9345
9346 * vc.el (vc-directory-exclusion-list): Add "{arch}".
9347
9348 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
9351 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
9352
9353 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
9356 starting at beginning of line. Fontification is messed up when
9357 `open-paren-in-column-0-is-defun-start' set to t.
9358 Reported by John Paul Wallington <jpw@pobox.com>.
9359
9360 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
9361
9362 * comint.el (comint-send-input): Call `comint-update-fence' when
9363 `comint-process-echoes' and `comint-prompt-read-only' are both
9364 non-nil, to avoid leftover read-only newline.
9365
9366 2005-10-30 Richard M. Stallman <rms@gnu.org>
9367
9368 * textmodes/flyspell.el (flyspell-external-point-words):
9369 Detect when WORD can't be checked properly because
9370 flyspell-get-word finds just part of it, and move on.
9371
9372 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9373 boundarychar for Polish.
9374 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9375 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9376
9377 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9378
9379 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9380 (gdb-registers-font-lock-keywords): Delete.
9381 (gdb-registers-mode): Don't fontify.
9382 (gdb-info-registers-custom): Use text properties instead as, in
9383 future, changed register values will use font-lock-warning-face.
9384 (gdb-local-font-lock-keywords): Rename to...
9385 (gdb-locals-font-lock-keywords): ...for consistency.
9386
9387 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9388
9389 * vc.el (vc-switch-backend): Better error message if the buffer is
9390 not visiting a file under version control.
9391
9392 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9393
9394 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9395
9396 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9397 ~/.emacs.d/.emacs.
9398
9399 2005-10-29 Richard M. Stallman <rms@gnu.org>
9400
9401 * replace.el (occur-mode-mouse-goto): Always go to other window.
9402 (occur-mode-goto-occurrence): Always switch in same window.
9403
9404 * simple.el (undo): Display message at end, not at start.
9405
9406 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9407 New arg REUSE-CELL.
9408 (cancel-timer-internal): New function.
9409 (timer-event-handler): Use cancel-timer-internal,
9410 and pass the cell it returns to timer-activate...
9411
9412 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9413 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9414 (jit-lock-after-change): Test memory-full.
9415
9416 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9417
9418 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9419 part of the decoded armor to find the key-identifier.
9420 (pgg-gpg-lookup-key-owner): New function to return the
9421 human-readable identifier of a key owner.
9422 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9423 key itself.
9424 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9425 the key value) if we have a key and can match it against a secret
9426 key. Also, added a note pointing out fact that the prompt only
9427 indicates the first matching key.
9428
9429 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9430 pgg-decrypt-region.
9431 (pgg-pending-timers): A new hash for tracking the passphrase cache
9432 timers, so that new ones supercede old ones.
9433 (pgg-add-passphrase-to-cache): Rename from
9434 `pgg-add-passphrase-cache' to reduce confusion (all callers
9435 changed). Modified to cancel old timers when new ones are added.
9436 (pgg-remove-passphrase-from-cache): Rename from
9437 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9438 changed). Modified to cancel old timers when their keys are
9439 removed from the cache.
9440 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9441 XEmacs, an indirection to delete-itimer.
9442 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9443 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9444 users can only check cache without risk of prompting. Correct bug in
9445 notruncate behavior.
9446 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9447 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9448 Add informative docstrings.
9449 (pgg-decrypt): Convey provided passphrase in subordinate call to
9450 pgg-decrypt-region.
9451
9452 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9453 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9454 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9455 `passphrase' argument, so the passphrase can be managed externally
9456 and then passed in to the system.
9457
9458 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9459 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9460 so the passphrase cache can be used reliably with identifiers
9461 besides a pgp packet's key id.
9462
9463 * pgg-gpg.el (pgg-pgp-encrypt-region)
9464 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9465 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9466 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9467 argument to all these routines, so the passphrase can be managed
9468 externally and passed in to the system.
9469
9470 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9471 `notruncate' argument, so the passphrase cache can be used
9472 reliably with identifiers besides a pgp packet's key id.
9473
9474 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9475
9476 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9477 symmetric encryption.
9478 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9479 encrypted session key.
9480 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9481 message ask for the passphrase in a proper way.
9482
9483 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9484 New user commands for symmetric encryption.
9485
9486 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
9487
9488 * textmodes/conf-mode.el (conf-assignment-sign)
9489 (conf-assignment-regexp): Fix docstrings.
9490 (conf-mode-initialize): New function.
9491 (conf-mode): Remove optional args. Use delay-mode-hooks to
9492 recognize recursive calls.
9493 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9494 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9495 (conf-xdefaults-mode): Use define-derived-mode and
9496 conf-mode-initialize.
9497
9498 2005-10-29 Romain Francoise <romain@orebokech.com>
9499
9500 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9501
9502 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9503
9504 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9505 part of the decoded armor to find the key-identifier.
9506 (pgg-gpg-lookup-key-owner): New function to return the
9507 human-readable identifier of a key owner.
9508 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9509 key itself.
9510 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9511 the key value) if we have a key and can match it against a secret
9512 key. Also, added a note pointing out fact that the prompt only
9513 indicates the first matching key.
9514
9515 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9516 pgg-decrypt-region.
9517 (pgg-pending-timers): A new hash for tracking the passphrase cache
9518 timers, so that new ones supercede old ones.
9519 (pgg-add-passphrase-to-cache): Rename from
9520 `pgg-add-passphrase-cache' to reduce confusion (all callers
9521 changed). Modified to cancel old timers when new ones are added.
9522 (pgg-remove-passphrase-from-cache): Rename from
9523 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9524 changed). Modified to cancel old timers when their keys are
9525 removed from the cache.
9526 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9527 XEmacs, an indirection to delete-itimer.
9528 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9529 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9530 users can only check cache without risk of prompting. Correct bug in
9531 notruncate behavior.
9532 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9533 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9534 Add informative docstrings.
9535 (pgg-decrypt): Convey provided passphrase in subordinate call to
9536 pgg-decrypt-region.
9537
9538 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9539
9540 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9541 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9542 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9543 `passphrase' argument, so the passphrase can be managed externally
9544 and then passed in to the system.
9545
9546 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9547 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9548 so the passphrase cache can be used reliably with identifiers
9549 besides a pgp packet's key id.
9550
9551 * pgg-gpg.el (pgg-pgp-encrypt-region)
9552 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9553 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9554 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9555 argument to all these routines, so the passphrase can be managed
9556 externally and passed in to the system.
9557
9558 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9559 `notruncate' argument, so the passphrase cache can be used
9560 reliably with identifiers besides a pgp packet's key id.
9561
9562 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9563
9564 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9565 symmetric encryption.
9566 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9567 encrypted session key.
9568 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9569 message ask for the passphrase in a proper way.
9570
9571 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9572 New user commands for symmetric encryption.
9573
9574 2005-10-28 Bill Wohler <wohler@newt.com>
9575
9576 * help-mode.el (help-url): New button type. Calls browse-url.
9577 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9578 Similar to Info nodes: URL `url'.
9579 (help-make-xrefs): Create help-url buttons for
9580 help-xref-url-regexp matches.
9581
9582 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9583
9584 * tool-bar.el (tool-bar-add-item-from-menu)
9585 (tool-bar-local-item-from-menu): Fix doc strings.
9586
9587 2005-10-28 Romain Francoise <romain@orebokech.com>
9588
9589 * ldefs-boot.el: Update.
9590
9591 * subr.el (locate-library): Move from help-fns.el.
9592 * help-fns.el (locate-library): Move to subr.el.
9593
9594 2005-10-28 Richard M. Stallman <rms@gnu.org>
9595
9596 * net/tramp.el (tramp-completion-mode): defvar moved up.
9597
9598 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9599
9600 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9601
9602 * files.el (find-file-noselect): Use %d to format large file size.
9603
9604 * bindings.el (mode-line-format): Add %e.
9605
9606 * loadup.el ("facemenu"): Load unconditionally.
9607 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9608 ("x-dnd"): Load, when appropriate.
9609
9610 * startup.el (command-line): Call before-init-hook earlier.
9611 Warn about some bad characters in -u user name.
9612
9613 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9614 (flyspell-external-point-words): Error if misspelled word is not found.
9615 Set flyspell-large-region-beg at end of word.
9616
9617 2005-10-28 Andreas Schwab <schwab@suse.de>
9618
9619 * view.el (View-revert-buffer-scroll-page-forward):
9620 Use view-page-size-default.
9621
9622 2005-10-28 Juri Linkov <juri@jurta.org>
9623
9624 * international/quail.el (quail-get-current-str): Translate last
9625 raw character for deterministic input methods.
9626
9627 2005-10-27 Jay Belanger <belanger@truman.edu>
9628
9629 * calc/calc-ext.el: Add functions to autoloads.
9630 (math-identity-matrix-p, math-ident-row-p): New functions.
9631
9632 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9633 multiplication by an identity matrix; don't turn multiplication by
9634 an inverse matrix into division.
9635 (math-div-symbol-fancy): Replace division by matrices with
9636 multiplication by inverse.
9637
9638 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9639
9640 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9641 (calc-writeoutpower): New functions.
9642
9643 2005-10-27 Romain Francoise <romain@orebokech.com>
9644
9645 * replace.el (occur-engine): Include colon in mouse-face highlight.
9646
9647 * dired-x.el: Change Maintainer field.
9648
9649 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * longlines.el (longlines-mode): Bind after-change-functions to
9652 nil during initial decoding and final encoding.
9653
9654 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9655
9656 * term.el (term-emulate-terminal, term-handle-colors-array)
9657 (term-handle-ansi-escape): Specify the terminfo capabilities
9658 implemented.
9659
9660 2005-10-26 Richard M. Stallman <rms@gnu.org>
9661
9662 * info.el (Info-fontify-node): Fix detection of sentence-break
9663 before *Note.
9664
9665 2005-10-26 Romain Francoise <romain@orebokech.com>
9666
9667 * smerge-mode.el: Add `tools' to file keywords.
9668
9669 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9670
9671 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9672 when the fringe is not available.
9673
9674 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9675 (def-gdb-auto-update-trigger): Simplify construction.
9676 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9677 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9678 defined explicitly.
9679 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9680 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9681 defined explicitly.
9682 (gdb-info-locals-custom): Remove as it's a no-op.
9683
9684 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * longlines.el (longlines-mode): Remove narrowing before
9687 performing the initial decoding or final encoding.
9688
9689 2005-10-25 Romain Francoise <romain@orebokech.com>
9690
9691 * emacs-lisp/find-func.el (find-library-name): Also strip
9692 extension if library name ends in .el, to take advantage of
9693 `find-library-suffixes'.
9694
9695 2005-10-25 Richard M. Stallman <rms@gnu.org>
9696
9697 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9698
9699 2005-10-25 Juri Linkov <juri@jurta.org>
9700
9701 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9702 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9703
9704 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9707 (blackbox-redefine-key): Add argument `map'.
9708
9709 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9710 regions when moving the jit-lock-context-unfontify-pos boundary.
9711
9712 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9713
9714 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9715
9716 2005-10-25 Masatake YAMATO <jet@gyve.org>
9717
9718 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9719
9720 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9721
9722 * play/blackbox.el (blackbox-redefine-key): New function.
9723 (blackbox-mode-map): Use it to remap existing bindings for cursor
9724 motion instead of binding literal keys.
9725
9726 2005-10-25 Glenn Morris <rgm@gnu.org>
9727
9728 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9729 diary does not end in a newline. Do not assume a blank line at
9730 the start of the diary file.
9731
9732 2005-10-25 Kenichi Handa <handa@m17n.org>
9733
9734 * international/quail.el (quail-translate-key): If the input
9735 method is deterministic and failed to handle the last key, restart
9736 the key handling loop from an appropriate key.
9737
9738 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9739
9740 * vc.el (vc-dired-mode): Extend comment for binding of
9741 `directory-listing-before-filename-regexp'.
9742
9743 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * textmodes/texinfo.el (texinfo-mode):
9746 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9747 not to unnecessarily expose emacs-mule's internal char codes.
9748
9749 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9750
9751 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9752 Display hand pointer and help-echo on disabled icon too.
9753 (gdb-mouse-until): New function.
9754 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9755
9756 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9757
9758 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9759 with 2005-10-23 change to doctor.el.
9760
9761 * finder.el (finder-mode-map): Add follow-link binding.
9762
9763 2005-10-25 Kim F. Storm <storm@cua.dk>
9764
9765 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9766 to gdb-mouse-toggle-breakpoint-fringe.
9767 (gdb-mouse-toggle-breakpoint-margin): Rename from
9768 gdb-mouse-toggle-breakpoint. Fix doc.
9769 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9770 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9771 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9772 string properties also for fringe breakpoint bitmaps.
9773
9774 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9775
9776 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9777
9778 2005-10-25 Masatake YAMATO <jet@gyve.org>
9779
9780 * simple.el (completion-common-substring):
9781 Use `completion-common-substring' prior to `completion-base-size'.
9782
9783 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9784
9785 * savehist.el: Require CL while compiling.
9786 (savehist-history-variables): Remove.
9787 (savehist-save-minibuffer-history, savehist-additional-variables)
9788 (savehist-minibuffer-history-variables): New vars.
9789 (savehist-save): Use them.
9790 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9791 (savehist-install): New fun, extracted from savehist-load.
9792 (savehist-load): Use them.
9793
9794 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9797 a dummy doc-string-elt property.
9798 (defalias, defvaralias, define-category): Add a docstring property.
9799
9800 * image.el (defimage):
9801 * widget.el (define-widget):
9802 * custom.el (defface, defcustom): Add `doc-string' declaration.
9803
9804 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9805 (defadvice): Add `doc-string' declaration.
9806
9807 * emacs-lisp/byte-run.el (macro-declaration-function):
9808 Handle `doc-string' declarations.
9809 (define-obsolete-function-alias, define-obsolete-variable-alias):
9810 Add `doc-string' declaration.
9811
9812 2005-10-24 Kenichi Handa <handa@m17n.org>
9813
9814 * international/utf-7.el (utf-7): Add autoload cookie.
9815
9816 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9817
9818 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9819
9820 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9821 list of directories passed to batch-update-autoloads. Add "." to
9822 the list of the echoed directories.
9823
9824 * pgg-def.el:
9825 * pgg-gpg.el:
9826 * pgg-parse.el:
9827 * pgg-pgp.el:
9828 * pgg-pgp5.el:
9829 * pgg.el: Moved here from the gnus subdirectory.
9830
9831 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9832
9833 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9834 in case comint-prompt-read-only is set to t.
9835
9836 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9837 in case comint-prompt-read-only is set to t.
9838
9839 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9840
9841 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9842 Now a string.
9843 (icalendar-import-format): Handle CLASS, STATUS, URL.
9844 Rename `subject' to `summary'.
9845 (icalendar-import-format-summary): Rename from
9846 `icalendar-import-format-subject'.
9847 (icalendar-import-format-url, icalendar-import-format-status)
9848 (icalendar-import-format-class): New variables.
9849 (icalendar--rris): Take variable argument list.
9850 (icalendar--datestring-to-isodate): Remove unnecessary
9851 calendar-style check when converting dates with explicit month names.
9852 (icalendar-export-region): Change return type of conversion
9853 subroutines. Bury current buffer unless error occurred.
9854 (icalendar--convert-to-ical)
9855 (icalendar--parse-summary-and-rest): New functions.
9856 (icalendar--convert-ordinary-to-ical)
9857 (icalendar--convert-weekly-to-ical)
9858 (icalendar--convert-yearly-to-ical)
9859 (icalendar--convert-block-to-ical)
9860 (icalendar--convert-cyclic-to-ical)
9861 (icalendar--convert-anniversary-to-ical): Change return type.
9862 Strip trailing blanks from subject.
9863 (icalendar--convert-sexp-to-ical): Change return type.
9864 Strip trailing blanks from subject. Handle simple sexp
9865 entries as generated by icalendar.el.
9866 (icalendar--convert-float-to-ical)
9867 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9868 (icalendar-import-file): Doc fix.
9869 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9870 Correct call to icalendar--rris.
9871 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9872 `summary'.
9873 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9874
9875 2005-10-24 Romain Francoise <romain@orebokech.com>
9876
9877 * server.el (server-sentinel): Set query-on-exit flag to nil on
9878 new client processes (it isn't inherited from the server process).
9879
9880 * replace.el (occur-engine): Rearrange text properties.
9881
9882 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9885 case-fold-search is nil.
9886 (debug-help-follow): Use help-xref-interned directly.
9887
9888 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9889
9890 * thumbs.el (thumbs-image-type): Add .pbm.
9891
9892 2005-10-23 Richard M. Stallman <rms@gnu.org>
9893
9894 * faces.el (inhibit-face-set-after-frame-default): New variable.
9895 (set-face-attribute): Bind it.
9896 (face-set-after-frame-default): Test it.
9897
9898 * help-fns.el (describe-simplify-lib-file-name): New function.
9899 (describe-function-1, describe-variable): Use it.
9900
9901 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9902
9903 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9904 Eliminate nil as possible value.
9905 (tooltip-hide-delay): Reduce internal-border-width.
9906
9907 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9908 (menu-bar-file-menu) <new-file>: Likewise.
9909
9910 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9911
9912 * international/mule.el (load-with-code-conversion):
9913 Pass full file name to `eval-buffer' unless preloading.
9914
9915 * textmodes/flyspell.el (flyspell-large-region):
9916 Call ispell-check-version.
9917
9918 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9919 Fix the make-variable-buffer-local call that was supposed
9920 to be for this variable.
9921 (ispell-aspell-supports-utf8): Doc fix.
9922 (ispell-find-aspell-dictionaries): Preserve elements of
9923 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9924 (ispell-aspell-find-dictionary): Return nil on error.
9925
9926 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9927 (doctor-symptoms): Likewise.
9928
9929 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9930
9931 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9932
9933 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9934 (custom-raised-buttons): Add :set spec.
9935 (custom-button-unraised, custom-button-pressed-unraised):
9936 New faces, so that custom-raised-buttons actually does something.
9937 (custom-mode): Use custom-button and custom-button-pressed.
9938
9939 * wid-edit.el (widget-specify-button): Don't ignore
9940 widget-mouse-face on graphic terminals.
9941 (widget-move-and-invoke): Cleanup.
9942
9943 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9944
9945 * whitespace.el (whitespace-cleanup): Doc fix.
9946
9947 2005-10-23 Romain Francoise <romain@orebokech.com>
9948
9949 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9950 `eval-after-load' to avoid evaluating their result.
9951
9952 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9953
9954 * files.el (directory-listing-before-filename-regexp):
9955 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9956
9957 * dired.el (dired-move-to-filename-regexp): Remove.
9958 All occurences replaced by `directory-listing-before-filename-regexp'.
9959
9960 * dired-x.el, locate.el, vc.el:
9961 Replace `dired-move-to-filename-regexp' by
9962 `directory-listing-before-filename-regexp'. In vc.el it is
9963 overwritten locally; maybe this can be handled in files.el too.
9964
9965 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9966 replaced by `directory-listing-before-filename-regexp'.
9967
9968 2005-10-23 Andreas Schwab <schwab@suse.de>
9969
9970 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9971 and eval-next-after-load.
9972
9973 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9974
9975 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9976 exist, create it.
9977
9978 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9979
9980 * allout.el: Remove autoloads for mailcrypt and crypt++.
9981 Require pgg, pgg-gpg during compilation.
9982 (allout-version): Increment version number to 2.1, and use a literal
9983 rather than RCS Id.
9984 (allout-default-encryption-scheme): Remove.
9985 (allout-passphrase-verifier-handling)
9986 (allout-passphrase-verifier-string)
9987 (allout-file-passphrase-verifier-string)
9988 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9989 (allout-passphrase-hint-handling): Rename and simplify.
9990 (allout-init): Use `find-file-hook' if available, otherwise
9991 `find-file-hooks'.
9992 (allout-mode): Use `write-file-functions' if available, otherwise
9993 `local-write-file-hooks' and, instead of making auto-save-hook
9994 buffer local, make the write-file-hook activity contingent to
9995 allout-mode.
9996 (allout-mode): Use key-binding substitution in the docstring.
9997 (allout-kill-line): Spell-out kill ring data structure mutation
9998 instead of using byte-compiler-complaint-provoking `pop'.
9999 (allout-insert-listified): Use `insert' rather than `insert-string'
10000 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10001 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10002 (allout-encrypt-string): Totally revamped vis new underlying
10003 encryption facilities.
10004 (allout-mc-activate-passwd): Remove.
10005 (allout-obtain-passphrase): New, more or less replaces
10006 allout-mc-activate-passwd.
10007 (allout-encrypted-key-info): More or less replaces
10008 allout-encrypted-text-type.
10009 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10010 (my-mark-marker): Use `(featurep 'xemacs)'.
10011
10012 2005-10-23 Lars Hansen <larsh@soem.dk>
10013
10014 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10015 (byte-compile-file-form-defmumble, byte-compile-defun)
10016 (byte-compile-defmacro): Use it.
10017 (byte-compile-form): Don't call byte-compile-set-symbol-position
10018 when a byte-compile handler is called.
10019
10020 2005-10-22 Romain Francoise <romain@orebokech.com>
10021
10022 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10023
10024 * subr.el (eval-after-load): Convert library name to an absolute
10025 file name using locate-library, since load-history no longer has
10026 library names in it.
10027
10028 2005-10-22 Richard M. Stallman <rms@gnu.org>
10029
10030 * files.el (make-temp-file): Move from subr.el.
10031 * subr.el (make-temp-file): Move to files.el.
10032
10033 * window.el (get-buffer-window-list): Move from subr.el.
10034 * subr.el (get-buffer-window-list): Move to window.el.
10035
10036 * image.el (image-load-path): Use eval-at-startup to initialize.
10037
10038 * subr.el (eval-at-startup): New macro.
10039
10040 * subr.el: Much rearrangement of functions and division
10041 into pages. No code changes.
10042
10043 2005-10-22 Kenichi Handa <handa@m17n.org>
10044
10045 * tar-mode.el (tar-extract): Be sure to call
10046 find-operation-coding-system if set-auto-coding doesn't find a
10047 coding system.
10048
10049 2005-10-22 Kim F. Storm <storm@cua.dk>
10050
10051 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10052 Change users.
10053 (image-type-file-name-regexps): New defconst.
10054 (image-type-from-data): Simplify loop.
10055 (image-type-from-buffer): New defun.
10056 (image-type-from-file-header): Use it instead of image-type-from-data.
10057 Use image-search-load-path instead of only looking in data-directory.
10058 (image-type-from-file-name): New defun.
10059 (image-search-load-path): Change `pathname' to `filename'.
10060 Make PATH arg optional, default to image-load-path.
10061
10062 2005-10-21 Richard M. Stallman <rms@gnu.org>
10063
10064 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10065
10066 * textmodes/paragraphs.el (sentence-end-base): New variable.
10067 (sentence-end): Use sentence-end-base.
10068
10069 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * font-lock.el (font-lock-default-fontify-region): Check the multiline
10072 property independently from the font-lock-multiline variable.
10073
10074 2005-10-21 Richard M. Stallman <rms@gnu.org>
10075
10076 * emacs-lisp/find-func.el (find-library-name): Doc fix.
10077
10078 * startup.el (command-line): Convert library names
10079 in `load-history' to absolute file names.
10080
10081 * subr.el (symbol-file): Doc fix.
10082
10083 * loadhist.el (file-loadhist-lookup): Call locate-library
10084 instead of find-library-name. Don't try converting
10085 abs file names to library names, since load-history no longer
10086 has library names in it.
10087 (file-dependents, file-provides, file-requires): Doc fixes.
10088
10089 2005-10-21 Juri Linkov <juri@jurta.org>
10090
10091 * progmodes/etags.el (tags-table-mode): New function.
10092 (tags-verify-table): Replace initialize-new-tags-table with
10093 tags-table-mode.
10094
10095 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
10096 default value.
10097 (desktop-modes-not-to-save): Add tags-table-mode to the
10098 default value.
10099
10100 * info.el (Info-index-next): Add total number of index
10101 alternatives to the message.
10102
10103 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
10104 backward only space (instead of space and period) before looking
10105 at sentence end.
10106
10107 * simple.el (set-variable): Use user-variable-p instead of symbolp.
10108 Add the old variable value as 4th default-value arg of read-string.
10109
10110 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10111
10112 * cus-face.el (custom-declare-face): Make face from X resources
10113 also on Mac.
10114
10115 * disp-table.el (standard-display-g1, standard-display-graphic):
10116 Refuse to use string glyphs also on Mac.
10117 (standard-display-european): Don't set terminal coding system also
10118 on Mac.
10119
10120 * frame.el (display-screens): Use x-display-screens also on Mac.
10121
10122 2005-10-21 Romain Francoise <romain@orebokech.com>
10123
10124 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
10125
10126 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
10129 and $? into sexps.
10130
10131 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
10132 warning face on open-paren-in-column-0.
10133
10134 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10135 boundary case. Fix typo.
10136 Suggested by Martin Rudalics <rudalics@gmx.at>.
10137
10138 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
10139
10140 * textmodes/org.el (org-combined-agenda-icalendar-file)
10141 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
10142 (org-export-icalendar-this-file)
10143 (org-export-icalendar-all-agenda-files)
10144 (org-export-icalendar-combine-agenda-files): New commands.
10145 (org-export-icalendar, org-print-icalendar-entries)
10146 (org-start-icalendar-file, org-finish-icalendar-file)
10147 (org-ical-ts-to-string): New functions.
10148 (org-read-date, org-goto-calendar)
10149 (org-agenda-goto-calendar): Inhibit displaying diary entries by
10150 call to `calendar'.
10151 (orgtbl-setup): Remove the :keys arguments from the menu description.
10152 (org-after-save-iCalendar-file-hook): New variable.
10153
10154 2005-10-21 Kenichi Handa <handa@m17n.org>
10155
10156 * language/vietnamese.el (tcvn-5712): Make it an alias of
10157 vietnamese-tcvn coding-system.
10158
10159 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
10160
10161 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
10162 group id is given.
10163
10164 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * progmodes/sh-script.el (sh-escaped-line-re): New var.
10167 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
10168 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
10169 whose line is either continued or ends with a comment.
10170
10171 2005-10-20 Romain Francoise <romain@orebokech.com>
10172
10173 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
10174
10175 * replace.el (occur-engine): Add follow-link property.
10176
10177 * font-core.el (font-lock-mode): Doc fix.
10178
10179 2005-10-20 Richard M. Stallman <rms@gnu.org>
10180
10181 * net/rcirc.el: New file.
10182
10183 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
10184
10185 * term.el (term-term-name): Initialize to "eterm-color".
10186
10187 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
10188
10189 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
10190 for encryption functionality.
10191 Move allout customization subgroup from `editing' to `outlines' group.
10192 Fix commentary keywords to legitimate ones.
10193 Update author info (using my current email address, obscurified).
10194 (allout-encrypt-string, allout-encryption-produce-work-buffer)
10195 (allout-encrypted-topic-p, allout-encrypted-text-type)
10196 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
10197 (allout-situate-encryption-key-verifier)
10198 (allout-get-encryption-key-verifier, allout-verify-key)
10199 (allout-next-topic-pending-encryption)
10200 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
10201 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
10202 (outline-key-verifier-handling, outline-key-hint-handling)
10203 (outline-encrypt-unencrypted-on-saves): New defcustoms.
10204 (allout-file-key-verifier-string, allout-encryption-scheme)
10205 (allout-key-verifier-string, allout-key-hint-string)
10206 (allout-after-save-decrypt): New variables.
10207 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
10208 (allout-after-saves-handler): New hook functions.
10209 (allout-post-command-business): Do allout-after-save-decrypt.
10210 (allout-enable-file-variable-adjustment): Custom var to enable
10211 mechanism for adding and adjusting settings of Emacs file variables.
10212 (allout-adjust-file-variable, allout-file-vars-section-data):
10213 New functions, implement the mechanism.
10214 (outlineify-sticky): Use the file vars mechanism.
10215 (allout-inhibit-protection, allout-during-write-cue)
10216 (allout-override-protect, allout-before-change-protect): Remove.
10217 (allout-flag-region, allout-open-topic): Adjust read-only text.
10218 (allout-open-line-not-read-only): Add to facilitate read-only
10219 text based protection.
10220 (allout-kill-line): Revise to adjust read-only text, clue the
10221 user about the inhibition.
10222 (allout-unprotected): Use unwind-protect.
10223 (allout-shift-in, allout-shift-out): Disallow manually shifting a
10224 topic deeper than the offspring depth of the previous topic -
10225 avoiding confusing "containment discontinuities".
10226 (allout-reindent-bodies): Fix retention of body relative hanging
10227 indent during promotion of collapsed bodies.
10228 (allout-open-topic): Make it easy to open new topic with same
10229 bullet as current topic - topic creation functions provided with
10230 any universal argument provokes now prompt for bullet, defaulting
10231 to the bullet of the previous topic.
10232 (allout-plain-bullets-string, allout-distinctive-bullets-string):
10233 Plain bullet alternates `.' period and `,' comma only. All other
10234 bullets are relegated to special status (but customizable).
10235 (allout-end-of-entry): Rename from allout-end-of-current-entry
10236 since it actually operates w.r.t. most immediately containing
10237 entry, visible or not.
10238 (allout-hide-current-entry, allout-show-current-entry): Use the
10239 revised version.
10240 (allout-old-expose-topic): Solidify deprecation.
10241 (allout-end-of-subtree): Add so we can span concealed as well
10242 as visible topics.
10243 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
10244 (allout-end-of-current-heading): Tweak to just respect the first line.
10245 (allout-get-body-text): Add.
10246 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
10247 when invoked interactively.
10248 (allout-up-current-level): Use `interactive-p'.
10249 (allout-mode, allout-init): Miscellaneous docstring and
10250 operational refinements, as well as hookups of new encryption stuff.
10251 (allout-beginning-of-current-entry): Now works as advertised.
10252 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
10253 (allout-isearch-rectification): Refine condition for isearching.
10254 (allout-isearch-abort, allout-enwrap-isearch)
10255 (allout-flag-region, my-region-active-p): Relocate some macros.
10256 (allout-title): Fallback title is (buffer-name), not
10257 non-existing (current-buffer-name).
10258 (subst-char-in-string): Define if absent (for some XEmacs versions).
10259
10260 2005-10-20 Jari Aalto <jari.aalto@cante.net>
10261
10262 * mail/sendmail.el (mail-setup-hook, mail-aliases)
10263 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
10264 (mail-citation-prefix-regexp, mail-signature-file)
10265 (mail-default-headers, mail-bury-selects-summary)
10266 (mail-send-nonascii): Add autoload cookies.
10267
10268 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10269
10270 * frame.el (blink-cursor-mode): Add `mac' to the list of
10271 window-system's that support blinking cursor.
10272
10273 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10274
10275 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
10276
10277 2005-10-20 Eli Zaretskii <eliz@gnu.org>
10278
10279 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
10280 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
10281 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
10282
10283 2005-10-20 Kim F. Storm <storm@cua.dk>
10284
10285 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
10286 (ido-set-current-directory): Don't add / after final @.
10287 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
10288 Explicitly handle ange-ftp completion oddities.
10289 (ido-make-file-list): Don't rotate list at tramp root to avoid
10290 triggering tramp file handler for expand-file-name via get-file-buffer.
10291
10292 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
10295
10296 2005-10-19 Jay Belanger <belanger@truman.edu>
10297
10298 * calc/calc-units.el (math-standard-units): Add units, adjust
10299 symbols and update values.
10300 (math-unit-prefixes): Add more prefixes.
10301
10302 2005-10-19 Romain Francoise <romain@orebokech.com>
10303
10304 * bookmark.el (bookmark-menu-heading): New face.
10305 (bookmark-bmenu-list): Use it.
10306 Don't fiddle with `baud-rate' at top-level.
10307
10308 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * image.el (create-image, find-image): Mention max-image-size in
10311 docstring.
10312
10313 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * savehist.el (savehist-load): Revert to checking XEmacs.
10316
10317 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
10318 Various docstring and line-width fixups.
10319 (conf-mode): Use cond.
10320 Set font-lock-defaults. Don't set comment-use-syntax.
10321
10322 2005-10-18 David Ponce <david@dponce.com>
10323
10324 * tree-widget.el (tree-widget-button-click): New function.
10325 (tree-widget-button-keymap): Use it.
10326
10327 2005-10-18 Romain Francoise <romain@orebokech.com>
10328
10329 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10330 (bookmark-bmenu-hide-filenames): Add follow-link property.
10331 Improve help-echo text.
10332
10333 * ffap.el (find-file-at-point): Doc fix.
10334
10335 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10336
10337 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
10338
10339 2005-10-18 Masatake YAMATO <jet@gyve.org>
10340
10341 Install to the CVS repository what I forgot to install in my
10342 2005-10-16 changes.
10343
10344 * progmodes/python.el (python-complete-symbol): Pass the common
10345 prefix substring of completion to `display-completion-list'.
10346
10347 * textmodes/org.el (org-complete): Ditto.
10348
10349 2005-10-18 Masatake YAMATO <jet@gyve.org>
10350
10351 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
10352
10353 * woman.el (WoMan-xref-man-page): New button type derived
10354 from `Man-abstract-xref-man-page'.
10355 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
10356
10357 * man.el (Man-abstract-xref-man-page): New button type.
10358 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
10359 (Man-highlight-references): Add new optional argument `xref-man-type'.
10360
10361 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10362
10363 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
10364
10365 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * cus-edit.el (Custom-move-and-invoke): Delete.
10368 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10369
10370 * wid-edit.el (widget-move-and-invoke): New function, from
10371 Custom-move-and-invoke.
10372
10373 2005-10-17 Bill Wohler <wohler@newt.com>
10374
10375 Move all remaining images from lisp/toolbar to etc/images, move
10376 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10377 the low resolution images in their own directory (low-color).
10378
10379 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10380 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10381 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10382 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10383 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10384 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10385 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10386
10387 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10388 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10389 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10390 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10391 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10392 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10393 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10394 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10395 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10396 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10397 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10398 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10399 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10400 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10401 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10402
10403 To conform with convention, replace the underscore (_) in the
10404 following image names with dash (-) or (/) as appropriate.
10405
10406 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10407 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10408 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10409 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10410 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10411 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10412 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10413 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10414 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10415 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10416 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10417 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10418 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10419 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10420 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10421
10422 * info.el (info-tool-bar-map): Replace underscores in image names
10423 with dashes.
10424
10425 * makefile.w32-in (WINS): Remove toolbar.
10426
10427 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10428
10429 * tool-bar.el: Move to lisp from toolbar. Now that
10430 toolbar is empty, it should be deleted when folks run "cvs up -P".
10431
10432 2005-10-18 Jay Belanger <belanger@truman.edu>
10433
10434 * calc/calc-store.el (calc-store-into): Get the proper variable name
10435 to display in message.
10436
10437 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10438
10439 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10440 expressions display in speedbar for all buffers when debugging.
10441 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10442
10443 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10444 (speedbar-insert-button, speedbar-make-button):
10445 Use add-text-properties.
10446 (speedbar-update-localized-contents)
10447 (speedbar-update-directory-contents)
10448 (speedbar-update-special-contents): Use dolist.
10449 (speedbar-buffer-easymenu-definition): Add a menu separator.
10450
10451 2005-10-17 Jason Rumney <jasonr@gnu.org>
10452
10453 * makefile.w32-in: Use $(lisp) consistently.
10454 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10455 for shell specific generation of mh-autoloads.
10456
10457 2005-10-17 Richard M. Stallman <rms@gnu.org>
10458
10459 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10460
10461 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * jit-lock.el (jit-lock-fontify-now):
10464 Move jit-lock-context-unfontify-pos to avoid wasted work.
10465
10466 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10467
10468 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10469 `tramp-completion-mode' for checking if we are in completion mode.
10470 (tramp-completion-handle-file-name-all-completions): Reorder code
10471 in order to complete for file names only in case there are no
10472 method/user/host completions. This is necessary for cooperation
10473 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10474
10475 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * longlines.el (longlines-search-forward)
10478 (longlines-search-backward): Match any number of spaces.
10479
10480 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10481
10482 * diff-mode.el (diff-mode): Doc fix.
10483
10484 2005-10-16 David Reitter <david.reitter@gmail.com>
10485
10486 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10487 as default on darwin and windows systems.
10488
10489 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
10490
10491 * arc-mode.el (archive-zip-extract): Doc fix.
10492
10493 2005-10-16 Romain Francoise <romain@orebokech.com>
10494
10495 * mouse.el (mouse-1-click-follows-link): Doc fix.
10496
10497 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * savehist.el: Don't require CL at runtime.
10500 (savehist-xemacs): Remove.
10501 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10502 (savehist-no-conversion): Use (featurep 'xemacs).
10503 (savehist-load): Check existence of start-itimer rather than XEmacs.
10504 Use an idle timer.
10505 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10506 `delete-if-not'.
10507
10508 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10509
10510 * savehist.el: Newer version.
10511 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10512 (savehist-last-checksum, savehist-no-conversion): New vars.
10513 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10514 New functions.
10515 (savehist-load, savehist-save): Use them.
10516 (savehist-delimit): Remove.
10517
10518 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * progmodes/compile.el (compilation-goto-locus): Display the
10521 compilation buffer first and the source buffer second, in case they're
10522 in overlapping frames. Don't raise the compilation frame if it was the
10523 selected window upon entry. Pass the `other-window' arg to
10524 pop-to-buffer.
10525
10526 * info.el (Info-fontify-node): Use dolist.
10527 Change add-text-properties to put-text-property.
10528
10529 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10530
10531 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10532 bound of search.
10533
10534 2005-10-16 Masatake YAMATO <jet@gyve.org>
10535
10536 * dabbrev.el (dabbrev-completion): Pass the common
10537 prefix substring of completion to `display-completion-list'.
10538
10539 * filecache.el (file-cache-minibuffer-complete)
10540 (file-cache-complete): Ditto.
10541
10542 * tempo.el (tempo-display-completions): Ditto.
10543
10544 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10545
10546 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10547
10548 * eshell/em-hist.el (eshell-list-history): Ditto.
10549
10550 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10551
10552 * mail/mailalias.el (mail-complete): Ditto.
10553
10554 * progmodes/etags.el (complete-tag): Ditto.
10555
10556 * progmodes/make-mode.el (makefile-complete): Ditto.
10557
10558 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10559
10560 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10561
10562 * progmodes/pascal.el (pascal-complete-word)
10563 (pascal-show-completions): Ditto.
10564
10565 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10566
10567 * simple.el (completion-common-substring): New variable.
10568 (completion-setup-function): Use `completion-common-substring'
10569 to put faces.
10570
10571 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10572
10573 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10574 (x-get-selection, mac-select-convert-to-string): Convert from/to
10575 UTF-16 clipboard data as in native byte order, no BOM.
10576
10577 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10578
10579 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10580 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10581 (gud-sentinel): Use speedbar-frame to check for speedbar.
10582
10583 2005-10-15 Richard M. Stallman <rms@gnu.org>
10584
10585 * savehist.el: New file.
10586
10587 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10588
10589 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10590 Fix bug in \bf fontification.
10591
10592 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * pcvs.el (cvs-edit-log-files): New var.
10595 (cvs-mode-edit-log): New arg `file'.
10596 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10597 Instead force the use of the original file and nothing else.
10598 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10599 the cvs-minor-wrap-function is set.
10600 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10601
10602 2005-10-14 Bill Wohler <wohler@newt.com>
10603
10604 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10605 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10606 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10607 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10608 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10609 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10610 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10611 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10612 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10613 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10614 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10615 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10616 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10617 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10618 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10619
10620 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10621 appropriately (for example, gud-break to gud/break).
10622
10623 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * longlines.el (longlinges-search-function)
10626 (longlines-search-forward, longlines-search-backward): New functions.
10627 (longlines-mode): Set isearch-search-fun-function to
10628 longlinges-search-function.
10629
10630 * mouse.el (mouse-drag-region-1): Handle the case where a
10631 double-click event is bound to an arbitrary function.
10632
10633 2005-10-14 David Ponce <david@dponce.com>
10634
10635 * recentf.el (recentf-track-opened-file)
10636 (recentf-track-closed-file, recentf-update-menu)
10637 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10638 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10639 mouse-1-click-follows-link.
10640
10641 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10642
10643 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10644 Gnome file-manager.png. Suggested by
10645 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10646
10647 * toolbar/README: Add diropen.xpm.
10648
10649 2005-10-13 Bill Wohler <wohler@newt.com>
10650
10651 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10652 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10653
10654 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10657 Don't waste the byte-compiler's time on constant data.
10658
10659 2005-10-13 Kenichi Handa <handa@m17n.org>
10660
10661 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10662 byte with `escape-glyph' face.
10663
10664 * international/fontset.el (ccl-encode-unicode-font):
10665 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10666 Handle the case that ucs-mule-to-mule-unicode translates a character to
10667 ASCII (usually for IPA characters).
10668
10669 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10672 Don't hide the underline of titles if font-lock-mode is disabled.
10673
10674 2005-10-12 Bill Wohler <wohler@newt.com>
10675
10676 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10677 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10678 files in MH-E-SRC have been updated.
10679 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10680
10681 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10684 (mixal-mode-syntax-table): Add \n as end-comment.
10685 (mixal-operation-codes-alist): Immediately initialize to full value.
10686 (mixal-add-operation-code): Remove.
10687 (mixal-describe-operation-code): Make the arg non-optional.
10688 Use the interactive spec instead.
10689 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10690 (mixal-font-lock-keywords): Don't highlight comments here any more.
10691 (mixal-font-lock-syntactic-keywords): New var.
10692 (mixal-mode): Use it. Fix comment-start-skip.
10693
10694 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10695
10696 * startup.el (command-line-x-option-alist): -nb => -nbi
10697
10698 2005-10-12 Kim F. Storm <storm@cua.dk>
10699
10700 * startup.el (fancy-splash-default-action): Discard mouse click in
10701 the splash screen window, as it has no sensible meaning in the
10702 next window to be selected. Fixes error reported by Jan D.
10703
10704 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10705
10706 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10707
10708 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10711 Try to fix up minor layout issues like indentation, line break, etc...
10712 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10713 because it doesn't work.
10714 (mixal-operation-codes): Add some more codes.
10715 (mixal-font-lock-keywords): Process comments here.
10716 (mixal-mode): mixasm no longer needs -g option.
10717
10718 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10719
10720 * progmodes/sh-script.el (sh-tmp-file):
10721 Use mktemp -t. Finish support for es and rc shells.
10722
10723 2005-10-11 Jay Belanger <belanger@truman.edu>
10724
10725 * calc/calcalg2.el (calc-integral): With an argument, compute the
10726 definite integral.
10727
10728 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10729
10730 * mouse.el (mouse-drag-region-1): Don't try to catch a
10731 double-click when doing follow-link (it's overridden anyway).
10732
10733 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10734
10735 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10736 (autoload-print-form-outbuf): Add docstring.
10737
10738 2005-10-11 Juri Linkov <juri@jurta.org>
10739
10740 * info.el (Info-mode-menu): Delete menu item "Edit".
10741 (Info-mode): Delete description of Info-edit from docstring,
10742 and rearrange descriptions of Info commands in the order
10743 they are documented in the Info manual.
10744
10745 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * calendar/appt.el (appt-check): Use diary-selective-display var.
10748
10749 2005-10-10 Richard M. Stallman <rms@gnu.org>
10750
10751 * net/newsticker.el (newsticker-start, newsticker-show-news):
10752 Add autoload cookies.
10753
10754 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10755
10756 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10757
10758 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10759
10760 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10761
10762 2005-10-10 Jay Belanger <belanger@truman.edu>
10763
10764 * calc/calc-arith.el (math-check-known-scalarp)
10765 (math-check-known-matrixp): Check the values of arguments that are
10766 variables.
10767 (math-check-known-square-matrixp): New function.
10768 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10769 (math-super-types): Add sqmatrix type.
10770
10771 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10772 mode name `square' to `sqmatrix'.
10773
10774 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10775 mode name `square' to `sqmatrix'.
10776
10777 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * progmodes/etags.el (select-tags-table-mode): Don't use
10780 selective-display.
10781 (tags-select-tags-table): Pass `button' to the action function.
10782 (select-tags-table): Place the side-info on button properties rather
10783 than in hidden text. Abbreviate file names.
10784 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10785 (select-tags-table-select): Add `button' argument.
10786 Get side-info from the button property rather than from hidden text.
10787
10788 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10789
10790 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10791 (gud-speedbar-buttons): Preserve point if possible.
10792 (gud-sentinel): Restore previous speedbar display type.
10793
10794 * progmodes/gdb-ui.el (gdba): Improve diagram.
10795 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10796 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10797 Call get-buffer-window once.
10798
10799 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10802 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10803 (pascal-indent-command): Remove unused var `ind'.
10804 (pascal-indent-case): Remove unused var `oldpos'.
10805 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10806 since it's now used as a proper minor mode map.
10807 (pascal-outline): Rename to pascal-outline-mode.
10808 (pascal-outline-mode): Use define-minor-mode.
10809 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10810 selective-display.
10811
10812 2005-10-10 Andreas Schwab <schwab@suse.de>
10813
10814 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10815 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10816
10817 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10818 outside source directory.
10819
10820 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10821
10822 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10823 C-x' as a prefix.
10824 (orgtbl-mode-map): Full keymap instead of sparse, because all
10825 `self-insert-command' keys are redefined in this map.
10826 (org-export-as-html): Specify charset for HTML file, by taking it
10827 from the coding system.
10828
10829 2005-10-10 Kenichi Handa <handa@m17n.org>
10830
10831 * textmodes/flyspell.el (flyspell-check-word-p):
10832 If unread-command-events is non-empty, don't call sit-for.
10833
10834 2005-10-09 Richard M. Stallman <rms@gnu.org>
10835
10836 * font-lock.el (font-lock-syntactic-keywords)
10837 (font-lock-keywords): Doc fixes.
10838
10839 * textmodes/flyspell.el (flyspell-external-point-words):
10840 Simplify logic, and don't try to check for consecutive appearances
10841 of one incorrect word.
10842
10843 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10844
10845 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10846 separator.
10847
10848 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10849 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10850 (gud-expansion-speedbar-buttons): New function.
10851 (gud-speedbar-buttons): Check for gud-comint-buffer.
10852
10853 2005-10-09 Bill Wohler <wohler@newt.com>
10854
10855 * Makefile.in (updates): Add mh-loaddefs dependency.
10856
10857 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10858
10859 * speedbar.el (speedbar-file-key-map): Fix typo.
10860
10861 2005-10-09 Daniel Brockman <daniel@brockman.se>
10862
10863 * cus-start.el (line-spacing): Add custom spec.
10864
10865 2005-10-09 Romain Francoise <romain@orebokech.com>
10866
10867 * textmodes/ispell.el (ispell-check-version): Fix last change.
10868
10869 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10870
10871 * term/x-win.el: Remove -i, --icon-type from comment.
10872
10873 * startup.el (command-line-x-option-alist): Remove options -i,
10874 -itype, --icon-type, added -nb, --no-bitmap-icon
10875
10876 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10877
10878 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10879 instead of :active.
10880
10881 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10882
10883 * textmodes/ispell.el (ispell-check-version):
10884 Ignore hyphen, and all that follows, in aspell's version text.
10885
10886 2005-10-08 Jay Belanger <belanger@truman.edu>
10887
10888 * calc/calc-arith.el (math-known-square-matrixp): New function.
10889 (math-pow-fancy): Check for matrices before distributing exponent
10890 across products.
10891
10892 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10893 fullscreen keypad. Suggested by Luc Teirlinck.
10894 (calc-keypad-show-input): Add space for formatting.
10895
10896 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10897 Add square matrix option.
10898
10899 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10900 of checking calc-matrix-mode when deciding how to expand.
10901
10902 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10903
10904 2005-10-08 Lars Hansen <larsh@soem.dk>
10905
10906 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10907 Add error handling.
10908 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10909
10910 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10911
10912 Sync with Tramp 2.0.51.
10913
10914 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10915 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10916 Insert special handling for `last-coding-system-used', again
10917 it still seems to be necessary (unlike stated before).
10918 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10919 (tramp-password-prompt-regexp): There might be other words before
10920 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10921 (tramp-chunksize): Improve docstring.
10922 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10923 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10924 Christian Joergensen <bugs@razor.dk>.
10925
10926 2005-10-07 Glenn Morris <rgm@gnu.org>
10927
10928 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10929 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10930 precision'.
10931
10932 2005-10-07 Romain Francoise <romain@orebokech.com>
10933
10934 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10935 (ibuffer-do-shell-command-pipe-replace)
10936 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10937 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10938 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10939 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10940 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10941 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10942 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10943 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10944 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10945 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10946 Autoload file sans suffix.
10947
10948 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10949
10950 2005-10-07 David Ponce <david@dponce.com>
10951
10952 * recentf.el (recentf-menu-open-all-flag): New option.
10953 (recentf-digit-shortcut-command-name): New function.
10954 (recentf--shortcuts-keymap): New variable.
10955 (recentf-menu-shortcuts): New variable.
10956 (recentf-make-menu-items): Initialize it. Replace the "More..."
10957 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10958 (recentf-menu-value-shortcut): New function.
10959 (recentf-make-menu-item): Use it. No more in-lined.
10960 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10961 (recentf-open-most-recent-file): Rename from
10962 `recentf-open-file-with-key'. Don't depend on key binding.
10963 (recentf-mode-map): New variable.
10964 (recentf-mode): Use it.
10965
10966 2005-10-06 Bill Wohler <wohler@newt.com>
10967
10968 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10969
10970 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10971 (MH-E-SRC): New. Used by mh-autoloads.
10972 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10973 files in MH-E-SRC have been updated.
10974 (compile, recompile, bootstrap): Depend on mh-autoloads.
10975
10976 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10977
10978 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10979 gud-break and gud-remove icons when the fringe is not available.
10980
10981 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10982 Typo.
10983
10984 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10985
10986 * play/zone.el (zone): Wrap body with save-window-excursion.
10987
10988 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10991 Use the new `list-only' arg to diary-list-entries.
10992
10993 * calendar/diary-lib.el: Use overlays rather than selective-display.
10994 (diary-selective-display): New var.
10995 (diary-header-line-format): Use it.
10996 (diary-list-entries): Add argument `list-only'.
10997 Put the buffer in diary-mode. Don't add \^M at beg and end.
10998 Replace \^M by invisible overlays.
10999 (diary-unhide-everything): Replace \^M by invisible overlays.
11000 (print-diary-entries): Look for overlays rather than \^M.
11001 Add a space to the temp buffer name.
11002 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11003 Put the buffer in diary-mode.
11004 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11005 (diary-anniversary): Make the year arg optional.
11006 (diary-time-regexp): New const.
11007 (diary-font-lock-keywords): Use it to accept a few more time formats.
11008
11009 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11010
11011 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11012
11013 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11014 Fix bug introduced 2005-07-03: Use (car (last ...))
11015 to faithfully reproduce replaced artist-last.
11016 (artist-set-arrow-points-for-poly): Likewise.
11017 Suggested by Johan Bockg\e,Ae\e(Brd.
11018
11019 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11020
11021 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11022 * wid-edit.el (widget):
11023 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11024 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11025
11026 2005-10-06 Kenichi Handa <handa@m17n.org>
11027
11028 * international/mule-cmds.el (set-language-environment):
11029 Fix setting up of case-table for unibyte mode.
11030
11031 * simple.el (what-cursor-position): If the character is displayed
11032 by some `display' text property, show that. Don't use
11033 single-key-description for eight-bit characters in multibyte mode.
11034
11035 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
11036
11037 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11038 (gdb-ann3): Set it.
11039 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11040 (gdb-info-frames-custom): Use inverse-video for first five
11041 characters of selected frame only.
11042 (gdb-get-frame-number): Select frame even when point is on frame
11043 number.
11044
11045 2005-10-06 Masatake YAMATO <jet@gyve.org>
11046
11047 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11048 Put `font-lock-function-name-face'.
11049 (gdb-info-frames-custom): Put `font-lock-function-name-face'
11050 and `font-lock-variable-name-face'
11051 (gdb-registers-font-lock-keywords): New font lock keywords definition.
11052 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11053 (gdb-memory-font-lock-keywords): New font lock keywords definition.
11054 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11055 (gdb-local-font-lock-keywords): New font lock keywords definition.
11056 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11057 (gdb-threads-font-lock-keywords): New font lock keywords definition.
11058 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11059
11060 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
11061
11062 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11063 (ediff-merge-region-is-non-clash-to-skip): Previously called
11064 ediff-merge-region-is-non-clash.
11065
11066 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11067 Use insert-buffer-substring.
11068
11069 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
11070 selecting files to patch. Also bug fixes.
11071
11072 * ediff-util.el (ediff-setup): Bug fix.
11073 (ediff-next-difference): Never skip clashes that differ in white
11074 space only.
11075
11076 * ediff-wind.el (ediff-setup-control-frame)
11077 (ediff-destroy-control-frame): Check the menubar feature.
11078
11079 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
11080 (viper-refresh-mode-line): Use make-local-variable to localize
11081 some vars instead of make-variable-buffer-local. Suggested by
11082 Stefan Monnier.
11083
11084 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
11085 (viper-restore-cursor-type, viper-set-insert-cursor-type):
11086 Use make-local-variable instead of make-variable-buffer-local.
11087 Suggested by Stefan Monnier.
11088
11089 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
11090 (viper-comint-mode-hook): Use make-local-variable on
11091 require-final-newline.
11092 (viper-non-hook-settings): Don't use make-variable-buffer-local.
11093
11094 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
11097 also the second char of a comment-start sequence.
11098 (scheme-sexp-comment-syntax-table): New var.
11099 (lambda, define): Set their scheme-doc-string-elt property.
11100 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
11101 Use lisp-font-lock-syntactic-face-function now that it properly
11102 handles |...| symbols.
11103 (scheme-mode-variables): Set lisp-doc-string-elt-property,
11104 parse-sexp-lookup-properties and font-lock-extra-managed-props.
11105
11106 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
11107 bit from # to |.
11108 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
11109
11110 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
11111 (lisp-doc-string-elt-property): New var.
11112 (lisp-font-lock-syntactic-face-function): Use it.
11113 Rewrite to recognize docstrings even for forms not at toplevel.
11114
11115 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
11116 annotation on the | part of #| rather than on the # part.
11117 (scheme-font-lock-syntactic-face-function): New function, to
11118 distinguish strings from |...| symbols.
11119 (scheme-mode-variables): Use it. Also fix up the font-lock-time
11120 syntax-table so that #|...|# is properly highlighted.
11121
11122 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
11123 Don't mark as docstring the 3rd elem of an unknown toplevel form.
11124
11125 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
11128 and C-e.
11129
11130 * emacs-lisp/eldoc.el: Move comments into docstrings.
11131 (eldoc-message-commands): Initialize in its declaration.
11132 Add move-beginning-of-line and move-end-of-line.
11133 (eldoc-add-command, eldoc-add-command-completions)
11134 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
11135
11136 * outline.el (outline-mark-subtree): Activate the mark.
11137
11138 * calendar/appt.el (appt-time-regexp): New var.
11139 (appt-add, appt-make-list): Use it.
11140 (appt-convert-time): Clean up.
11141
11142 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
11143 Don't set any syntax-table property here.
11144 (tex-font-lock-verb): New function. Do it here.
11145 (tex-font-lock-syntactic-keywords): Use it.
11146
11147 2005-10-04 Richard M. Stallman <rms@gnu.org>
11148
11149 * wid-edit.el (widget-file-complete): Get the widget start point
11150 the right way. Default directory to `/' if file has none.
11151
11152 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
11153
11154 * textmodes/flyspell.el (flyspell-mode-on):
11155 Call ispell-maybe-find-aspell-dictionaries.
11156
11157 * textmodes/ispell.el (ispell-word, ispell-region):
11158 Call ispell-maybe-find-aspell-dictionaries.
11159 (ispell-accept-buffer-local-defs):
11160 Don't call ispell-maybe-find-aspell-dictionaries
11161
11162 2005-10-04 Richard M. Stallman <rms@gnu.org>
11163
11164 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
11165
11166 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
11167
11168 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
11169 instead of `fboundp' in order to allow for anonymous functions.
11170
11171 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
11172
11173 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
11174 case the user clicks on the link while another window is selected.
11175 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
11176
11177 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
11178 functionality.
11179 (dframe-help-echo): Save point in case mouse tracking is off.
11180
11181 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
11182
11183 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
11184
11185 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
11188 not change the global value of those vars.
11189
11190 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
11191 make-local-variable which we do not need any more.
11192
11193 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
11196 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
11197 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
11198 (speedbar-path-line): Define obsolete aliases.
11199 (speedbar-line-directory): Doc fix.
11200
11201 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
11202 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
11203 instead of speedbar-line-path.
11204
11205 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11206
11207 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
11208 to nil if dropping on a window. Handle dropping on a minibuffer window
11209 like dropping on a non-window part of Emacs.
11210
11211 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * net/ange-ftp.el: Use with-current-buffer.
11214 (ange-ftp-insert-directory): Do not follow symlinks any more.
11215
11216 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11217 Remove interactive spec.
11218
11219 2005-10-03 Kim F. Storm <storm@cua.dk>
11220
11221 * ido.el (ido-mode): Use custom-initialize-set.
11222
11223 2005-10-02 Richard M. Stallman <rms@gnu.org>
11224
11225 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
11226 Use insert-buffer-substring.
11227
11228 * net/tramp.el: Pacify byte compiler warnings in pacification code.
11229 (tramp-handle-file-local-copy): Use insert-buffer-substring.
11230
11231 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
11234 in last change.
11235 (ange-ftp-insert-directory): Fix up the search for the case where
11236 `file' is absolute.
11237
11238 2005-10-02 Romain Francoise <romain@orebokech.com>
11239
11240 * progmodes/compile.el (compile-goto-error): Delete extra paren.
11241
11242 2005-10-02 Andreas Schwab <schwab@suse.de>
11243
11244 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
11245 directory component in the session info.
11246
11247 2005-10-01 Richard M. Stallman <rms@gnu.org>
11248
11249 * comint.el (comint-redirect-subvert-readonly): Doc fix.
11250
11251 * simple.el (next-error-internal): New function.
11252
11253 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
11254 (compilation-start): Pass new arg to compilation-buffer-name.
11255 (compile-goto-error): Use next-error-internal.
11256
11257 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11258
11259 * speedbar.el: Remove RCS tag.
11260 (speedbar-check-read-only): Handle non-existent files.
11261
11262 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
11263
11264 * info.el (Info-speedbar-hierarchy-buttons)
11265 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
11266
11267 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11268
11269 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
11270 Do not match newline.
11271 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
11272 (bibtex-summary): Remove unnecessary save-excursion.
11273 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
11274
11275 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11276
11277 * term/mac-win.el: Add charset info for "iso10646-1".
11278 Modify default fontset to use ATSUI-compatible fonts for some charsets
11279 if available.
11280
11281 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11282
11283 * speedbar.el: Re-apply arch tag.
11284 (speedbar-version): Rename to version 1.0. Suggested by Eric
11285 M. Ludlam.
11286 Reapply two changes from Emacs CVS' version of speedbar lost
11287 during the merge:
11288 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
11289 (speedbar-frame-parameters): Improve customize type.
11290
11291 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
11294 (ange-ftp-file-directory-p): Fix the symlink case.
11295 (ange-ftp-insert-directory): When listing a single file, get a list of
11296 the parent buffer and extract the relevant line. Inspired from a patch
11297 by Katsumi Yamaoka <yamaoka@jpl.org>.
11298 (ange-ftp-file-name-sans-versions): Simplify.
11299
11300 2005-09-30 Bill Wohler <wohler@newt.com>
11301
11302 Move MH-E image files from toolbar and mail directories into
11303 etc/images.
11304
11305 * mail/reply2.*: Move to etc/images/mail/reply*.
11306
11307 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
11308 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
11309 etc/images.
11310
11311 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
11312 * toolbar/reply*: Move to etc/images/mail.
11313
11314 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
11315
11316 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
11317
11318 * speedbar.el: New version 1.0pre3.
11319
11320 Frame management code (including timer, and mouse click specifics)
11321 moved to dframe.el:
11322 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
11323 (speedbar-timer): Removed. Use dframe-timer.
11324 (speedbar-close-frame): Removed. Use dframe-close-frame.
11325 (speedbar-activity-change-focus-flag): Removed. Use
11326 dframe-activity-change-focus-flag.
11327 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
11328 dframe-update-speed.
11329
11330 (speedbar-current-frame): New macro. Use this instead of the
11331 variable speedbar-frame.
11332
11333 (speedbar-use-images, speedbar-expand-image-button-alist)
11334 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
11335
11336 (speedbar-find-image-on-load-path): Removed. Replaced by
11337 defezimage in ezimage.el.
11338 (speedbar-expand-image-button-alist): Removed. Replaced by
11339 ezimage-expand-image-button-alist in ezimage.el.
11340
11341 (speedbar-ignored-directory-regexp)
11342 (speedbar-add-ignored-directory-regexp)
11343 (speedbar-ignored-directory-expressions)
11344 (speedbar-line-directory, speedbar-buffers-line-directory)
11345 (speedbar-directory-line, speedbar-buffers-line-directory):
11346 Renamed, replacing `path' with `directory'.
11347
11348 (speedbar-create-directory, speedbar-expand-line-descendants)
11349 (speedbar-toggle-line-expansion)
11350 (speedbar-contract-line-descendants): New commands.
11351
11352 (speedbar-query-confirmation-method, speedbar-select-frame-method)
11353 (speedbar-use-tool-tips-flag): New options.
11354
11355 (speedbar-check-read-only, speedbar-require-version)
11356 (speedbar-insert-separator, speedbar-buffers-tail-notes)
11357 (speedbar-handle-delete-frame, speedbar-try-completion)
11358 (speedbar-update-localized-contents): New functions.
11359
11360 (speedbar-incompatible-version, speedbar-ro-to-do-point)
11361 (speedbar-object-read-only-indicator): New variables.
11362
11363 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
11364 New hooks.
11365
11366 (speedbar-separator-face): New face.
11367
11368 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11369 (speedbar-ignored-modes): Add fundamental-mode.
11370 (speedbar-directory-unshown-regexp): Add . directories.
11371
11372 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11373 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11374 `]' for full expand/close.
11375 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11376
11377 (speedbar-check-vc): Support hidden files.
11378 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11379 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11380 state is nil, it is not checked out.
11381
11382 (speedbar-line-text, speedbar-line-token): Support expand buttons
11383 with no text.
11384 (speedbar-refresh): Universal argument acts as power-click.
11385 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11386 that buffer to get variable values.
11387
11388 And many other bugfixes.
11389
11390 * dframe.el, ezimage.el, sb-image.el: New files.
11391
11392 * sb-*.xpm: Remove files. New image files installed into
11393 etc/images/ezimage.
11394
11395 2005-09-30 Kenichi Handa <handa@m17n.org>
11396
11397 * ps-mule.el (ps-mule-show-warning): If a character is in
11398 ps-print-translation-table, don't treat it as non-printable.
11399
11400 2005-09-30 David Ponce <david@dponce.com>
11401
11402 * tree-widget.el (tree-widget-themes-load-path): New variable.
11403 (tree-widget-themes-directory): Doc fix.
11404 (tree-widget-image-formats) [Emacs]: Doc fix.
11405 (tree-widget--locate-sub-directory): New function.
11406 (tree-widget-themes-directory): Use it.
11407
11408 * recentf.el (recentf-filename-handlers): Rename from
11409 `recentf-filename-handler'. Allow a list of functions.
11410 (recentf-menu-items-for-commands): Fix :help strings.
11411 (recentf-apply-filename-handlers): New function.
11412 (recentf-expand-file-name): Use it.
11413 (recentf-cleanup): Remove duplicates too.
11414
11415 2005-09-29 Juri Linkov <juri@jurta.org>
11416
11417 * faces.el: Rearrange face definitions to be in the same order as
11418 their face descriptions in "(emacs)Standard Faces".
11419
11420 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11421
11422 * tooltip.el (tooltip): Add group `basic-faces'.
11423
11424 * buff-menu.el (Buffer-menu-buffer): Remove group
11425 `font-lock-highlighting-faces'.
11426
11427 * progmodes/compile.el (compilation-error, compilation-warning)
11428 (compilation-info, compilation-line-number, compilation-column-number):
11429 Change group from `font-lock-highlighting-faces' to `compilation'.
11430
11431 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11432 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11433 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11434 (vhdl-font-lock-reserved-words-face)
11435 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11436 `font-lock-highlighting-faces'.
11437
11438 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11439
11440 2005-09-28 Kim F. Storm <storm@cua.dk>
11441
11442 * emulation/cua-base.el: Set CUA move property on additional commands:
11443 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11444 forward-sexp, backward-sexp, forward-list, backward-list.
11445
11446 2005-09-28 Romain Francoise <romain@orebokech.com>
11447
11448 * comint.el (comint-show-output): Really set point at the
11449 beginning of the output when not using `comint-use-prompt-regexp'.
11450
11451 2005-09-27 Jay Belanger <belanger@truman.edu>
11452
11453 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11454 in TeX mode.
11455
11456 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11457
11458 * textmodes/org.el (org-table-sum): Fix format string.
11459
11460 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11461 Quote face names.
11462
11463 2005-09-26 Romain Francoise <romain@orebokech.com>
11464
11465 * isearch.el (isearch-forward-regexp): Close doc string.
11466
11467 2005-09-25 Richard M. Stallman <rms@gnu.org>
11468
11469 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11470
11471 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11472
11473 * progmodes/compile.el (compilation-error-properties):
11474 When getting the file from the previous error message,
11475 correctly decode the new data format.
11476
11477 * progmodes/cc-cmds.el (c-electric-paren):
11478 Call old-blink-paren only for close-paren.
11479
11480 2005-09-24 Andreas Schwab <schwab@suse.de>
11481
11482 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11483 condition.
11484
11485 2005-09-25 Romain Francoise <romain@orebokech.com>
11486
11487 * dired-aux.el (dired-copy-file-recursive):
11488 * dired.el (dired-delete-file):
11489 * ediff-mult.el (ediff-dir-diff-copy-file):
11490 * ediff-util.el (ediff-test-save-region):
11491 * forms.el (forms-mode):
11492 * ido.el (ido-file-internal, ido-delete-file-at-head):
11493 * log-edit.el (log-edit-done):
11494 * ses.el (ses-yank-resize):
11495 * play/gomoku.el (gomoku-human-plays, gomoku)
11496 (gomoku-human-resigns, gomoku-prompt-for-other-game)
11497 (gomoku-offer-a-draw):
11498 * play/landmark.el (lm-human-resigns, lm):
11499 * net/eudcb-ldap.el (eudc-ldap-check-base):
11500 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11501 * progmodes/ebrowse.el (ebrowse-find-pattern):
11502 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11503 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11504 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11505
11506 * vc.el (vc-delete-file):
11507 * play/gomoku.el (gomoku-terminate-game, gomoku)
11508 (gomoku-prompt-for-move, gomoku-human-takes-back):
11509 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11510 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11511
11512 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11513
11514 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11515 color rxvt terminals by using the code xterm.el used to use before
11516 2005-04-09 in order to match the colors used by rxvt.
11517
11518 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11519
11520 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11521 colors rxvt-unicode terminals by using the same code as xterm.el.
11522
11523 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11526 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11527 new symbol used for the tex-verbatim face.
11528
11529 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11530
11531 * woman.el (woman-file-name):
11532 * wid-edit.el (widget-file-prompt-value)
11533 (widget-coding-system-prompt-value):
11534 * w32-fns.el (set-w32-system-coding-system):
11535 * vc.el (vc-version-diff, vc-annotate):
11536 * textmodes/reftex-auc.el (reftex-arg-cite)
11537 (reftex-arg-index-tag):
11538 * textmodes/refer.el (refer-get-bib-files):
11539 * textmodes/artist.el (artist-figlet-choose-font):
11540 * terminal.el (terminal-emulator):
11541 * replace.el (occur-read-primary-args):
11542 * rect.el (string-rectangle, string-insert-rectangle):
11543 * ps-print.el (ps-print-preprint):
11544 * progmodes/pascal.el (pascal-goto-defun):
11545 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11546 * progmodes/compile.el (compilation-find-file):
11547 * printing.el (pr-interactive-n-up):
11548 * play/animate.el (animate-birthday-present):
11549 * net/rcompile.el (remote-compile):
11550 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11551 * mail/rmailsum.el (rmail-summary-search-backward)
11552 (rmail-summary-search):
11553 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11554 (rmail-output-read-file-name):
11555 * mail/rmail.el (rmail-search, rmail-search-backwards):
11556 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11557 * locate.el (locate):
11558 * international/quail.el (quail-show-keyboard-layout):
11559 * international/mule.el (set-buffer-file-coding-system)
11560 (revert-buffer-with-coding-system, set-file-name-coding-system)
11561 (set-terminal-coding-system, set-keyboard-coding-system)
11562 (set-next-selection-coding-system):
11563 * international/mule-diag.el (describe-coding-system)
11564 (describe-font, describe-fontset):
11565 * international/mule-cmds.el (universal-coding-system-argument)
11566 (search-unencodable-char, describe-input-method)
11567 (set-language-environment, describe-language-environment):
11568 * international/codepage.el (codepage-setup):
11569 * international/code-pages.el (codepage-setup):
11570 * info.el (Info-search, Info-follow-reference)
11571 (Info-search-backward):
11572 * emacs-lisp/advice.el (ad-read-advised-function)
11573 (ad-read-advice-class, ad-clear-cache, ad-activate)
11574 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11575 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11576 (ad-read-regexp):
11577 * ediff-util.el (ediff-toggle-regexp-match):
11578 * ediff-ptch.el (ediff-prompt-for-patch-file):
11579 * dired-aux.el (dired-diff):
11580 * diff.el (diff):
11581 * cus-edit.el (custom-variable-prompt):
11582 * calendar/timeclock.el (timeclock-ask-for-project):
11583 * calc/calcalg3.el (calc-get-fit-variables):
11584 * calc/calc-store.el (calc-edit-variable)
11585 (calc-permanent-variable):
11586 * vc-mcvs.el (vc-mcvs-register):
11587 * shadowfile.el (shadow-define-literal-group):
11588 * woman.el (woman-file-name):
11589 * vc.el (vc-version-diff, vc-merge):
11590 * textmodes/reftex-index.el (reftex-index-complete-tag):
11591 * format.el (format-decode-buffer, format-decode-region):
11592 * emulation/viper-cmd.el (viper-read-string-with-history):
11593 * emacs-lisp/debug.el (cancel-debug-on-entry):
11594 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11595 * ediff.el (ediff-merge-revisions)
11596 (ediff-merge-revisions-with-ancestor, ediff-revision):
11597 * completion.el (interactive-completion-string-reader):
11598 * calc/calc-prog.el (calc-user-define-formula):
11599 Follow convention for reading with the minibuffer.
11600
11601 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11602
11603 * progmodes/python.el (python-describe-symbol): Add globals() and
11604 locals() to the arguments of emacs.ehelp.
11605
11606 2005-09-24 Magnus Henoch <mange@freemail.hu>
11607
11608 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11609 New function, code extracted from ispell-valid-dictionary-list.
11610 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11611 Call it.
11612
11613 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11614
11615 * subr.el (version-regexp-alist): Extend valid syntax for version
11616 strings: allow any of the characters -,_,+ to separate the
11617 alpha/beta/rc part from the version part. Doc fix.
11618 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11619
11620 2005-09-23 David Reitter <david.reitter@gmail.com>
11621
11622 * mail/mailclient.el: New file.
11623
11624 2005-09-23 Richard M. Stallman <rms@gnu.org>
11625
11626 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11627 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11628 Doc fixes.
11629
11630 * progmodes/cc-mode.el (c-font-lock-init):
11631 Specify font-lock-lines-before.
11632
11633 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11636 whole conflict.
11637
11638 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11639
11640 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11641 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11642 of `remap' feature when available. Additional key bindings for
11643 better tty support.
11644 (org-mode-restart, org-force-self-insert): New commands.
11645 (org-time-stamp-inactive): New command.
11646 (org-remap): New function.
11647 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11648 (org-enable-fixed-width-editor): Move to `org-structure'
11649 customization group.
11650 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11651 blank field after field motion commands.
11652
11653 2005-09-23 Kenichi Handa <handa@m17n.org>
11654
11655 * international/mule-cmds.el (set-language-environment):
11656 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11657 have to call utf-translate-cjk-load-tables.
11658
11659 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * mouse.el (mouse-move-drag-overlay): Fix last change.
11662
11663 2005-09-22 David Ponce <david@dponce.com>
11664
11665 * tree-widget.el (tree-widget-value-create): Fix previous change.
11666
11667 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11668
11669 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11670
11671 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * mouse.el (mouse-move-drag-overlay): New function.
11674 (mouse-drag-region-1): Use it.
11675 Try to simplify a bit the state handling. Handle clicks on links
11676 inside intangible areas.
11677 (mouse-save-then-kill): Minor simplification.
11678 (mouse-secondary-overlay): Make it always non-nil instead of
11679 recreating it each time.
11680 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11681 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11682 Simplify accordingly.
11683
11684 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11685
11686 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11687
11688 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11689
11690 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11691 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11692 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11693 to patch.
11694
11695 * ediff-util.el: Use insert-buffer-substring.
11696
11697 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11698
11699 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11700 field boundaries in the minibuffer.
11701 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11702 (viper-minibuffer-post-command-hook): New hook.
11703 (viper-line): Don't move cursor at bolp.
11704
11705 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11706
11707 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11708 avoid compiler warnings.
11709
11710 * emulation/viper-macs.el (ex-map): Better messages.
11711
11712 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11713
11714 * emulation/viper.el: Replace make-variable-buffer-local with
11715 viper-make-variable-buffer-local everywhere, to avoid warnings.
11716
11717 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11720 Delete unused var `old-selected-window'.
11721 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11722 (mouse-drag-secondary): Delete unused var `start-frame'.
11723
11724 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11725
11726 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11727
11728 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11731 Re-indent within 80 columns. Use inhibit-read-only.
11732
11733 2005-09-19 Romain Francoise <romain@orebokech.com>
11734
11735 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11736
11737 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11740 unconditionally, since the after-change-function already did it.
11741
11742 2005-09-19 Miles Bader <miles@gnu.org>
11743
11744 * net/newsticker.el: Get rid of CVS keyword.
11745
11746 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11747
11748 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11749 The prompt is formatted later.
11750
11751 2005-09-19 David Ponce <david@dponce.com>
11752
11753 * tree-widget.el (tree-widget-value-create): Save the converted
11754 tree :node widget.
11755
11756 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11757
11758 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11759 variable `message'.
11760
11761 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11762
11763 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11764 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11765 <slawomir.nowaczyk.847@student.lu.se>.
11766
11767 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * image.el (image-load-path): Use symbol `data-directory' instead
11770 of its value, for backward compatibility with packages that bind
11771 it during `find-image'. Suggested by Katsumi Yamaoka.
11772 (image-search-load-path): Handle symbols whose values are strings.
11773
11774 2005-09-18 Romain Francoise <romain@orebokech.com>
11775
11776 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11777 with-current-buffer form in save-excursion.
11778
11779 2005-09-18 D Goel <deego@gnufans.org>
11780
11781 * apropos.el (apropos-command): Fix `message' call: first arg
11782 should be a format spec. In this and all other cases that appear
11783 below and elsewhere in the source code, I made a change only when
11784 two conditions were satisfied: [1] I can think of a possibility
11785 that the arguments would cause an error, for example, the code in
11786 question relies on external variables such as filenames. [2] I
11787 was sure that the arg to `message' could not have been nil in the code.
11788
11789 * textmodes/tildify.el (tildify-region): Ditto.
11790
11791 * textmodes/reftex-index.el (reftex-index-change-entry)
11792 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11793 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11794 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11795 (org-priority, org-table-sum):
11796 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11797 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11798 (flyspell-word, flyspell-display-next-corrections):
11799 * textmodes/bibtex.el (bibtex-print-help-message):
11800 * textmodes/artist.el (artist-key-set-point-poly):
11801 * term/mac-win.el (mac-services-insert-text):
11802 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11803 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11804 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11805 (vhdl-compose-configuration):
11806 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11807 (sh-set-indent, sh-learn-line-indent):
11808 * progmodes/ps-mode.el (ps-mode-target-column):
11809 * progmodes/idlwave.el (idlwave-make-tags)
11810 (idlwave-scan-library-catalogs):
11811 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11812 * progmodes/gud.el (gud-jdb-analyze-source):
11813 * progmodes/flymake.el (flymake-log):
11814 * progmodes/ebnf2ps.el (ebnf-generate-region):
11815 * progmodes/cmacexp.el (c-macro-expansion):
11816 * progmodes/ada-xref.el (ada-treat-cmd-string):
11817 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11818 (ada-justified-indent-current, ada-batch-reformat):
11819 * play/zone.el (zone):
11820 * play/landmark.el (lm-move):
11821 * play/decipher.el (decipher-show-alphabet):
11822 * net/newsticker.el (newsticker--display-jump)
11823 (newsticker--display-scroll):
11824 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11825 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11826 * mail/feedmail.el (feedmail-dump-message-to-queue):
11827 * eshell/esh-proc.el (eshell-remove-process-entry):
11828 * emulation/ws-mode.el (ws-last-error):
11829 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11830 (viper-record-kbd-macro):
11831 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11832 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11833 * emacs-lisp/find-func.el (find-function-noselect):
11834 * calendar/timeclock.el (timeclock-status-string)
11835 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11836 (timeclock-when-to-leave-string):
11837 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11838 * calc/calc-units.el (calc-enter-units-table):
11839 * calc/calc-mode.el (calc-mode-record-mode):
11840 * woman.el (woman-mini-help):
11841 * wdired.el (wdired-change-to-wdired-mode):
11842 * vc.el (vc-retrieve-snapshot):
11843 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11844 * startup.el (display-startup-echo-area-message):
11845 * simple.el (set-goal-column):
11846 * ses.el (ses-command-hook, ses-recalculate-cell):
11847 * server.el (server-process-filter):
11848 * printing.el (pr-interface-txt-print, pr-interface-printify)
11849 (pr-interface-ps):
11850 * pcvs.el (cvs-help):
11851 * log-edit.el (log-edit, log-edit-mode-help):
11852 * iswitchb.el (iswitchb-possible-new-buffer):
11853 * isearch.el (isearch-edit-string):
11854 * image-mode.el (image-mode, image-minor-mode):
11855 * ibuf-macs.el (define-ibuffer-filter):
11856 * hi-lock.el (hi-lock-find-patterns):
11857 * files.el (toggle-read-only):
11858 * ediff-util.el (ediff-copy-diff)
11859 (ediff-write-merge-buffer-and-maybe-kill):
11860 * echistory.el (Electric-history-undefined):
11861 * dnd.el (dnd-insert-text):
11862 * dired-aux.el (dired-query):
11863 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11864 * bookmark.el (bookmark-bmenu-locate):
11865 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11866 Fix `message' calls to ensure first arg is a format string.
11867 The change was made only when these two conditions were satisfied:
11868 [1] when there is a possibility that the arguments would cause an error
11869 for example, if the code in question relies on external variables
11870 such as filenames, and
11871 [2] if the arg to `message' could not have been nil in the code.
11872
11873 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11874 Not having a %s would be weird, though not technically wrong.
11875
11876 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11877
11878 * term/mac-win.el (mac-add-charset-info): Doc fix.
11879
11880 2005-09-17 Romain Francoise <romain@orebokech.com>
11881
11882 * shell.el (shell-resync-dirs): Handle echoing processes more
11883 reliably. Don't insert resync command if `comint-process-echoes'
11884 is non-nil.
11885
11886 2005-09-17 Magnus Henoch <mange@freemail.hu>
11887
11888 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11889 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11890 aspell versions >= 0.60.
11891 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11892 only if ispell-aspell-supports-utf8 is non-nil.
11893
11894 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11895
11896 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11897 buffer-local value to lisp-indent-function.
11898
11899 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11900
11901 * progmodes/glasses.el (glasses-make-readable): If
11902 glasses-separator differs from underscore, put appropriate
11903 overlays over underscore characters.
11904 (glasses-convert-to-unreadable): If glasses-separator differs from
11905 underscore, try to convert glasses-separator characters to
11906 underscores.
11907
11908 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11911 Use with-syntax-table and dolist.
11912
11913 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11914
11915 * textmodes/reftex-auc.el:
11916 * textmodes/reftex-cite.el:
11917 * textmodes/reftex-dcr.el:
11918 * textmodes/reftex-global.el:
11919 * textmodes/reftex-parse.el:
11920 * textmodes/reftex-ref.el:
11921 * textmodes/reftex-sel.el:
11922 * textmodes/reftex-toc.el:
11923 * textmodes/reftex-vars.el:
11924 * textmodes/reftex.el: Small changes to remove compiler warnings.
11925
11926 * textmodes/reftex-index.el: Likewise.
11927 (reftex-query-index-phrase): More efficient use of markers.
11928
11929 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11930
11931 * image.el (image-load-path): New variable.
11932 (image-search-load-path): New function.
11933 (find-image): Search for images in `image-load-path'.
11934
11935 2005-09-15 Richard M. Stallman <rms@gnu.org>
11936
11937 * follow.el: Change Maintainer field.
11938
11939 2005-09-15 David Ponce <david@dponce.com>
11940
11941 * recentf.el (recentf-save-file-modes): New option.
11942 (recentf-save-list): Use it.
11943
11944 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11945
11946 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11947 (mode-line-mule-info, mode-line-modified): Move bindings from
11948 mouse-3 to mouse-1.
11949
11950 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11951
11952 * simple.el (sendmail-user-agent-compose): Revert last change.
11953
11954 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11957 Use with-current-buffer.
11958 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11959 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11960 (ange-ftp-insert-directory): Remove unused var `short'.
11961 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11962
11963 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11964 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11965
11966 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11967 (check-calendar-holidays, diary-list-entries): Autoload.
11968 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11969 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11970
11971 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11972 which mistakenly removed a call to display-buffer.
11973
11974 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11977
11978 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11979
11980 * progmodes/hideshow.el
11981 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11982 (hs-allow-nesting): New user var.
11983 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11984 (hs-hide-block-at-point): When nesting allowed,
11985 if there is already an overlay in place, delete it.
11986 (hs-safety-is-job-n): Delete func; remove call sites.
11987 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11988 (hs-overlay-at): New func.
11989 (hs-already-hidden-p, hs-show-block): Use it.
11990 (hs-hide-all): Don't pre-clean if nesting allowed.
11991 (hs-show-all): Temporarily disallow
11992 nesting around call to `hs-discard-overlays'.
11993
11994 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11997 Delete unused local var.
11998
11999 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12000
12001 * help-fns.el (describe-categories): "?\ " -> "?\s".
12002 (help-do-arg-highlight): Recognize also ARG-n, as in
12003 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12004
12005 * international/codepage.el (dos-unsupported-char-glyph):
12006 * net/newsticker.el (tool-bar-map, w3-mode-map)
12007 (w3m-minor-mode-map):
12008 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12009 (ent-alist):
12010 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12011
12012 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12013
12014 * custom.el (custom-push-theme): Handle the case where a symbol is
12015 bound but face properties have not yet been assigned.
12016
12017 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12018 Fix behavior if noerase is `t' and there is no mail buffer.
12019
12020 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12021 if `continue' is nil, rather than signal an error.
12022
12023 2005-09-12 Richard M. Stallman <rms@gnu.org>
12024
12025 * font-lock.el (font-lock-keywords): Add autoload.
12026
12027 * help-fns.el (describe-variable): Rearrange to put source link
12028 in a predictable place.
12029
12030 * net/newsticker.el: New file.
12031
12032 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * calendar/calendar.el (calendar-for-loop): Add edebug info.
12035 (calendar-basic-setup): Use the new nil arg.
12036 (number-of-diary-entries): Move to diary-lib.el.
12037
12038 * calendar/diary-lib.el: Use with-current-buffer, match-string.
12039 (diary-list-entries): Use with-syntax-table and dolist.
12040 Rename from list-diary-entries.
12041 Use number-of-diary-entries if `number' is nil.
12042 (diary, diary-view-entries): Use this new name and new nil arg value.
12043 (number-of-diary-entries): Move from calendar.el.
12044 (diary-unhide-everything): New function.
12045 (include-other-diary-files, fancy-diary-display)
12046 (diary-show-all-entries, make-diary-entry): Use it.
12047 (diary-mail-entries): Use buffer-string.
12048 (mark-diary-entries): Fix long standing paren typo.
12049 (diary-sexp-entry): Use count-lines.
12050 (make-diary-entry): Avoid `previous-line'.
12051 (diary-mode-map): New var.
12052 (diary-mode): Redraw cal after saving. Setup header-line.
12053 (fancy-diary-display-mode): Use local-set-key.
12054
12055 * startup.el (command-line): Try calling various terminal-init-foo-bar
12056 functions by stripping hyphenated suffixes from $TERM.
12057
12058 * files.el (normal-mode): Check boundness of font-lock-keywords.
12059
12060 2005-09-12 Richard M. Stallman <rms@gnu.org>
12061
12062 * progmodes/compile.el: Don't decide a file's directory
12063 until the user actually tries to go there.
12064 (compilation-next-error-function):
12065 Pass compilation-find-file the directory from the file-struct.
12066 (compilation-internal-error-properties): Separate local FILE-STRUCT
12067 from FILE. Doc the args better. Rename arg FMT to FMTS.
12068 (compilation-find-file): Arg DIR renamed to DIRECTORY.
12069 Expand it, and if nil, use default-directory.
12070 (compilation-get-file-structure): Don't mix specified directory
12071 with default directory. Put specified directory into
12072 file-struct. Don't make the file name absolute.
12073
12074 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12075 (compile-command): Add autoload.
12076 (compilation-disable-input): Add autoload.
12077
12078 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
12079
12080 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
12081 strings of the variables it can override.
12082 (time-stamp): New (as yet undocumented) time-stamp-format escapes
12083 %Q and %q, for fully-qualified domain name and unqualified host name.
12084
12085 2005-09-11 Kim F. Storm <storm@cua.dk>
12086
12087 * emacs-lisp/authors.el (authors-aliases): Update list.
12088 (authors-fixed-entries): Update mldrag.el entry.
12089
12090 2005-09-10 Alan Mackenzie <acm@muc.de>
12091
12092 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
12093 from the region narrowed to.
12094
12095 2005-09-10 Magnus Henoch <mange@freemail.hu>
12096
12097 * textmodes/ispell.el (ispell-check-version): Signal an error if
12098 aspell version is less than 0.60.
12099
12100 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
12101
12102 * progmodes/octave-inf.el (inferior-octave-startup):
12103 Resync current dir at the end.
12104
12105 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
12106
12107 * woman.el (woman-topic-at-point-default):
12108 Rename to woman-use-topic-at-point-default.
12109 (woman-topic-at-point): Rename to woman-use-topic-at-point.
12110 (woman-file-name): Reflect renames above. Automatically use the
12111 word at point as topic if woman-use-topic-at-point is non-nil.
12112 Otherwise offer it as default but don't insert it in the
12113 minibuffer. Also use `test-completion' instead of `assoc' as
12114 suggested by Stefan Monnier.
12115
12116 2005-09-10 Andre Spiegel <spiegel@gnu.org>
12117
12118 * vc.el (vc-directory, vc-update-change-log): Throw an error on
12119 the attempt to do it over Tramp. This is not yet supported.
12120
12121 2005-09-10 Eli Zaretskii <eliz@gnu.org>
12122
12123 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12124 (menu-bar-non-minibuffer-window-p): New functions.
12125 ("Split Window", "Save As..."): Use them.
12126 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
12127 ("Print Buffer", "Truncate Long Lines in this Buffer"):
12128 Use menu-bar-menu-frame-live-and-visible-p.
12129 ("Save Buffer", "Insert File", "Open Directory...")
12130 ("Open File...", "Visit New File..."):
12131 Use menu-bar-non-minibuffer-window-p.
12132 (kill-this-buffer-enabled-p, dired <menu-enable>):
12133 Use menu-bar-non-minibuffer-window-p.
12134
12135 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12136
12137 * cus-start.el (all): Don't complain about fringe-related
12138 built-ins if fringes are not supported. Ditto about
12139 selection-related built-ins. Fix the test for GTK-related built-ins.
12140
12141 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
12142 ("Postscript Print Buffer", "Print Region", "Save As...")
12143 ("Save", "Insert File...", "Open Directory...")
12144 ("Open File...", "Visit New File..."")
12145 ("Truncate Long Lines in this Buffer"): Don't look at
12146 menu-updating-frame if this display does not support multiple frames.
12147
12148 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12149
12150 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
12151
12152 2005-09-09 Emilio Lopes <eclig@gmx.net>
12153
12154 * woman.el: Format- and whitespace-related changes.
12155
12156 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12157
12158 * woman.el: Fix my email address.
12159
12160 2005-09-08 Richard M. Stallman <rms@gnu.org>
12161
12162 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
12163 (sh-mode): Locally set skeleton-pair-default-alist.
12164
12165 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
12166
12167 * progmodes/flymake.el: Require `compile' unconditionally.
12168
12169 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
12170
12171 * woman.el (woman-file-name): Provide a default, not initial input.
12172
12173 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
12174
12175 * font-lock.el (font-lock-support-mode): Doc fix.
12176
12177 * descr-text.el (describe-property-list): Handle non-symbol prop names.
12178
12179 2005-09-08 Richard M. Stallman <rms@gnu.org>
12180
12181 * simple.el (blink-matching-open): Get rid of text props from
12182 the string shown in echo area. Don't permanently set point.
12183 Some rearrangements.
12184
12185 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
12186
12187 * recentf.el (recentf-filename-handler): Add custom choice
12188 `abbreviate-file-name'.
12189
12190 * msb.el (msb--very-many-menus): Fix typo.
12191
12192 * disp-table.el (standard-display-european): Don't set
12193 enable-multibyte-characters to nil.
12194
12195 2005-09-08 David Ponce <david@dponce.com>
12196
12197 * recentf.el (recentf-show-file-shortcuts-flag): New option.
12198 (recentf-expand-file-name): Doc fix.
12199 (recentf-dialog-mode-map): Define digit shortcuts.
12200 (recentf--files-with-key): New variable.
12201 (recentf-show-digit-shortcut-filter): New function.
12202 (recentf-open-files-items): New function.
12203 (recentf-open-files): Use it.
12204 (recentf-open-file-with-key): New command.
12205
12206 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
12207
12208 * buff-menu.el (Buffer-menu-sort-by-column): New function.
12209 Suggested by Kim F. Storm.
12210 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
12211 (Buffer-menu-make-sort-button): Use global keymap.
12212
12213 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
12214
12215 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
12216 (Man-getpage-in-background-advice): Remove defadvice; it isn't
12217 necessary any longer with the remapped command.
12218 (Man-bgproc-sentinel-advice): Remove defadvice which counts
12219 formatting time only.
12220
12221 * net/tramp.el (tramp-action-password)
12222 (tramp-multi-action-password): Compile the password prompt from
12223 `method', `user' and `host'. Sometimes it isn't obvious which
12224 password to enter, for example with remote files offered by
12225 recentf.el, or with multiple steps. Suggested by Robert Marshall
12226 <robert@chezmarshall.freeserve.co.uk>.
12227
12228 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12231 Fix regexp for when "s///" is at the beginning of line.
12232
12233 2005-09-07 Jay Belanger <belanger@truman.edu>
12234
12235 * calc/calc-poly.el (math-expand-term): Multiply out any powers
12236 when in matrix mode.
12237
12238 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
12241 non-anonymous functions.
12242
12243 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
12246 when using a header line. Otherwise, use mouse-1-click-follows-link.
12247
12248 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
12249 can't be moved; don't signal an error.
12250
12251 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
12252
12253 * cus-theme.el (custom-theme-write-faces): Save the current face
12254 spec, not the defface spec.
12255
12256 * custom.el (custom-known-themes): Clarify meaning of "standard".
12257 (custom-push-theme): Save old values in the standard theme.
12258 (disable-theme): Correct typo.
12259 (custom-face-theme-value) Deleted unused function.
12260 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
12261
12262 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * progmodes/compile.el (compilation-goto-locus): Take into account
12265 iconified frames when determining whether the buffer is
12266 already visible.
12267 Don't reset window height if the window already existed.
12268
12269 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
12270
12271 * custom.el (load-theme): Rename from require-theme.
12272 Add interactive spec.
12273 (enable-theme): Rename from custom-enable-theme.
12274 Add interactive spec.
12275 (disable-theme): Rename from custom-disable-theme.
12276 Add interactive spec.
12277 (custom-make-theme-feature): Doc fix.
12278 (custom-theme-directory): Doc fix.
12279 (provide-theme): Call enable-theme.
12280
12281 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * obsolete/lazy-lock.el (lazy-lock-mode):
12284 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
12285 font-lock-mode if it's off. Print a warning instead.
12286
12287 * progmodes/compile.el (compilation-start): Ignore errors if the
12288 process died before we get to send-eof.
12289
12290 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
12291 Undo last change. Enclosing the result in quotes broke things on Unix
12292 since tex-send-command passes it through shell-quote-argument.
12293 (tex-send-command): Pass `file' through convert-standard-filename
12294 when possible.
12295 (tex-uptodate-p): Handle the case where TeX hasn't put additional
12296 info in a transcript.
12297
12298 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
12299
12300 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
12301 fix compilation warning. Reorder the key definitions to group
12302 together keys emitted by the current version of xterm.
12303
12304 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
12305 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
12306 Reorder predicates to correct min-color usage.
12307
12308 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
12309
12310 * longlines.el (longlines-mode): Inhibit read-only when encoding.
12311 Kill local variables when longlines-mode is turned off.
12312
12313 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
12316
12317 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
12318
12319 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
12320
12321 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
12322 (font-lock-lines-before): Change default to being inactive.
12323 (font-lock-default-fontify-region): Obey font-lock-lines-before.
12324 (font-lock-after-change-function): Don't handle f-l-lines-before here.
12325
12326 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12327
12328 * net/tramp.el (tramp-handle-make-auto-save-file-name):
12329 Deactivate temporarily advice if active (not needed for Emacs 22,
12330 but for backwards compatibility).
12331 (tramp-exists-file-name-handler): Rewrite. First implementation
12332 was too simple.
12333 (tramp-advice-make-auto-save-file-name):
12334 Call `tramp-handle-make-auto-save-file-name' (again, just for
12335 backwards compatibility).
12336
12337 2005-08-31 Reto Zimmermann <reto@gnu.org>
12338
12339 * progmodes/vhdl-mode.el
12340 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
12341 (vhdl-end-p): Fix indentation bug "else" after "-- when".
12342 (vhdl-set-default-project): New function (easier setting of default).
12343 (vhdl-port-copy): Handle extended identifiers for generics.
12344 (vhdl-compiler-alist): Better description for error message regexp.
12345 (vhdl-make): Query for target, use previous as default.
12346 (vhdl-port-copy): Fix port copy for port names starting with "signal".
12347 (vhdl-font-lock-keywords-2): Fix fontification for record
12348 el. assign.
12349 (vhdl-speedbar-make-subpack-line): Add package body link.
12350 (vhdl-generate-makefile-1): Not include itself as dependency.
12351 (vhdl-font-lock-init): Highlight c-preprocessor directives.
12352 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
12353 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
12354 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
12355 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
12356 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
12357 (vhdl-import-project): Add string argument for `error'.
12358 (vhdl-compose-configuration)
12359 (vhdl-compose-configuration-architecture): Add configuration
12360 declaration generation.
12361 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
12362 (vhdl-trailer-re): Add "record" keyword (better indentation).
12363 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
12364 "[^ \t-\"]+".
12365 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12366 (vhdl-testbench-entity-file-name)
12367 (vhdl-testbench-architecture-file-name): Allow separate
12368 customization of testbench file names.
12369 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12370 (vhdl-get-visible-signals): Allow newline within alias declaration.
12371 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12372 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12373 (member-ignore-case): Alias for missing function in XEmacs.
12374 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12375 (vhdl-update-sensitivity-list): Ignore case on read signals.
12376 (vhdl-replace-string): Adjust case only for file names.
12377 (vhdl-update-sensitivity-list): Fix search for read signals.
12378 (vhdl-update-sensitivity-list): Exclude formal parameters.
12379 (vhdl-get-visible-signals): Include aliases of signals.
12380 (vhdl-get-visible-signals): Fix signal name searching.
12381 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12382 (vhdl-fixup-whitespace-region): Fix for character
12383 literals (e.g. `:').
12384
12385 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12386
12387 * ansi-color.el (comint-last-output-start):
12388 * bs.el (font-lock-verbose):
12389 * diff-mode.el (add-log-buffer-file-name-function):
12390 * dired-x.el (vm-folder-directory):
12391 * faces.el (help-xref-stack-item):
12392 * files.el (font-lock-keywords):
12393 * find-lisp.el (dired-buffers, dired-subdir-alist):
12394 * ido.el (cua-inhibit-cua-keys):
12395 * log-view.el (cvs-minor-wrap-function):
12396 * outline.el (font-lock-warning-face):
12397 * simple.el (compilation-current-error):
12398 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12399 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12400 * tooltip.el (comint-prompt-regexp):
12401 * w32-fns.el (explicit-shell-file-name):
12402 * term/mac-win.el (mac-charset-info-alist)
12403 (mac-services-selection, mac-system-script-code):
12404 * term/tty-colors.el (msdos-color-values):
12405 * term/w32-win.el (xlfd-regexp-registry-subnum):
12406 * term/x-win.el (x-keysym-table, x-selection-timeout)
12407 (x-session-id, x-session-previous-id):
12408 * textmodes/ispell.el (mail-yank-prefix):
12409 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12410 * textmodes/org.el (calc-embedded-close-formula)
12411 (calc-embedded-open-formula)
12412 (font-lock-unfontify-region-function):
12413 * textmodes/reftex-global.el (isearch-next-buffer-function)
12414 (TeX-master):
12415 * textmodes/reftex.el (font-lock-keywords):
12416 * textmodes/tex-mode.el (font-lock-comment-face)
12417 (font-lock-doc-face):
12418 * textmodes/texinfo.el (outline-heading-alist):
12419 Add defvars.
12420
12421 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12422 (artist-spray-chars, artist-mode-init, artist-replace-string)
12423 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12424 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12425 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12426
12427 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12428 (conf-align-assignments): "?\ " -> "?\s".
12429
12430 * textmodes/reftex-index.el (TeX-master): Add defvar.
12431 (reftex-index-phrases-marker): Move up defvar.
12432
12433 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12434 (reftex-toc-include-labels-indicator)
12435 (reftex-toc-include-index-indicator)
12436 (reftex-toc-max-level-indicator): Move up declarations.
12437
12438 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12439 of args to `tramp-run-real-handler', even if it's empty in this case.
12440
12441 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12442
12443 * dired.el (dired-move-to-filename-regexp): Add date format for
12444 Mac OS X 10.3 in East Asian locales.
12445
12446 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12447
12448 * files.el (make-auto-save-file-name): Add file name handler call
12449 if applicable.
12450
12451 * net/tramp.el (tramp-file-name-handler-alist)
12452 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12453 (tramp-handle-make-auto-save-file-name): Rename from
12454 `tramp-make-auto-save-file-name'.
12455 (tramp-exists-file-name-handler): New defun.
12456 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12457 `make-auto-save-file-name' is not a magic file name operation.
12458
12459 2005-08-30 Richard M. Stallman <rms@gnu.org>
12460
12461 * files.el (risky-local-variable-p):
12462 Match `-predicates' and `-commands.
12463
12464 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12465 (custom-save-all): Visit the file if necessary;
12466 kill the buffer if we created it.
12467 (custom-save-delete): Don't visit file or kill buffer here.
12468
12469 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12470
12471 * textmodes/org.el (org-special-keyword): New face.
12472 (org-table-copy-down, org-table-eval-formula)
12473 (org-table-recalculate, org-init-section-numbers):
12474 Use `string-to-number' instead of `string-to-int'.
12475 (org-get-location): Use `insert-buffer-substring' instead of
12476 `insert-buffer'.
12477 (org-modify-diary-entry-string): New function.
12478 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12479 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12480 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12481 active region.
12482 (org-export-as-html): Handle QUOTE keyword.
12483 (org-quote-string): New option.
12484 (org-bookmark-jump-unhide): New function, used for
12485 `bookmark-after-jump-hook'.
12486 (org-diary-default-entry): Apply only when not called through
12487 `org-agenda'.
12488
12489 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
12490
12491 * net/eudc.el (mode-popup-menu):
12492 * play/handwrite.el (ps-printer-name, ps-lpr-command):
12493 * progmodes/ada-mode.el (compile-auto-highlight)
12494 (skeleton-further-elements):
12495 * progmodes/autoconf.el (font-lock-syntactic-keywords):
12496 * progmodes/cmacexp.el (msdos-shells):
12497 * progmodes/compile.el (font-lock-extra-managed-props)
12498 (font-lock-keywords, font-lock-maximum-size)
12499 (font-lock-support-mode):
12500 * progmodes/grep.el (font-lock-lines-before):
12501 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12502 * progmodes/mixal-mode.el (compile-command):
12503 * progmodes/perl-mode.el (font-lock-comment-face)
12504 (font-lock-doc-face, font-lock-string-face):
12505 * progmodes/prolog.el (comint-prompt-regexp):
12506 * progmodes/sh-script.el (font-lock-comment-face)
12507 (font-lock-set-defaults, font-lock-string-face):
12508 * progmodes/sql.el (font-lock-keyword-face)
12509 (font-lock-set-defaults, font-lock-string-face):
12510 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12511 (itimer-version, lazy-lock-defer-contextually)
12512 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12513 Add defvars.
12514
12515 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12516 (cperl-electric-keyword, cperl-electric-pod)
12517 (cperl-electric-backspace, cperl-forward-re)
12518 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12519 (vc-rcs-header, vc-sccs-header): Add defvars.
12520
12521 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12522 (font-lock-syntactic-keywords, gud-find-expr-function):
12523 Add defvars.
12524
12525 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12526 (gdb-frame-parameters): Declare before use.
12527
12528 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12529 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12530 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12531 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12532
12533 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12534 (idlwave-help-with-source): Use `insert-buffer-substring', not
12535 `insert-buffer'.
12536
12537 2005-08-29 Juri Linkov <juri@jurta.org>
12538
12539 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12540 Put outline-back-to-heading function call inside save-excursion.
12541
12542 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12543
12544 * man.el (Man-init-defvars, Man-translate-references)
12545 (Man-support-local-filenames, Man-highlight-references):
12546 * progmodes/sql.el (sql-interactive-mode):
12547 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12548
12549 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12550 (compilation-mode-font-lock-keywords): Add defvars.
12551 (checkdoc-interactive-loop): "?\ " -> "?\s".
12552
12553 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12554 (font-lock-doc-face, font-lock-string-face)
12555 (font-lock-keywords-case-fold-search): Add defvars.
12556 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12557
12558 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12559 Don't pass X and Y (they are ignored anyway).
12560 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12561 (mouse-delete-window): Make arguments optional.
12562
12563 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12564 (caesar-translate-table, minor-modes, news-buffer-save)
12565 (news-group-name, news-minor-modes): Add defvars.
12566
12567 * emacs-lisp/lselect.el (mouse-highlight-priority)
12568 (x-lost-selection-functions, zmacs-regions):
12569 * emacs-lisp/pp.el (font-lock-verbose):
12570 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12571 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12572 (ses-mode-map):
12573 * emacs-lisp/tcover-unsafep.el (safe-functions):
12574 * international/mule-cmds.el (mac-system-coding-system)
12575 (mac-system-locale):
12576 * language/ethio-util.el (rmail-current-message)
12577 (rmail-message-vector):
12578 * language/thai-util.el (thai-auto-composition-mode):
12579 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12580 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12581 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12582 (vm-primary-inbox, vm-spool-files):
12583 * mail/rmail.el (deleted-head, font-lock-fontified)
12584 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12585 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12586 (total-messages):
12587 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12588 (rmail-summary-mode-map):
12589 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12590 (rmail-last-label, rmail-last-multi-labels)
12591 (rmail-summary-vector, rmail-total-messages):
12592 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12593 * mail/rmailsum.el (msgnum):
12594 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12595 (rmail-current-message):
12596 * obsolete/fast-lock.el (font-lock-face-list):
12597 * obsolete/rnewspost.el (mail-reply-buffer):
12598 * obsolete/scribe.el (compile-command):
12599 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12600
12601 2005-08-28 John Paul Wallington <jpw@gnu.org>
12602
12603 * ibuf-ext.el (ibuffer-auto-update-changed):
12604 Use `frame-or-buffer-changed-p' to check whether we need to update.
12605 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12606 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12607 as a `frame-or-buffer-changed-p' state vector instead.
12608
12609 2005-08-27 Romain Francoise <romain@orebokech.com>
12610
12611 * textmodes/makeinfo.el (makeinfo-compile):
12612 Use `compilation-start'. Set `next-error-function' according to
12613 `disable-errors'.
12614 (makeinfo-next-error): New function.
12615 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12616 (makeinfo-buffer): Likewise.
12617
12618 * progmodes/compile.el (compilation-start): Add autoload cookie.
12619
12620 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12621 * textmodes/sgml-mode.el: Likewise.
12622 * progmodes/python.el: Likewise.
12623
12624 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12625
12626 * simple.el (blink-matching-paren-distance): Document the meaning
12627 of nil value, and allow to customize to nil.
12628
12629 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12630 command.com, not command.exe.
12631
12632 2005-08-26 John Wiegley <johnw@newartisans.com>
12633
12634 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12635 code around a bit so that an extraneous nil argument is not added
12636 to a command when no args are given.
12637
12638 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12639 double-quoted argument resolves to nil, return it as an empty
12640 string rather than as nil. This made it impossible to pass "" to
12641 a shell script as a null string argument.
12642
12643 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12644
12645 * outline.el (outline-invent-heading): New fun.
12646 (outline-promote, outline-demote): Use it.
12647 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12648 (outline-end-of-subtree): Remove unused var `opoint'.
12649
12650 2005-08-26 David Reitter <david.reitter@gmail.com>
12651
12652 * menu-bar.el (truncate-lines, write-file, print-buffer)
12653 (ps-print-buffer-faces, ps-print-buffer, split-window):
12654 Disable menu items when the frame they refer to is invisible, or when
12655 they refer to a buffer and the minibuffer is selected.
12656
12657 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12658
12659 * progmodes/flymake.el (flymake-highlight-err-lines):
12660 Use save-excursion around flymake-highlight-line to preserve point.
12661
12662 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12663
12664 * progmodes/octave-mod.el: Change Author and Maintainer address.
12665 (octave-maintainer-address): Change Kurt's email address.
12666 * progmodes/octave-inf.el: Change Author and Maintainer address.
12667 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12668
12669 2005-08-26 Kim F. Storm <storm@cua.dk>
12670
12671 * subr.el (version-list-<, version-list-<=, version-list-=):
12672 Rename from integer-list-*.
12673 (version-list-not-zero): Likewise. Fix while loop.
12674 (version=): Use version-list-= instead of string-equal.
12675
12676 2005-08-26 Richard M. Stallman <rms@gnu.org>
12677
12678 * outline.el (outline-promote): Try shortening the heading.
12679 As last resort, read the heading to use.
12680 (outline-demote): As last resort, read the heading to use.
12681
12682 2005-08-26 Romain Francoise <romain@orebokech.com>
12683
12684 * progmodes/compile.el (compilation-start): Doc fix.
12685
12686 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12687 (antlr-font-lock-additional-keywords): Fix reference to
12688 `antlr-font-lock-literal-regexp' erroneously changed during the
12689 mass face rename.
12690 (antlr-run-tool): Use `compilation-start'.
12691
12692 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12693 instead of the obsolete `compile-internal'.
12694
12695 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12696
12697 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12698 (number, original-date):
12699 * calendar/cal-china.el (date):
12700 * calendar/cal-coptic.el (date):
12701 * calendar/cal-french.el (date):
12702 * calendar/cal-hebrew.el (date, entry, number, original-date):
12703 * calendar/cal-islam.el (date, number, original-date):
12704 * calendar/cal-iso.el (date):
12705 * calendar/cal-julian.el (date):
12706 * calendar/cal-mayan.el (date):
12707 * calendar/cal-menu.el (date, event):
12708 * calendar/cal-persia.el (date):
12709 * calendar/lunar.el (date):
12710 * calendar/solar.el (date): Add defvars.
12711
12712 * emerge.el:
12713 * ibuffer.el:
12714 * info-xref.el:
12715 * obsolete/bg-mouse.el:
12716 * obsolete/sun-curs.el:
12717 * obsolete/swedish.el: Move the `defvar's to the top level.
12718
12719 * smerge-mode.el (smerge-refined-change): Add :group.
12720
12721 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12724 (smerge-keep-n): Remove props.
12725 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12726 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12727 now that it's done in smerge-keep-n.
12728 (smerge-refined-change): New face.
12729 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12730 (smerge-refine): New funs.
12731 (smerge-basic-map): Bind smerge-refine.
12732
12733 2005-08-25 Juri Linkov <juri@jurta.org>
12734
12735 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12736 compilation-process-setup-function and compilation-disable-input
12737 in grep-mode instead of let-bindings in grep.
12738
12739 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12740 Delete "Automatic File De/compression" (auto-compression-mode).
12741
12742 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12743
12744 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12745 Silence warning about non-existent variable.
12746
12747 2005-08-25 Richard M. Stallman <rms@gnu.org>
12748
12749 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12750 Rename "Describe Key" to "Describe Key or Mouse Operation".
12751
12752 * mail/mailalias.el (build-mail-aliases): Delete comments
12753 from the contents before processing them.
12754
12755 * isearch.el (isearch-edit-string): Erase the Search prompt
12756 if user enters an empty string and there is no default.
12757
12758 * comint.el (comint-file-name-prefix): Add autoload.
12759
12760 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12761
12762 * subr.el (play-sound): Rearrange to avoid warning.
12763
12764 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12765
12766 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12767 New hook.
12768 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12769
12770 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12773
12774 * custom.el (custom-theme-set-variables): Sort minor modes last.
12775
12776 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12777
12778 * subr.el (version-separator, version-regexp-alist): New vars used by
12779 version comparison funs.
12780 (integer-list-<, integer-list-=, integer-list-<=)
12781 (integer-list-not-zero): New funs for integer list comparison.
12782 (version-to-list, version=, version<, version<=): New funs for version
12783 comparison.
12784
12785 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12786
12787 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12788 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12789 time to silence the byte-compiler.
12790
12791 * ibuffer.el (ibuffer-compile-make-eliding-form)
12792 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12793 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12794 so it's silly to get warnings for it).
12795 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12796 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12797 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12798 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12799 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12800 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12801 Defvar at compile time.
12802 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12803 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12804 Declare them before use.
12805
12806 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12807 (info-xref-good, info-xref-bad): Defvar at compile time.
12808
12809 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12810 Use `let*' instead of `let'.
12811
12812 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12813 (*mouse-y*, menu, char): Defvar at compile time.
12814 (sc::menu): Declare it before use.
12815 (sc::pack-one-line): Use `let', not `let*'.
12816
12817 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12818 (mail-send-hook): Defvar at compile time.
12819
12820 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12821 Defvar at compile time.
12822
12823 * term/sun-mouse.el (current-global-mousemap)
12824 (current-local-mousemap): Declare them before use.
12825
12826 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12827
12828 * bookmark.el (bookmark-after-jump-hook): New hook.
12829 (bookmark-jump): Run `bookmark-after-jump-hook'.
12830
12831 2005-08-23 Juri Linkov <juri@jurta.org>
12832
12833 * faces.el (minibuffer-prompt): Doc fix.
12834
12835 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12836
12837 * progmodes/xscheme.el: Trivial changes to silence warnings.
12838 (xscheme-previous-mode, xscheme-previous-process-state):
12839 Add defvars.
12840 (xscheme-last-input-end, xscheme-process-command-line)
12841 (xscheme-process-name, xscheme-buffer-name)
12842 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12843 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12844 (xscheme-control-g-synchronization-p)
12845 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12846 (default-xscheme-runlight, xscheme-runlight)
12847 (xscheme-runlight-string, xscheme-process-filter-state)
12848 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12849 Move to beginning of file.
12850 (scheme-interaction-mode-commands-alist)
12851 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12852 Declare them before use. Note: the initialization code for the variables
12853 has not been moved because it uses functions that reference the variables.
12854 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12855 (xscheme-prompt-for-expression-map): Declare them before use.
12856 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12857
12858 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12859
12860 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12861
12862 2005-08-22 Juri Linkov <juri@jurta.org>
12863
12864 * faces.el (set-face-underline): Delete this duplicate function
12865 and make an obsolete alias to set-face-underline-p.
12866 (set-face-underline-p): Use docstring of set-face-underline.
12867 (describe-face): Create hyperlink to parent face.
12868
12869 * info.el (Info-insert-dir): Use save-excursion around
12870 insert-buffer-substring.
12871 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12872 (Info-escape-percent): Delete function.
12873 (Info-fontify-node): Replace Info-escape-percent by
12874 replace-regexp-in-string with REP arg set to lambda that
12875 duplicates `%' and preserves text properties.
12876
12877 * progmodes/compile.el (compilation-disable-input): Doc fix.
12878 (define-compilation-mode): Doc fix and refill.
12879 (kill-compilation): Use `mode-name' in the error message.
12880 (compilation-find-file): Use `compilation-error' in the
12881 read-file-name's prompt.
12882
12883 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12886 (smerge-auto-leave): Make undo re-enable the mode.
12887 (debug-ignored-errors): Add the user-error of impossible resolution.
12888 (smerge-resolve): Move things around a bit, in preparation for later.
12889 (smerge-diff): Don't fail if the buffer has no associated file.
12890 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12891 (smerge-conflict-overlay): New function.
12892 (smerge-match-conflict): Don't add text properties here.
12893 (smerge-find-conflict): Instead, add an overlay here.
12894 Also check for the case where we're inside a conflict already, so as to
12895 obviate the need for font-lock-multiline, which is unbearably slow with
12896 large conflicts and ciomplex font-lock patterns.
12897 (smerge-remove-props): Remove overlay rather than text-properties.
12898 (smerge-mode): Don't set font-lock-multiline.
12899 Remove overlays when turned off.
12900
12901 2005-08-21 Kim F. Storm <storm@cua.dk>
12902
12903 * ido.el (ido-ignore-item-p): Use save-match-data.
12904 Bind case-fold-search to ido-case-fold locally.
12905
12906 2005-08-20 Richard M. Stallman <rms@gnu.org>
12907
12908 * files.el (normal-mode): If font lock is on, turn it off and on.
12909
12910 * subr.el (replace-regexp-in-string): Doc fix.
12911
12912 * startup.el (command-line-1): Don't suppress startup screen
12913 due to existing processes.
12914
12915 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12916
12917 * progmodes/compile.el (compilation-disable-input): Default to nil.
12918
12919 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12920
12921 * progmodes/compile.el (compilation-disable-input): New defcustom.
12922 (compilation-start): If compilation-disable-input is non-nil, send
12923 EOF to the compilation process.
12924
12925 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12926
12927 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12928 Run the argument of tex-shell-cd-command through
12929 convert-standard-filename, to get the correct style of slashes on
12930 Windows, and enclose the result in quotes, in case the file name
12931 includes whitespace or other special characters.
12932
12933 2005-08-19 Andreas Schwab <schwab@suse.de>
12934
12935 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12936 process.
12937
12938 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12939
12940 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12941
12942 2005-08-18 Kim F. Storm <storm@cua.dk>
12943
12944 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12945
12946 2005-08-18 Richard M. Stallman <rms@gnu.org>
12947
12948 * scroll-lock.el: New file.
12949
12950 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12951
12952 * dired.el (dired-move-to-end-of-filename):
12953 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12954
12955 2005-08-18 Kim F. Storm <storm@cua.dk>
12956
12957 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12958 rather than toggle mode when custom value is nil.
12959 (ido-everywhere): Fix defun doc string.
12960
12961 2005-08-17 Richard M. Stallman <rms@gnu.org>
12962
12963 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12964 as tag instead of "Inviolable".
12965
12966 2005-08-17 Kim F. Storm <storm@cua.dk>
12967
12968 * windmove.el (windmove-coordinates-of-position): Remove.
12969 (windmove-coordinates-of-window-position): Remove.
12970 (windmove-reference-loc): Use posn-at-point instead.
12971
12972 * subr.el (insert-for-yank-1): Doc fix.
12973
12974 * ido.el (ido-enter-matching-directory): Rename from
12975 ido-enter-single-matching-directory. Change `slash' choice to
12976 `only'. Add `first' choice.
12977 (ido-exhibit): Adapt to above changes.
12978
12979 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12980
12981 * Makefile.in: Expand comment about building loaddefs.el.
12982
12983 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12984
12985 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12986 Comment use of defadvice.
12987
12988 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12989
12990 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12991
12992 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12993 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12994 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12995 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12996 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12997 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12998 for backward compatibility for faces that did not appear in the
12999 previous Emacs release.
13000
13001 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13002
13003 2005-08-15 Kim F. Storm <storm@cua.dk>
13004
13005 * emulation/cua-base.el (cua-delete-region): Return t if
13006 deleted region was non-empty.
13007 (cua-replace-region): Inhibit overwrite-mode for
13008 self-insert-command if replaced region was non-empty.
13009 (cua--explicit-region-start, cua--status-string): Make them
13010 buffer-local at top-level...
13011 (cua-mode): ...rather than when mode is enabled.
13012
13013 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13014
13015 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13016 Set t for Emacs 21, 22, and so on.
13017
13018 2005-08-15 David Ponce <david@dponce.com>
13019
13020 * tree-widget.el: Update Commentary header.
13021 (tree-widget-theme): Doc fix.
13022 (tree-widget-space-width): New option.
13023 (tree-widget-image-properties): Look up in the default theme too.
13024 (tree-widget--cursors): Only for images with arrow pointer shape.
13025 (tree-widget-lookup-image): Pointer shape is hand by default.
13026 (tree-widget-icon): Rename generic icon widget from
13027 `tree-widget-control'.
13028 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13029 derive from `tree-widget-icon'.
13030 (tree-widget-handle): Improve default look and feel of the text
13031 representation.
13032 (tree-widget): Rename :*-control properties to :*-icon properties.
13033 Add :action and :help-echo properties.
13034 (tree-widget-after-toggle-functions): Move.
13035 (tree-widget-close-node, tree-widget-open-node): Remove.
13036 (tree-widget-before-create-icon-functions): New hook.
13037 (tree-widget-value-create): Update to allow customization of icons
13038 and nodes at run-time via that new hook.
13039 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13040 (tree-widget-icon-action, tree-widget-icon-help-echo)
13041 (tree-widget-action, tree-widget-help-echo): New functions.
13042
13043 2005-08-15 Kim F. Storm <storm@cua.dk>
13044
13045 * ido.el (ido-buffer-internal): Use with-no-warnings.
13046 (ido-make-merged-file-list): Use while-no-input.
13047
13048 2005-08-15 Richard M. Stallman <rms@gnu.org>
13049
13050 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13051 (flyspell-large-region): Fix doc and custom type.
13052
13053 2005-08-14 Richard M. Stallman <rms@gnu.org>
13054
13055 * files.el (interpreter-mode-alist): Doc fix.
13056
13057 * mail/rmail.el (rmail-nonignored-headers): New variable.
13058 (rmail-clear-headers): Use it.
13059 (rmail-reply): Better handling of mail-followup-to header.
13060
13061 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13062 Rename variable from sh-font-lock-keywords. In the `shell' entry,
13063 don't try to refer to executable-font-lock-keywords.
13064 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13065 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13066 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13067 (sh-mode): Set comment-start-skip, local-abbrev-table,
13068 imenu-case-fold-search.
13069 (sh-set-shell): Don't set them here.
13070 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
13071 Don't cache the results in the original alist; don't ever modify
13072 that alist.
13073
13074 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
13075
13076 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
13077 empty.
13078
13079 2005-08-15 Andreas Schwab <schwab@suse.de>
13080
13081 * desktop.el: Put autoload cookie at risky-local-variable declarations.
13082
13083 * dired.el, info.el, mail/rmail.el: Revert last change.
13084
13085 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
13086
13087 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
13088 modification in `eval-after-load' form.
13089 * info.el: Likewise.
13090 * mail/rmail.el: Likewise.
13091
13092 2005-08-14 Juri Linkov <juri@jurta.org>
13093
13094 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13095 Remove highlighting of "Compilation started". Highlight only
13096 the word "finished" in "Compilation finished". Add highlighting
13097 of "interrupt", "killed", "terminated" and the exit code.
13098 (compilation-start): Add newline after header. Use exactly the
13099 same time stamp format as the finishing message.
13100 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
13101
13102 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
13103 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
13104 Add highlighting of "interrupt", "killed", "terminated".
13105
13106 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
13107 enabled and the current command is self-insert-command, call it
13108 explicitly with overwrite-mode bound to nil, to not allow it
13109 to delete the character after the selected region.
13110
13111 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
13112
13113 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
13114 move-end-of-line, end-of-line, and beginning-of-line to the list
13115 of commands after which the echo area is updated.
13116
13117 2005-08-12 Eli Zaretskii <eliz@gnu.org>
13118
13119 * cus-edit.el (custom-save-all, custom-save-delete):
13120 Bind recentf-exclude to exclude custom-file.
13121
13122 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
13123
13124 * mail/rmailsum.el (rmail-summary-end-of-message): New command
13125 to go to the bottom of the mail message. Added to
13126 `rmail-summary-mode-map' with key "/".
13127 (rmail-summary-show-message): New (internal) function for use by
13128 both `rmail-summary-beginning/end-of-message'.
13129 (rmail-summary-beginning-of-message): Change to use
13130 rmail-summary-show-message.
13131
13132 * mail/rmail.el (rmail-end-of-message): New command to go to the
13133 end of the current message. Added to `rmail-mode-map' with key "/".
13134 (rmail-beginning-of-message): Fix to work as documented.
13135 (rmail-mode): Change documentation.
13136
13137 * progmodes/compile.el (compilation-start): Add the line
13138 "Compilation started" with compilation start time.
13139 (compilation-mode-font-lock-keywords): Add `started' to keywords.
13140
13141 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
13142
13143 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
13144 of menu items.
13145
13146 2005-08-11 Richard M. Stallman <rms@gnu.org>
13147
13148 * simple.el (pop-global-mark): Reverse test of widen-automatically.
13149
13150 * battery.el (battery-status-function): Don't use ignore-errors.
13151
13152 2005-08-11 Lute Kamstra <lute@gnu.org>
13153
13154 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
13155 define-obsolete-variable-alias.
13156
13157 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
13160 (ange-ftp-send-cmd): Revert last change, and expand
13161 the comment explaining the problem.
13162
13163 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
13164
13165 * ldefs-boot.el: Update.
13166
13167 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
13168 item to "Time, Load and Mail". Change help echo text.
13169
13170 * time.el (display-time-use-mail-icon, display-time-format)
13171 (display-time-string-forms): Shorten first line of docstrings.
13172
13173 2005-08-10 Lars Hansen <larsh@soem.dk>
13174
13175 * desktop.el (desktop-buffer-mode-handlers):
13176 Make non-customizable. Add autoload cookie. Change initial value to
13177 nil; add elements in respective modules instead. Fix doc string.
13178 (desktop-load-file): New function.
13179 (desktop-minor-mode-handlers): New autoloaded variable.
13180 (desktop-create-buffer): Call minor mode handlers.
13181 Use desktop-load-file to load major and minor mode modules prior to
13182 checking for a handler.
13183 (desktop-save): Don't add nil to desktop-minor-modes for minor
13184 modes with nil function in desktop-minor-mode-table. Don't delete
13185 desktop file before rewriting it.
13186 (desktop-locals-to-save): Add autoload cookie. Don't make
13187 automatically buffer-local. Add variables column-number-mode,
13188 size-indication-mode, indent-tabs-mode,
13189 indicate-buffer-boundaries, indicate-empty-lines and
13190 show-trailing-whitespace.
13191 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
13192 regexps. Don't use desktop-clear-preserve-buffers-regexp.
13193 (desktop-clear-preserve-buffers-regexp): Delete.
13194 (desktop-clear-preserve-buffers): Update initial value and docstring.
13195 (desktop-save-buffer): Fix doc string.
13196
13197 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
13198 (hilit-chg-desktop-restore): New function.
13199 (highlight-changes-mode): Add highlight-changes-mode to
13200 desktop-locals-to-save.
13201
13202 * dired.el: Add handler to desktop-buffer-mode-handlers.
13203 (dired-restore-desktop-buffer): Remove autoload cookie.
13204 (dired-mode): Add autoload cookie.
13205
13206 * info.el: Add handler to desktop-buffer-mode-handlers.
13207 (Info-restore-desktop-buffer): Remove autoload cookie.
13208 (Info-mode): Add autoload cookie.
13209
13210 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
13211 (mh-restore-desktop-buffer): Remove autoload cookie.
13212 (mh-folder-mode): Add autoload cookie.
13213
13214 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
13215 (rmail-restore-desktop-buffer): Remove autoload cookie.
13216
13217 2005-08-11 Masatake YAMATO <jet@gyve.org>
13218
13219 * hexl.el (hexl-address-region):
13220 (hexl-ascii-region, hexl-font-lock-keywords):
13221 (hexl-highlight-line-range): Use the term "region"
13222 instead of "area" for consistency with the other symbols
13223 defined in hexl.el.
13224
13225 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
13226
13227 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
13228 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
13229 out by Juri Linkov). Add `display-battery-mode'.
13230
13231 2005-08-09 Juri Linkov <juri@jurta.org>
13232
13233 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13234 Remove `-text' from face variable names.
13235 (compilation-error-file-name, compilation-warning-file-name)
13236 (compilation-info-file-name): Delete faces.
13237 (compilation-line-number, compilation-column-number):
13238 Remove face underlining.
13239 (compilation-message-face): Set to `underline' value by default.
13240 (compilation-error-face, compilation-warning-face)
13241 (compilation-info-face): Remove `-file-name' from face names.
13242 (compilation-error-text-face, compilation-warning-text-face)
13243 (compilation-info-text-face): Delete face variables.
13244 (compilation-text-face): Delete function.
13245
13246 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
13247 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
13248 (grep-error-face): Set to `compilation-error' instead of
13249 `compilation-error-face' (which is redefined to `grep-hit-face' in
13250 grep buffers).
13251 (grep-mode-font-lock-keywords): Remove `-text' from face variable
13252 names. Use `grep-error-face' instead of `compilation-error-text-face'.
13253
13254 * dired-aux.el (dired-do-query-replace-regexp):
13255 Use `query-replace-read-args'.
13256
13257 * replace.el (query-replace-read-from, query-replace-read-to)
13258 (query-replace-read-args): Rename arg `string' to `prompt'.
13259
13260 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
13261
13262 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13263
13264 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
13265 uploading files.
13266 (ange-ftp-canonize-filename): Handle file names beginning with ~
13267 correctly.
13268
13269 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13270
13271 * textmodes/fill.el (canonically-space-region)
13272 (fill-context-prefix, fill-french-nobreak-p)
13273 (fill-delete-newlines, fill-comment-paragraph)
13274 (justify-current-line): "?\ " -> "?\s".
13275
13276 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
13277
13278 * textmodes/fill.el (fill-nonuniform-paragraphs):
13279 Improve argument/docstring consistency.
13280
13281 2005-08-09 Richard M. Stallman <rms@gnu.org>
13282
13283 * textmodes/ispell.el (ispell-word): More fboundp checks.
13284
13285 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
13286 (find-file-noselect-1): Call it here, only if RAWFILE.
13287 (normal-mode): Always set some major mode.
13288 (save-some-buffers-action-alist): Change some explanation strings.
13289 (file-name-non-special): In the `quote' method, use unwind-protect.
13290
13291 2005-08-09 Magnus Henoch <mange@freemail.hu>
13292
13293 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
13294 (ispell-have-aspell-dictionaries): New variable.
13295 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
13296 (ispell-get-aspell-config-value): New function.
13297 (ispell-aspell-find-dictionary): New function.
13298 (ispell-aspell-add-aliases): New function.
13299 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
13300 appropriate. Don't look for ispell dictionaries if we use aspell.
13301 (ispell-menu-map): Don't build a submenu of dictionaries.
13302
13303 2005-08-09 Richard M. Stallman <rms@gnu.org>
13304
13305 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
13306 (sql-read-passwd): Use read-passwd.
13307
13308 * progmodes/idlw-toolbar.el (idlwave-toolbar)
13309 (idlwave-toolbar-is-possible): Add defvars.
13310
13311 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
13312 Avoid warnings.
13313
13314 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
13315 (idlwave-system-class-info, idlwave-executive-commands-alist):
13316 Use defvar.
13317
13318 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
13319
13320 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
13321 Avoid warnings.
13322
13323 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
13324 and content-type: headers.
13325
13326 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
13327
13328 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
13329 and rename some of them to be more self-explanatory.
13330
13331 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
13332
13333 * startup.el (command-line-1): Implement -scriptload.
13334
13335 * replace.el (occur-engine): Initial *Occur* output not undoable.
13336
13337 * menu-bar.el (menu-bar-file-menu): Rename some menu items
13338 and improve help strings.
13339
13340 * isearch.el (isearch-repeat): When changing direction,
13341 mark search successful.
13342
13343 * ediff-init.el: Use (featurep 'xemacs).
13344
13345 * comint.el (send-invisible): Identify buffer, if not selected.
13346
13347 * align.el: Delete autoload for c-guess-basic-syntax.
13348
13349 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13350
13351 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
13352 Improve argument/docstring consistency. Doc fixes.
13353 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
13354 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
13355 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
13356 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
13357 (r2bv-organization, r2bv-pages, r2bv-primary-author)
13358 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
13359 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
13360 Defvar at compile time.
13361
13362 2005-08-09 Juri Linkov <juri@jurta.org>
13363
13364 * info.el: Replace `info' with upper-case `Info' where appropriate.
13365 (info-title-1, info-title-2, info-title-3, info-title-4)
13366 (info-menu-header): Move up face definitions.
13367 (info-menu-star): Rename from `info-menu-5'.
13368 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13369 (Info-fontify-visited-nodes): Fix docstring.
13370 (Info-hide-note-references): Fix docstring.
13371 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13372 menu items in the same way as on cross-references.
13373 (info-apropos): Fix sorting order and formatting to be like in the
13374 stand-alone Info browser. Display error messages for 1 sec.
13375 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13376 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13377 from the menu bar.
13378 (Info-insert-dir): Restore point after calling
13379 `insert-buffer-substring'.
13380
13381 2005-08-08 Richard M. Stallman <rms@gnu.org>
13382
13383 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13384 (recompute-lucid-menubar): Add defvars.
13385
13386 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13387
13388 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13389
13390 * net/net-utils.el (run-dig): Rename from `dig'.
13391
13392 * play/gametree.el (gametree-mode): Use make-local-variable,
13393 not make-variable-buffer-local.
13394
13395 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13396
13397 * ansi-color.el (ansi-color-make-extent)
13398 (ansi-color-set-extent-face): Use fboundp, not functionp.
13399
13400 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13401 not make-variable-buffer-local.
13402
13403 * bookmark.el (Info-current-file): Add defvar.
13404 (bookmark-jump-noselect): Use with-no-warnings.
13405
13406 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13407
13408 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13409
13410 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13411
13412 * find-file.el (ada-procedure-start-regexp)
13413 (ada-package-start-regexp): Add defvars.
13414
13415 * info.el (Info-insert-dir): Use insert-buffer-substring.
13416
13417 * xml.el (xml-att-def-re): Add defvar.
13418
13419 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13420 calling convention.
13421
13422 * subr.el (while-no-input): Return t if there is input.
13423
13424 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13425
13426 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13427
13428 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13429
13430 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13431 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13432
13433 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13434
13435 * cmuscheme.el (scheme-start-file): Replace reference to
13436 `user-emacs-directory' by "~/.emacs.d/".
13437
13438 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13439
13440 * info.el (Info-dir-remove-duplicates): Avoid case folding
13441 in loop; instead, keep downcased strings for comparison.
13442 Suggested by Helmut Eller.
13443
13444 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13445
13446 Sync with Tramp 2.0.50.
13447
13448 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13449 XEmacs case; not necessary anymore.
13450 (tramp-user-regexp): Allow "@" as part of user name.
13451 (tramp-handle-set-visited-file-modtime)
13452 (tramp-handle-insert-file-contents)
13453 (tramp-handle-write-region): No special handling for
13454 `last-coding-system-used, because this is done in
13455 `tramp-accept-process-output' now.
13456 (tramp-accept-process-output): New defun.
13457 (tramp-process-one-action, tramp-process-one-multi-action)
13458 (tramp-wait-for-regexp, tramp-wait-for-output)
13459 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13460 Howells <dhowells@redhat.com>.
13461 (clear-visited-file-modtime): Defadvice removed. The check for
13462 unset buffer's modtime does not need to be based on
13463 `tramp-buffer-file-attributes'. Suggested by RMS.
13464 (tramp-message): Insert "\n" if not being at beginning of line.
13465 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13466 sequence with same logic.
13467 (tramp-completion-handle-expand-file-name): Discard call of
13468 `tramp-drop-volume-letter'. It is not necessary, and there have
13469 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13470 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13471 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13472 should always be visible.
13473 (tramp-handle-insert-directory, tramp-setup-complete)
13474 (tramp-set-process-query-on-exit-flag)
13475 (tramp-append-tramp-buffers): Pacify byte-compiler.
13476 (tramp-bug): Delete non-existing variables from list.
13477 Apply `tramp-load-report-modules' as pre-hook.
13478 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13479 `shell-prompt-pattern' because of non-7bit characters.
13480 Reported by Sebastian Luque <sluque@mun.ca>.
13481 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13482 (tramp-match-string-list): Remove function.
13483 (tramp-wait-for-regexp): Remove call of that function.
13484 Suggested by Kim F. Storm <storm@cua.dk>.
13485 (tramp-set-auto-save-file-modes): Use octal integer code #o600
13486 instead of octal character code ?\600. The latter resulted in a
13487 syntax error with XEmacs.
13488
13489 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13490 XEmacs case; not necessary anymore.
13491 (tramp-smb-handle-write-region): No special handling for
13492 `last-coding-system-used, because this is done in
13493 `tramp-accept-process-output' now.
13494 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13495
13496 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
13497
13498 * wid-edit.el (widget-choice-value-create):
13499 Unconditionally respect user choice. Set :explicit-choice back to nil
13500 when no longer needed.
13501 (widget-choice-action): Unconditionally respect user choice.
13502 Eliminate :explicit-choice-value.
13503
13504 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13505
13506 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13507 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13508 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13509 running new function `toggle-indicate-empty-lines'.
13510 Rename "Customize" item to "Customize fringe".
13511 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13512 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13513 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13514 Delete "Empty lines only" item.
13515 (menu-bar-showhide-fringe-ind-customize): New function.
13516 (menu-bar-showhide-fringe-ind-mixed)
13517 (menu-bar-showhide-fringe-ind-box)
13518 (menu-bar-showhide-fringe-ind-right)
13519 (menu-bar-showhide-fringe-ind-left)
13520 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13521 instead of `fringe-indicators'.
13522
13523 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13524
13525 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13526 Change the date of last update.
13527
13528 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13529
13530 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13531 (viper-exec-yank, viper-put-back): Don't display modification msg
13532 if in the minibuffer.
13533
13534 * viper-init.el (viper-replace-overlay-cursor-color)
13535 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13536 Make variables frame local.
13537
13538 * viper-util.el (viper-append-filter-alist): Use append instead of
13539 nconc.
13540
13541 * viper.el (viper-vi-state-mode-list)
13542 (viper-emacs-state-mode-list): Move help-mode and
13543 completion-list-mode from the first list to the second.
13544 (viper-mode): Docstring.
13545 (viper-go-away, viper-non-hook-settings): Don't localize
13546 minor-mode-alist in newer Emacsen. Add advice to
13547 set-cursor-color. Don't bind "\C-c\\".
13548
13549 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13550
13551 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13552 (scheme-macro-expand-command): New user options.
13553 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13554 (scheme-form-at-point, scheme-start-file)
13555 (scheme-interactively-start-process): New functions.
13556 (scheme-get-process): New function, extracted from `scheme-proc'.
13557 (run-scheme): Call `scheme-start-file' to get start file, and pass
13558 it to `make-comint'.
13559 (switch-to-scheme, scheme-proc):
13560 Call `scheme-interactively-start-process' if no Scheme buffer/process
13561 is available.
13562
13563 2005-08-06 Juri Linkov <juri@jurta.org>
13564
13565 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13566 Use `compilation-text-face', `compilation-info-text-face' and
13567 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13568 (compilation-error): New face.
13569 (compilation-error-file-name): Inherit from
13570 `compilation-error' instead of `font-lock-warning-face'.
13571 (compilation-warning-file-name): Inherit from
13572 `compilation-warning' instead of `font-lock-warning-face'.
13573 (compilation-info, compilation-error-file-name)
13574 (compilation-warning-file-name, compilation-info-file-name)
13575 (compilation-line-number, compilation-column-number): Doc fix.
13576 (compilation-error-text-face, compilation-warning-text-face)
13577 (compilation-info-text-face): New face variables.
13578 (compilation-line-face, compilation-column-face)
13579 (compilation-enter-directory-face)
13580 (compilation-leave-directory-face): Doc fix.
13581 (compilation-text-face): New function.
13582
13583 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13584 instead of 1 to display binary file names as info file links.
13585 (grep-error-face): Use `compilation-error-face' instead of
13586 `font-lock-keyword-face'.
13587 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13588 and `compilation-warning-text-face' instead of
13589 `font-lock-keyword-face'. Use `compilation-error-text-face'
13590 instead of `grep-error-face'.
13591
13592 2005-08-05 Kenichi Handa <handa@m17n.org>
13593
13594 * international/code-pages.el: Add autoload cookies for all coding
13595 systems.
13596
13597 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13598
13599 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13600
13601 2005-08-04 Juri Linkov <juri@jurta.org>
13602
13603 * progmodes/compile.el (compilation-mode-map):
13604 * progmodes/grep.el (grep-mode-map):
13605 Bind TAB to `compilation-next-error' and [backtab] to
13606 `compilation-previous-error'.
13607
13608 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13609 matching line numbers, column numbers and their ranges with regexp
13610 matching only line numbers.
13611 (grep-context-face): New face variable.
13612 (grep-mode-font-lock-keywords): Use it.
13613
13614 * faces.el (read-face-name): Delete duplicate faces.
13615
13616 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13617
13618 * thumbs.el (thumbs-find-image): Don't make variables
13619 automatically buffer local.
13620 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13621 (thumbs-image-num): Make automatically buffer local.
13622 (thumbs-show-thumbs-list): Use `make-local-variable', not
13623 `make-variable-buffer-local'.
13624 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13625
13626 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13627 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13628 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13629 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13630 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13631 (feelings-about, foullst, found, hello, history, howareyoulst)
13632 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13633 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13634 (neglst, obj, object, owner, please, problems, qlist)
13635 (random-adjective, relation, remlst, repetitive-shortness)
13636 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13637 (shortlst, something, sportslst, stallmanlst, states, subj)
13638 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13639 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13640 Defvar at compile time.
13641
13642 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13643 not `make-variable-buffer-local'.
13644
13645 2005-08-02 Kim F. Storm <storm@cua.dk>
13646
13647 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13648 rectangle overlay in selected window.
13649
13650 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13651
13652 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13653 instead of display group. Make `indicate-buffer-boundaries'
13654 customizable through Custom.
13655
13656 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13657
13658 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13659 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13660 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13661 (gdb-put-string): Fix typos in docstrings.
13662
13663 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13664
13665 Update copyright notices of files in progmodes directory for
13666 release of Emacs 22.1.
13667
13668 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13669
13670 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13671 Don't barf if the GUD buffer has been killed.
13672
13673 2005-08-01 Kim F. Storm <storm@cua.dk>
13674
13675 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13676
13677 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13678
13679 * simple.el (next-error-follow-minor-mode):
13680 make-variable-buffer-local -> make-local-variable.
13681
13682 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13683
13684 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13685 (byte-compile-form-make-variable-buffer-local): New functions to warn
13686 about misuses of make-variable-buffer-local where make-local-variable
13687 was meant.
13688
13689 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13690
13691 * bs.el (bs-attributes-list): Doc fix.
13692 (bs): Update url-link.
13693
13694 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13695 (desktop-load-default): Simplify.
13696
13697 * ibuffer.el (ibuffer-columnize-and-insert-list)
13698 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13699 (ibuffer-unmark-all, ibuffer-toggle-marks)
13700 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13701 (ibuffer-compile-make-format-form, ibuffer-format-column)
13702 (ibuffer-current-buffers-with-marks)
13703 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13704 (ibuffer): Doc fix.
13705 (ibuffer-mode): Fix typo in docstring.
13706 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13707 with `define-obsolete-variable-alias'.
13708 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13709
13710 2005-07-29 Kenichi Handa <handa@m17n.org>
13711
13712 * international/mule-cmds.el (select-message-coding-system):
13713 Be sure to use LF for end-of-line. If no coding system is decided,
13714 return iso-8859-1-unix.
13715
13716 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13719 (ange-ftp-pending-error-line): New vars.
13720 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13721 to handle the non-fatal no-route-to-host messages.
13722 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13723
13724 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13727 (isearch-quote-char, isearch-printing-char)
13728 (isearch-text-char-description): "?\ " -> "?\s".
13729 (isearch-lazy-highlight-cleanup)
13730 (isearch-lazy-highlight-initial-delay)
13731 (isearch-lazy-highlight-interval)
13732 (isearch-lazy-highlight-max-at-a-time)
13733 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13734 Declare with define-obsolete-*-alias macros.
13735 (isearch-forward): Fix typo in docstring.
13736 (search-invisible, search-ring-yank-pointer)
13737 (regexp-search-ring-yank-pointer): Doc fixes.
13738
13739 * recentf.el (recentf-menu-append-commands-p): Declare with
13740 `define-obsolete-variable-alias'.
13741 (recentf-max-saved-items, recentf-menu-filter)
13742 (recentf-arrange-by-rule-subfilter): Doc fixes.
13743 (recentf-menu-append-commands-flag)
13744 (recentf-initialize-file-name-history, recentf-expand-file-name)
13745 (recentf-clear-data): Fix typos in docstrings.
13746
13747 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13748
13749 * progmodes/gdb-ui.el: Smarten comments.
13750 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13751
13752 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13753
13754 * term/apollo.el (terminal-init-apollo): New function containing
13755 all former top level forms in the file.
13756 * term/bobcat.el (terminal-init-bobcat):
13757 * term/cygwin.el (terminal-init-cygwin):
13758 * term/iris-ansi.el (terminal-init-iris-ansi):
13759 * term/linux.el (terminal-init-linux):
13760 * term/news.el (terminal-init-news):
13761 * term/rxvt.el (terminal-init-rxvt):
13762 * term/sun.el (terminal-init-sun):
13763 * term/tvi970.el (terminal-init-tvi970):
13764 * term/vt100.el (terminal-init-vt100):
13765 * term/vt102.el (terminal-init-vt102):
13766 * term/vt125.el (terminal-init-vt125):
13767 * term/vt200.el (terminal-init-vt200):
13768 * term/vt201.el (terminal-init-vt201):
13769 * term/vt220.el (terminal-init-vt220):
13770 * term/vt240.el (terminal-init-vt240):
13771 * term/vt300.el (terminal-init-vt300):
13772 * term/vt320.el (terminal-init-vt320):
13773 * term/vt400.el (terminal-init-vt400):
13774 * term/vt420.el (terminal-init-vt420):
13775 * term/wyse50.el (terminal-init-wyse50):
13776 * term/xterm.el (terminal-init-xterm): Likewise.
13777
13778 * term/README: Describe the terminal-init-* functionality.
13779
13780 * startup.el (command-line): After loading the terminal initialization
13781 file call the corresponding terminal initialization function.
13782
13783 2005-07-27 Kenichi Handa <handa@m17n.org>
13784
13785 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13786 negative.
13787
13788 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13789 (ps-mule-composition-prologue): Fix for the case that
13790 RelativeCompose is false.
13791
13792 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13795
13796 * descr-text.el (describe-char): Handle the case where the list of
13797 chars is displayed in a separate frame.
13798 Be a bit more discriminating when looking for the char.
13799
13800 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13801
13802 * bookmark.el (bookmark-automatically-show-annotations)
13803 (bookmark-read-annotation-text-func): Doc fixes.
13804 (bookmark-save): Improve argument/docstring consistency.
13805 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13806 (bookmark-alist-from-buffer)
13807 (bookmark-upgrade-file-format-from-0)
13808 (bookmark-grok-file-format-version)
13809 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13810 (bookmark-read-annotation-mode)
13811 (bookmark-insert-current-bookmark, bookmark-jump)
13812 (bookmark-exit-hook): Fix typos in docstrings.
13813 (bookmark-exit-hooks): Define as obsolete alias.
13814 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13815 not `bookmark-exit-hooks'. Fix docstring.
13816 (bookmark-bmenu-select): "?\ " -> "?\s".
13817
13818 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13819
13820 * startup.el (command-line): Fix typo.
13821
13822 2005-07-24 Richard M. Stallman <rms@gnu.org>
13823
13824 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13825 not emacs-quick-startup.
13826
13827 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13828
13829 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13830 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13831 instead of `reb-with-current-window'.
13832 (reb-prev-match): Likewise. Also, don't move left if the search
13833 was unsuccessful.
13834 (reb-initialize-buffer): New function.
13835 (re-builder, reb-change-syntax): Use it.
13836
13837 * man.el (Man-goto-page): Make second argument NOERROR optional.
13838
13839 2005-07-23 Richard M. Stallman <rms@gnu.org>
13840
13841 * man.el (Man-bgproc-sentinel): Check here for failure to find
13842 any man page in the output, and report the error here.
13843 (Man-arguments): Make it permanent local.
13844 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13845 (Man-mode): Pass t for NOERROR.
13846
13847 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13848 (grep-mode-font-lock-keywords):
13849 Don't use compilation-...-face for messages that are not file names.
13850
13851 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13852 Don't use compilation-...-face for messages that are not file names.
13853
13854 2005-07-22 Juri Linkov <juri@jurta.org>
13855
13856 * startup.el (normal-splash-screen): Update menu name.
13857
13858 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13859
13860 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13861
13862 * term/xterm.el: Load term/rxvt if the terminal is actually an
13863 rxvt terminal.
13864 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13865
13866 * term/rxvt.el (function-key-map): Use substitute-key-definition
13867 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13868
13869 * term/cygwin.el: New file.
13870
13871 2005-07-22 Kim F. Storm <storm@cua.dk>
13872
13873 * image-file.el (insert-image-file, image-file-yank-handler):
13874 Fix last change to maintain a (unique) yank-handler on yanked images.
13875
13876 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13877
13878 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13879 of the file size (as in "177B" for 177 bytes). This happens with
13880 "ls -lh" on FreeBSD.
13881
13882 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13883
13884 * hilit-chg.el (highlight-changes-global-initial-state)
13885 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13886 (hilit-chg-fixup, highlight-changes-mode):
13887 Fix typos in docstrings.
13888 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13889 Doc fixes.
13890
13891 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13892
13893 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13894 mode function using `eval-after-load'.
13895
13896 2005-07-21 Kim F. Storm <storm@cua.dk>
13897
13898 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13899 included when reporting an emacs crash, and tell about the DEBUG file.
13900
13901 * image-file.el (insert-image-file): Add yank-handler.
13902 (image-file-yank-handler): Yank handler to make unique copies of
13903 images when they are yanked into a buffer next to each other.
13904
13905 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * comint.el (comint-use-prompt-regexp, comint-send-input)
13908 (comint-source-default, comint-extract-string)
13909 (comint-get-source, comint-word, comint-completion)
13910 (comint-source, comint-prompt-read-only, comint-update-fence):
13911 Fix typos in docstrings.
13912 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13913 Declare with define-obsolete-*-alias macros.
13914 (comint-previous-matching-input-from-input)
13915 (comint-next-matching-input-from-input)
13916 (comint-previous-matching-input, comint-next-matching-input)
13917 (comint-forward-matching-input):
13918 Improve argument/docstring consistency.
13919
13920 * desktop.el (desktop-clear-preserve-buffers-regexp):
13921 Also preserve the *server* buffer.
13922
13923 * simple.el (clone-indirect-buffer): Doc fix.
13924 (fixup-whitespace, just-one-space)
13925 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13926 (next-error, next-error-highlight)
13927 (next-error-highlight-no-select, next-error-last-buffer)
13928 (next-error-buffer-p, next-error-find-buffer, next-error)
13929 (previous-error, next-error-no-select, previous-error-no-select)
13930 (open-line, split-line, minibuffer-prompt-width, kill-new)
13931 (binary-overwrite-mode): Fix typos in docstrings.
13932 (set-fill-column): Fix typo in message.
13933
13934 * skeleton.el (skeleton-proxy-new): Doc fix.
13935
13936 * strokes.el (strokes-load-hook): Doc fix.
13937 (strokes-grid-resolution, strokes-get-grid-position)
13938 (strokes-renormalize-to-grid, strokes-read-stroke)
13939 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13940 (strokes-global-map): Fix typos in docstrings.
13941 (strokes-help): Doc fix. Fix help message and pass it through
13942 `substitute-command-keys'.
13943
13944 * tempo.el (tempo-insert-prompt, tempo-interactive)
13945 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13946 (tempo-insert-string-functions, tempo-local-tags)
13947 (tempo-define-template, tempo-insert-template)
13948 (tempo-insert-prompt-compat, tempo-is-user-element)
13949 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13950 Fix typos in docstrings.
13951
13952 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13953 (vcursor-key-bindings, vcursor-use-vcursor-map)
13954 (vcursor-find-window, vcursor-scroll-down)
13955 (vcursor-disable, vcursor-beginning-of-buffer)
13956 (vcursor-end-of-buffer): Fix typos in docstrings.
13957 (vcursor-relative-move, vcursor-get-char-count):
13958 Improve argument/docstring consistency.
13959
13960 * version.el: "?\ " -> "?\s".
13961
13962 * wid-edit.el (widget-default-create, widget-after-change)
13963 (widget-default-format-handler, widget-checklist-add-item)
13964 (widget-radio-add-item, widget-choose, widget-specify-secret)
13965 (widget-field-value-create, widget-field-value-get)
13966 (widget-editable-list-format-handler)
13967 (widget-editable-list-entry-create, widget-group-value-create)
13968 (widget-documentation-link-add)
13969 (widget-documentation-string-value-create): "?\ " -> "?\s".
13970 (widget-convert-text): Doc fix.
13971 (widget-narrow-to-field, widget-field-find)
13972 (widget-url-link-action, widget-emacs-library-link-action)
13973 (widget-color-notify): Fix typos in docstrings.
13974
13975 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13976 (x-select-text, set-w32-system-coding-system)
13977 (w32-add-charset-info): Fix typos in docstrings.
13978
13979 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13980 (cua-enable-cua-keys, cua-use-hyper-key)
13981 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13982 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13983
13984 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13985
13986 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13987 `defalias' instead of faking it.
13988
13989 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13990 (eshell-ls-missing, eshell-ls-dired-initial-args)
13991 (eshell-ls-use-in-dired): Fix typos in docstrings.
13992
13993 2005-07-20 Kim F. Storm <storm@cua.dk>
13994
13995 * emulation/cua-base.el (cua-mode): Improve doc string.
13996
13997 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13998
13999 * abbrev.el (expand-region-abbrevs): Doc fix.
14000 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14001 Improve argument/docstring consistency.
14002
14003 * arc-mode.el (archive-get-descr, archive-alternate-display):
14004 Doc fixes.
14005 (archive-l-e): Improve argument/docstring consistency.
14006 (archive-tmpdir, archive-unixdate, archive-unixtime)
14007 (archive-chmod-entry): Fix typos in docstrings.
14008 (archive-unflag, archive-unflag-backwards)
14009 (archive-unmark-all-files): "?\ " -> "?\s".
14010
14011 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14012 (Buffer-menu-not-modified, Buffer-menu-execute)
14013 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14014 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14015
14016 * composite.el (compose-string, encode-composition-rule)
14017 (compose-last-chars): Fix typos in docstrings.
14018
14019 * desktop.el (desktop-enable, desktop-basefilename):
14020 Declare with `define-obsolete-variable-alias'.
14021 (desktop-internal-v2s): Don't quote keywords.
14022 (desktop-clear): "?\ " -> "?\s".
14023
14024 * dired.el (dired-align-file, dired-flag-backup-files)
14025 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14026 (dired-listing-switches, dired-ls-F-marks-symlinks)
14027 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14028 (dired-directory, dired-faces, dired, dired-revert)
14029 (dired-mode, dired-summary, dired-view-file)
14030 (dired-copy-filename-as-kill, dired-delete-file)
14031 (dired-no-confirm, dired-unmark-all-marks)
14032 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14033 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14034 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14035 Fix typos in message strings.
14036
14037 * dired-x.el (virtual-dired): Declare with `defalias'.
14038 (dired-mark-unmarked-files, dired-local-variables-file)
14039 (dired-omit-here-always): Doc fix.
14040 (dired-omit-mode, dired-find-subdir)
14041 (dired-enable-local-variables, dired-clean-up-buffers-too)
14042 (dired-extra-startup, dired-mark-extension, dired-jump)
14043 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14044 (dired-smart-shell-command, dired-guess-shell-alist-user)
14045 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14046 (dired-x-bind-find-file, dired-x-submit-report):
14047 Fix typos in docstrings.
14048 (dired-mark-unmarked-files): "?\ " -> "?\s".
14049
14050 * dirtrack.el (dirtrack-list): Fix typos in docstring.
14051
14052 * faces.el (describe-face): "?\ " -> "?\s".
14053 (read-all-face-attributes, read-face-font, modify-face)
14054 (face-attr-construct, italic): Fix typos in docstrings.
14055 (frame-update-face-colors): Declare with
14056 `define-obsolete-function-alias'.
14057
14058 * files.el (find-file-noselect, recode-file-name): Doc fixes.
14059 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14060 (magic-mode-alist, buffer-file-numbers-unique)
14061 (write-file-functions, get-free-disk-space):
14062 Fix typos in docstrings.
14063 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14064 (write-contents-hooks, write-file-hooks):
14065 Declare with `define-obsolete-variable-alias'.
14066
14067 * forms-d2.el (arch-rj): Fix typo in docstrings.
14068 (arch-tocol): Likewise. "?\ " -> "?\s".
14069
14070 * frame.el (set-frame-font, cursor-in-non-selected-windows):
14071 Fix typo in docstring.
14072 (set-screen-width, set-screen-height): Delete redundant info in
14073 doctrings.
14074 (new-frame, screen-height, screen-width): Declare with
14075 `define-obsolete-function-alias'.
14076 (delete-frame-hook, blink-cursor): Declare with
14077 `define-obsolete-variable-alias'.
14078
14079 * paths.el (prune-directory-list): Fix typos in docstring.
14080
14081 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
14082 (cvs-prefix-get): Fix typos in docstrings.
14083
14084 * ps-print.el (ps-extend-face-list, ps-extend-face)
14085 (ps-print-background-image): Fix typos in docstrings.
14086 (ps-default-fg, ps-default-bg): Doc fixes.
14087
14088 * s-region.el (s-region-bind): Doc fix.
14089 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
14090
14091 * textmodes/org.el (org-table-formula-substitute-names)
14092 (org-table-get-vertical-vector): Doc fixes.
14093 (org-table-recalculate): Remove unused argument to `message'.
14094
14095 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
14096
14097 * textmodes/org.el (org-table-column-names)
14098 (org-table-column-name-regexp)
14099 (org-table-named-field-locations): New variables.
14100 (org-archive-subtree): Protect `this-command' when calling
14101 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
14102 the kill buffer.
14103 (org-complete): Remove fixed-formula completion.
14104 (org-edit-formulas-map): New variable.
14105 (org-table-edit-formulas): New command.
14106 (org-finish-edit-formulas, org-abort-edit-formulas)
14107 (org-show-variable, org-table-get-vertical-vector): New functions.
14108 (org-table-maybe-eval-formula): Handle `:=' fields.
14109 (org-table-get-stored-formulas, org-table-store-formulas)
14110 (org-table-get-formula, org-table-modify-formulas)
14111 (org-table-replace-in-formulas): Handle named field formulas.
14112 (org-table-get-specials): Store locations of named fields.
14113
14114 2005-07-19 Juri Linkov <juri@jurta.org>
14115
14116 * progmodes/grep.el (grep-regexp-alist)
14117 (grep-mode-font-lock-keywords, grep-process-setup):
14118 Use default GNU grep match color "01;31m" instead of "01;41m".
14119 (grep-regexp-alist, grep-mode-font-lock-keywords):
14120 Use `\\[[0-9]*m' instead of `\\[00m'.
14121 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
14122 sgr_start where its handling is more important. Use the real
14123 length of sgr_start instead of constant 8.
14124 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
14125 specially. Delete all remaining escape sequences.
14126 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
14127 (grep-regexp-alist): Make hyperlink only for binary file name
14128 instead of the whole line.
14129 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
14130 (grep-mode): Add autoload.
14131
14132 * emacs-lisp/find-func.el (find-function-regexp):
14133 Add `define-compilation-mode'.
14134
14135 2005-07-19 Juri Linkov <juri@jurta.org>
14136
14137 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
14138 (compare-windows-sync-string-size, compare-windows-recenter)
14139 (compare-windows-highlight, compare-windows): Add version 22.1.
14140 (compare-windows) <defface>: Inherit from lazy-highlight instead
14141 of duplicating its default value.
14142
14143 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
14144 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
14145
14146 * descr-text.el (describe-char): Create link buttons for `charset'
14147 and `code point'. Add the current input method name with a link
14148 button to `to input' field. Print face names of display table
14149 characters in `The display table entry is displayed by' section
14150 instead of printing face-id in the `display' field.
14151 Guess hardcoded faces and create a link button for them.
14152 Skip empty fields when calculating max-width.
14153 Treat `widget-create' specially while inserting strings from the
14154 collected field list.
14155 (describe-char-after): Made obsolete in version 22.1, not 21.5.
14156
14157 * diff-mode.el (diff-file-header): Change foreground color from
14158 yellow to green on light backgrounds.
14159 (diff-context): Inherit from `shadow' only for color/grayscale
14160 with more than 88 colors.
14161 (diff-indicator-removed, diff-indicator-added)
14162 (diff-indicator-changed): New faces.
14163 (diff-font-lock-keywords): Use new faces. Regroup rules.
14164 Add "^---$" for `normal' diff format. Fontify `#' lines with
14165 font-lock-comment-delimiter-face and font-lock-comment-face.
14166 Add `#' to ^[^...] in the rule for `diff-context-face'.
14167
14168 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
14169 a button-like box. Inherit from `highlight' on low colors.
14170 (shadow): Use shades of gray only for color/grayscale with
14171 more than 88 colors. Use green for light backgrounds with
14172 8 colors, and yellow for dark backgrounds with 8 colors.
14173
14174 * font-lock.el (font-lock-regexp-grouping-backslash):
14175 Don't inherit from escape-glyph (use bold for all cases).
14176
14177 * info.el (info-xref-visited): Use light foreground color `violet'
14178 for dark backgrounds instead of dark color `magenta3'.
14179 (info-title-1): Use `yellow' color for dark backgrounds.
14180
14181 * isearch.el (isearch): Use not-too-dark magenta3 instead of
14182 too-light magenta2.
14183
14184 * replace.el (match): Use slightly more light RoyalBlue3 instead
14185 of dark RoyalBlue4.
14186
14187 * wid-edit.el (widget-inactive): Inherit from `shadow'.
14188
14189 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
14190
14191 * novice.el (disabled-command-hook): Declare it with
14192 `define-obsolete-variable-alias'.
14193
14194 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
14195 (desktop-buffer-misc-functions, desktop-buffer-handlers)
14196 (desktop-load-default): Add release to obsolescence info.
14197 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
14198 (desktop-append-buffer-args, desktop-read):
14199 Fix typos in docstrings.
14200 (desktop-kill): Fix typo in message.
14201 (desktop-save): Doc fix.
14202
14203 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
14204
14205 * viper-cmd.el (viper-escape-to-state): Bug fix.
14206 (viper-envelop-ESC-key): Change the definition of fast
14207 keysequence so it'll work with keyboard macros.
14208
14209 * ediff.el (ediff-patch-buffer): Change the docstring.
14210
14211 2005-07-19 Kenichi Handa <handa@m17n.org>
14212
14213 * international/mule-cmds.el (select-safe-coding-system): Try to
14214 use an auto-coding (if any) before anything else. If the found
14215 auto-coding is invalid, show a warning message.
14216
14217 * international/mule.el (find-auto-coding): New function created
14218 by modifying the body of set-auto-coding.
14219 (set-auto-coding): Use find-auto-coding to find a coding.
14220
14221 2005-07-18 Richard M. Stallman <rms@gnu.org>
14222
14223 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
14224 not isearch-mode-end-hook-error.
14225 (allout-before-change-protect): Fix error message.
14226
14227 2005-07-18 Juri Linkov <juri@jurta.org>
14228
14229 * allout.el (allout-mode):
14230 * calculator.el (calculator-copy):
14231 * custom.el (custom-known-themes):
14232 * dired.el (dired-desktop-buffer-misc-data)
14233 (dired-restore-desktop-buffer):
14234 * dired-x.el (dired-omit-marker-char):
14235 * files.el (basic-save-buffer):
14236 * font-core.el (font-lock-mode):
14237 * calendar/calendar.el (calendar-goto-hebrew-date)
14238 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
14239 (calendar-goto-persian-date):
14240 * language/ethio-util.el (ethio-sera-to-fidel-region):
14241 * textmodes/picture.el (picture-mode):
14242 Delete duplicate duplicate words.
14243
14244 2005-07-18 Juri Linkov <juri@jurta.org>
14245
14246 * isearch.el (isearch-mode-map): Remove key bindings for regexp
14247 chars * ? } |.
14248 (isearch-fallback): Don't call `isearch-process-search-char'.
14249 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
14250 (isearch-process-search-char): Call `isearch-fallback' for regexp
14251 chars * ? } |.
14252 (isearch-return-char): Make obsolete with `make-obsolete' instead
14253 of simply documenting it as obsolete in the docstring.
14254 (isearch-fallback): Refill docstring.
14255
14256 * international/isearch-x.el
14257 (isearch-process-search-multibyte-characters): Remove unneeded
14258 `concat'. Add intermediate values to `junk-hist' instead of
14259 `minibuffer-history'. Test the length of `str'.
14260
14261 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
14262
14263 * allout.el (allout-resolve-xref): Fix typos in error strings.
14264 (allout-before-change-protect): Remove unneeded `concat'.
14265
14266 * array.el (array-mode, array-reconfigure-rows)
14267 (untabify-backward): Fix typos in docstrings.
14268 (array-reconfigure-rows): Use `insert-buffer-substring', not
14269 `insert-buffer'.
14270
14271 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
14272 * progmodes/ada-mode.el (ada-make-body):
14273 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
14274
14275 * dired.el (dired-log):
14276 * tar-mode.el (tar-subfile-save-buffer):
14277 * play/zone.el (zone-pgm-stress-destress):
14278 Use `insert-buffer-substring', not `insert-buffer'.
14279
14280 2005-07-17 Simon Josefsson <jas@extundo.com>
14281
14282 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
14283
14284 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
14285
14286 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
14287 Add plain auth method.
14288 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
14289
14290 2005-07-17 Kim F. Storm <storm@cua.dk>
14291
14292 * ido.el (dired-other-window): Add ido property.
14293
14294 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
14295
14296 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14297 Fix typo in docstring.
14298 (byte-compile-interactive-only-functions): Add `insert-buffer' and
14299 `insert-file-literally'.
14300
14301 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
14302 info and delete redundant message. Doc fix.
14303 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
14304 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
14305
14306 2005-07-16 Richard M. Stallman <rms@gnu.org>
14307
14308 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
14309 (byte-compile-and): Use byte-compile-and-recursion.
14310 (byte-compile-or-recursion): New function.
14311 (byte-compile-or): Use that.
14312 (byte-compile-if): Guard the else-clause too.
14313 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
14314
14315 * isearch.el (isearch-mode-end-hook-quit): New variable.
14316 (isearch-done): Bind it.
14317 (isearch-mode-end-hook): Doc fix.
14318
14319 * allout.el (allout-isearch-did-quit): Variable deleted.
14320 (allout-real-isearch-abort): Function name no longer used.
14321 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
14322 (allout-isearch-rectification): isearch-mode always exists.
14323 Don't set allout-isearch-did-quit.
14324 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
14325 allout-isearch-did-quit.
14326 (allout-enwrap-isearch): Just add the hook.
14327 (allout-isearch-abort): Function deleted.
14328 (allout-pre-command-business): Avoid warning.
14329
14330 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
14331 Correctly avoid warnings.
14332 (pascal-outline): Likewise.
14333
14334 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
14335
14336 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
14337
14338 * play/tetris.el (tetris-mode): Avoid warning.
14339
14340 * play/snake.el (snake-mode): Avoid warning.
14341
14342 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
14343 (gamegrid-set-display-table): Avoid warning.
14344 (gamegrid-set-timer): Likewise.
14345 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
14346 (gamegrid-add-score-with-update-game-score-1): Take FILE
14347 as argument.
14348 (gamegrid-add-score-with-update-game-score): Pass that argument.
14349 Rename have-shared-game-dir to gamegrid-shared-game-dir.
14350
14351 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
14352
14353 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
14354 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
14355
14356 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
14357 and insert-file.
14358
14359 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
14360 (sc-ask): Avoid warnings.
14361
14362 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
14363 (eshell-hist-initialize): Use that var the natural way.
14364
14365 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14366
14367 * emacs-lisp/re-builder.el (reb-cook-regexp):
14368 Avoid warning calling lre-compile-string.
14369 (reb-color-display-p): Avoid warning.
14370
14371 * calculator.el (calculator-last-input): Guard uses
14372 of event-key and key-press-event-p.
14373 (event-key, key-press-event-p): Delete definitions.
14374
14375 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14376 (find-gc-source-directory, find-gc-subrs-callers)
14377 (find-gc-noreturn-list, find-gc-source-files)
14378 (find-gc-subrs-called): Vars renamed and defvar'd.
14379
14380 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14381 (checkdoc-overlay-put, checkdoc-delete-overlay)
14382 (checkdoc-overlay-start, checkdoc-overlay-end)
14383 (checkdoc-mode-line-update, checkdoc-char=):
14384 Define such that compiler knows they are defined.
14385 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14386 (checkdoc-read-event): Delete. Use read-event directly.
14387
14388 * whitespace.el (whitespace-make-overlay)
14389 (whitespace-overlay-put, whitespace-delete-overlay)
14390 (whitespace-overlay-start, whitespace-overlay-end):
14391 Define such that compiler knows they are defined.
14392 (whitespace): Move conditional inside.
14393
14394 * tempo.el (tempo-insert-template): Suppress warning.
14395
14396 * ediff-diff.el (longlines-mode): Add defvar.
14397
14398 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14399
14400 * server.el: Bind "C-x #" in a way that works even if C-x is
14401 redefined to a command key, not a prefix key.
14402
14403 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14404
14405 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14406 cl-make-type-test till execution time.
14407
14408 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14409
14410 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14411 arg ARG and use it.
14412
14413 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14414
14415 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14416
14417 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14418
14419 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14420 a defcustom with two :set or :type keywords.
14421
14422 2005-07-15 Richard M. Stallman <rms@gnu.org>
14423
14424 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14425 Don't give ^M comment-end syntax.
14426
14427 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14428
14429 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14430 Don't consider gdbmi (gdb-mi.el has its own update functions).
14431 (gdb-var-delete): Make it work for gdbmi as well.
14432 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14433
14434 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14435 (gud-speedbar-menu-items): Correct logic for enabling items.
14436
14437 2005-07-15 Kim F. Storm <storm@cua.dk>
14438
14439 * ido.el: Fix commentary.
14440 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14441 Use with-no-warnings around ffap-guesser.
14442 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14443 Let bind minibuffer-completing-file-name to t.
14444
14445 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14446
14447 * startup.el (site-run-file, keyboard-type): Doc fixes.
14448 (command-line): Check for "--basic-display" argument; also for
14449 "--quick", not "--bare-bones" (which was renamed).
14450 (fancy-splash-text): Add missing item "Getting New Versions".
14451 (normal-splash-screen): Fix typos and improve consistency with
14452 `fancy-splash-text'. Update copyright year.
14453
14454 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14455 valid binding for `help-char'.
14456
14457 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14458
14459 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14460
14461 * term.el (term-mode): Disable cua-mode for term buffers.
14462
14463 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14464
14465 * add-log.el (add-log-mailing-address, change-log-merge):
14466 Doc fixes.
14467 (change-log-get-method-definition): Fix typo in docstring.
14468
14469 2005-07-14 Kim F. Storm <storm@cua.dk>
14470
14471 * emulation/cua-base.el:
14472 (cua--pre-command-handler-1, cua--pre-command-handler)
14473 (cua--post-command-handler-1, cua--post-command-handler):
14474 Split in two. Check (buffer local) value of cua-mode.
14475 (cua-selection-mode): New command.
14476
14477 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14478
14479 * custom.el (custom-initialize-safe-set)
14480 (custom-initialize-safe-default): Doc fixes.
14481
14482 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14483 and simplify :init-value again.
14484
14485 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14486 and simplify :init-value again. Delete autoload.
14487
14488 * startup.el (command-line): Use `custom-reevaluate-setting' again
14489 for tooltip-mode.
14490
14491 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14492 a defcustom with two :initialize keywords.
14493
14494 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
14495
14496 * allout.el (my-mark-marker, allout-isearch-prior-pos)
14497 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14498 (allout-post-command-business, allout-flag-region)
14499 (isearch-reenable-font-lock, allout-yank)
14500 (allout-insert-latex-header, allout-insert-latex-trailer)
14501 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14502 (allout-latex-verb-quote): Fix typos in docstrings.
14503 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14504 (allout-unprotected, allout-prefix-data):
14505 Improve argument/docstring consistency.
14506 (allout-chart-subtree): Fix argument spec.
14507 (allout-open-topic): Rename `use_sib_bullet' argument to
14508 `use-sib-bullet'. Doc fix.
14509
14510 * whitespace.el (whitespace-check-buffer-leading)
14511 (whitespace-check-buffer-trailing)
14512 (whitespace-check-buffer-indent)
14513 (whitespace-check-buffer-spacetab)
14514 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14515 (whitespace-check-leading-whitespace)
14516 (whitespace-check-trailing-whitespace)
14517 (whitespace-check-spacetab-whitespace)
14518 (whitespace-check-indent-whitespace)
14519 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14520 (whitespace-modes): Fix typos in docstrings.
14521 (defgroup, defcustom): Doc fixes.
14522
14523 * winner.el (winner-mode, winner-boring-buffers)
14524 (winner-pending-undo-ring): Doc fixes.
14525 (winner-ring): Remove unneeded `progn'.
14526 (winner-equal): `defsubst' it.
14527 (winner-redo): Fix message.
14528
14529 2005-07-13 Kim F. Storm <storm@cua.dk>
14530
14531 * simple.el (line-move-1): Always use vertical-motion to
14532 do the last (or only) line move to ensure some movement.
14533 Undo 2005-06-23 change--don't check for overlays.
14534
14535 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14536
14537 * term/mac-win.el (ccl-encode-mac-roman-font)
14538 (ccl-encode-mac-centraleurroman-font)
14539 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14540 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14541 Change charset-id boundary of dimension to ?\xef.
14542 (mac-char-fontspec-list): New constant.
14543 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14544 argument. Nil uses itself as family in font-spec. Previous
14545 behavior for nil is now provided by non-nil non-string argument.
14546 All callers changed. Add font-specs for Mac fonts to
14547 "fontset-default" unless iso8859-1 fonts are installed.
14548
14549 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14552 a continuation line if the \ is preceded by SPC or TAB.
14553 (sh-get-indent-info): Simplify.
14554 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14555 Use with-current-buffer.
14556
14557 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14558 when the matched text is empty.
14559
14560 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14561
14562 * startup.el (command-line): Revert to previous handling of
14563 tooltip-mode. Explain in comment why the complexity is needed.
14564
14565 * tooltip.el (tooltip-mode): Revert to previous implementation of
14566 its defcustom.
14567
14568 * frame.el (blink-cursor-mode): Revert to previous implementation
14569 of its defcustom. Update comment.
14570
14571 2005-07-12 Lars Hansen <larsh@soem.dk>
14572
14573 * desktop.el: Update e-mail address.
14574
14575 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14576
14577 * term/mac-win.el (mac-services-mail-selection)
14578 (mac-services-mail-to): New functions.
14579 (mac-application-menu-map): Bind them.
14580
14581 2005-07-12 wulei <milton@wulei.net> (tiny change)
14582
14583 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14584
14585 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14586
14587 * custom.el (custom-reevaluate-setting): Doc fix.
14588
14589 2005-07-11 Jay Belanger <belanger@truman.edu>
14590
14591 * calc/calc.el (calc-embedded-announce-formula-alist)
14592 (calc-embedded-open-close-plain-alist)
14593 (calc-embedded-open-close-mode-alist): Add checks for additional
14594 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14595
14596 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14597
14598 * custom.el (custom-enable-theme): Don't add theme to
14599 `custom-enabled-themes' with `push' because there is no
14600 setf-method for `delq'.
14601
14602 2005-07-11 Richard M. Stallman <rms@gnu.org>
14603
14604 * custom.el (custom-declare-variable): Doc fix.
14605
14606 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14607 from the alists.
14608
14609 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14610 Do nothing if edebug-active.
14611
14612 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14613 (edebug-display): Do it here instead.
14614
14615 2005-07-10 Richard M. Stallman <rms@gnu.org>
14616
14617 * cus-face.el (custom-theme-set-faces): Make it work.
14618 (custom-reset-faces): Doc fix.
14619 (custom-theme-reset-internal-face, custom-theme-face-value):
14620 Functions deleted.
14621
14622 * custom.el (custom-push-theme): Maintain list of the settings
14623 of a given theme in its theme-settings property.
14624 Maintain position of old settings in the theme-value
14625 or theme-face property.
14626 (custom-enabled-themes): New variable.
14627 (custom-theme-enabled-p): New function.
14628 (provide-theme): Update custom-enabled-themes.
14629 Disable and reenable the `user' theme.
14630 (require-theme): Doc fix.
14631 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14632 (custom-theme-value, custom-theme-variable-value): Likewise.
14633 (custom-theme-reset-internal): Likewise.
14634 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14635 (custom-enable-theme, custom-disable-theme): New functions.
14636 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14637 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14638 (custom-theme-reset-variables): Simplify.
14639 (deftheme, custom-declare-theme, custom-make-theme-feature):
14640 Definitions moved.
14641
14642 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14643
14644 * longlines.el (longlines-show-region)
14645 (longlines-unshow-hard-newlines): Recognize hard newlines by
14646 non-nil hard property, instead of t.
14647
14648 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14649
14650 * viper-cmd.el (viper--key-maps): New variable.
14651 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14652 emulation-mode-map-alists.
14653 (viper-envelop-ESC-key): Use viper-subseq.
14654 (viper-search-forward/backward/next): Disable debug-on-error.
14655
14656 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14657 (viper-ESC-key): New defcustoms.
14658
14659 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14660
14661 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14662 (viper-subseq): Copy of subseq from cl.el.
14663
14664 * viper.el (viper-go-away, viper-set-hooks): Use
14665 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14666
14667 * viper-mous.el (viper-current-frame-saved): Use defvar.
14668
14669 * viper-init.el: Get rid of -face in face names.
14670
14671 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14672 Make it work with longlines mode
14673
14674 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14675
14676 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14677
14678 * ediff-init.el: Get rid of -face in face names.
14679
14680 2005-07-10 Richard M. Stallman <rms@gnu.org>
14681
14682 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14683 and with-timeout-unsuspend.
14684
14685 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14686 and with-timeout-unsuspend.
14687
14688 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14689 (with-timeout): Bind that variable to record timers.
14690 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14691
14692 * emacs-lisp/debug.el (debug-help-follow): New function.
14693 (debugger-mode-map): Use that instead of help-follow.
14694 (debugger-setup-buffer): Use eval-buffer-list
14695 to handle eval-buffer frames.
14696
14697 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14698
14699 * timezone.el (timezone-parse-date): Change first regexp
14700 so it will not mistakenly match dates with no time zone.
14701
14702 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14703
14704 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14705
14706 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14707
14708 * custom.el (custom-initialize-safe-set)
14709 (custom-initialize-safe-default): New functions.
14710
14711 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14712 and simplify :init-value.
14713
14714 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14715 and simplify :init-value. Delete obsolete comment.
14716
14717 * startup.el (command-line): Use `custom-reevaluate-setting' to
14718 handle `tooltip-mode'. Delete obsolete comment.
14719
14720 * files.el (set-visited-file-name): Avoid calling
14721 `file-name-nondirectory' with a nil argument.
14722
14723 2005-07-09 Richard M. Stallman <rms@gnu.org>
14724
14725 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14726 was called with nil for the buffer, handle the read position right.
14727 Handle read position for eval-region, too.
14728
14729 2005-07-09 Juri Linkov <juri@jurta.org>
14730
14731 * fringe.el (fringe-mode): Add period in docstring.
14732 (fringe-query-style): Build prompt depending on `all-frames' arg.
14733
14734 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14735 to not create links to unrelated functions in the Help buffer.
14736
14737 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14738 Doc fix.
14739
14740 * simple.el (next-error-hook): New variable.
14741 (next-error): Use it. Doc fix.
14742
14743 * textmodes/ispell.el (ispell-command-loop): Add current
14744 dictionary name and program name to mode-line-format.
14745 (ispell-region, ispell-process-line): Add current dictionary name
14746 and program name to messages.
14747
14748 2005-07-08 Jay Belanger <belanger@truman.edu>
14749
14750 * calc/calc.el (calc-embedded-announce-formula-alist)
14751 (calc-embedded-open-close-formula-alist)
14752 (calc-embedded-open-close-word-alist)
14753 (calc-embedded-open-close-plain-alist)
14754 (calc-embedded-open-close-new-formula-alist)
14755 (calc-embedded-open-close-mode-alist)
14756 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14757 (calc-embedded-mode-hook): New variables.
14758
14759 * calc/calc-embed.el (calc-embedded-firsttime)
14760 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14761 New variables.
14762 (calc-do-embedded): Use calc-embedded-firsttime,
14763 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14764 determine whether or not to run hooks.
14765 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14766 calc-embedded-firsttime-formula appropriately.
14767 Set calc-embedded delimiter variables according to mode.
14768
14769 2005-07-08 Richard M. Stallman <rms@gnu.org>
14770
14771 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14772 Check for "emacs", etc., as entire symbol, not just as word.
14773 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14774
14775 * files.el (set-visited-file-name): Report the error
14776 for "empty filename" earlier.
14777 (kill-some-buffers): Ignore buffers already dead.
14778
14779 * fringe.el (fringe-mode): Doc fix.
14780
14781 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14782 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14783 Use unwind-protect to ensure byte-compile-unresolved-functions
14784 is updated.
14785
14786 * whitespace.el (whitespace-buffer-leading-cleanup):
14787 Simplify w/ skip-chars-forward.
14788 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14789
14790 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14791 Unconditionally try to leave point at the same old place.
14792
14793 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14794
14795 * comint.el (comint-postoutput-scroll-to-bottom)
14796 (comint-show-maximum-output): Take scroll-margin into consideration.
14797
14798 2005-07-08 Kim F. Storm <storm@cua.dk>
14799
14800 * ido.el (ido-use-filename-at-point): New choice `guess'.
14801 (ido-file-internal): Try ffap-guesser if selected.
14802
14803 * ido.el (ido-before-fallback-functions): New hook.
14804 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14805 (ido-read-file-name): Run it.
14806
14807 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14808
14809 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14810 strings rather than a list of symbols to the completion function.
14811
14812 2005-07-07 Jay Belanger <belanger@truman.edu>
14813
14814 * calc/calc-units.el (math-apply-units): Change the places in
14815 which units are simplified.
14816
14817 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14818
14819 * cus-edit.el (customize-option, customize-option-other-window):
14820 Make them handle aliases.
14821
14822 * custom.el (custom-variable-p): Make it recursively follow
14823 aliases. Mention that in the docstring.
14824
14825 2005-07-07 Richard M. Stallman <rms@gnu.org>
14826
14827 * cus-start.el (exec-path): Use `directory' instead of `file'.
14828 Fix tag for nil.
14829
14830 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14831
14832 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14833 when called non-interactively. Doc fix.
14834
14835 2005-07-07 Lute Kamstra <lute@gnu.org>
14836
14837 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14838 new address as well.
14839
14840 2005-07-07 Kenichi Handa <handa@m17n.org>
14841
14842 * international/mule.el (make-coding-system):
14843 Describe `ascii-incompatible' property in the docstring.
14844 (set-file-name-coding-system): Signal an error if coding-system is
14845 ascii-incompatible.
14846 (set-keyboard-coding-system): Likewise.
14847
14848 * international/mule-cmds.el (set-default-coding-systems):
14849 Don't set default-file-name-coding-system and
14850 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14851
14852 * international/utf-16.el: Declare that all UTF-16-based coding
14853 systems are ASCII-incompatible.
14854
14855 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14856
14857 * progmodes/gud.el: Require font-lock for displaying errors.
14858 Used by gdb-ui.el.
14859
14860 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14861
14862 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14863 values for the pattern lists which are `read'able but not
14864 `append'able (like symbols).
14865
14866 2005-07-06 Richard M. Stallman <rms@gnu.org>
14867
14868 * progmodes/flymake.el (flymake-float-time): Instead of
14869 with-no-warnings, test for xemacs.
14870 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14871 to avoid warning.
14872
14873 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14874
14875 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14876
14877 2005-07-05 Lute Kamstra <lute@gnu.org>
14878
14879 * battery.el: Add support for Darwin (with much debugging help
14880 from Samuel Lauber <sam124@operamail.com>).
14881 (battery-status-function, battery-echo-area-format)
14882 (battery-mode-line-format): Add support for pmset on Darwin.
14883 (battery-load-low, battery-load-critical): New user options.
14884 (battery-pmset): New function.
14885
14886 2005-07-05 Lute Kamstra <lute@gnu.org>
14887
14888 Update FSF's address in GPL notices.
14889
14890 * textmodes/page-ext.el: Update FSF's address.
14891
14892 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14893
14894 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14895 filling from using prefix when filling a single-line docstring.
14896
14897 * progmodes/flymake.el: Remove useless eval-when-compile.
14898
14899 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14900
14901 2005-07-04 Richard M. Stallman <rms@gnu.org>
14902
14903 * textmodes/org.el (org-file-apps-defaults-gnu):
14904 Rename from org-file-apps-defaults-linux.
14905 (org-default-apps): Don't test system-type for `linux'.
14906 (org-file-apps): Doc fix.
14907
14908 2005-07-04 David Ponce <david@dponce.com>
14909
14910 * tree-widget.el: Improve header Commentary section.
14911 (tree-widget) [defgroup]
14912 (tree-widget-image-enable, tree-widget-themes-directory)
14913 (tree-widget-theme, tree-widget-image-properties-emacs)
14914 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14915 (tree-widget-image-formats, tree-widget-control)
14916 (tree-widget-empty-control, tree-widget-leaf-control
14917 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14918 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14919 (tree-widget-keep, tree-widget-after-toggle-functions)
14920 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14921 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14922 :help-echo message.
14923 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14924 (tree-widget-image-properties): Doc fix. Clearer implementation.
14925 (tree-widget--cursors): New constant.
14926 (tree-widget-lookup-image): New function split from
14927 `tree-widget-find-image'. Clearer implementation.
14928 (tree-widget-find-image): Use it.
14929 (tree-widget-button-keymap): Use `set-keymap-parent'.
14930 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14931 Define the sub-widgets here.
14932 (tree-widget-node): Check that :node is not a tree-widget.
14933 (tree-widget-get-super, tree-widget-open-control)
14934 (tree-widget-close-control, tree-widget-empty-control)
14935 (tree-widget-leaf-control, tree-widget-guide)
14936 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14937 (tree-widget-no-handle, tree-widget-value-delete)
14938 (tree-widget-map): Remove.
14939 (tree-widget-children-value-save): Doc fix. Simplified.
14940 (tree-widget-value-create): Update according to previous changes.
14941
14942 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14943
14944 * textmodes/org.el: Leading space replaced by TABS.
14945 (org-recalc-marks, org-table-rotate-recalc-marks)
14946 (org-table-get-specials): Treat "^" and "_" marks.
14947 (org-table-justify-field-maybe): Optional argument NEW.
14948 (org-table-eval-formula): Parsing of the format simplified.
14949 New modes C,I. Honor the %= parameter in the current table.
14950 Avoid unnecessary re-align by using the NEW argument to
14951 `org-table-justify-field-maybe'.
14952 (org-calc-default-modes): Default for date-format mimicks org-mode.
14953 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14954
14955 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14956
14957 * cus-face.el (custom-theme-set-faces): Make it handle face
14958 aliases whose alias declarations are pre- or autoloaded.
14959
14960 2005-07-04 Juri Linkov <juri@jurta.org>
14961
14962 * faces.el (read-face-name): Put the code for getting a face name
14963 from the buffer before adding the faces from the `face' property.
14964 Use `completing-read-multiple' instead of `completing-read'.
14965 Require `crm'. Add default value and post-process the returned
14966 list of faces.
14967
14968 * emacs-lisp/crm.el (crm-find-current-element)
14969 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14970
14971 * emacs-lisp/lisp-mode.el (eval-defun-1):
14972 * emacs-lisp/edebug.el (edebug-eval-defun):
14973 Remove unnecessary quotes.
14974
14975 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14976
14977 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14978 (prolog-indent-level): Fix typo in docstring.
14979
14980 * info.el (Info-history, Info-history-forward)
14981 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14982
14983 * add-log.el (add-change-log-entry):
14984 * comint.el (comint-dynamic-list-input-ring)
14985 (comint-dynamic-list-completions):
14986 * dabbrev.el (dabbrev-expand):
14987 * delim-col.el (delimit-columns-rectangle-line):
14988 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14989 (diff-unified->context):
14990 * ediff-init.el (ediff-abbrev-jobname):
14991 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14992 (ediff-replace-session-activity-marker-in-meta-buffer):
14993 * info.el (Info-summary):
14994 * lpr.el (printify-region):
14995 * printing.el (pr-create-interface):
14996 * ps-print.el (ps-print-quote):
14997 * ses.el (ses-column-widths, ses-print-cell)
14998 (ses-adjust-print-width, ses-center):
14999 * shell.el (shell-file-name-quote-list):
15000 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15001 (strokes-fill-current-buffer-with-whitespace)
15002 (strokes-xpm-for-stroke, strokes-list-strokes)
15003 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15004 * term.el (term-dynamic-list-input-ring)
15005 (term-dynamic-list-completions):
15006 * calc/calc.el (math-format-stack-value):
15007 * emacs-lisp/edebug.el (edebug-display-freq-count):
15008 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15009 (delphi-new-comment-line):
15010 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15011 * progmodes/executable.el (executable-set-magic):
15012 * progmodes/python.el (inferior-python-mode):
15013 * progmodes/scheme.el (scheme-mode-syntax-table):
15014 * progmodes/sh-script.el (sh-maybe-here-document):
15015 * progmodes/sql.el (sql-copy-column):
15016 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15017 * textmodes/bibtex.el (bibtex-mode):
15018 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15019 (sgml-auto-attributes):
15020 * textmodes/table.el (table-insert, table-shorten-cell)
15021 (table--generate-source-scan-lines, table-delete-row)
15022 (*table--cell-delete-char, table--spacify-frame)
15023 (table--horizontally-shift-above-and-below)
15024 (table--cell-insert-char, table--cell-blank-str)
15025 (table--fill-region-strictly):
15026 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15027 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15028
15029 * add-log.el (change-log):
15030 * apropos.el (apropos):
15031 * comint.el (comint-completion, comint-source):
15032 * dabbrev.el (dabbrev):
15033 * delim-col.el (columns):
15034 * diff-mode.el (diff-mode):
15035 * ediff.el (ediff):
15036 * ediff-diff.el (ediff-diff):
15037 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15038 * ediff-mult.el (ediff-mult):
15039 * ediff-ptch.el (ediff-ptch):
15040 * ediff-wind.el (ediff-window):
15041 * facemenu.el (facemenu):
15042 * indent.el (indent):
15043 * info.el (info):
15044 * jka-cmpr-hook.el (compression, jka-compr):
15045 * lpr.el (lpr):
15046 * outline.el (outlines):
15047 * pcmpl-cvs.el (pcmpl-cvs):
15048 * pcmpl-rpm.el (pcmpl-rpm):
15049 * printing.el (printing):
15050 * ps-print.el (postscript, ps-print, ps-print-horizontal)
15051 (ps-print-vertical, ps-print-headers, ps-print-font)
15052 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15053 (ps-print-background, ps-print-printer, ps-print-page)
15054 (ps-print-miscellany):
15055 * ses.el (ses):
15056 * shell.el (shell, shell-directories, shell-faces):
15057 * startup.el (initialization):
15058 * strokes.el (strokes):
15059 * term.el (term):
15060 * uniquify.el (uniquify):
15061 * w32-vars.el (w32):
15062 * calc/calc.el (calc):
15063 * emacs-lisp/bytecomp.el (bytecomp):
15064 * emacs-lisp/cl-indent.el (lisp-indent):
15065 * emacs-lisp/edebug.el (edebug):
15066 * emacs-lisp/elp.el (elp):
15067 * emacs-lisp/testcover.el (testcover):
15068 * emacs-lisp/trace.el (trace):
15069 * emulation/viper-ex.el (viper-ex):
15070 * emulation/viper-mous.el (viper-mouse):
15071 * mail/mailalias.el (mailalias):
15072 * mail/supercite.el (supercite, supercite-frames)
15073 (supercite-attr, supercite-cite, supercite-hooks):
15074 * net/rcompile.el (remote-compile):
15075 * net/rlogin.el (rlogin):
15076 * obsolete/ooutline.el (outlines):
15077 * progmodes/delphi.el (delphi):
15078 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
15079 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
15080 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
15081 (ebnf-optimization):
15082 * progmodes/etags.el (etags):
15083 * progmodes/executable.el (executable):
15084 * progmodes/idlwave.el (idlwave):
15085 * progmodes/pascal.el (pascal):
15086 * progmodes/prolog.el (prolog):
15087 * progmodes/python.el (python):
15088 * progmodes/scheme.el (scheme):
15089 * progmodes/sh-script.el (sh, sh-script):
15090 * progmodes/sql.el (SQL):
15091 * progmodes/tcl.el (tcl):
15092 * textmodes/bibtex.el (bibtex, bibtex-autokey):
15093 * textmodes/enriched.el (enriched):
15094 * textmodes/makeinfo.el (makeinfo):
15095 * textmodes/sgml-mode.el (sgml):
15096 * textmodes/table.el (table-hooks):
15097 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
15098 * textmodes/texinfo.el (texinfo):
15099 * textmodes/two-column.el (two-column):
15100 Finish `defgroup' description with period.
15101
15102 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
15103 * eshell/esh-var.el (eshell-var):
15104 * progmodes/vhdl-mode.el (vhdl-testbench):
15105 * textmodes/org.el (org): Fix typos in docstrings.
15106
15107 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
15108 consistency.
15109
15110 * progmodes/flymake.el (flymake-find-file): Remove.
15111 (flymake-float-time): Use `with-no-warnings'.
15112 (flymake-check-start-time, flymake-check-was-interrupted)
15113 (flymake-err-info, flymake-is-running, flymake-last-change-time)
15114 (flymake-new-err-info): `defvar' at compile time.
15115
15116 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
15117
15118 * replace.el (occur-hook): Doc fix.
15119 (occur-1): Don't call `occur-hook' if there are no matches.
15120
15121 2005-07-03 Richard M. Stallman <rms@gnu.org>
15122
15123 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
15124 global-map, save the same map.
15125 (global-map): Don't alter it at top level.
15126 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
15127 Then alter it here instead.
15128 (tpu-edt-off): Set global-map to the saved one.
15129
15130 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
15131 All references simplified.
15132 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
15133 (zmacs-regions): Add defvar.
15134 (repeat-complex-command-map): Everything about that deleted.
15135
15136 * textmodes/artist.el (artist-key-is-drawing)
15137 (artist-key-endpoint1, artist-key-poly-point-list)
15138 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
15139 (artist-key-compl-table, artist-rb-save-data)
15140 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
15141 Don't put them in eval-when-compile.
15142 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
15143
15144 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
15145 Use with-no-warnings.
15146
15147 * net/browse-url.el (dos-windows-version): Add defvar.
15148
15149 * mail/supercite.el (filladapt-prefix-table): Add defvar.
15150
15151 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
15152 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
15153 (rmail-new-summary-line-count): Rename from new-summary-line-count.
15154 Add defvar.
15155 (rmail-summary-beginning-of-message): Use with-no-warnings.
15156 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
15157
15158 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
15159 Use with-no-warnings.
15160
15161 * emulation/vi.el (vi-mark-region): Use c-mark-function.
15162 (c-mark-function): Add point-moving-unit property.
15163 (vi-goto-line): Use with-no-warnings.
15164
15165 * emulation/edt.el (edt-last-copied-word): Add defvar.
15166 (zmacs-region-stays): Likewise.
15167 (edt-mark-section-wisely): Use c-mark-function for C.
15168 Use makr-defun for Fortran.
15169 (time-string): defvar deleted.
15170 (edt-display-the-time): Don't set time-string.
15171
15172 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
15173
15174 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15175 Don't warn when name is not constant
15176 or for defining the group `emacs'.
15177
15178 * tooltip.el (gud-tooltip-mode): Add defvar.
15179
15180 * startup.el (default-frame-background-mode): Add defvar.
15181
15182 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
15183
15184 * info.el (tool-bar-map): Add defvar.
15185
15186 * dired.el (dnd-protocol-alist): Add defvar.
15187
15188 * dired-aux.el (dired-query): Display question with answer, when
15189 the user answers.
15190
15191 * custom.el (custom-add-option): Doc fix.
15192
15193 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
15194
15195 2005-07-03 Eli Zaretskii <eliz@gnu.org>
15196
15197 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
15198 bogus name from the last change.
15199
15200 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
15201
15202 * custom.el (custom-declare-variable): Fix typos in comment.
15203 (custom-known-themes): Doc fix.
15204 (custom-theme-directory): New defcustom.
15205 (require-theme): Make it check `custom-theme-directory'.
15206
15207 * cus-theme.el (custom-new-theme-mode): New function.
15208 (custom-theme-name, custom-theme-variables, custom-theme-faces)
15209 (custom-theme-description): Add compiler defvars.
15210 (customize-create-theme): Add doc to the "*New Custom Theme*"
15211 buffer. Use `custom-new-theme-mode'.
15212 (custom-theme-write): Put the created buffer in emacs-lisp-mode
15213 and save it to the `custom-theme-directory'. Make this the
15214 default directory of the buffer.
15215
15216 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
15217
15218 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
15219 Fix unbalanced parentheses.
15220
15221 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
15224 into flymake-mode and delegate to flymake-mode.
15225
15226 * find-file.el (ff-which-function-are-we-in): Clean up.
15227
15228 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
15229
15230 * replace.el (occur-rename-buffer): Fix docstring.
15231
15232 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
15233 (edt-last-copied-word, edt-learn-macro-count)
15234 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
15235 (edt-rect-start-point, edt-user-global-map, rect-start-point)
15236 (time-string, zmacs-region-stays):
15237 * emulation/edt-mapper.el (edt-save-function-key-map)
15238 (EDT-key-name): `defvar' to silence the byte-compiler.
15239
15240 2005-07-02 Martin Rudalics <rudalics@gmx.at>
15241
15242 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
15243 font-lock-regexp-backslash. Doc fix.
15244 (font-lock-regexp-backslash-grouping-construct): Rename from
15245 font-lock-regexp-backslash-construct. Doc fix.
15246 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
15247 grouping constructs.
15248
15249 2005-07-02 Eli Zaretskii <eliz@gnu.org>
15250
15251 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
15252 updating all the prerequisites.
15253
15254 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
15255
15256 * textmodes/org.el (org-agenda-start-on-weekday)
15257 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
15258 (org-agenda-use-time-grid, org-archive-location)
15259 (org-allow-space-in-links, org-usenet-links-prefer-google)
15260 (org-enable-table-editor, org-export-default-language)
15261 (org-export-html-show-new-buffer, org-fill-paragraph)
15262 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
15263 (org-goto-quit, org-occur, org-eval-in-calendar)
15264 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
15265 (org-agenda-diary-entry, org-remember-help)
15266 (org-table-convert-region, org-at-table-p)
15267 (org-table-move-row-down, org-table-move-row-up)
15268 (org-table-copy-region, org-table-toggle-vline-visibility)
15269 (org-table-get-stored-formulas, org-table-get-specials)
15270 (org-recalc-commands, org-table-eval-formula)
15271 (org-table-formula-substitute-names, orgtbl-make-binding)
15272 (org-format-org-table-html, org-format-table-table-html)
15273 (org-format-table-table-html-using-table-generate-source)
15274 (org-customize): Fix typos in docstrings.
15275 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
15276 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
15277 (org-back-to-heading): Doc fixes.
15278 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
15279 (org-agenda-change-all-lines, org-get-header):
15280 Improve argument/docstring consistency.
15281 (orgtbl-error): Fix error message.
15282
15283 * progmodes/flymake.el (flymake-find-possible-master-files)
15284 (flymake-master-file-compare, flymake-get-line-err-count)
15285 (flymake-highlight-line, flymake-gui-warnings-enabled):
15286 Fix typos in docstrings.
15287 (flymake-parse-line, flymake-get-project-include-dirs-function)
15288 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
15289 Doc fixes.
15290 (flymake-get-project-include-dirs-function)
15291 (flymake-make-err-menu-data):
15292 Improve argument/docstring consistency.
15293
15294 2005-07-01 Lute Kamstra <lute@gnu.org>
15295
15296 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
15297 Catch errors with ignore-errors. Use temporary buffer.
15298 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
15299
15300 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
15301 background color faces.
15302 (facemenu-set-foreground, facemenu-set-background):
15303 Use facemenu-set-face-from-menu.
15304 (facemenu-set-face-from-menu): Treat face names that start with
15305 "fg:" or "bg:" as special.
15306 (facemenu-add-new-color): Don't create faces. Simplify.
15307
15308 2005-06-30 Richard M. Stallman <rms@gnu.org>
15309
15310 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
15311 (crm-find-current-element): Likewise.
15312
15313 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15314
15315 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
15316
15317 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
15318
15319 * arc-mode.el (archive-extract): Make it work as a mouse binding.
15320 (archive-mouse-extract): Make it an obsolete alias.
15321 (archive-mode-map): Don't use archive-mouse-extract any more.
15322 (archive-mode, archive-extract): write-contents-hooks ->
15323 write-contents-functions.
15324 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
15325 first arg.
15326 (archive-rename-entry): Update the call.
15327 (archive-zip-summarize): Remove unused var `method'.
15328 (archive-lzh-summarize): Remove unused var `creator'.
15329
15330 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
15331 dedicated frame upon exit.
15332
15333 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
15334 (archive-zip-extract, archive-zip-expunge)
15335 (archive-zip-update, archive-zip-update-case): Use executable-find.
15336 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
15337 Use restore-buffer-modified-p.
15338 (archive-extract, archive-add-new-member, archive-write-file-member):
15339 Use with-current-buffer.
15340 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
15341
15342 2005-06-30 Andreas Schwab <schwab@suse.de>
15343
15344 * progmodes/gud.el (gud-filter): Remove unneeded progn.
15345
15346 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15347
15348 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
15349
15350 2005-06-30 Juri Linkov <juri@jurta.org>
15351
15352 * faces.el (vertical-border): Inherit from mode-line-inactive
15353 only on tty.
15354
15355 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
15356
15357 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
15358 example, -NLINES in the `occur' docstring).
15359
15360 * replace.el (occur-1): When no matches are found, do not set the
15361 `buffer-read-only' and modified flags for the occur buffer,
15362 because it is deleted.
15363
15364 * emulation/cua-base.el (cua-check-pending-input)
15365 (cua-repeat-replace-region, cua-mode, cua-debug)
15366 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15367 Fix typos in docstrings.
15368
15369 * emulation/cua-gmrk.el (cua-toggle-global-mark)
15370 (cua-cut-region-to-global-mark)
15371 (cua--cut-rectangle-to-global-mark):
15372 Remove period from end of messages.
15373
15374 * emulation/cua-rect.el (cua-do-rectangle-padding):
15375 Remove period from end of messages.
15376 (cua--rectangle-seq-format): Fix typo in docstring.
15377 (cua-sequence-rectangle, cua-fill-char-rectangle):
15378 Improve argument/docstring consistency.
15379
15380 2005-06-29 Juri Linkov <juri@jurta.org>
15381
15382 * faces.el (default-frame-background-mode): New internal variable.
15383 (frame-set-background-mode): Use it.
15384
15385 * startup.el (normal-top-level): Set default-frame-background-mode
15386 instead of frame-background-mode. Before setting it, test for its
15387 nil value. Remove tests for frame-background-mode and frame
15388 parameter `reverse'. Add test for "unspecified-fg".
15389
15390 * term/xterm.el (xterm-rxvt-set-background-mode):
15391 * term/rxvt.el (rxvt-set-background-mode):
15392 Set default-frame-background-mode instead of frame-background-mode.
15393
15394 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15395
15396 * simple.el (set-variable): Warn about obsolete user variables.
15397
15398 * imenu.el (imenu--completion-buffer):
15399 * mouse.el (mouse-buffer-menu-alist):
15400 * msb.el (msb-invisible-buffer-p):
15401 * calendar/diary-lib.el (diary-header-line-format):
15402 * emacs-lisp/pp.el (pp-buffer):
15403 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15404 * textmodes/picture.el (picture-replace-match):
15405 Change space constants followed by a sexp to "?\s ".
15406
15407 * play/decipher.el (decipher-loop-with-breaks):
15408 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15409 constants "protected" from end of line by a comment to "?\s".
15410
15411 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * font-lock.el (save-buffer-state): Use `declare'.
15414
15415 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15416 reset the syntax-table to cperl-mode-syntax-table.
15417 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15418 "foo_print_bar" is not matched as a reserved keyword.
15419
15420 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15421
15422 * textmodes/org.el (orgtbl-setup): New function, for delayed
15423 setup for the orgtbl commands.
15424 (org-calc-default-modes): New option.
15425 (orgtbl-make-binding): Use `defun' to get better help display.
15426 (org-diary): Call `org-compile-prefix-format'.
15427 (org-table-formula-substitute-names): New function.
15428 (org-agenda-day-view, org-agenda-week-view): New commands.
15429 (org-agenda-toggle-week-view): Command removed.
15430 (org-tbl-menu): Split off from org-org-menu.
15431 (org-mode): Move removal of outline-mode menus to here.
15432 (org-table-formula-debug): New option.
15433 (org-table-insert-row): Keep first field if just "#" or "*".
15434 (org-mode): Paragraph regexps fixed.
15435 (org-table-recalculate-regexp): New constant.
15436 (org-table-justify-field-maybe): Avoid replace if not necessary.
15437 (org-copy-special, org-cut-special): Use `call-interactively'.
15438 (org-table-copy-region): Take region from `interactive' call.
15439 (org-trim): Return string even if no match.
15440 (org-formula): New face.
15441 (org-set-font-lock-defaults): No longer highlight "FIXME".
15442 But highlight formula-related fields in table.
15443 (org-table-p): Use regexp, not fontification.
15444 (org-table-align): Handle white space at end of line.
15445 (org-table-formula-evaluate-inline): New option.
15446 (org-mode): Auto-wrapping in comment lines turned off.
15447 (org-table-copy-down): Evaluate only in copied field, not in
15448 destination.
15449 (org-table-current-formula): Variable removed.
15450 (org-table-store-formulas, org-table-get-stored-formulas)
15451 (org-table-modify-formulas, org-table-replace-in-formulas)
15452 (org-table-maybe-eval-formula): New functions.
15453 (org-table-get-formula): Modify to use stored formulas.
15454 (org-table-insert-column, org-table-delete-column)
15455 (org-table-move-column): Call `org-table-modify-formulas'.
15456 (org-complete): Add completion for keyword formulas.
15457 (orgtbl-mode): Pull orgtbl-mode-map to start of
15458 minor-mode-map-alist.
15459
15460 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * progmodes/python.el (python-check): Require `compile' before
15463 modifying its variables.
15464
15465 * newcomment.el (comment-indent-default): Don't get fooled by an early
15466 end of buffer.
15467
15468 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15469
15470 * ps-print.el (ps-print-version): Fix version number.
15471
15472 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15473
15474 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15475
15476 2005-06-28 Richard M. Stallman <rms@gnu.org>
15477
15478 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15479 (flyspell-local-mouse-map): Declaration deleted.
15480 (flyspell-mouse-map): Bind only mouse-2.
15481 (flyspell-mode-map): Don't test flyspell-use-local-map.
15482 (flyspell-overlay-keymap-property-name): Var deleted.
15483 (flyspell-mode-on): Don't make local bindings for
15484 flyspell-mouse-map and flyspell-mode-map.
15485 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15486
15487 * textmodes/ispell.el (ispell-word): Do not ignore short words.
15488
15489 * progmodes/compile.el (compilation-next-error-function):
15490 Don't switch buffers; operate on the current buffer.
15491
15492 * progmodes/compile.el (compilation-error-file-name)
15493 (compilation-warning-file-name, compilation-info-file-name)
15494 (compilation-line-number, compilation-column-number): New faces.
15495 (compilation-error-face, compilation-warning-face)
15496 (compilation-info-face, compilation-line-face)
15497 (compilation-column-face): Use them.
15498
15499 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15500
15501 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15502
15503 * bindings.el (global-map): Bind insertchar and its variants.
15504
15505 2005-06-27 Richard M. Stallman <rms@gnu.org>
15506
15507 * textmodes/artist.el (artist-text-overwrite)
15508 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15509
15510 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15511
15512 * ps-print.el: It was not working the page selection for printing.
15513 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15514 (ps-print-version): New version 6.6.7.
15515 (ps-end-sheet): New fun.
15516 (ps-header-sheet, ps-end-job): Call it.
15517
15518 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15519
15520 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15521
15522 2005-06-27 Lute Kamstra <lute@gnu.org>
15523
15524 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15525 background color faces.
15526 (facemenu-get-face): Delete function.
15527 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15528 (facemenu-add-new-color): Make second argument mandatory.
15529 Create the appropriate face and return it. Simplify.
15530 (facemenu-set-foreground, facemenu-set-background): Don't check if
15531 color is defined. Use return value of facemenu-add-new-color.
15532
15533 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15534
15535 * progmodes/gud.el (gud-filter): Add missing argument to
15536 with-selected-window.
15537
15538 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15539
15540 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15541 a :require to the defcustom.
15542
15543 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15544 defcustoms corresponding to minor modes.
15545
15546 2005-06-26 David Ponce <david@dponce.com>
15547
15548 * recentf.el: Require tree-widget instead of wid-edit.
15549 (recentf-filename-handler): Fix widget :type.
15550 (recentf-cancel-dialog, recentf-open-more-files)
15551 (recentf-open-files-action): Doc fix.
15552 (recentf-dialog-goto-first): New function.
15553 (recentf-dialog-mode-map): Set parent keymap first.
15554 (recentf-dialog-mode): Define with define-derived-mode.
15555 Don't display continuation lines in dialogs.
15556 (recentf-edit-list): Rename from recentf-edit-selected-items.
15557 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15558 Simplify.
15559 (recentf-edit-list-validate): New function.
15560 (recentf-edit-list): Update accordingly.
15561 (recentf-open-files-item-shift): Remove.
15562 (recentf-open-files-item): Convert menu elements into tree and
15563 link widgets. Don't create the widgets.
15564 (recentf-open-files): Update accordingly.
15565 (recentf-save-list): Untabify.
15566
15567 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15568
15569 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15570 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15571 partially contained in the active region. Do not take active
15572 region into account when called from Lisp, unless INTERACTIVE arg
15573 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15574 avoid trouble with fields. Make marker point nowhere when no
15575 longer used. Always return nil. Doc fix.
15576 (flush-lines): Add INTERACTIVE arg. Do not take active region
15577 into account when called from Lisp, unless INTERACTIVE arg is
15578 non-nil. Use `forward-line' instead of `beginning-of-line' to
15579 avoid trouble with fields. Make marker point nowhere when no
15580 longer used. Always return nil. Doc fix.
15581 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15582 interchangeable. Do not take active region into account when
15583 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15584 message in echo area when called from Lisp, unless INTERACTIVE arg
15585 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15586 Return the number of matches. Doc fix.
15587 (occur): Doc fix.
15588 (perform-replace): Make comment follow double space convention for
15589 the sake of `outline-minor-mode'.
15590
15591 * faces.el (facep): Doc fix.
15592
15593 2005-06-25 Richard M. Stallman <rms@gnu.org>
15594
15595 * facemenu.el (facemenu-enable-faces-p): New function.
15596 (facemenu-background-menu, facemenu-foreground-menu)
15597 (facemenu-face-menu): Add menu-enable property.
15598
15599 * jka-compr.el (jka-compr-insert-file-contents):
15600 Special handling if cannot find the uncompression program.
15601
15602 * cus-face.el (custom-face-attributes): Add autoload.
15603
15604 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15605 Bind comment-indent-function locally.
15606
15607 * window.el (save-selected-window): Use save-current-buffer.
15608
15609 * subr.el (with-selected-window): Use save-current-buffer.
15610
15611 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15612 and with-current-buffer.
15613
15614 2005-06-24 Richard M. Stallman <rms@gnu.org>
15615
15616 * simple.el (line-move-1): Fix previous change.
15617
15618 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15619
15620 * replace.el (occur-1): Set `buffer-read-only' and the
15621 buffer-modified flag before running `occur-hook' to protect
15622 against unintentional buffer switches that can lead to data loss.
15623
15624 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15625
15626 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15627 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15628 initial error.
15629
15630 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15631 after fresh input.
15632 (gdb-var-create-handler): Put name of expression in quotes.
15633
15634 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15635
15636 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15637 elements of RING in order, and without bogus nil elements.
15638
15639 2005-06-23 Richard M. Stallman <rms@gnu.org>
15640
15641 * simple.el (set-variable): Args renamed; doc fix.
15642 (line-move-1): When there are overlays around, use vertical-motion.
15643
15644 * faces.el (escape-glyph): Use brown against light background.
15645 (nobreak-space): Rename from no-break-space.
15646 Fix previous change.
15647
15648 * dired-aux.el (dired-do-copy): Fix arg prompt.
15649
15650 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15651
15652 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15653
15654 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15655 rather than "Distributor".
15656
15657 2005-06-23 Lute Kamstra <lute@gnu.org>
15658
15659 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15660 (debug-on-entry): Use it. New interactive declaration that uses
15661 function-called-at-point.
15662
15663 2005-06-23 Kim F. Storm <storm@cua.dk>
15664
15665 * subr.el (save-match-data): Add comment about using evaporate arg
15666 to set-match-data.
15667
15668 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15669
15670 * cus-edit.el (customize-face)
15671 (customize-face-other-window): Handle face aliases.
15672
15673 * faces.el (face-documentation, set-face-attribute)
15674 (face-spec-set): Handle face aliases.
15675
15676 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15677
15678 * help-mode.el (help-make-xrefs): If a symbol representing a face
15679 name is not followed by the word "face", it could still be a
15680 function or variable name, so don't bypass other checks.
15681
15682 2005-06-22 Juri Linkov <juri@jurta.org>
15683
15684 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15685 Replace aliased functions with calls where second arg `inherit' is t.
15686
15687 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15688
15689 * progmodes/gdb-ui.el (gdb-error): New variable.
15690 (gdb-error): New function.
15691 (gdb-annotation-rules): Act on error-begin and error annotations.
15692 (gdb-concat-output): Use font-lock-warning-face for errors.
15693
15694 2005-06-22 Miles Bader <miles@gnu.org>
15695
15696 * bindings.el (propertized-buffer-identification): Use renamed
15697 `Buffer-menu-buffer' face.
15698
15699 * faces.el (vertical-border): Rename from `vertical-divider'.
15700 (escape-glyph): Change dark-background color back to `cyan'.
15701
15702 2005-06-21 Juri Linkov <juri@jurta.org>
15703
15704 * faces.el (face-user-default-spec): Try getting `customized-face'
15705 prior to `saved-face'.
15706 (frame-background-mode): Refill docstring.
15707
15708 * emacs-lisp/lisp-mode.el (eval-defun-1):
15709 * emacs-lisp/edebug.el (edebug-eval-defun):
15710 Set `saved-face' temporarily to nil before calling form.
15711 Set `customized-face' to the new spec after that.
15712
15713 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15714
15715 * subr.el (1value, lambda, key-substitution-in-progress):
15716 Doc fixes.
15717
15718 * autoinsert.el (auto-insert-alist):
15719 * ses.el (ses-call-printer):
15720 * subr.el (noreturn):
15721 * emacs-lisp/lisp.el (check-parens):
15722 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15723 * net/browse-url.el (browse-url-mosaic):
15724 * progmodes/cc-defs.el (c-safe-scan-lists):
15725 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15726 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15727 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15728 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15729 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15730 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15731
15732 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15733
15734 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15735
15736 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15737
15738 * calendar/appt.el (appt-make-list): Activate the package, if
15739 not already active (for backwards compatibility).
15740
15741 2005-06-20 Kim F. Storm <storm@cua.dk>
15742
15743 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15744
15745 2005-06-20 Miles Bader <miles@gnu.org>
15746
15747 * faces.el (vertical-divider): New face.
15748
15749 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15750
15751 * simple.el (kill-whole-line): Doc fix.
15752 (next-error-buffer-p, next-error-find-buffer)
15753 (clone-indirect-buffer): Fix typos in docstrings.
15754 (comment-line-break-function): Doc fix: don't say variable
15755 is automatically buffer-local (it isn't).
15756
15757 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15758
15759 * net/tramp-ftp.el (top):
15760 * net/tramp-smb.el (top):
15761 * net/tramp-util.el (top):
15762 * net/tramp-uu.el (top):
15763 * net/tramp-vc.el (top):
15764 * net/tramp.el (top): Revert copyright years back to original
15765 ones. Tramp has a life outside GNU Emacs.
15766
15767 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15768
15769 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15770
15771 2005-06-18 Juri Linkov <juri@jurta.org>
15772
15773 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15774 end of first regexp to limit the match to the position between
15775 line number and source line with same separator character as used
15776 between file name and line number. In the second regexp limit
15777 mouse-face area to file name and line number by adding new group
15778 for them and referring it in HYPERLINK arg.
15779 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15780 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15781 previous line where grep markers may be already removed.
15782
15783 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15784
15785 * progmodes/ps-mode.el: Update version and maintainer's email address.
15786
15787 2005-06-18 Steve Youngs <steve@xemacs.org>
15788
15789 * net/browse-url.el (browse-url-browser-function)
15790 (browse-url-default-browser): Add firefox.
15791 (browse-url-firefox-program, browse-url-firefox-arguments)
15792 (browse-url-firefox-startup-arguments)
15793 (browse-url-firefox-new-window-is-tab): New defcustoms.
15794 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15795
15796 2005-06-17 Richard M. Stallman <rms@gnu.org>
15797
15798 * startup.el (command-line): Warn if specified user name has
15799 no home directory.
15800
15801 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15802 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15803
15804 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15805 Doc fixes.
15806
15807 * faces.el (underline): Try bold if terminal doesn't support underline.
15808
15809 * mail/sendmail.el (mail-setup-with-from): New variable.
15810 (mail-insert-from-field): New function.
15811 (sendmail-send-it): Call it.
15812 (mail-setup): Optionally call it here.
15813
15814 * term/linux.el: Call tty-no-underline.
15815
15816 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15817
15818 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15819
15820 2005-06-17 Miles Bader <miles@gnu.org>
15821
15822 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15823 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15824 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15825 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15826 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15827 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15828 Remove "-face" suffix from face names.
15829 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15830 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15831 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15832 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15833 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15834 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15835 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15836 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15837 New backward-compatibility aliases for renamed faces.
15838 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15839 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15840 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15841 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15842 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15843 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15844 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15845 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15846 Use renamed ediff faces.
15847
15848 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15849 Remove "-face" suffix from face names.
15850 (eshell-test-ok-face, eshell-test-failed-face):
15851 New backward-compatibility aliases for renamed faces.
15852 (eshell-run-test): Use renamed eshell-test faces.
15853
15854 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15855 face name.
15856 (eshell-prompt-face): New backward-compatibility alias for renamed
15857 face.
15858 (eshell-emit-prompt): Use renamed eshell-prompt face.
15859
15860 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15861 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15862 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15863 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15864 Remove "-face" suffix from face names.
15865 (eshell-ls-directory-face, eshell-ls-symlink-face)
15866 (eshell-ls-executable-face, eshell-ls-readonly-face)
15867 (eshell-ls-unreadable-face, eshell-ls-special-face)
15868 (eshell-ls-missing-face, eshell-ls-archive-face)
15869 (eshell-ls-backup-face, eshell-ls-product-face)
15870 (eshell-ls-clutter-face):
15871 New backward-compatibility aliases for renamed faces.
15872 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15873
15874 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15875 Remove "-face" suffix from face name.
15876 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15877 instead of literal face.
15878
15879 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15880
15881 * emacs-lisp/warnings.el (display-warning, lwarn)
15882 (warning-minimum-log-level): Doc fixes.
15883 (warning-minimum-level, warning-minimum-log-level):
15884 Add :debug to :type choices.
15885
15886 * progmodes/ada-mode.el (ada-format-paramlist)
15887 (ada-get-indent-case, ada-check-matching-start)
15888 (ada-check-defun-name, ada-goto-matching-decl-start)
15889 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15890 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15891 (ada-make-subprogram-body): Follow error conventions.
15892 (ada-case-exception-file, ada-indent-comment-as-code)
15893 (ada-indent-handle-comment-special, ada-indent-renames)
15894 (ada-indent-return, ada-search-directories-internal)
15895 (ada-tab-policy, ada-case-exception-substring)
15896 (ada-other-file-alist, ada-matching-start-re)
15897 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15898 (ada-imenu-generic-expression, ada-compile-goto-error)
15899 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15900 (ada-popup-menu, ada-add-extensions, ada-mode)
15901 (ada-region-selected, ada-create-case-exception)
15902 (ada-create-case-exception-substring, ada-after-keyword-p)
15903 (ada-activate-keys-for-case, ada-adjust-case-region)
15904 (ada-adjust-case-buffer, ada-format-paramlist)
15905 (ada-scan-paramlist, ada-insert-paramlist)
15906 (ada-indent-newline-indent)
15907 (ada-indent-newline-indent-conditional)
15908 (ada-justified-indent-current, ada-goto-previous-word)
15909 (ada-indent-current, ada-get-indent-open-paren)
15910 (ada-get-indent-paramlist, ada-get-indent-end)
15911 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15912 (ada-get-indent-block-start, ada-get-indent-subprog)
15913 (ada-get-indent-noindent, ada-get-indent-label)
15914 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15915 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15916 (ada-goto-stmt-end, ada-goto-next-word)
15917 (ada-check-matching-start, ada-check-defun-name)
15918 (ada-goto-matching-decl-start, ada-goto-matching-start)
15919 (ada-goto-matching-end, ada-search-ignore-string-comment)
15920 (ada-in-decl-p, ada-looking-at-semi-or)
15921 (ada-looking-at-semi-private, ada-in-paramlist-p)
15922 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15923 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15924 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15925 (ada-previous-package, ada-create-menu)
15926 (ada-fill-comment-paragraph-justify)
15927 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15928 (ada-other-file-name, ada-last-which-function-line)
15929 (ada-last-which-function-subprog, ada-which-function)
15930 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15931 (ada-gen-treat-proc, ada-check-emacs-version)
15932 (ada-continuation-indent, ada-align-region-separate):
15933 Fix typos in docstrings.
15934 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15935
15936 2005-06-16 Lute Kamstra <lute@gnu.org>
15937
15938 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15939 conditionally.
15940
15941 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15942
15943 * comint.el (comint-replace-by-expanded-filename)
15944 (comint-prompt-regexp, comint-delimiter-argument-list)
15945 (comint-preinput-scroll-to-bottom):
15946 * info.el (Info-hide-cookies-node):
15947 * ls-lisp.el (ls-lisp-classify):
15948 * find-file.el (ff-search-directories, ff-special-constructs)
15949 (ff-find-other-file):
15950 * font-lock.el (font-lock-keywords):
15951 * shell.el (shell-prompt-pattern)
15952 (shell-dynamic-complete-functions, shell-mode)
15953 (shell-delimiter-argument-list):
15954 * term.el (term-replace-by-expanded-filename)
15955 (term-prompt-regexp, term-delimiter-argument-list):
15956 * woman.el (woman-ignore, woman0-if):
15957 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15958 * emacs-lisp/elint.el (elint-init-env):
15959 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15960 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15961 * language/ethio-util.el (ethio-tilde-escape)
15962 (ethio-use-three-dot-question):
15963 * net/zone-mode.el (zone-mode-load-time-setup):
15964 * progmodes/cc-align.el (c-lineup-argcont):
15965 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15966 * progmodes/cperl-mode.el (cperl-set-style-back):
15967 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15968 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15969 Fix spellings in docstrings.
15970
15971 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15972 * progmodes/modula2.el (m2-for): Fix spellings.
15973
15974 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15975
15976 * simple.el (undo-more): Don't use `format' on `error' arguments.
15977 Improve argument/docstring consistency.
15978 (pending-undo-list): Doc fix.
15979
15980 * smerge-mode.el (smerge-ensure-match):
15981 * emulation/vip.el (vip-ex):
15982 * net/zone-mode.el (zone-mode-update-serial):
15983 * progmodes/idlwave.el (idlwave-complete):
15984 * progmodes/vhdl-mode.el (vhdl-visit-file)
15985 (vhdl-compose-wire-components):
15986 Don't use `format' on `error' arguments.
15987
15988 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15989 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15990 (tooltip-help-tips): Fix typos in docstrings.
15991
15992 2005-06-16 David Ponce <david@dponce.com>
15993
15994 * tree-widget.el (tree-widget-value-create): Simplify last change.
15995
15996 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15997
15998 * ido.el (ido-incomplete-regexp): New variable.
15999 (ido-set-matches-1): Handle invalid-regexp error and set
16000 ido-incomplete-regexp.
16001 (ido-incomplete-regexp): New face.
16002 (ido-completions): Use it.
16003 (ido-complete, ido-exit-minibuffer, ido-completions):
16004 Handle incomplete regexps.
16005 (ido-completions): Add check for complete match when entering a regexp.
16006
16007 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16010
16011 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16012
16013 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16014 by field delimiters.
16015
16016 2005-06-15 David Ponce <david@dponce.com>
16017
16018 * tree-widget.el: eval-and-compile inlined functions so they will
16019 be available at run-time too.
16020 (tree-widget-super-format-handler)
16021 (tree-widget-format-handler): Remove.
16022 (tree-widget-value-create): Handle the :indent property.
16023
16024 2005-06-15 Miles Bader <miles@gnu.org>
16025
16026 * progmodes/which-func.el (which-func): Only inherit
16027 `font-lock-function-name-face' when that makes sense against the
16028 default mode-line face, otherwise set the face color explicitly.
16029
16030 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16031 faces instead of (non-existent) variables.
16032
16033 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16034
16035 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16036 (iswitchb-get-matched-buffers): Likewise. Simplify.
16037
16038 2005-06-14 Miles Bader <miles@gnu.org>
16039
16040 * progmodes/ld-script.el (ld-script-location-counter):
16041 Remove "-face" suffix from face name.
16042 (ld-script-location-counter-face):
16043 New backward-compatibility alias for renamed face.
16044 (ld-script-location-counter-face): Use renamed face.
16045
16046 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16047 (cperl-hash): Remove "-face" suffix from face names.
16048 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16049 New backward-compatibility aliases for renamed faces.
16050 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16051 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16052
16053 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16054 name.
16055 (which-func-face): New backward-compatibility alias for renamed face.
16056 (which-func-format): Use renamed which-func face.
16057
16058 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16059 (vhdl-function, vhdl-directive, vhdl-reserved-word)
16060 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16061 names.
16062 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16063 (vhdl-speedbar-configuration, vhdl-speedbar-package)
16064 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16065 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16066 (vhdl-speedbar-architecture-selected)
16067 (vhdl-speedbar-configuration-selected)
16068 (vhdl-speedbar-package-selected)
16069 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
16070 names.
16071 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
16072 Use renamed faces.
16073 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
16074 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
16075 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
16076 Use renamed faces.
16077 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
16078 names.
16079 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
16080 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
16081 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
16082 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
16083 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
16084 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
16085
16086 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
16087 face name.
16088 (sh-heredoc-face): New backward-compatibility alias for renamed face.
16089 (sh-heredoc-face): Use renamed sh-heredoc face.
16090
16091 * progmodes/idlw-help.el (idlwave-help-link):
16092 Remove "-face" suffix from face name.
16093 (idlwave-help-link-face):
16094 New backward-compatibility alias for renamed face.
16095 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
16096
16097 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
16098 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
16099 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
16100 New backward-compatibility aliases for renamed faces.
16101 (idlwave-shell-disabled-breakpoint-face)
16102 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
16103
16104 * progmodes/flymake.el (flymake-errline, flymake-warnline):
16105 Remove "-face" suffix from face names.
16106 (flymake-errline-face, flymake-warnline-face):
16107 New backward-compatibility aliases for renamed faces.
16108 (flymake-highlight-line): Use renamed flymake faces.
16109
16110 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
16111 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
16112 (ebrowse-member-class, ebrowse-progress):
16113 Remove "-face" suffix from face names.
16114 (ebrowse-tree-mark-face, ebrowse-root-class-face)
16115 (ebrowse-file-name-face, ebrowse-default-face)
16116 (ebrowse-member-attribute-face, ebrowse-member-class-face)
16117 (ebrowse-progress-face):
16118 New backward-compatibility aliases for renamed faces.
16119 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
16120 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
16121 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
16122 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16123
16124 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
16125 antlr-syntax)
16126 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
16127 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
16128 names.
16129 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
16130 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
16131 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
16132 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
16133 backward-compatibility aliases for renamed faces.
16134 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
16135 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
16136 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
16137 remove "font-lock-". Use renamed antlr-mode faces.
16138 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
16139 literal face-names with face variable references.
16140
16141 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
16142 face name.
16143 (Buffer-menu-buffer-face): New backward-compatibility alias for
16144 renamed face.
16145 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
16146
16147 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
16148
16149 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
16150 Eliminate "-face" suffix.
16151 (makefile-targets): Inherit from font-lock-function-name-face and
16152 eliminate "-face" suffix.
16153 (makefile-shell): Remove attributes and eliminate "-face" suffix.
16154 (makefile-*-font-lock-keywords): Append makefile-targets in rule
16155 actions, instead of prepending, to make it less visible.
16156 (makefile-previous-dependency, makefile-match-dependency):
16157 Don't match a target on a continuation line.
16158
16159 * files.el (auto-mode-alist): Put Makefile in gmake mode.
16160
16161 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
16162
16163 * progmodes/gdb-ui.el (menu): Re-order menu items.
16164 (gdb-tooltip-print): Respect tooltip-use-echo-area.
16165
16166 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
16167 Define in tooltip.el.
16168 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
16169 (gud-tooltip-tips): Respect tooltip-use-echo-area and
16170 gud-tooltip-echo-area.
16171
16172 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
16173 backward compatibility and make obsolete.
16174 (tooltip-help-tips): Use tooltip-use-echo-area.
16175 (tooltip-show-help-function): Rename to...
16176 (tooltip-show-help): ...this, because it is a function.
16177 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
16178
16179 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
16180
16181 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
16182 (edebug-print-length, edebug-print-level, edebug-print-circle)
16183 (edebug-modify-breakpoint, edebug-eval-last-sexp)
16184 (edebug-eval-print-last-sexp): Doc fixes.
16185
16186 2005-06-14 Kim F. Storm <storm@cua.dk>
16187
16188 * ido.el (ido-mode): Make a new keymap every time we enable ido,
16189 as the coverage buffer/file/both may change.
16190
16191 2005-06-14 Lute Kamstra <lute@gnu.org>
16192
16193 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
16194 and run-mode-hooks. Simplify.
16195
16196 * mail/rmailedit.el (rmail-edit-mode):
16197 * progmodes/octave-inf.el (inferior-octave-mode):
16198 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
16199
16200 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16201 and run-mode-hooks.
16202 (recentf-edit-list, recentf-open-files): Don't call
16203 kill-all-local-variables directly.
16204
16205 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
16206
16207 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16208
16209 * emacs-lisp/byte-run.el (make-obsolete)
16210 (define-obsolete-function-alias): Rename arguments FUNCTION and
16211 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
16212 (make-obsolete-variable, define-obsolete-variable-alias):
16213 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
16214 respectively.
16215
16216 * isearchb.el (isearchb-activate):
16217 * pcvs.el (cvs-mode):
16218 * ses.el (ses-load):
16219 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
16220 * net/tramp.el (tramp-find-file-exists-command)
16221 (tramp-find-shell):
16222 * progmodes/ada-mode.el (ada-create-case-exception)
16223 (ada-create-case-exception-substring, ada-make-subprogram-body):
16224 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16225 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
16226 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
16227 * textmodes/org.el (org-promote, org-evaluate-time-range)
16228 (org-agenda-next-date-line, org-agenda-previous-date-line)
16229 (org-agenda-error, org-open-at-point, org-table-move-row)
16230 (org-format-table-table-html-using-table-generate-source)
16231 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
16232 * textmodes/reftex.el (reftex-access-scan-info):
16233 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
16234 (reftex-toc-promote-prepare): Follow error conventions.
16235
16236 * diff-mode.el (diff-mode): Fix typo in docstring.
16237
16238 * forms.el (forms--intuit-from-file): Fix reference to
16239 `forms-number-of-fields' in error message.
16240 (forms-print): Fix quoting in error message.
16241
16242 * forms.el (forms-mode):
16243 * emulation/vi.el (vi-goto-insert-state):
16244 * progmodes/flymake.el (flymake-new-err-info)
16245 (flymake-start-syntax-check-for-current-buffer)
16246 (flymake-simple-cleanup):
16247 * eshell/esh-var.el (eshell/export):
16248 * progmodes/gud.el (xdb):
16249 * textmodes/flyspell.el (flyspell-incorrect-hook)
16250 (flyspell-maybe-correct-transposition)
16251 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
16252
16253 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
16254
16255 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
16256 minibuffer prompt.
16257
16258 2005-06-13 Kim F. Storm <storm@cua.dk>
16259
16260 * subr.el (add-to-ordered-list): New defun.
16261
16262 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
16263 add cua--keymap-alist to emulation-mode-map-alists.
16264
16265 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16266
16267 * subr.el (complete-in-turn): New macro.
16268 (dynamic-completion-table, lazy-completion-table): Add debug info.
16269
16270 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
16271 in preference to face aliases.
16272
16273 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
16274 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
16275 Remove unused vars `start' and `firstline'.
16276 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
16277 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
16278
16279 2005-06-13 Eli Zaretskii <eliz@gnu.org>
16280
16281 * cus-start.el (all): Don't complain about missing GTK-related
16282 variables, unless either `gtk' is boundp or this isn't a
16283 `windows-nt' build.
16284
16285 2005-06-13 Lute Kamstra <lute@gnu.org>
16286
16287 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
16288 run-mode-hooks.
16289
16290 * ediff-mult.el (ediff-meta-mode):
16291 * ediff-util.el (ediff-mode): Use run-mode-hooks.
16292
16293 * ledit.el (ledit-mode): Use delay-mode-hooks.
16294
16295 * woman.el (woman-mode-line-format): Delete constant.
16296 (woman-mode-map): Initialize it properly.
16297 (woman-mode): Set mode-class property to special.
16298 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
16299 Set major-mode and mode-name. Don't set mode-line-format directly.
16300 (Man-getpage-in-background): Don't reference woman-mode-line-format.
16301
16302 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
16303 string argument obsolete.
16304
16305 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
16306
16307 * textmodes/org.el (org-CUA-compatible): New option.
16308 (org-disputed-keys): New variable.
16309 (org-key): New function.
16310 (orgtbl-make-binding): Add docstring to the created function.
16311 (org-mode): Set paragraph start/separate regexps.
16312 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
16313 (org-archive-location, org-archive-mark-done)
16314 (org-archive-stamp-time): New options.
16315 (org-archive-subtree): New command.
16316 (org-fill-paragraph): New function.
16317 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
16318 (org-fake-empty-table-line): Function removed.
16319 (org-format-org-table-html): Do not create empty table lines at
16320 separator lines. Improved table header treatment.
16321 (org-link-format): New option.
16322 (org-make-link): New function.
16323 (org-insert-link, org-store-link): Use org-make-link.
16324 (org-open-file): Quote file name for shell command, to allow
16325 spaces in file names.
16326 (org-link-regexp): Fix bug with mailto link.
16327 (org-link-maybe-angles-regexp, org-protected-link-regexp):
16328 New constants.
16329 (org-export-as-html): Deal with the optional angles around a link.
16330 Better treatment of file: links.
16331 (org-open-at-point): Replace @{ and @} with < and >.
16332 (org-run-mode-hooks): Function removed.
16333 (org-agenda-mode): No longer use `org-run-mode-hooks'.
16334
16335 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
16336
16337 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
16338 MI command -data-list-register-values.
16339 (gdb-post-prompt): Indent properly.
16340
16341 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
16342
16343 * hilit-chg.el (highlight-changes-colors): Rename from
16344 `highlight-changes-colours'.
16345 (highlight-changes-colours): Keep as obsolete alias.
16346 (highlight-changes-face-list): Doc fix.
16347 (hilit-chg-make-list): Use `highlight-changes-colors'.
16348
16349 2005-06-12 Mark A. Hershberger <mah@everybody.org>
16350
16351 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
16352 defun-prompt-regexp.
16353
16354 2005-06-12 Eli Zaretskii <eliz@gnu.org>
16355
16356 * loadup.el: Don't say we are dumping under 2 names on windows-nt
16357 and cygwin.
16358
16359 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16360 Don't use an old loaddefs.el, as in Makefile.in.
16361
16362 2005-06-12 Lute Kamstra <lute@gnu.org>
16363
16364 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16365
16366 * man.el (Man-mode-map): Initialize it properly.
16367 (Man-mode): Set mode-class property to special.
16368
16369 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16370
16371 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16372
16373 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16374 A newline is needed in the docstring there.
16375
16376 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16377 Doc fixes.
16378
16379 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16380
16381 * printing.el: Doc fix. The menubar is no more changed when printing
16382 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16383 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16384 (pr-version): New version number (6.8.4).
16385 (pr-menu-bind): New command.
16386 (pr-update-menus): Docstring and code fix.
16387 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16388 Docstring fix.
16389 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16390 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16391
16392 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16393
16394 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16395 "Returns" to "return", document useful return values, etc.
16396
16397 2005-06-11 Alan Mackenzie <acm@muc.de>
16398
16399 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16400 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16401 (adaptive-file-function): Minor amendment to doc-string.
16402
16403 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16404
16405 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16406 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16407 Fix :type--it is `integer', not `string'.
16408
16409 * faces.el (modeline-highlight): Rename from (the erroneous)
16410 `modeline-higilight'.
16411
16412 2005-06-11 Lute Kamstra <lute@gnu.org>
16413
16414 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16415 lisp-interaction-mode-map but make it the parent.
16416 (edebug-eval-mode): Use define-derived-mode.
16417
16418 2005-06-11 Andreas Schwab <schwab@suse.de>
16419
16420 * bindings.el: Add binding of `ESC functionkey' for every
16421 `M-functionkey'.
16422 * hexl.el (hexl-mode-map): Likewise.
16423
16424 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16425
16426 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16427 [msft]: update regexp for newer msft compilers.
16428
16429 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16430
16431 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16432 ATTLIST portions of included DTDs.
16433 (xml-parse-dtd): Eliminate use of inefficient match-data.
16434
16435 2005-06-10 Miles Bader <miles@gnu.org>
16436
16437 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16438 (mpuz-text): Remove "-face" suffix from face names.
16439 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16440 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16441 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16442
16443 * play/gomoku.el (gomoku-O, gomoku-X):
16444 Remove "-face" suffix from face names.
16445 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16446 New backward-compatibility aliases for renamed faces.
16447 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16448
16449 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16450
16451 * thumbs.el: Fixes for changes of 2005-06-09.
16452 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16453 as a directory.
16454 (thumbs-thumbname): Remove directory separator from format string;
16455 `thumbs-thumbsdir' now returns a valid directory name.
16456 (thumbs-temp-dir): New defsubst.
16457 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16458 Use it.
16459
16460 * cus-edit.el (minibuffer):
16461 * files.el (make-backup-file-name-function):
16462 * filesets.el (filesets-external-viewers):
16463 * hilit-chg.el (highlight-changes-colours)
16464 (highlight-changes-face-list, highlight-changes-rotate-faces):
16465 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16466 * kmacro.el (kmacro-call-macro):
16467 * log-edit.el (log-edit-changelog-full-paragraphs):
16468 * mouse.el (mouse-1-click-follows-link):
16469 * skeleton.el (skeleton-autowrap):
16470 * subr.el (insert-for-yank-1):
16471 * tempo.el (tempo-insert-region):
16472 * terminal.el (terminal-emulator):
16473 * time.el (display-time-mail-face):
16474 * vc.el (vc-annotate):
16475 * vcursor.el (vcursor-copy-line):
16476 * woman.el (woman-bold-headings, woman-ignore)
16477 (woman-default-faces, woman-monochrome-faces):
16478 * calendar/todo-mode.el (todo-insert-threshold):
16479 * emulation/pc-select.el (pc-select-selection-keys-only)
16480 (pc-selection-mode):
16481 * emulation/vip.el (vip-find-char-forward):
16482 * emulation/viper-cmd.el (viper-find-char-forward):
16483 * international/mule-cmds.el
16484 (select-safe-coding-system-accept-default-p)
16485 (input-method-exit-on-invalid-key):
16486 * international/mule-diag.el (describe-coding-system):
16487 * international/ucs-tables.el (unify-8859-on-encoding-mode):
16488 * net/browse-url.el (browse-url-xterm-program):
16489 * obsolete/lazy-lock.el (lazy-lock-mode):
16490 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16491 (cperl-mode):
16492 * progmodes/cpp.el (cpp-face-light-name-list)
16493 (cpp-face-dark-name-list):
16494 * progmodes/delphi.el (delphi-newline-always-indents):
16495 Fix spellings in docstrings.
16496
16497 * ido.el (ido-mode, ido-file-extensions-order)
16498 (ido-default-file-method, ido-default-buffer-method)
16499 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16500 (ido-decorations, ido-read-file-name-as-directory-commands)
16501 (ido-read-file-name-non-ido, ido-work-directory-list)
16502 (ido-ignore-item-temp-list, ido-current-directory)
16503 (ido-magic-forward-char, ido-enter-find-file)
16504 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16505 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16506
16507 2005-06-10 Lute Kamstra <lute@gnu.org>
16508
16509 * play/dunnet.el (dun-mode): Use define-derived-mode.
16510 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16511 obsolete alias.
16512
16513 * play/doctor.el (doctor-mode-map): Remove defvar.
16514 (doctor-mode): Use define-derived-mode.
16515
16516 * mail/mspools.el (mspools-mode):
16517 * net/eudc-hotlist.el (eudc-hotlist-mode):
16518 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16519
16520 2005-06-10 Miles Bader <miles@gnu.org>
16521
16522 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16523 Remove "-face" suffix from face names.
16524 (flyspell-incorrect-face, flyspell-duplicate-face):
16525 New backward-compatibility aliases for renamed faces.
16526 (flyspell-mode-on, make-flyspell-overlay)
16527 (flyspell-highlight-incorrect-region)
16528 (flyspell-highlight-duplicate-region)
16529 (flyspell-display-next-corrections)
16530 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16531
16532 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16533 from face name.
16534 (texinfo-heading-face): New backward-compatibility alias for
16535 renamed face.
16536 (texinfo-heading-face): Use renamed texinfo-heading face.
16537
16538 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16539 suffix from face names.
16540 (tex-math-face, tex-verbatim-face):
16541 New backward-compatibility aliases for renamed faces.
16542 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16543 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16544 literal face name.
16545
16546 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16547 name.
16548 (table-cell-face): New backward-compatibility alias for renamed face.
16549 (table--put-cell-face-property, table--update-cell-face):
16550 Use renamed table-cell face.
16551
16552 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16553 from face name.
16554 (sgml-namespace-face): New backward-compatibility alias for
16555 renamed face.
16556 (sgml-namespace-face): Use renamed sgml-namespace face.
16557
16558 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16559 (org-level-4, org-level-5, org-level-6, org-level-7)
16560 (org-level-8, org-warning, org-headline-done)
16561 (org-deadline-announce, org-scheduled-today)
16562 (org-scheduled-previously, org-link, org-done, org-table)
16563 (org-time-grid): Remove "-face" suffix from face names.
16564 (org-level-1-face, org-level-2-face, org-level-3-face)
16565 (org-level-4-face, org-level-5-face, org-level-6-face)
16566 (org-level-7-face, org-level-8-face, org-warning-face)
16567 (org-headline-done-face, org-deadline-announce-face)
16568 (org-scheduled-today-face, org-scheduled-previously-face)
16569 (org-link-face, org-done-face, org-table-face)
16570 (org-time-grid-face):
16571 New backward-compatibility aliases for renamed faces.
16572 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16573 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16574 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16575 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16576
16577 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16578 (viper-minibuffer-emacs, viper-minibuffer-insert)
16579 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16580 (viper-search-face, viper-replace-overlay-face)
16581 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16582 (viper-minibuffer-vi-face):
16583 New backward-compatibility aliases for renamed faces.
16584 (viper-search-face, viper-replace-overlay-face)
16585 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16586 (viper-minibuffer-vi-face): Use renamed viper faces.
16587
16588 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16589 Remove "-face" suffix from face names.
16590 (testcover-nohits-face, testcover-1value-face):
16591 New backward-compatibility aliases for renamed faces.
16592 (testcover-mark): Use renamed testcover faces.
16593
16594 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16595 face name.
16596 (diary-button-face): New backward-compatibility alias for renamed face.
16597 (diary-entry): Use renamed diary-button face.
16598
16599 * calendar/calendar.el (diary, calendar-today, holiday)
16600 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16601 (diary-face, calendar-today-face, holiday-face):
16602 New backward-compatibility aliases for renamed faces.
16603 (eval-after-load "facemenu", diary-entry-marker)
16604 (calendar-today-marker, calendar-holiday-marker, diary-face):
16605 Use renamed calendar faces.
16606
16607 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16608 (compare-windows-face): New backward-compatibility alias for
16609 renamed face.
16610 (compare-windows-highlight): Use renamed compare-windows face.
16611
16612 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16613 (strokes-char-face): New backward-compatibility alias for renamed face.
16614 (strokes-encode-buffer): Use renamed strokes-char face.
16615
16616 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16617 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16618 Remove "-face" suffix from face names.
16619 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16620 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16621 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16622 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16623 Use renamed pcvs faces.
16624 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16625 * pcvs-defs.el (cvs-mode-map): Likewise.
16626 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16627
16628 * info.el (info-title-1, info-title-2, info-title-3)
16629 (info-title-4): Remove "-face" suffix from and downcase face names.
16630 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16631 (Info-title-4-face):
16632 New backward-compatibility aliases for renamed faces.
16633 (Info-fontify-node): Use renamed info faces.
16634
16635 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16636 Remove "-face" suffix from face names.
16637 (highlight-changes-face, highlight-changes-delete-face):
16638 New backward-compatibility aliases for renamed faces.
16639 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16640 (hilit-chg-make-list): Use renamed highlight-changes faces.
16641
16642 * generic-x.el (show-tabs-tab, show-tabs-space):
16643 Remove "-face" suffix from face names.
16644 (show-tabs-tab-face, show-tabs-space-face):
16645 New backward-compatibility aliases for renamed faces.
16646 (show-tabs-generic-mode-font-lock-defaults-1)
16647 (show-tabs-generic-mode-font-lock-defaults-2):
16648 Use renamed show-tabs faces.
16649
16650 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16651 (smerge-markers): Remove "-face" suffix from face names.
16652 (smerge-mine-face, smerge-other-face, smerge-base-face)
16653 (smerge-markers-face):
16654 New backward-compatibility aliases for renamed faces.
16655 (smerge-mine-face, smerge-other-face, smerge-base-face)
16656 (smerge-markers-face): Use renamed smerge faces.
16657
16658 * log-view.el (log-view-file, log-view-message): Remove "-face"
16659 suffix from face names.
16660 (log-view-file-face, log-view-message-face):
16661 New backward-compatibility aliases for renamed faces.
16662 (log-view-file-face, log-view-message-face): Use renamed log-view
16663 faces.
16664
16665 * paren.el (show-paren-match, show-paren-mismatch):
16666 Remove "-face" suffix from face names.
16667 (show-paren-match-face, show-paren-mismatch-face):
16668 New backward-compatibility aliases for renamed faces.
16669 (show-paren-function): Use renamed show-paren faces.
16670
16671 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16672 (ruler-mode-margins, ruler-mode-fringes)
16673 (ruler-mode-column-number, ruler-mode-fill-column)
16674 (ruler-mode-comment-column, ruler-mode-goal-column)
16675 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16676 suffix from face names.
16677 (ruler-mode-default-face, ruler-mode-pad-face)
16678 (ruler-mode-margins-face, ruler-mode-fringes-face)
16679 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16680 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16681 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16682 New backward-compatibility aliases for renamed faces.
16683 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16684 (ruler-mode-column-number, ruler-mode-fill-column)
16685 (ruler-mode-comment-column, ruler-mode-goal-column)
16686 (ruler-mode-tab-stop, ruler-mode-current-column)
16687 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16688 faces.
16689
16690 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16691 face name.
16692 (whitespace-highlight-the-space): Use renamed face.
16693 (whitespace-highlight-face): New backward-compatibility alias for
16694 renamed face.
16695
16696 * woman.el (woman-italic, woman-bold, woman-unknown)
16697 (woman-addition, woman-symbol-face):
16698 Remove "-face" suffix from face names.
16699 (woman-italic-face, woman-bold-face, woman-unknown-face)
16700 (woman-addition-face):
16701 New backward-compatibility aliases for renamed faces.
16702 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16703 (woman-decode-region, woman-replace-match)
16704 (woman-display-extended-fonts, woman-special-characters)
16705 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16706 Use renamed woman faces.
16707
16708 * longlines.el (longlines-visible-face): Face removed.
16709
16710 * diff-mode.el (diff-header, diff-file-header, diff-index)
16711 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16712 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16713 suffix from face names.
16714 (diff-header-face, diff-file-header-face, diff-index-face)
16715 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16716 (diff-changed-face, diff-function-face, diff-context-face)
16717 (diff-nonexistent-face): New backward-compatibility aliases for
16718 renamed faces.
16719 (diff-header-face, diff-file-header-face)
16720 (diff-index, diff-index-face, diff-hunk-header)
16721 (diff-hunk-header-face, diff-removed, diff-removed-face)
16722 (diff-added, diff-added-face, diff-changed-face, diff-function)
16723 (diff-function-face, diff-context-face, diff-nonexistent)
16724 (diff-nonexistent-face): Use renamed diff-mode faces.
16725
16726 * progmodes/compile.el (compilation-warning-face)
16727 (compilation-info-face): Remove "-face" suffix from face names.
16728 (compilation-warning-face, compilation-info-face):
16729 New backward-compatibility aliases for renamed faces.
16730 (compilation-warning-face, compilation-info-face):
16731 Use renamed compilation faces.
16732
16733 * add-log.el (change-log-date, change-log-name)
16734 (change-log-email, change-log-file, change-log-list)
16735 (change-log-conditionals, change-log-function)
16736 (change-log-acknowledgement): Remove "-face" suffix from face names.
16737 (change-log-date-face, change-log-name-face)
16738 (change-log-email-face, change-log-file-face)
16739 (change-log-list-face, change-log-conditionals-face)
16740 (change-log-function-face, change-log-acknowledgement-face):
16741 New backward-compatibility aliases for renamed faces.
16742 (change-log-font-lock-keywords): Use renamed change-log faces.
16743
16744 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16745 (custom-set, custom-changed, custom-saved, custom-button)
16746 (custom-button-pressed, custom-documentation, custom-state)
16747 (custom-comment, custom-comment-tag, custom-variable-tag)
16748 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16749 (custom-group-tag): Remove "-face" suffix from face names.
16750 (custom-magic-alist, custom-magic-value-create)
16751 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16752 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16753 (custom-set-face, custom-changed-face, custom-saved-face)
16754 (custom-button-face, custom-button-pressed-face)
16755 (custom-documentation-face, custom-state-face)
16756 (custom-comment-face, custom-comment-tag-face)
16757 (custom-variable-tag-face, custom-variable-button-face)
16758 (custom-face-tag-face, custom-group-tag-face-1)
16759 (custom-group-tag-face):
16760 New backward-compatibility aliases for renamed faces.
16761
16762 * wid-edit.el (widget-documentation, widget-button)
16763 (widget-field, widget-single-line-field, widget-inactive)
16764 (widget-button-pressed): "-face" suffix removed from face names.
16765 (widget-documentation-face, widget-button-face)
16766 (widget-field-face, widget-single-line-field-face)
16767 (widget-inactive-face, widget-button-pressed-face):
16768 New backward-compatibility aliases for renamed faces.
16769 (widget-documentation-face, widget-button-face)
16770 (widget-button-pressed-face, widget-specify-field)
16771 (widget-specify-inactive): Use renamed widget faces.
16772
16773 2005-06-10 Kenichi Handa <handa@m17n.org>
16774
16775 * term/x-win.el (x-clipboard-yank): Remove condition-case
16776 wrapping.
16777
16778 2005-06-11 Kenichi Handa <handa@m17n.org>
16779
16780 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16781 date lines stricter.
16782
16783 2005-06-10 Zhang Wei <id.brep@gmail.com>
16784
16785 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16786 of x-get-selection.
16787
16788 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16789
16790 * comint.el (comint-mode, comint-snapshot-last-prompt):
16791 * frame.el (frame-current-scroll-bars):
16792 * term.el (term-mode, term-check-proc, term-input-sender)
16793 (term-simple-send, term-extract-string, term-word)
16794 (term-match-partial-filename):
16795 * window.el (window-current-scroll-bars):
16796 * emulation/cua-base.el (cua-normal-cursor-color)
16797 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16798 (cua-global-mark-cursor-color):
16799 * mail/undigest.el (rmail-forward-separator-regex):
16800 Fix typos in docstrings.
16801
16802 * comint.el (comint-check-proc, make-comint-in-buffer)
16803 (comint-source-default): Doc fixes.
16804
16805 * term.el (term-send-string): Improve argument/docstring consistency.
16806
16807 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16808
16809 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16810 call to `delete-region'.
16811 (comint-mode-hook): Do not enable Font Lock by default.
16812
16813 2005-06-09 Lute Kamstra <lute@gnu.org>
16814
16815 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16816 could be void.
16817
16818 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16819
16820 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16821 (debug): Use it.
16822 (debugger-step-through, debugger-continue, debugger-jump)
16823 (debugger-return-value): Set it when needed.
16824 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16825 Use inhibit-read-only.
16826
16827 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16828
16829 * window.el (shrink-window-if-larger-than-buffer)
16830 (window-size-fixed): Fix typo in docstring.
16831
16832 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16833 thumbnails directory on loading.
16834 (thumbs-conversion-program): Use `eq' to check the system type,
16835 not `equal'.
16836 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16837 not "/tmp". Fix docstring.
16838 (thumbs-thumbsdir): New function to return the thumbnails
16839 directory, creating it if needed.
16840 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16841 (thumbs-temp-file): Delete variable and make it into a function.
16842 (thumbs-resize-image, thumbs-modify-image): Use it.
16843 (thumbs-kill-buffer): Simplify.
16844 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16845 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16846 docstrings.
16847
16848 2005-06-09 Kim F. Storm <storm@cua.dk>
16849
16850 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16851 set-match-data to free markers in match-data.
16852
16853 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16854 match-data to unchain markers in match-data.
16855
16856 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16857
16858 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16859 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16860 unnecessary now.
16861
16862 2005-06-08 Richard M. Stallman <rms@gnu.org>
16863
16864 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16865 give the variable a doc string that doesn't say don't set it directly.
16866
16867 * textmodes/ispell.el (ispell-check-version):
16868 Use match-string-no-properties.
16869 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16870 (ispell-buffer-local-words): Likewise.
16871
16872 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16873 except on terminals with enough colors to really display it.
16874 (makefile-dependency-regex): Delete spurious `bb'.
16875
16876 * faces.el (escape-glyph): Use blue once again in last case.
16877 (no-break-space): Redefine so that it isn't invisible on a tty.
16878
16879 2005-06-08 Kim F. Storm <storm@cua.dk>
16880
16881 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16882 also when reading directory name.
16883
16884 2005-06-08 Lute Kamstra <lute@gnu.org>
16885
16886 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16887 (flyspell-mode-line-string): Remove autoload cookie.
16888 (flyspell-mode): Remove defvar.
16889
16890 2005-06-07 Lute Kamstra <lute@gnu.org>
16891
16892 * textmodes/org.el (org-run-mode-hooks): New function.
16893 (org-agenda-mode): Use it.
16894
16895 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16896
16897 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16898
16899 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16902
16903 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16904
16905 * font-lock.el (font-lock-add-keywords): Doc fix.
16906
16907 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16908
16909 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16910 (tex-compile-default): In the absence of any history, use the order in
16911 tex-compile-alist to choose the preferred command.
16912 (tex-compile-commands): Reorder a bit.
16913
16914 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16915 (flyspell-incorrect-face, flyspell-duplicate-face):
16916 Use (X)Emacs-agnostic code.
16917 (flyspell-mode-map): Don't overwrite at each load. Remove code
16918 redundant with the subsequent add-minor-mode. Merge Emacs and
16919 XEmacs code.
16920 (flyspell-word): Minor simplification.
16921 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16922 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16923 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16924 Merge the corresponding Emacs code.
16925 (flyspell-correct-word, flyspell-xemacs-popup):
16926 Use flyspell-do-correct.
16927
16928 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16929 a dedicated window.
16930
16931 * international/latexenc.el (latexenc-find-file-coding-system):
16932 Undo part of last patch, to turn off a compiler warning.
16933
16934 2005-06-06 Juri Linkov <juri@jurta.org>
16935
16936 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16937 Rename `tmm-inactive-face' to `tmm-inactive'.
16938
16939 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16940
16941 * iswitchb.el: Rename faces.
16942
16943 2005-06-06 Kim F. Storm <storm@cua.dk>
16944
16945 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16946 (cua-global-mark): Remove -face suffix from face names.
16947
16948 * emulation/cua-gmrk.el (cua--init-global-mark):
16949 Remove cua-global-mark face setup.
16950
16951 2005-06-06 Richard M. Stallman <rms@gnu.org>
16952
16953 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16954 just like other allowed characters.
16955 (makefile-match-dependency): Exclude leading and training whitespace
16956 from the range of regexp subexp 1.
16957 (makefile-macroassign-regex): Don't try to match the body,
16958 just the name of the macro being defined.
16959
16960 * info.el (Info-read-node-name-2): New function.
16961 (Info-read-node-name-1): Use that.
16962 Add a completion-base-size-function property.
16963
16964 * simple.el (completion-setup-function): Look for
16965 completion-base-size-function property of minibuffer-completion-table.
16966
16967 * files.el (locate-file-completion): Doc fix.
16968
16969 * printing.el: Don't call pr-update-menus; user must do that.
16970
16971 * emacs-lisp/debug.el (debugger-window): New variable.
16972 (debug): Use debugger-window if it is set and still alive.
16973 Record debugger-window for next entry.
16974
16975 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16976
16977 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16978
16979 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16980 (hack-one-local-variable, hack-local-variables)
16981 (hack-local-variables-prop-line): Pass that arg.
16982
16983 2005-06-06 Kim F. Storm <storm@cua.dk>
16984
16985 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16986 (ido-indicator): Remove -face suffix from face names.
16987
16988 2005-06-06 Juri Linkov <juri@jurta.org>
16989
16990 * font-lock.el (font-lock-regexp-backslash)
16991 (font-lock-regexp-backslash-construct): New faces.
16992 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16993 after `('. Add `while-no-input' to control structures.
16994
16995 * faces.el (no-break-space, shadow): New faces.
16996 (escape-glyph): Use less loud colors pink2 and red4.
16997
16998 * diff-mode.el (diff-context-face)
16999 * dired.el (dired-ignored)
17000 * rfn-eshadow.el (file-name-shadow)
17001 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17002
17003 * info.el (Info-title-1-face): Use green instead of yellow because
17004 bold yellow is not readable on light backgrounds.
17005
17006 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17007 before selecting the desired mode to not spend time fontifying
17008 old contents.
17009
17010 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17011
17012 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17013 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17014
17015 * ps-print.el (ps-default-fg, ps-default-bg):
17016 Fix typos in docstrings.
17017
17018 * isearchb.el (isearchb): Don't pass a spurious second argument to
17019 `iswitchb-completions'.
17020
17021 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17022
17023 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17024 to preserve point.
17025 (gdb-find-file-hook): Add doc string.
17026
17027 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17028 C dereferenced pointer expression.
17029 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17030
17031 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17032
17033 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17034 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17035 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17036 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17037 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17038 Make background transparent.
17039
17040 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17041
17042 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
17043 (font-lock-remove-keywords): Doc fix.
17044 (font-lock-mode-major-mode): Compiler defvar.
17045 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17046
17047 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17048 (font-lock-mode): Update `font-lock-mode-major-mode'.
17049 (font-lock-set-defaults): Compiler defvar.
17050 (font-lock-default-function): Take `font-lock-mode-major-mode'
17051 into account.
17052
17053 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17054 keep track of which major mode it enabled the minor mode for.
17055 Use find-file-hook again. Update docstring.
17056
17057 * simple.el (eval-expression-print-level)
17058 (eval-expression-print-length, eval-expression-debug-on-error):
17059 Doc fixes.
17060
17061 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
17062
17063 * iswitchb.el (iswitchb-single-match-face)
17064 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17065 (iswitchb-invalid-regexp-face): New faces.
17066 (iswitchb-completions): Use them.
17067 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17068 now marked as an obsolete alias.
17069 (iswitchb-read-buffer): Remove check for bound font variables.
17070 (iswitchb-invalid-regexp): New free variable.
17071 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
17072 set iswitchb-invalid-regexp.
17073 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
17074 invalid regexps.
17075 (iswitchb-completions): Add check for complete match when entering
17076 a regexp.
17077 (iswitchb-completions): Remove require-match argument.
17078 (iswitchb-exhibit): Fix caller.
17079 (iswitchb-common-match-inserted): New variable.
17080 (iswitchb-complete, iswitchb-completion-help): Use it.
17081
17082 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
17083
17084 * url-http.el (url-http-chunked-encoding-after-change-function):
17085 Use `url-http-debug' instead of `message'.
17086
17087 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
17088
17089 * url-http.el (url-http-parse-headers): Pass redirected URL as a
17090 callback argument.
17091
17092 2005-06-04 Kim F. Storm <storm@cua.dk>
17093
17094 * simple.el (line-move): Only call sit-for when moving backwards.
17095
17096 * ido.el (ido-make-merged-file-list-1): New defun split from
17097 ido-make-merged-file-list.
17098 (ido-make-merged-file-list): Bind throw-on-input around call to
17099 ido-make-merged-file-list-1. Return input-pending-p if
17100 interrupted by more input available.
17101 (ido-read-internal): Handle input-pending-p return value from
17102 ido-make-merged-file-list.
17103
17104 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
17107 compatibility code.
17108
17109 * international/latexenc.el (latexenc-find-file-coding-system):
17110 Don't inherit the EOL part of the coding-system from the
17111 tex-main buffer. Fit within 80 columns.
17112
17113 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
17114
17115 * tmm.el (tmm-inactive-face): New face.
17116 (tmm-remove-inactive-mouse-face): New function.
17117 (tmm-prompt, tmm-add-one-shortcut)
17118 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
17119 but not selectable.
17120
17121 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * faces.el (face-equal): Improve argument/docstring consistency.
17124
17125 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
17126
17127 * progmodes/make-mode.el (makefile-targets-face)
17128 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
17129 (makefile-bsdmake-dependency-regex)
17130 (makefile-makepp-rule-action-regex)
17131 (makefile-bsdmake-rule-action-regex): New constants.
17132 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
17133
17134 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17135 Allow (...) within `...' for makepp messages.
17136
17137 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
17138
17139 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
17140
17141 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
17142 "." files are deleted from all file lists before comparison.
17143
17144 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17145 (viper-ESC-key): Made them customizable.
17146
17147 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
17148
17149 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
17150
17151 * autorevert.el (auto-revert-buffers): Use save-match-data.
17152
17153 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
17156 menu items with a nil command binding.
17157
17158 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
17159
17160 * emacs-lisp/cl-macs.el (defsetf):
17161 Improve argument/docstring consistency.
17162
17163 * faces.el (list-faces-display): Improve the formatting by
17164 computing the maximum length required for any face-name (reworked
17165 patch of 1999-01-11, accidentally deleted on 1999-07-21).
17166 (internal-find-face): Remove redundant info in docstring.
17167
17168 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
17169
17170 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
17171 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
17172 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
17173 (gdb-assembler-custom): Improve regexps.
17174 (def-gdb-auto-update-handler): Use window point to preserve point.
17175
17176 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17177
17178 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
17179
17180 2005-05-31 Jay Belanger <belanger@truman.edu>
17181
17182 * calc/calc-embed.el (calc-embedded-word): Change argument passed
17183 to calc-embedded.
17184 (calc-embedded-make-info): Have plain prefix argument select
17185 entire line.
17186
17187 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
17188
17189 * faces.el (list-faces-display): Signal error if passed a regexp
17190 that matches no face name.
17191
17192 * simple.el (filter-buffer-substring): Fix typo in docstring.
17193
17194 2005-05-31 Richard M. Stallman <rms@gnu.org>
17195
17196 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
17197 (vhdl-emacs-21): Doc fix.
17198 (vhdl-mode): Unconditionally set comment-padding.
17199 (vhdl-fixup-whitespace-region): Insert spaces only where
17200 there are none.
17201 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
17202
17203 2005-05-30 John Wiegley <johnw@newartisans.com>
17204
17205 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
17206 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
17207 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
17208 `directory-sep-char' to ?/, and all uses of `string-to-int' to
17209 `string-to-number'.
17210
17211 2005-05-30 Jay Belanger <belanger@truman.edu>
17212
17213 * calc/calc.el (calc-bug-address): Fix docstring.
17214 (calc-window-hook, calc-trail-window-hook): New variables.
17215 (calc-trail-display): Restore use of calc-trail-window-hook.
17216 (calc): Restore use of calc-window-hook.
17217
17218 2005-05-31 Masatake YAMATO <jet@gyve.org>
17219
17220 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
17221
17222 * help-fns.el (help-C-file-name): Add autoload mark for
17223 `find-function-noselect'.
17224
17225 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17226
17227 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
17228 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
17229
17230 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17231
17232 * calendar/diary-lib.el (mark-included-diary-files): Only kill
17233 included diary buffer if it was not already being visited.
17234 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
17235
17236 * calendar/icalendar.el (top-level): Do not require appt.
17237
17238 * mail/supercite.el (sc-select-attribution): Only use a list
17239 element from sc-attrib-selection-list if it returns a string.
17240 Reported by Davide G. M. Salvetti <salve@debian.org>.
17241
17242 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
17243
17244 * thumbs.el (thumbs-thumbname): The resulting thumbname now
17245 includes a hash value to improve its uniqueness, and has a ".jpg"
17246 extension. Also, it is now a valid filename on all systems.
17247 (thumbs-make-thumb): Use `let', not `let*'.
17248 (thumbs-show-thumbs-list): Check for JPEG availability.
17249
17250 2005-05-30 Richard M. Stallman <rms@gnu.org>
17251
17252 * filesets.el (filesets-menu-ensure-use-cached):
17253 Prevent warning when emacs-version>= is undefined.
17254
17255 * printing.el (pr-interactive-n-up): Use string-to-number.
17256
17257 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
17258
17259 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17260 Warn only when name to be defined is quoted.
17261
17262 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
17263
17264 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
17265 Make regexp more robust.
17266 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
17267 Force regeneration of disassembly.
17268
17269 2005-05-29 Jay Belanger <belanger@truman.edu>
17270
17271 * calc/calc.el (calc-user-invocation): Check if
17272 calc-invocation-macro is non-nil.
17273
17274 2005-05-29 Juri Linkov <juri@jurta.org>
17275
17276 * add-log.el (change-log-font-lock-keywords):
17277 Add `+' to e-mail regexp to accept mail address with keywords.
17278
17279 * man.el (Man-name-regexp): Add `:' to accept qualified names.
17280
17281 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
17282
17283 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
17284
17285 * ielm.el (inferior-emacs-lisp-mode): Ditto.
17286
17287 2005-05-29 Richard M. Stallman <rms@gnu.org>
17288
17289 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
17290 Undo the change that moves to end of the current word.
17291
17292 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17293
17294 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
17295 Throw error when count <= 0 to ensure input is a number.
17296 (gdb-read-memory-custom): Pick up address from buffer.
17297 (gdb-memory-mode): Allow user to increment and decrement
17298 memory address from header line.
17299
17300 2005-05-29 Richard M. Stallman <rms@gnu.org>
17301
17302 * flyspell.el (flyspell-version): Function deleted.
17303 (flyspell-auto-correct-previous-hook): Doc fix.
17304
17305 * jit-lock.el (jit-lock-function, jit-lock-after-change):
17306 Do nothing if memory is full.
17307
17308 * font-lock.el (font-lock-fontify-syntactically-region):
17309 Pass t for GREEDY to looking-back.
17310
17311 * saveplace.el (save-place-alist-to-file): Write the file
17312 using write-region.
17313
17314 * subr.el (looking-back): New argument GREEDY.
17315
17316 * progmodes/compile.el (compilation-start): Set the mode
17317 before inserting the initial text.
17318
17319 * progmodes/which-func.el (which-func-update-1): Turn the mode
17320 off in case of error by setting which-func-mode.
17321
17322 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
17323
17324 * flyspell.el (flyspell-auto-correct-previous-word):
17325 Narrow down to what's on the screen, and recenter overlays
17326 at the end of the next word.
17327
17328 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
17329
17330 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
17331 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
17332 (flyspell-abbrev-p): Default to nil.
17333 (flyspell-use-global-abbrev-table-p): Doc fix.
17334 (flyspell-large-region): Allow nil as value.
17335 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
17336
17337 (mail-mode-flyspell-verify): More robust handling
17338 of `mail-header-separator'. More efficient signature detection.
17339 Allow for regexp metacharacters in message-header-separator.
17340 Adding `To' not to be checked in mail-mode-flyspell-verify.
17341
17342 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
17343 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
17344 Bind flyspell-auto-correct-binding.
17345 Bind C-. and C-, .
17346 (flyspell-mode-map): Likewise.
17347 (flyspell-mode): Doc fix.
17348 (flyspell-accept-buffer-local-defs): Preserve current buffer.
17349 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
17350 (flyspell-word-cache-result): New var, always local.
17351 (flyspell-check-pre-word-p): Doc fix.
17352 (flyspell-check-changed-word-p): Handle spc like newline.
17353 (flyspell-post-command-hook): Set flyspell-word-cache-result.
17354 (flyspell-word-search-backward, flyspell-word-search-forward):
17355 New functions.
17356 (flyspell-word): Return t if nothing to check.
17357 When parsing TeX code, check for after } or \.
17358 Use flyspell-word-search-backward to find previous word.
17359 Return nil if duplicated word.
17360 For word already checked, return same value as last time.
17361 Set flyspell-word-cache-result after checking.
17362 Don't clobber the return value.
17363 (flyspell-get-word): Major rewrite.
17364 (flyspell-external-point-words): New locals pword, pcount.
17365 Fix size used in progress message.
17366 Find the proper corresponding word in flyspell-large-region-buffer.
17367 (flyspell-region): Check for flyspell-large-region = nil.
17368 (flyspell-highlight-incorrect-region): Clean up overlays in region.
17369 (flyspell-auto-correct-word): Check that WORD is a cons.
17370 (flyspell-correct-word): Likewise.
17371
17372 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17373
17374 * progmodes/make-mode.el (makefile-rule-action-regex)
17375 (makefile-macroassign-regex, makefile-makepp-mode)
17376 (makefile-bsdmake-mode): Continuation lines may be empty.
17377 Reported by Joshua Varner.
17378 (makefile-makepp-font-lock-keywords): Add $(stem).
17379
17380 2005-05-28 Karl Berry <karl@gnu.org>
17381
17382 * textmodes/tex-mode.el: Now that tex-send-command calls
17383 shell-quote-argument (2005-03-31 change), remove all calls to
17384 shell-quote-argument; they all end up invoking tex-send-command.
17385 The double quoting loses on filenames with non-safe characters,
17386 such as "@". Reported by Frederik Fouvry.
17387
17388 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17389
17390 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17391 about preserving point.
17392
17393 2005-05-27 Jay Belanger <belanger@truman.edu>
17394
17395 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17396 Info-goto-node.
17397
17398 * calc/calc-embed.el (calc-embed-arg): New variable.
17399 (calc-do-embedded-activate, calc-embedded-activate-formula)
17400 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17401 variable by new variable.
17402 (calc-embedded-make-info): Replace undeclared variable by new
17403 variable. When selecting region with positive prefix
17404 argument, use end of previous line instead of beginning of line.
17405
17406 * calc/calc-aent.el (calc-arg-values): Declare it.
17407
17408 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17409 Declare them.
17410
17411 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17412
17413 * calc/calc.el (calc-alg-map): Declare it.
17414
17415 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17416
17417 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17418
17419 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17420 (gdb-registers-buffer, toggle-gdb-all-registers):
17421 Toggle display of floating point registers.
17422 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17423
17424 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17425 (toggle-gud-tooltip-dereference):
17426 Rename from gud-toggle-tooltip-dereference.
17427
17428 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17429
17430 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17431
17432 2005-05-27 Jay Belanger <belanger@truman.edu>
17433
17434 * calc/calc-prog.el (calc-kbd-report): Remove.
17435 (calc-kbd-query): Rewrite.
17436
17437 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17438
17439 * image.el (image-library-alist): Move to image.c.
17440 (image-type-available-p): Doc fix.
17441
17442 2005-05-27 Lute Kamstra <lute@gnu.org>
17443
17444 * calc/calc.el (calc):
17445 * outline.el (outline-1, outline-2, outline-3, outline-4)
17446 (outline-5, outline-6, outline-7, outline-8):
17447 * textmodes/dns-mode.el (dns-mode):
17448 * textmodes/sgml-mode.el (sgml-namespace-face):
17449 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17450 (tex-verbatim-face, tex-use-reftex):
17451 * textmodes/texinfo.el (texinfo-heading-face):
17452 Specify customization group.
17453
17454 * longlines.el: Don't require easy-mmode.
17455 (longlines-visible-face): Specify customization group.
17456
17457 2005-05-27 Kenichi Handa <handa@m17n.org>
17458
17459 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17460 encoding table of windows-1251.
17461
17462 * international/ucs-tables.el (ucs-set-table-for-input):
17463 If translation-table-for-input of a coding system is a symbol, get
17464 its translation-table property.
17465
17466 * international/code-pages.el: Don't register a coding system into
17467 non-iso-charset-alist more than once.
17468 (cp-make-coding-system): Likewise.
17469
17470 2005-05-26 John Wiegley <johnw@newartisans.com>
17471
17472 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17473 `eshell-resume-eval' is wrapped in a list, it indicates that the
17474 command was run asynchronously. In that case, unwrap the value
17475 before checking the delimiter value.
17476
17477 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17478 character before a space at the end of a line is \, assume the space
17479 is part of the last argument rather than a final argument separator.
17480
17481 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17482 is in use, and the target is `t' or `nil' (which are the most common
17483 values), don't assume that the symbol target is a buffer.
17484
17485 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17486
17487 * calendar/calendar.el (calendar-mode-line-format):
17488 Use mode-line-highlight as mouse-face.
17489
17490 * time.el (display-time-string-forms, display-time-update):
17491 Use mode-line-highlight as mouse-face.
17492
17493 2005-05-26 Jay Belanger <belanger@truman.edu>
17494
17495 * calc/calc.el (calc-language-alist): Remove extra defvar.
17496
17497 2005-05-26 Lute Kamstra <lute@gnu.org>
17498
17499 * arc-mode.el (archive-mode):
17500 * bookmark.el (bookmark-read-annotation-mode)
17501 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17502 * bs.el (bs-mode):
17503 * calc/calc-yank.el (calc-edit-mode):
17504 * calc/calc.el (calc-mode, calc-trail-mode):
17505 * calculator.el (calculator-mode):
17506 * chistory.el (command-history-mode):
17507 * comint.el:
17508 * cus-edit.el (custom-mode):
17509 * descr-text.el (describe-text-mode):
17510 * ebuff-menu.el (Electric-buffer-menu-mode):
17511 * ediff-util.el (ediff-mode):
17512 * emacs-lisp/re-builder.el (reb-mode):
17513 * emulation/vi.el (vi-mode-setup):
17514 * emulation/ws-mode.el (wordstar-mode):
17515 * eshell/esh-mode.el (eshell-mode):
17516 * forms.el (forms-mode):
17517 * help-mode.el (help-mode):
17518 * hexl.el (hexl-mode):
17519 * ibuffer.el (ibuffer-mode):
17520 * ielm.el (inferior-emacs-lisp-mode):
17521 * info.el (Info-mode, Info-edit-mode):
17522 * international/swedish.el:
17523 * ledit.el (ledit-from-lisp-mode):
17524 * locate.el (locate-mode):
17525 * mail/rmail.el (rmail-mode):
17526 * mail/rmailedit.el (rmail-edit-mode):
17527 * mail/rmailsum.el (rmail-summary-mode):
17528 * mail/supercite.el (sc-electric-mode):
17529 * net/eudc.el (eudc-mode):
17530 * net/quickurl.el (quickurl-list-mode):
17531 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17532 * obsolete/ooutline.el (outline-mode):
17533 * obsolete/options.el (Edit-options-mode):
17534 * obsolete/rnews.el (news-mode):
17535 * obsolete/rnewspost.el (news-reply-mode):
17536 * play/5x5.el (5x5-mode):
17537 * play/decipher.el (decipher-mode, decipher-stats-mode):
17538 * play/gomoku.el (gomoku-mode):
17539 * play/snake.el (snake-mode):
17540 * play/solitaire.el (solitaire-mode):
17541 * play/tetris.el (tetris-mode):
17542 * progmodes/ada-mode.el (ada-mode):
17543 * progmodes/antlr-mode.el (antlr-mode):
17544 * progmodes/autoconf.el (autoconf-mode):
17545 * progmodes/dcl-mode.el (dcl-mode):
17546 * progmodes/delphi.el (delphi-mode):
17547 * progmodes/ebrowse.el (ebrowse-tree-mode)
17548 (ebrowse-electric-list-mode, ebrowse-member-mode)
17549 (ebrowse-electric-position-mode):
17550 * progmodes/f90.el (f90-mode):
17551 * progmodes/fortran.el (fortran-mode):
17552 * progmodes/icon.el (icon-mode):
17553 * progmodes/idlw-help.el (idlwave-help-mode):
17554 * progmodes/idlw-shell.el (idlwave-shell-mode):
17555 * progmodes/idlwave.el (idlwave-mode):
17556 * progmodes/inf-lisp.el (inferior-lisp-mode):
17557 * progmodes/m4-mode.el (m4-mode):
17558 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17559 * progmodes/modula2.el (modula-2-mode):
17560 * progmodes/octave-inf.el (inferior-octave-mode):
17561 * progmodes/octave-mod.el (octave-mode):
17562 * progmodes/pascal.el (pascal-mode):
17563 * progmodes/sh-script.el (sh-mode):
17564 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17565 * progmodes/vhdl-mode.el (vhdl-mode):
17566 * progmodes/xscheme.el (scheme-interaction-mode):
17567 * replace.el (occur-mode):
17568 * ses.el (ses-mode):
17569 * simple.el (completion-list-mode):
17570 * skeleton.el:
17571 * speedbar.el (speedbar-mode):
17572 * term.el (term-mode):
17573 * terminal.el (terminal-edit-mode):
17574 * textmodes/reftex-index.el (reftex-index-mode)
17575 (reftex-index-phrases-mode):
17576 * textmodes/reftex-sel.el (reftex-select-label-mode)
17577 (reftex-select-bib-mode):
17578 * textmodes/reftex-toc.el (reftex-toc-mode):
17579 * wdired.el (wdired-change-to-wdired-mode):
17580 * wid-browse.el (widget-browse-mode):
17581 Use run-mode-hooks.
17582
17583 * array.el (array-mode):
17584 * calendar/todo-mode.el (todo-mode):
17585 * man.el (Man-mode):
17586 * play/landmark.el (lm-mode):
17587 * play/mpuz.el (mpuz-mode):
17588 Use kill-all-local-variables and run-mode-hooks.
17589
17590 * subr.el (delay-mode-hooks): Specify indentation.
17591
17592 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17593
17594 * xml.el (xml-substitute-special): Don't die for undefined xml
17595 entities.
17596
17597 2005-05-26 Jay Belanger <belanger@truman.edu>
17598
17599 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17600 of nil.
17601
17602 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17603
17604 * progmodes/gdb-ui.el (gdb-frame-address):
17605 Rename from gdb-current-address.
17606 (gdb-previous-frame-address): Rename from gdb-previous-address.
17607 (gdb-selected-frame): Rename from gdb-current-frame.
17608 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17609 (gdb-frame-number): Rename from gdb-current-stack-level.
17610 (gdb-ann3): Match new mode-name for disassembly buffer.
17611 Extend initialization of variables.
17612 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17613 (gdb-memory-mode): Use mouse-face in header line.
17614 (gdb-assembler-buffer-name): Call it disassembly and give frame
17615 in mode line.
17616 (gdb-source-spec-regexp, gdb-assembler-custom)
17617 (gdb-invalidate-assembler, gdb-frame-handler):
17618 Make robust to leading zeroes in address format.
17619
17620 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17621
17622 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17623 define `org-mode'.
17624 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17625
17626 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17627
17628 * log-edit.el (log-edit-changelog-entries): Distinguish between
17629 filenames like xfns.c and fns.c.
17630
17631 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17632
17633 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17634 point after reverting.
17635 (Buffer-menu-make-sort-button): Handle the case where
17636 `Buffer-menu-use-header-line' is nil.
17637
17638 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17639
17640 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17641 New funcs. In minibuffer-local-completion-map bind `]', `/'
17642 and `:' to them.
17643
17644 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17645
17646 * startup.el (normal-top-level): Allow modification of load-path while
17647 we're iterating over it.
17648
17649 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17650
17651 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17652 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17653 (thumbs-resize-interactive, thumbs-insert-image)
17654 (thumbs-insert-thumb, thumbs-dired-show-marked)
17655 (thumbs-find-image-at-point, thumbs-delete-images)
17656 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17657 (thumbs-increment-image-size, thumbs-decrement-image-size):
17658 Fix typos in docstrings.
17659
17660 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17661
17662 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17663 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17664 (cperl-mode): Use them.
17665
17666 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17667
17668 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17669 Doc fixes.
17670
17671 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17672
17673 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17674 Bind C-d to gdb-inferior-io-eof.
17675
17676 * dired.el (dired-dnd-popup-notice): Use message-box.
17677
17678 2005-05-23 Masatake YAMATO <jet@gyve.org>
17679
17680 * bindings.el (mode-line-major-mode-keymap):
17681 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17682
17683 * faces.el (mode-line-highlight): New face.
17684
17685 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17686 as mouse-face.
17687
17688 * bindings.el (top-level, help-echo, mode-line-modified)
17689 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17690 as mouse-face.
17691
17692 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17693
17694 * progmodes/cc-engine.el (c-guess-basic-syntax):
17695 Remove spurious call to `zerop'.
17696
17697 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17698
17699 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17700
17701 CC Mode update to 5.30.10:
17702
17703 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17704 could go past the limit in decoration level 2, thereby causing
17705 errors during interactive fontification.
17706
17707 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17708 the file is evaluated interactively.
17709
17710 * cc-engine.el (c-guess-basic-syntax): Handle operator
17711 declarations somewhat better in C++.
17712
17713 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17714 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17715 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17716 (awk-mode): Use it.
17717 (make-local-hook): Suppress warning about obsoleteness.
17718
17719 * cc-engine.el, cc-align.el, cc-cmds.el
17720 (c-append-backslashes-forward, c-delete-backslashes-forward)
17721 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17722 Compensate for return value from `forward-line' when it has moved
17723 but not to a different line due to eob.
17724
17725 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17726 `objc-method-intro' and `objc-method-args-cont'.
17727
17728 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17729
17730 CC Mode update to 5.30.10:
17731
17732 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17733 in the copyright statement. Incidentally, change "along with GNU
17734 Emacs" to "along with this program" where it occurs.
17735
17736 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17737 so that it is interactive, hence can be found by M-x awk-mode
17738 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17739 <gmorris+emacs@ast.cam.ac.uk>.
17740
17741 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17742 Mode's regexps.
17743
17744 2005-05-23 Kevin Ryde <user42@zip.com.au>
17745
17746 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17747 c-parse-state, to avoid a lisp error (on bad code).
17748
17749 2005-05-23 Lute Kamstra <lute@gnu.org>
17750
17751 * subr.el (font-lock-defaults): Remove defvar as it's already
17752 defined in font-core.el.
17753
17754 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17755
17756 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17757
17758 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17759 more general and work when GDB variable "print pretty" is on,
17760 as with Emacs, for example.
17761
17762 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17763
17764 * font-core.el: Update comment.
17765
17766 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17767 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17768
17769 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17770
17771 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17772
17773 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17774 and `yank-handler' in the doc strings.
17775
17776 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17779
17780 2005-05-22 Richard M. Stallman <rms@gnu.org>
17781
17782 * help.el (describe-key): Move print-help-return-message call
17783 out of conditional.
17784
17785 * progmodes/etags.el (list-tags): Use with-no-warnings.
17786
17787 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17788 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17789 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17790
17791 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17792
17793 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17794 Add defvar.
17795
17796 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17797 Use defvar, not defconst.
17798
17799 * hexl.el (hexl-follow-line): Use with-no-warnings.
17800
17801 * emulation/tpu-extras.el: Use write-file-functions instead of
17802 write-file-hooks.
17803
17804 * dired.el (dired-font-lock-keywords): Fontify files with junk
17805 extensions even if marked by -F.
17806
17807 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17808
17809 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17810 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17811 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17812 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17813 (concatenate, list-length, get*, getf, cl-remprop):
17814 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17815 (etypecase, progv, lexical-let, lexical-let*)
17816 (multiple-value-bind, multiple-value-setq, shiftf):
17817 Improve argument/docstring consistency.
17818
17819 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17820
17821 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17822
17823 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17824 doesn't exist.
17825
17826 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17827 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17828
17829 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17830
17831 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17832 already deleted variables: auto-fill-hook, blink-paren-hook,
17833 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17834 suspend-hooks, comment-indent-hook, meta-flag,
17835 before-change-function, after-change-function,
17836 font-lock-doc-string-face.
17837
17838 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17839
17840 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17841
17842 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17843
17844 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17845 rmail-dont-reply-to.
17846
17847 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17848
17849 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17850 literal blank when splitting new-header-values.
17851
17852 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17853
17854 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17855 string so that tmm doesn't create a completion entry for it.
17856
17857 * textmodes/table.el (table-disable-menu): Ditto.
17858
17859 2005-05-21 Richard M. Stallman <rms@gnu.org>
17860
17861 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17862
17863 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17864
17865 * net/rcompile.el (remote-compile): Use compilation-start.
17866
17867 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17868
17869 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17870
17871 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17872 Default to makefile-bsdmake-mode on BSD systems.
17873
17874 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17875 REGEXP may also be a search function now. The part of doc-string
17876 for describing the structure was 95% identical to that of
17877 `imenu--generic-function'. Unify it there.
17878
17879 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17880 Use function to find dependencies, because regexp alone is so complex,
17881 it easily goes into an endless loop.
17882 (makefile-makepp-mode): Also add submenu for Perl functions
17883 defined in the makefile.
17884 (makefile-bsdmake-mode): Special imenu-generic-expression no
17885 longer needed, due to function call.
17886 (makefile-match-dependency): Take BOUND into account when checking
17887 if we're through.
17888
17889 2005-05-20 Jay Belanger <belanger@truman.edu>
17890
17891 * calc/calc-units.el (calc-invalidate-units-table):
17892 Use inhibit-read-only.
17893 (math-build-units-table-buffer): Use view-mode.
17894
17895 2005-05-20 David Kastrup <dak@gnu.org>
17896
17897 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17898 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17899
17900 2005-05-20 Lute Kamstra <lute@gnu.org>
17901
17902 * diff-mode.el (diff-header-face, diff-file-header-face)
17903 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17904 (diff-added-face, diff-changed-face, diff-function-face)
17905 (diff-context-face, diff-nonexistent-face): Put them in the
17906 diff-mode customization group.
17907
17908 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17909
17910 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17911
17912 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17913
17914 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17915 Minor regexp-optimization.
17916
17917 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17918
17919 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17920 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17921 (org-agenda-add-time-grid-maybe): New function.
17922 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17923 (org-table-create): `dotimes' instead of `mapcar'.
17924 (org-xor): Simplify implementation.
17925 (org-agenda): `inhibit-redisplay' turned on.
17926 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17927 a consistent line after a state change.
17928 (org-agenda-remove-times-when-in-prefix): New option.
17929 (org-prefix-has-time): New variable.
17930 (org-parse-time-string): Optional argument NODEFAULT.
17931 (org-format-agenda-item): Parse items for time-of-day
17932 specifications and move these into the prefix if possible.
17933 (org-agenda-priority): Get current heading, not previous heading
17934 during agenda remote editing.
17935
17936 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17937
17938 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17939 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17940 (remove-duplicates, delete-duplicates, substitute)
17941 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17942 (nsubstitute-if-not, find, find-if, find-if-not, position)
17943 (position-if, position-if-not, count, count-if, count-if-not)
17944 (mismatch, search, sort*, stable-sort, merge, member*)
17945 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17946 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17947 (intersection, nintersection, set-difference, nset-difference)
17948 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17949 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17950 (nsublis, tree-equal): Improve argument/docstring consistency.
17951
17952 * subr.el (send-string, send-region): Remove obsolescence declaration.
17953 (window-dot, set-window-dot, read-input, show-buffer)
17954 (eval-current-buffer, string-to-int):
17955 Add release number to obsolescence declarations.
17956
17957 2005-05-19 Kim F. Storm <storm@cua.dk>
17958
17959 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17960 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17961
17962 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17963
17964 * faces.el (list-faces-display): Make back button respect optional
17965 regexp arg.
17966
17967 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17968
17969 * calculator.el (calculator-radix-grouping-mode)
17970 (calculator-radix-grouping-digits, calculator-displayer)
17971 (calculator-radix-grouping-separator, calculator-copy-displayer):
17972 * dabbrev.el (dabbrev-search-these-buffers-only):
17973 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17974 (diff-advance-after-apply-hunk, diff-mode-hook)
17975 (diff-minor-mode-prefix):
17976 * imenu.el (imenu-use-popup-menu):
17977 * jit-lock.el (jit-lock-context-time):
17978 * newcomment.el (comment-fill-column, comment-column)
17979 (comment-style, comment-padding, comment-multi-line)
17980 (comment-empty-lines, comment-auto-fill-only-comments):
17981 * reveal.el (reveal-around-mark):
17982 * uniquify.el (uniquify-buffer-name-style)
17983 (uniquify-after-kill-buffer-p)
17984 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17985 (uniquify-min-dir-content, uniquify-separator)
17986 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17987 * w32-vars.el (w32-fixed-font-alist):
17988 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17989 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17990 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17991 * progmodes/perl-mode.el (perl-indent-level)
17992 (perl-continued-statement-offset, perl-continued-brace-offset)
17993 (perl-brace-offset, perl-brace-imaginary-offset)
17994 (perl-label-offset, perl-indent-continued-arguments)
17995 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17996 * progmodes/tcl.el (tcl-indent-level)
17997 (tcl-continued-indent-level, tcl-auto-newline)
17998 (tcl-tab-always-indent, tcl-electric-hash-style)
17999 (tcl-help-directory-list, tcl-use-smart-word-finder)
18000 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18001 (inferior-tcl-source-command):
18002 * textmodes/fill.el (enable-kinsoku):
18003 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18004 * textmodes/table.el (table-yank-handler):
18005 Specify missing group (and type, if simple) in defcustom.
18006
18007 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18008
18009 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18010
18011 2005-05-19 Richard M. Stallman <rms@gnu.org>
18012
18013 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18014
18015 * subr.el (event-basic-type): Don't get an error.
18016 (left-fringe-p): Function deleted.
18017
18018 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18019 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18020
18021 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18022 in recursive copy.
18023
18024 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18025
18026 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18027
18028 * emacs-lisp/bytecomp.el
18029 (byte-compile-file-form-custom-declare-variable):
18030 Call byte-compile-nogroup-warn if appropriate.
18031
18032 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18033 (compilation-set-window): Don't call left-fringe-p; do it directly.
18034
18035 2005-05-19 Jay Belanger <belanger@truman.edu>
18036
18037 * calc/calc-graph.el (calc-graph-format-data): Make sure
18038 var-PlotRejects is bound before trying to check its value.
18039
18040 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
18041
18042 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18043 definition of this variable from reftex-global.el to reftex.el,
18044 because it is needed in the menu.
18045
18046 2005-05-19 Lute Kamstra <lute@gnu.org>
18047
18048 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18049 years are fixed. Don't insert a space after a dash.
18050
18051 2005-05-19 Kim F. Storm <storm@cua.dk>
18052
18053 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18054
18055 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
18056
18057 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18058 strings, because (eq ... ?\\) is fairly frequent.
18059
18060 * progmodes/make-mode.el (makefile-add-this-line-targets):
18061 Simplify and integrate into `makefile-pickup-targets'.
18062 (makefile-add-this-line-macro): Simplify and integrate into
18063 `makefile-pickup-macros.
18064 (makefile-pickup-filenames-as-targets): Simplify.
18065 (makefile-previous-dependency, makefile-match-dependency):
18066 Don't stumble over `::'.
18067
18068 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
18069
18070 * subr.el (post-command-idle-hook, post-command-idle-delay):
18071 Remove obsoletion of post-command-idle-hook and
18072 post-command-idle-delay.
18073
18074 * faces.el (list-faces-display): Provide button when describe-face
18075 is called to take user back to the list of faces.
18076
18077 * help-fns.el (describe-variable): Remove hyperlinks in a
18078 variable's value as these are quite frequently inappropriate.
18079
18080 * follow.el (follow-submit-feedback, follow-mode):
18081 Remove references to post-command-idle-hook.
18082
18083 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
18084
18085 * progmodes/make-mode.el (makefile-previous-dependency)
18086 (makefile-match-dependency): Check for := (and in bsd mode also
18087 !=) to give a better result, even when font-lock is not on.
18088
18089 2005-05-18 Jay Belanger <belanger@truman.edu>
18090
18091 * calc/calc-help.el (calc-s-prefix-help):
18092 Add `calc-copy-special-constant' to help string.
18093
18094 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
18095
18096 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18097
18098 2005-05-18 Jay Belanger <belanger@truman.edu>
18099
18100 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
18101 in linear factors are in proper order.
18102
18103 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
18104
18105 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18106 Support for jurabib.
18107
18108 * textmodes/reftex.el (featurep): Define aliases for overlay
18109 commands, for XEmacs compatibility, and use these aliases in
18110 overlay initializations.
18111 (reftex-highlight): Use `reftex-move-overlay'.
18112 (reftex-unhighlight): Use `reftex-delete-overlay'.
18113 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
18114 (reftex-access-search-path): Use `reftex-uniquify' instead of
18115 `reftex-uniq'
18116
18117 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
18118 `before-string' property modification enables for Emacs as well.
18119 (reftex-select-item): Use `reftex-delete-overlay'.
18120 (reftex-select-mark): Use `reftex-make-overlay' and
18121 `reftex-overlay-put'.
18122 (reftex-select-unmark): Use `reftex-delete-overlay' and
18123 `reftex-overlay-put'.
18124
18125 2005-05-18 Lute Kamstra <lute@gnu.org>
18126
18127 * emacs-lisp/lisp.el (check-parens): Fix docstring.
18128
18129 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
18130
18131 * add-log.el (add-change-log-entry):
18132 * array.el (array-make-template, array-reconfigure-rows)
18133 (array-init-max-row, array-init-max-column)
18134 (array-init-columns-per-line, array-init-field-width):
18135 * replace.el (replace-match-maybe-edit, perform-replace):
18136 * textmodes/spell.el (spell-region):
18137 Replace `read-input' by `read-string'.
18138
18139 * forms.el (forms-mode):
18140 * finder.el (finder-compile-keywords):
18141 * shadowfile.el (shadow-read-files):
18142 Replace `eval-current-buffer' by `eval-buffer'.
18143
18144 * terminal.el (te-pass-through):
18145 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
18146 (ange-ftp-raw-send-cmd):
18147 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
18148 (send-process-next-char, telnet-initial-filter, telnet):
18149 Replace `send-string' by `process-send-string'.
18150
18151 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
18152 (prolog-consult-region): Replace `send-string' by
18153 `process-send-string'; replace `send-region' by `process-send-region'.
18154
18155 * progmodes/delphi.el (delphi-log-msg):
18156 Replace `set-window-dot' by `set-window-point'.
18157
18158 * subr.el (window-dot, set-window-dot, read-input, send-string)
18159 (send-region, show-buffer, eval-current-buffer):
18160 Make really obsolete, as the comment says.
18161
18162 2005-05-17 Kim F. Storm <storm@cua.dk>
18163
18164 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
18165 (cua--init-keymaps): Bind C-return instead of S-return to set
18166 rectangle mark.
18167
18168 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
18169 instead of S-return to toggle/clear rectangle mark.
18170
18171 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
18172
18173 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
18174 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
18175 Also fontify plain strings assigned to variables, mostly so that a
18176 colon has a face and is thus not taken as a dependency separator.
18177 (makefile-previous-dependency): Inline the new matcher, because it
18178 is too complex to work in both directions.
18179 (makefile-match-dependency): Eliminate `backward' arg (see above).
18180 Completely reimplemented so as to not sometimes go into an endless
18181 loop. It should also be more efficient, because first it only
18182 searches for `:', instead of applying the very complex regexp.
18183 (makefile-mode): Cancel `font-lock-support-mode', because blocks
18184 to be fontified in one piece can be too long for JIT.
18185 Makefiles are never *that* big.
18186
18187 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
18188
18189 * dired.el (dired-mode): Simplify.
18190
18191 2005-05-17 Lute Kamstra <lute@gnu.org>
18192
18193 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
18194 defcustom for the mode hook variable.
18195
18196 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
18197 Emacs Lisp Reference Manual.
18198
18199 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
18200
18201 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
18202 (evenp, list*):
18203 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
18204 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
18205
18206 * net/tramp-smb.el (tramp-smb-open-connection):
18207 Pass `tramp-chunksize' as fifth (required) argument.
18208
18209 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
18210
18211 * font-lock.el (lisp-font-lock-keywords-1):
18212 Set `font-lock-negation-char-face' for [^...] char group.
18213 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
18214
18215 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
18216 a var, and refine it to mask one more level of nested vars.
18217 (makefile-rule-action-regex): Turn it into a var, and refine it so
18218 it recognizes backslashed continuation lines as belonging to the
18219 same command.
18220 (makefile-macroassign-regex): Refine it so it recognizes
18221 backslashed continuation lines as belonging to the same command.
18222 (makefile-var-use-regex): Don't look at the next char, because it
18223 might be the same one to be skipped by the initial [^$], leading
18224 to an overlooked variable use.
18225 (makefile-make-font-lock-keywords): Remove two parameters, which
18226 are now variables that some of the modes set locally.
18227 Handle dependency and rule action matching through functions, because
18228 regexps alone match too often. Dependency matching now comes
18229 last, so it can check, whether a colon already matched something else.
18230 (makefile-mode): Inform that font-lock improves makefile parsing
18231 capabilities.
18232 (makefile-match-dependency, makefile-match-action): New functions.
18233
18234 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
18235
18236 * emacs-lisp/cl-extra.el (equalp): Doc fix.
18237
18238 * align.el (align-regexp):
18239 * ansi-color.el (ansi-color-get-face):
18240 * array.el (array-reconfigure-rows, array-init-max-row)
18241 (array-init-max-column, array-init-columns-per-line)
18242 (array-init-field-width):
18243 * dired-aux.el (dired-trample-file-versions):
18244 * dired-x.el (dired-mark-sexp):
18245 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
18246 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
18247 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
18248 * faces.el (face-read-integer):
18249 * files.el (backup-extract-version, insert-directory):
18250 * hexl.el (hexl-insert-decimal-char):
18251 * server.el (server-process-filter):
18252 * shell.el (shell-extract-num):
18253 * startup.el (command-line-1):
18254 * term.el (term-command-hook):
18255 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
18256 (time-stamp-do-number):
18257 * time.el (display-time-update):
18258 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
18259 (timezone-fix-time):
18260 * vms-patch.el (vms-suspend-resume-hook):
18261 * calendar/appt.el (appt-convert-time):
18262 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18263 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
18264 * calendar/cal-islam.el (mark-islamic-diary-entries):
18265 * calendar/calendar.el (calendar-cursor-to-date)
18266 (calendar-star-date):
18267 * calendar/diary-lib.el (diary-attrtype-convert)
18268 (mark-diary-entries, diary-entry-time):
18269 * calendar/solar.el (solar-get-number):
18270 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
18271 * emacs-lisp/re-builder.el (reb-display-subexp):
18272 * emulation/edt.el (edt-set-scroll-margins):
18273 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18274 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
18275 (vip-get-ex-count):
18276 * emulation/viper-ex.el (viper-get-ex-token)
18277 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
18278 * international/fontset.el (fontset-plain-name):
18279 * mail/feedmail.el (feedmail-look-at-queue-directory):
18280 * mail/mailalias.el (mail-get-names):
18281 * mail/rmail.el (rmail-convert-to-babyl-format):
18282 * mail/rmailsum.el (rmail-make-basic-summary-line)
18283 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
18284 (rmail-summary-goto-msg):
18285 * mail/smtpmail.el (smtpmail-read-response):
18286 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
18287 (ange-ftp-vms-add-file-entry):
18288 * play/gametree.el (gametree-looking-at-ply)
18289 (gametree-current-branch-score):
18290 * progmodes/ada-xref.el (ada-prj-find-prj-file)
18291 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
18292 * progmodes/cperl-mode.el (condition-case):
18293 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
18294 (ebrowse-set-member-buffer-column-width)
18295 (ebrowse-select-1st-to-9nth):
18296 * progmodes/etags.el (etags-snarf-tag):
18297 * progmodes/flymake.el (flymake-parse-line):
18298 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
18299 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
18300 (idlwave-shell-menu-def):
18301 * progmodes/ps-mode.el (ps-run-goto-error):
18302 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
18303 (vhdl-speedbar-contract-level):
18304 * term/mac-win.el (x-handle-numeric-switch):
18305 * term/sun-mouse.el (sun-get-frame-data):
18306 * term/w32-win.el (x-handle-numeric-switch):
18307 * term/x-win.el (x-handle-numeric-switch):
18308 * textmodes/ispell.el (ispell-parse-output):
18309 * textmodes/nroff-mode.el (nroff-outline-level):
18310 * textmodes/reftex-cite.el (reftex-bib-sort-year)
18311 (reftex-bib-sort-year-reverse, reftex-format-citation):
18312 * textmodes/reftex-parse.el (reftex-init-section-numbers)
18313 (reftex-section-number):
18314 * textmodes/texinfmt.el (texinfo-paragraphindent):
18315 Replace `string-to-int' by `string-to-number'.
18316
18317 * international/latexenc.el: Add page marker to force the "Local
18318 Variables:" string out of the last page.
18319
18320 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18321
18322 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
18323 tooltip-change-major-mode.
18324 (gud-tooltip-print-command): Remove case where gud-minor-mode
18325 is gdb ("--fullname").
18326 (gud-tooltip-tips): Turn GUD tooltips off for this case and
18327 explain to user.
18328
18329 2005-05-16 Jay Belanger <belanger@truman.edu>
18330
18331 * calc/calc-store.el (calc-copy-special-constant): New function.
18332
18333 * calc/calc-ext.el (calc-init-extensions): Add binding for
18334 `calc-copy-special-constant'.
18335
18336 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
18337 for the `calc-copy-special-constant' command.
18338
18339 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18340
18341 * subr.el (left-fringe-p): New function.
18342
18343 * progmodes/compile.el (compilation-setup): Set local value of
18344 overlay-arrow-string to "" always.
18345 (compilation-set-window): Left fringe then don't scroll.
18346 No left fringe then no arrow and scroll message to top.
18347 (compilation-context-lines): Adjust doc string accordingly.
18348
18349 2005-05-16 Kim F. Storm <storm@cua.dk>
18350
18351 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18352 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
18353 (ido-wide-find-dir-or-delete-dir): New command for M-d.
18354 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
18355 (ido-read-file-name): Handle commands with ido property value
18356 equal to find-file as reading a file name, to allow C-d to enter dired.
18357 (ibuffer-find-file): Add ido property with value find-file.
18358
18359 2005-05-15 Kim F. Storm <storm@cua.dk>
18360
18361 * subr.el (open-network-stream-nowait): Remove.
18362 (open-network-stream-server): Remove.
18363
18364 2005-05-15 Richard M. Stallman <rms@gnu.org>
18365
18366 * faces.el (describe-face): Output a definition link button.
18367
18368 * help-mode.el (help-face-def): New button type.
18369
18370 * emacs-lisp/copyright.el (copyright-fix-years):
18371 Match properly if the first year is 2-digit.
18372 Don't mess up the whitespace after the years by filling.
18373
18374 * dired-aux.el (dired-mark-confirm):
18375 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18376
18377 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18378 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18379 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18380
18381 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18382 Set font-lock-comment-start-skip.
18383
18384 * font-lock.el (font-lock-comment-start-skip): New variable.
18385 (font-lock-comment-end-skip): New variable.
18386 (font-lock-fontify-syntactically-region): Use them if non-nil.
18387
18388 2005-05-15 Jay Belanger <belanger@truman.edu>
18389
18390 * calc/calc-store.el (calc-store-value): Return a string rather
18391 than display it as a message.
18392 Use calc-var-name for variable name.
18393 (calc-store-into): Add the result of calc-store-value to message.
18394 (calc-copy-variable): Add a message.
18395 (calc-store-exchange): Improve error messages.
18396 (calc-store-binary, calc-store-map): Don't reset the values of
18397 special constants.
18398
18399 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18400
18401 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18402 manual to docstring.
18403
18404 * files.el (hack-local-variables-confirm): Add STRING argument.
18405 Make the function handle non file visiting buffers correctly.
18406 (hack-local-variables-prop-line, hack-local-variables)
18407 (hack-one-local-variable): Use STRING arg of
18408 `hack-local-variables-confirm'.
18409
18410 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18411
18412 Sync with Tramp 2.0.49.
18413
18414 * net/tramp.el (tramp-handle-dired-call-process)
18415 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18416 because the contents of the Tramp buffer is changed before
18417 insertion (`expand-file' and alike).
18418 (tramp-handle-insert-directory): If `localname' has an empty
18419 nondirectory name, it must not be quoted.
18420 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18421 variable `tramp-chunksize'. Change callees.
18422 (tramp-open-connection-setup-interactive-shell): Check remote host
18423 for buggy `send-process-string' implementation.
18424 Set `tramp-chunksize' if found. Reported by Michael Kifer
18425 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18426 (tramp-handle-shell-command): `insert-buffer' cannot be used
18427 because the contents of the Tramp buffer is changed before
18428 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18429 <frederic.bothamy@free.fr>.
18430 (tramp-set-auto-save): Actions should be done for Tramp file name
18431 handler only. Ange-FTP has its own auto-save mechanism.
18432 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18433 (tramp-set-auto-save-file-modes): Set file modes of
18434 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18435 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18436 (tramp-bug): Remove obsolete variable.
18437 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18438 for presence of `mml-mode'. Make it running for older Emacsen as well.
18439
18440 2005-05-14 John Paul Wallington <jpw@pobox.com>
18441
18442 * ibuf-ext.el (define-ibuffer-filter filename):
18443 If `dired-directory' is a list, use its car.
18444
18445 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18446
18447 * ibuffer.el (define-ibuffer-column filename):
18448 If `dired-directory' is a list, use its car.
18449
18450 2005-05-14 Richard M. Stallman <rms@gnu.org>
18451
18452 * subr.el (symbol-file): Doc fix.
18453
18454 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18455 (byte-compile-form): Call byte-compile-nogroup-warn.
18456 (byte-compile-warning-types): Doc fix.
18457
18458 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18459
18460 * progmodes/cc-engine.el (c-literal-faces):
18461 Add font-lock-comment-delimiter-face.
18462
18463 * net/net-utils.el (dig): Use with-no-warnings.
18464
18465 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18466 (sc-recite-frame-alist, sc-default-cite-frame)
18467 (sc-default-uncite-frame, sc-default-recite-frame)
18468 (sc-attrib-selection-list, sc-rewrite-header-list):
18469 Mark as risky-local-variable.
18470
18471 * international/ogonek.el (ogonek-jak, ogonek-how):
18472 Don't use beginning-of-buffer.
18473
18474 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18475
18476 * calendar/solar.el (solar-data-list): Move definition up.
18477
18478 * dnd.el (dnd-protocol-alist): Add autoload.
18479
18480 * progmodes/sh-script.el: Many doc usage fixes.
18481 (sh-indent-after-do): Change default to match common styles.
18482
18483 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
18484
18485 * files.el (interpreter-mode-alist)
18486 (auto-mode-interpreter-regexp): Doc fixes.
18487
18488 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
18489
18490 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18491
18492 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18493
18494 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18495
18496 * dired.el (dired-mode): make-variable-buffer-local =>
18497 make-local-variable.
18498
18499 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18500
18501 * term/mac-win.el (mac-select-convert-to-string): Try coding
18502 systems in mac-script-code-coding-systems if specified one cannot
18503 encode string for `com.apple.traditional-mac-plain-text'.
18504
18505 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18506
18507 * progmodes/make-mode.el (makefile-targets-face)
18508 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18509 (makefile-dependency-regex): Fix it to not make the colon in
18510 $(var:a=b) special.
18511 (makefile-rule-action-regex): New regexp for highlighting embedded
18512 Shell strings.
18513 (makefile-macroassign-regex): Handle != for highlighting as
18514 embedded Shell strings.
18515 (makefile-var-use-regex): New const.
18516 (makefile-statements, makefile-automake-statements)
18517 (makefile-gmake-statements, makefile-makepp-statements)
18518 (makefile-bsdmake-statements): New consts.
18519 (makefile-make-font-lock-keywords): New function.
18520 (makefile-automake-font-lock-keywords)
18521 (makefile-gmake-font-lock-keywords)
18522 (makefile-makepp-font-lock-keywords)
18523 (makefile-bsdmake-font-lock-keywords): New consts.
18524 (makefile-mode-map): Add switchers between the various submodes.
18525 (makefile-mode): Document the availability of the variants.
18526 (makefile-automake-mode, makefile-gmake-mode)
18527 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18528
18529 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18530 new variants of makefile-mode.
18531
18532 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18533
18534 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18535 the inheritance.
18536
18537 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18538
18539 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18540 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18541
18542 * files.el (normal-mode): Extend the scope of the
18543 `enable-local-variables' binding to include the `set-auto-mode' call.
18544 (magic-mode-alist): Doc fix.
18545
18546 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18549 font-lock-comment-face rather than copying its setting.
18550
18551 2005-05-12 Andreas Schwab <schwab@suse.de>
18552
18553 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18554
18555 2005-05-12 Lute Kamstra <lute@gnu.org>
18556
18557 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18558 defcustom for the mode hook variable. Delete the last argument.
18559 * generic-x.el: Fix callers of define-generic-mode.
18560 (generic-x-modes): Delete group.
18561 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18562 generic-x customization group.
18563
18564 2005-05-12 Kim F. Storm <storm@cua.dk>
18565
18566 * font-lock.el (font-lock-negation-char-face): Default to "off".
18567
18568 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18569 font-lock-negation-char-face to ! in !=.
18570
18571 2005-05-12 Masatake YAMATO <jet@gyve.org>
18572
18573 * add-log.el (find-change-log): Fix typos in the docstring
18574 of function.
18575
18576 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18577
18578 * international/latexenc.el (latexenc-find-file-coding-system):
18579 Avoid `re-search-forward' when looking for input encoding because
18580 of speed and safety. Better regular expressions for recognizing
18581 input encoding. Limit a search for TeX-master/tex-main-file to
18582 the local variable section.
18583
18584 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18585
18586 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18587 syntax of $ to "'" (quote).
18588
18589 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18590
18591 * dnd.el (dnd-protocol-alist): Improve custom type.
18592
18593 * dired.el (dired-dnd-protocol-alist): New variable.
18594 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18595 `dired-mode-hook' to the end.
18596
18597 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18598
18599 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18600 comment-end if comment-start-skip is not set.
18601 Obey the font-lock-comment-delimiter-face variables.
18602
18603 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18604
18605 * files.el (executable-find): Move from executable.el. Use
18606 locate-file.
18607 * progmodes/executable.el (executable-find): Move to files.el.
18608
18609 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18610 when trying to ensure forward progress.
18611
18612 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18613
18614 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18615 (mouse-select, mouse-select-internal, mouse-extend-internal):
18616 Use it to implement mouse-1-click-follows-link functionality.
18617
18618 2005-05-11 Richard M. Stallman <rms@gnu.org>
18619
18620 * font-lock.el (font-lock-fontify-syntactically-region):
18621 Use font-lock-comment-delimiter-face for comment delimiters.
18622
18623 2005-05-10 Jay Belanger <belanger@truman.edu>
18624
18625 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18626 preserving embedded modes.
18627
18628 2005-05-10 Richard M. Stallman <rms@gnu.org>
18629
18630 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18631
18632 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18633 Move from ada-stmt.el.
18634 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18635
18636 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18637 Move to ada-mode.el.
18638 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18639
18640 * cus-edit.el (custom-file): Call file-chase-links.
18641
18642 * files.el (read-directory-name): Fix previous change.
18643 (hack-local-variables-confirm): New function.
18644 (hack-local-variables-prop-line, hack-local-variables)
18645 (hack-one-local-variable): Use it.
18646
18647 2005-05-10 Lute Kamstra <lute@gnu.org>
18648
18649 * font-lock.el (font-lock-keywords-alist)
18650 (font-lock-removed-keywords-alist): Clarify docstrings.
18651
18652 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18653
18654 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18655 (gdb-source-info): Check for preprocessor info.
18656 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18657 a macro for a function.
18658 (gdb-info-breakpoints-custom): Try to find file again if not already
18659 found (user might have used GDB dir command).
18660 (gdb-get-location): Update gdb-location-alist correctly for change
18661 to gdb-info-breakpoints-custom.
18662
18663 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18664 (gud-tooltip-print-command): Add gdbmi case.
18665 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18666 preprocessor info.
18667
18668 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18669
18670 * startup.el (fancy-splash-insert): Fix typo in doc string.
18671
18672 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18673
18674 * obsolete/float.el (string-to-float):
18675 * obsolete/hilit19.el (hilit-add-pattern):
18676 * obsolete/rnews.el (news-parse-range, news-select-message)
18677 (news-get-pruned-list-of-files): Replace `string-to-int' by
18678 `string-to-number'.
18679
18680 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18681 `find-file-not-found-hooks'; use `add-hook'.
18682 (uncompress-while-visiting): Set `write-file-functions', not
18683 `write-file-hooks'; use `add-hook'.
18684
18685 2005-05-09 Kim F. Storm <storm@cua.dk>
18686
18687 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18688 (cua-paste): Handle clipboard action.
18689 (cua--init-keymaps): Remap clipboard-kill-region and
18690 clipboard-kill-ring-save.
18691
18692 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18693
18694 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18695 Improve commentary.
18696
18697 * simple.el (next-error-overlay-arrow-position): Revert the change
18698 made on 2005-04-30.
18699
18700 2005-05-07 Jay Belanger <belanger@truman.edu>
18701
18702 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18703 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18704 `calc-sel-reselect'.
18705
18706 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18707 Calc is in embedded mode.
18708
18709 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18710
18711 * progmodes/compile.el (compilation-setup):
18712 Set overlay-arrow-string to an empty string on text terminals.
18713
18714 * textmodes/ispell.el (ispell-program-name): Try looking for
18715 "aspell" along exec-path, and if found, use it as the default
18716 speller program.
18717
18718 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18719
18720 * international/mule.el (sgml-xml-auto-coding-function):
18721 Recognize encoding='FOO' in single quotes as well as in double quotes.
18722
18723 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18724
18725 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18726 as well as `interactive', so that defmacro* would recognize
18727 `declare' forms.
18728
18729 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18730
18731 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18732 Explain more about the LIGHTER arg's usage in the doc string.
18733 Add commentary to clarify what the code does. Fix the regexp that
18734 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18735 since it could have characters special to regular expressions.
18736
18737 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18738
18739 * replace.el (occur-1): Bind inhibit-read-only so that
18740 erase-buffer doesn't barf on read-only text properties (likewise
18741 for add-text-properties in occur-engine). Mark buffer as unmodified.
18742 (occur-engine): Don't set buffer-read-only here.
18743
18744 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18745
18746 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18747 list-buffers-directory. This caused the *cvs-commit* buffer to be
18748 sometimes mistakenly reused as a *cvs* buffer.
18749
18750 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18751
18752 * tooltip.el: Move code for GUD tooltips into gud.el.
18753 (require): CL no longer needed to compile case.
18754 (tooltip-mode): Do not toggle functions for GUD tooltips.
18755 (tooltip-gud-tips-p): Remove. Replace with minor mode
18756 gud-tooltip-mode in gud.el.
18757 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18758 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18759 tooltip-gud prefix with gud-tooltip and obsolete.
18760 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18761 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18762 (tooltip-mouse-motion): Mouse movement functions/variable.
18763 Rename in gud.el by adding gud prefix.
18764 (tooltip-gud-original-filter, tooltip-gud-dereference)
18765 (tooltip-gud-event, tooltip-toggle-gud-tips)
18766 (tooltip-gud-process-output, tooltip-gud-print-command)
18767 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18768 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18769 (gdb-tooltip-print): Move to gdb-ui.el.
18770
18771 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18772 (require): CL needed to compile case.
18773 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18774 tooltip-gud-tips-p. Make it a minor-mode.
18775 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18776 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18777 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18778 (gud-tooltip-change-major-mode)
18779 (gud-tooltip-activate-mouse-motions-if-enabled)
18780 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18781 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18782 (gud-tooltip-original-filter, gud-tooltip-dereference)
18783 (gud-tooltip-event, tooltip-toggle-gud-tips)
18784 (gud-tooltip-process-output, gud-tooltip-print-command)
18785 (gud-tooltip-tips): Move from tooltip.el.
18786
18787 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18788 (gdb-cpp-define-alist-flags): Doc fix.
18789 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18790 gud-tooltip-mode is t.
18791
18792 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18793
18794 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18795 evaporate if their text is deleted.
18796 (goto-address-at-point): Make it work as a mouse binding as well.
18797 (goto-address-at-mouse): Obsolete it. Update users.
18798
18799 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18800
18801 * calendar/appt.el (top-level): No longer activate on load.
18802
18803 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18804
18805 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18806 * net/webjump.el (webjump):
18807 * progmodes/idlw-help.el (idlwave-do-context-help1)
18808 (idlwave-highlight-linked-completions):
18809 * textmodes/po.el (po-find-file-coding-system-guts):
18810 Replace `assoc-ignore-case' by `assoc-string'.
18811
18812 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18813
18814 * files.el (locate-file): Doc fix.
18815
18816 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18817 Remove the redundant test for ms-dos.
18818
18819 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18820 look for the preprocessor with exec-suffixes. If not found in
18821 standard places, look in exec-path. Remove most of the tests that
18822 used system-type.
18823
18824 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18825
18826 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18827
18828 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18829 file-name clash with jka-compr.el on 8+3 filesystems.
18830
18831 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18832
18833 * term/mac-win.el: Don't define or bind scroll bar functions if
18834 x-toolkit-scroll-bars is t.
18835 (x-select-text, x-get-selection-value): Clear
18836 x-last-selected-text-clipboard if x-select-enable-clipboard is
18837 nil.
18838 (PRIMARY): Put mac-scrap-name property.
18839 (mac-select-convert-to-file-url): New function.
18840 (public.file-url): New selection target type. Add to
18841 selection-converter-alist.
18842 (x-get-selection, x-selection-value): Handle it.
18843 (x-cut-buffer-or-selection-value): New alias.
18844
18845 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18846
18847 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18848 entry to avoid calling bibtex-find-entry with arg global
18849 being t. Remove arg key.
18850 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18851 (bibtex-copy-summary-as-kill): Change accordingly.
18852
18853 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18854
18855 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18856 (org-agenda-date-later): Use with-current-buffer.
18857
18858 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18859
18860 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18861 (define-obsolete-variable-alias): Doc Fixes.
18862
18863 2005-05-06 Kim F. Storm <storm@cua.dk>
18864
18865 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18866 vertical-motion when selective-display is active.
18867
18868 * ido.el (ido-setup-hook): New hook.
18869 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18870 (ido-input-stack): New var.
18871 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18872 ido-next-work-file binding to M-O.
18873 Bind M-f to ido-wide-find-file-or-pop-dir.
18874 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18875 (ido-read-internal): Run ido-setup-hook.
18876 Catch quit in read-file-name and read-string to cancel edit.
18877 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18878 Automatically pop-all when completing a directory name (RET).
18879 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18880 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18881 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18882 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18883 New functions for M-b/M-f to move among the directory components.
18884 (ido-make-merged-file-list): Catch quit to cancel merge.
18885 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18886 (ido-completion-help): No warnings for ido-completion-buffer-full.
18887
18888 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18889
18890 * font-lock.el (font-lock-negation-char-face): New face and variable.
18891 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18892 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18893 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18894 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18895
18896 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18897
18898 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18899 Fix typo in docstring.
18900
18901 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18902 (ebrowse-print-statistics-line)
18903 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18904
18905 * term/w32-win.el (image-library-alist): Add additional name for
18906 Xpm library.
18907
18908 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18909
18910 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18911 use gcc instead of cpp.
18912
18913 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18914 (gdb-create-define-alist): Use it.
18915 (gdb-cpp-define-alist-program): Update for MS-DOS.
18916
18917 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18918
18919 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18920
18921 2005-05-04 Richard M. Stallman <rms@gnu.org>
18922
18923 * help.el (describe-key): No error when UNTRANSLATED is nil.
18924
18925 * simple.el (line-move-1): Fix previous change to signal errors
18926 appropriately.
18927
18928 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18929
18930 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18931 (icalendar-duration-correction): Remove.
18932 (icalendar--get-event-properties): Split result at commas.
18933 (icalendar--decode-isoduration): New optional argument
18934 DURATION-CORRECTION.
18935 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18936 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18937 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18938 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18939 (icalendar--convert-anniversary-to-ical): New functions, extracted
18940 from icalendar-export-region, with bug fixes.
18941 (icalendar-export-region): Use the above functions.
18942 (icalendar-import-buffer): Check before saving diary file.
18943 (icalendar--convert-recurring-to-diary)
18944 (icalendar--convert-non-recurring-all-day-to-diary)
18945 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18946 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18947 (icalendar--convert-ical-to-diary): Use the above functions.
18948
18949 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18950
18951 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18952 Remove these recent additions.
18953 (c-mode): Restore to before 2005-04-28.
18954
18955 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18956 recent addition.
18957
18958 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18959 (gdb-define-alist): New variables.
18960 (gdb-create-define-alist): New function.
18961 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18962 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18963 with string-to-number.
18964 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18965
18966 * progmodes/gud.el: Replace string-to-int with string-to-number.
18967 (gud-find-file): Handle gdb-define-alist.
18968
18969 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18970
18971 2005-05-02 Jay Belanger <belanger@truman.edu>
18972
18973 * calc/calc-aent.el (math-read-token):
18974 * calc/calc-bin.el (calc-word-size):
18975 * calc/calc-ext.el (calc-read-number-fancy):
18976 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18977 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18978 * calc/calc-frac.el (calc-over-notation):
18979 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18980 (calc-graph-num-points, calc-graph-init):
18981 * calc/calc-prog.el (calc-read-parse-table-part)
18982 (calc-edit-macro-repeats):
18983 * calc/calc-yank.el (calc-do-grab-rectangle):
18984 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18985 Replace `string-to-int' by `string-to-number'.
18986
18987 2005-05-02 Kim F. Storm <storm@cua.dk>
18988
18989 * kmacro.el: Use executing-kbd-macro-index variable.
18990
18991 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18992
18993 * net/rlogin.el (rlogin-parse-words): Delete func.
18994 (rlogin): Use split-string, not rlogin-parse-words.
18995 Also, if there are option-like elements in the parsed args,
18996 take the host to be the first arg immediately following them.
18997 Suggested by Michael Mauger.
18998
18999 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19000
19001 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19002
19003 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19004
19005 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19006 (cc-mode-cpp-program): Rename to cc-define-list-program and
19007 move to cc-vars.el.
19008
19009 * progmodes/cc-vars.el (cc-define-list-program):
19010 Change to "gcc -E -dM -". Make customizable.
19011
19012 2005-05-02 Kim F. Storm <storm@cua.dk>
19013
19014 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19015
19016 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19017
19018 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19019
19020 * international/mule-util.el (truncate-string): Remove alias and
19021 obsolete declaration.
19022
19023 * international/mule-cmds.el (update-iso-coding-systems):
19024 Remove alias and obsolete declaration.
19025
19026 * international/mule.el (coding-system-parent): Remove alias and
19027 obsolete declaration.
19028
19029 * subr.el (define-function, sref): Remove aliases and obsolete
19030 declarations.
19031 (chars-in-region): Remove obsolete declaration.
19032
19033 2005-05-01 Richard M. Stallman <rms@gnu.org>
19034
19035 * info.el (Info-mode): Set widen-automatically to nil, locally.
19036
19037 * simple.el (widen-automatically): New variable.
19038 (pop-global-mark): Obey widen-automatically.
19039
19040 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
19041
19042 * term/xterm.el (function-key-map): Call substitute-key-definition
19043 before the keymap size is increased by a lot of define-key calls.
19044
19045 2005-05-01 Richard M. Stallman <rms@gnu.org>
19046
19047 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19048 Rename ARG to ELEMENT. Doc fix.
19049
19050 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19051
19052 * allout.el (allout-exposure): Remove macro and obsolete declaration.
19053 Remove references to allout-exposure/change to allout-new-exposure.
19054
19055 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19056 bytecode symbols.
19057
19058 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19059 (compiled-function-p, focus-frame, unfocus-frame):
19060 Remove aliases and obsolete declarations.
19061 Back out inadvertent changes from previous commit.
19062
19063 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19064
19065 * files.el (require-final-newline): Make Custom tags consistent
19066 with mode-require-final-newline.
19067 (mode-require-final-newline): Doc fix.
19068
19069 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * international/latexenc.el (latexenc-find-file-coding-system):
19072 Fix regular expressions.
19073
19074 2005-05-01 David Kastrup <dak@gnu.org>
19075
19076 * international/latexenc.el (latexenc-find-file-coding-system):
19077 Fix regular expressions.
19078
19079 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19080
19081 * subr.el (string-to-int): Make obsolete.
19082
19083 2005-04-30 Richard M. Stallman <rms@gnu.org>
19084
19085 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
19086
19087 * loadup.el: load jka-comp-hook.
19088
19089 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
19090 (jka-compr-handler): Add autoload. `put' calls moved
19091 to jka-comp-hook.el.
19092 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
19093 (jka-compr-inhibit): Autoload.
19094
19095 * jka-comp-hook.el: New file.
19096 Enable the mode by default.
19097
19098 * files.el (backup-buffer-copy): Use copy-file instead
19099 of write-region, and put back the 'excl.
19100
19101 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
19102
19103 * progmodes/flymake.el (flymake-split-string)
19104 (flymake-split-string, flymake-log, flymake-pid-to-names)
19105 (flymake-reg-names, flymake-get-source-buffer-name)
19106 (flymake-unreg-names, flymake-add-line-err-info)
19107 (flymake-add-err-info): Clarify docstrings.
19108 (flymake-popup-menu, flymake-make-emacs-menu)
19109 (flymake-make-xemacs-menu): Add docstrings.
19110 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
19111 Set variables directly throughout.
19112
19113 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
19114
19115 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
19116 exists. Initialize cc-define-alist.
19117 (c-mode): Add cc-create-define-alist locally to after-save-hook.
19118 If there is no file (Macroexpansion) don't create an alist.
19119
19120 2005-04-29 Sam Steingold <sds@gnu.org>
19121
19122 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
19123 (cc-create-define-alist): Use it instead of the hard-coded string.
19124
19125 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19126
19127 * international/mule-conf.el (file-coding-system-alist): Fix regexp
19128 for latexenc.
19129
19130 2005-04-29 Lute Kamstra <lute@gnu.org>
19131
19132 * emacs-lisp/generic.el: Improve commentary section.
19133 (define-generic-mode): Improve docstring.
19134
19135 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
19136
19137 * textmodes/org.el (many places): Change to quiet the byte compiler.
19138 (org-prefix-format-compiled): New variable.
19139 (org-compile-prefix-format): New function.
19140 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
19141 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
19142 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
19143 (org-get-entries-from-diary): Use `org-get-time-of-day' for
19144 consistency with entries from `org-mode' files.
19145 (org-get-time-of-day): Fix bug with partial matches early in a line.
19146 (org-non-link-chars): New constant.
19147 (org-link-regexp): Respect `org-non-link-chars'.
19148 (org-agenda-day-view): Remove command.
19149 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
19150 (org-follow-bbdb-link, org-store-link): Search also company field.
19151 (org-highlight-overlay): New variable.
19152 (org-highlight, org-unhighlight): New functions.
19153 (org-agenda-mode): Add pre-command-hook to remove highlight.
19154 (org-evaluate-time-range): Behavior depends upon whether time stamp
19155 contains a time or not.
19156 (org-show-subtree, org-show-entry): New functions.
19157 (org-agenda-cleanup-fancy-diary): Remove empty lines.
19158
19159 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
19160
19161 * comint.el (comint-output-filter-functions): Add autoload cookie.
19162
19163 2005-04-28 Kim F. Storm <storm@cua.dk>
19164
19165 * ido.el (ido-everywhere): Fix last change.
19166
19167 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19168
19169 * international/latexenc.el: New file.
19170 * international/mule-conf.el (file-coding-system-alist): For .tex,
19171 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
19172
19173 2005-04-28 Lute Kamstra <lute@gnu.org>
19174
19175 * font-lock.el (font-lock-add-keywords)
19176 (font-lock-remove-keywords): Clarify docstring.
19177 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
19178 Don't start docstrings with a `*'.
19179 (font-lock-update-removed-keyword-alist): Give it a docstring.
19180
19181 * generic-x.el: Update commentary section.
19182 Only require font-lock when compiling.
19183 Define all modes conditionally.
19184 Place all generic modes in the generic-x-modes customization group.
19185 (generic-x-modes): New customization group.
19186 (generic-default-modes, generic-mswindows-modes)
19187 (generic-unix-modes, generic-other-modes): New constants.
19188 (generic-define-mswindows-modes, generic-define-unix-modes):
19189 Update docstrings. Make them obsolete.
19190 (generic-extras-enable-list): New default value. Update docstring.
19191 Improve :type. Change :set function.
19192 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
19193 Fix docstring.
19194
19195 * emacs-lisp/generic.el (generic-mode-internal):
19196 Simplify font-lock-defaults.
19197 (define-generic-mode): Fix docstring.
19198
19199 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19200
19201 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
19202 font-lock-face property to highlight matches.
19203
19204 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
19205
19206 * progmodes/cc-mode.el (cc-create-define-alist): New function.
19207 (cc-define-alist): New variable.
19208 (c-mode): Make it local and initialize it.
19209
19210 * progmodes/gdb-ui.el (gdb-active-process): New variable.
19211 (gdb-exited): New function.
19212 (gdb-annotation-rules): Use it.
19213 (gdb-starting): Set gdb-active-process to t.
19214 (gdb-stopping): Amend doc string.
19215 (gdb-reset): Set gdb-active-process to nil.
19216
19217 * tooltip.el (tooltip-gud-tips): Show the associated #define
19218 directives when a C program under GDB is not executing.
19219
19220 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
19221
19222 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
19223 font-lock-fontify-syntactic-keywords.
19224
19225 * font-lock.el (font-lock-default-fontify-region): Don't force
19226 parse-sexp-lookup-properties to nil.
19227
19228 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19229
19230 * man.el (man-mode-syntax-table): Set up `:' to have
19231 word-constituent syntax.
19232
19233 2005-04-27 Lute Kamstra <lute@gnu.org>
19234
19235 * novice.el (disable-command): Don't add spurious newlines to the
19236 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
19237
19238 2005-04-26 Jay Belanger <belanger@truman.edu>
19239
19240 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
19241 than one window before deleting window.
19242
19243 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
19244
19245 * shell.el (shell-prompt-pattern): Doc fix.
19246 (shell-mode): Set paragraph-separate buffer locally to "\\'".
19247
19248 * comint.el (comint-prompt-regexp, comint-get-old-input)
19249 (comint-use-prompt-regexp)
19250 (comint-use-prompt-regexp-instead-of-fields)
19251 (comint-replace-by-expanded-history, comint-send-input)
19252 (comint-output-filter, comint-get-old-input-default)
19253 (comint-line-beginning-position, comint-bol, comint-show-output)
19254 (comint-backward-matching-input, comint-forward-matching-input)
19255 (comint-next-prompt, comint-previous-prompt):
19256 Rename `comint-use-prompt-regexp-instead-of-fields' to
19257 `comint-use-prompt-regexp'. Keep old name as alias and declare
19258 obsolete.
19259 (comint-use-prompt-regexp): Shorten first line of doc string.
19260
19261 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
19262 Set paragraph-separate buffer locally to "\\'".
19263
19264 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
19265 Adapt to above name change.
19266
19267 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
19268 (smbclient-prompt-regexp): Ditto.
19269
19270 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
19271
19272 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
19273
19274 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
19275 gdb-location-list.
19276 Break lines that are over 80 characters wide.
19277
19278 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19279
19280 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
19281 New fun and var, to preserve compatibility.
19282
19283 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
19284
19285 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
19286
19287 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
19288 name to file-newer-than-file-p.
19289
19290 2005-04-26 Richard M. Stallman <rms@gnu.org>
19291
19292 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
19293
19294 * progmodes/python.el (python-mode):
19295 Use new name eldoc-documentation-function.
19296
19297 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
19298
19299 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19300 (eldoc-documentation-function):
19301 Rename from eldoc-print-current-symbol-info-function. Calls changed.
19302
19303 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
19304
19305 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
19306
19307 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19308
19309 * term/xterm.el (function-key-map): Fix strings for
19310 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
19311 {C,S,A,C-S}-{f1-f12}.
19312
19313 2005-04-26 Kenichi Handa <handa@m17n.org>
19314
19315 * international/mule-cmds.el (select-safe-coding-system):
19316 Fix previous change.
19317
19318 2005-04-26 Lute Kamstra <lute@gnu.org>
19319
19320 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
19321
19322 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
19323 (font-lock-comment-delimiter-face): Ditto.
19324
19325 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
19326
19327 2005-04-25 Jay Belanger <belanger@truman.edu>
19328
19329 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
19330 to t while inserting information; use help-mode.
19331
19332 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19333
19334 * term.el (ansi-term-color-vector): Use the xterm colors.
19335 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
19336
19337 2005-04-25 Lute Kamstra <lute@gnu.org>
19338
19339 * font-core.el (font-lock-defaults): Fix docstring.
19340
19341 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
19342
19343 2005-04-25 Kenichi Handa <handa@m17n.org>
19344
19345 * international/mule-cmds.el (select-safe-coding-system):
19346 Don't check consistency with coding: spec, etc if raw-text or
19347 no-conversion was found to be safe.
19348
19349 2005-04-24 Richard M. Stallman <rms@gnu.org>
19350
19351 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
19352 citation markers at start of each line.
19353
19354 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
19355 citation markers at start of each line.
19356
19357 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
19358
19359 * files.el (mode-require-final-newline): Fix previous change.
19360 (require-final-newline): Fix type label.
19361
19362 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19363
19364 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19365 statement in buffer (broken by 2004-11-24 change).
19366
19367 2005-04-24 Kim F. Storm <storm@cua.dk>
19368
19369 * ido.el (ido-everywhere): Save and restore old read-buffer-function
19370 and read-file-name-function values. Don't overwrite existing
19371 non-nil values if ido-mode is enabled without ido-everywhere.
19372
19373 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19374
19375 * files.el (mode-require-final-newline): Minor doc fix.
19376
19377 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19378
19379 * subr.el (syntax-after): Doc fix.
19380 (syntax-class): If argument is nil, return nil. Mask off upper 16
19381 bits, not 8 bits.
19382
19383 * files.el (mode-require-final-newline): Doc fix.
19384 (backup-buffer-copy): Fix last change.
19385
19386 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19387
19388 * term/mac-win.el: Require select. Set selection-coding-system to
19389 mac-system-coding-system. Call menu-bar-enable-clipboard.
19390 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19391 (x-select-enable-clipboard): New variables.
19392 (x-select-text, x-get-selection, x-selection-value)
19393 (x-get-selection-value, mac-select-convert-to-string)
19394 (mac-services-open-file, mac-services-open-selection)
19395 (mac-services-insert-text): New functions.
19396 (CLIPBOARD, FIND): Put mac-scrap-name property.
19397 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19398 (public.tiff): Put mac-ostype property.
19399 (selection-converter-alist): Add entries for them.
19400 (mac-application-menu-map): New keymap.
19401 (interprogram-cut-function, interprogram-paste-function): Set to
19402 x-select-text and x-get-selection-value, respectively.
19403 (split-window-keep-point): Set to t.
19404
19405 2005-04-23 Richard M. Stallman <rms@gnu.org>
19406
19407 * files.el (read-directory-name): Always pass non-nil
19408 DEFAULT-FILENAME arg to read-file-name.
19409 (backup-buffer-copy, basic-save-buffer-2): Take care against
19410 writing thru an unexpected existing symlink.
19411 (revert-buffer): In indirect buffer, revert the base buffer.
19412 (magic-mode-alist): Doc fix.
19413 (buffer-stale-function): Doc fix.
19414 (minibuffer-with-setup-hook): Avoid warning.
19415 (mode-require-final-newline): Doc and custom fix.
19416
19417 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19418
19419 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19420 use the default appearance.
19421 (font-lock-comment-delimiter-face): New face, new variable.
19422
19423 * imenu.el (imenu--generic-function): The official position of a
19424 definition is the start of the line that BEG is in.
19425
19426 * midnight.el (midnight-timer): Move defvar up.
19427
19428 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19429
19430 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19431
19432 * startup.el (command-line): Use with-no-warnings.
19433
19434 * window.el (window-size-fixed): New defvar.
19435
19436 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19437
19438 * mail/rmail.el (rmail-font-lock-keywords):
19439 Use font-lock-comment-delimiter-face.
19440
19441 * mail/sendmail.el (mail-font-lock-keywords):
19442 Use font-lock-comment-delimiter-face.
19443
19444 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19445
19446 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19447
19448 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19449 Specify t for LAXMATCH when matching directories.
19450 Save match data around compilation-compat-error-properties form.
19451
19452 2005-04-23 David Kastrup <dak@gnu.org>
19453
19454 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19455 Mention that the autoloaded aliases should be kept for AUCTeX.
19456
19457 2005-04-23 Andreas Schwab <schwab@suse.de>
19458
19459 * isearch.el (isearch-forward): Doc fix.
19460
19461 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19462
19463 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19464 (jit-lock-stealth-nice): Change default value to 0.5.
19465
19466 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19467
19468 * abbrev.el (write-abbrev-file): Write table entries in
19469 alphabetical order by table name.
19470
19471 2005-04-22 Kim F. Storm <storm@cua.dk>
19472
19473 * ido.el (ido-read-internal): Fix `list' completion.
19474
19475 2005-04-22 Kenichi Handa <handa@m17n.org>
19476
19477 * recentf.el (recentf-save-file-coding-system): New variable.
19478 (recentf-save-list): Encode the file by
19479 recentf-save-file-coding-system and add coding: tag.
19480
19481 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19482
19483 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19484
19485 2005-04-21 Lute Kamstra <lute@gnu.org>
19486
19487 * loadhist.el (unload-feature): Don't remove a function from hooks
19488 if it is about to be restored to an autoload . Remove functions
19489 that will become unbound from auto-mode-alist. Simplify the code.
19490
19491 * subr.el (assq-delete-all): New implementation that is linear,
19492 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
19493 (rassq-delete-all): New function.
19494
19495 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19496 Add size-indication-mode.
19497
19498 2005-04-21 Kenichi Handa <handa@m17n.org>
19499
19500 * international/mule-cmds.el: Add autoload for widget-value in
19501 eval-when-compile.
19502
19503 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19506 Add tooltip-mode.
19507
19508 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19509
19510 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19511
19512 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19513 (inferior-lisp-filter-regexp, inferior-lisp-program)
19514 (inferior-lisp-load-command, inferior-lisp-prompt)
19515 (inferior-lisp-mode-hook, lisp-source-modes)
19516 (inferior-lisp-load-hook): defvar->defcustom.
19517 (inferior-lisp-program, inferior-lisp-prompt)
19518 (inferior-lisp-load-hook): Doc fixes.
19519 (inferior-lisp-install-letter-bindings): Small change in
19520 introductory comment.
19521
19522 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19523
19524 * vc.el (vc-annotate-color-map): Change some colors so that text
19525 using them as foreground is readable on both white and black
19526 backgrounds.
19527
19528 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19529
19530 * international/mule-conf.el (translation-table-for-input):
19531 Remove redundant declaration.
19532
19533 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19534
19535 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19536
19537 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19538 (tooltip-toggle-gud-tips): New function.
19539
19540 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19541
19542 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19543 right angle brackets.
19544
19545 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19546
19547 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19548
19549 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19550
19551 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19552 Remove. Update callers to use expand-file-name instead.
19553
19554 * subr.el (syntax-class): New function.
19555
19556 * simple.el (blink-matching-open): Use it.
19557
19558 * paren.el (show-paren-function): Use it to recognize parens that are
19559 also used in 2-char comment markers.
19560
19561 2005-04-19 Lute Kamstra <lute@gnu.org>
19562
19563 * loadhist.el (unload-feature): Update for new format of
19564 load-history. Simplify the code.
19565
19566 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19567
19568 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19569 (mac-add-charset-info): New function. Initialize variable
19570 mac-charset-info-alist using it.
19571 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19572 for translation.
19573 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19574 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19575 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19576 New CCL programs.
19577
19578 2005-04-19 Kim F. Storm <storm@cua.dk>
19579
19580 * simple.el (next-buffer, prev-buffer, next-error)
19581 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19582 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19583
19584 * bindings.el (next-buffer, prev-buffer, next-error)
19585 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19586 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19587 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19588 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19589
19590 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19591
19592 * isearch.el (isearch-edit-string): Make the search-ring available for
19593 minibuffer history commands.
19594 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19595 the default history commands now work just as well.
19596 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19597
19598 2005-04-18 Kim F. Storm <storm@cua.dk>
19599
19600 * emulation/cua-base.el (cua--pre-command-handler): Add more
19601 elaborate check for shift modifier on non-window systems.
19602
19603 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19604
19605 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19606
19607 2005-04-18 Kim F. Storm <storm@cua.dk>
19608
19609 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19610 and make it optional. Don't test tooltip-gud-echo-area here.
19611 (tooltip-gud-process-output, gdb-tooltip-print):
19612 Pass tooltip-gud-echo-area to tooltip-show.
19613 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19614
19615 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19616
19617 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19618 `display-graphic-p' may not be bound yet.
19619
19620 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19621
19622 * startup.el (command-line): No longer enable Xterm Mouse mode by
19623 default in terminals compatible with xterm.
19624
19625 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19626
19627 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19628
19629 * tooltip.el (tooltip-gud-echo-area): Rename from
19630 tooltip-use-echo-area.
19631 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19632 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19633 area independently of where help tooltips are displayed.
19634
19635 2005-04-17 David Kastrup <dak@gnu.org>
19636
19637 * cus-theme.el (custom-theme-write-variables): Quote variables
19638 where necessary.
19639
19640 2005-04-17 Richard M. Stallman <rms@gnu.org>
19641
19642 * simple.el (yank-excluded-properties): Add follow-link to value.
19643
19644 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19645
19646 * startup.el (fancy-splash-max-time): Just 30 seconds.
19647 (fancy-splash-delay): Just 7.
19648 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19649
19650 * loadhist.el (unload-feature): Update for new format of load-history.
19651 Simplify the code.
19652
19653 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19654 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19655
19656 * mail/sendmail.el (mail-font-lock-keywords):
19657 Don't fontify subject text.
19658 Don't fontify the text of a citation.
19659
19660 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19661
19662 * comint.el (comint-output-filter): Run comint-output-filter-functions
19663 with point where the user had it.
19664
19665 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * international/ucs-tables.el (ucs-set-table-for-input):
19668 Disable when using unify-on-decoding.
19669
19670 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19671
19672 * emulation/cua-base.el (cua-global-mark-face): Add special case
19673 for displays supporting a high number of colors.
19674
19675 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19676
19677 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19678
19679 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19680
19681 * filesets.el (filesets-add-buffer): If user supplies a name of a
19682 non-existing fileset, create a new fileset.
19683
19684 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19685
19686 * textmodes/org.el (org-up-heading-all): Fix bug with
19687 `outline-up-heading-all'.
19688
19689 2005-04-16 Andreas Schwab <schwab@suse.de>
19690
19691 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19692 /etc/permissions.d/* and /etc/aliases.d/*.
19693
19694 2005-04-16 Kenichi Handa <handa@m17n.org>
19695
19696 * international/code-pages.el (cp-make-coding-system):
19697 Set `translation-table-for-input' property value to the symbol
19698 ucs-mule-to-mule-unicode, not to that value.
19699 (pt154): Escape guillemet by `\'.
19700
19701 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19702
19703 * loadup.el: Load tooltip if x-show-tip is fboundp.
19704
19705 * startup.el (command-line): Add comment.
19706
19707 * tooltip.el (tooltip-mode): Specify correct standard value for
19708 Custom in init-value.
19709
19710 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19711
19712 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19713 possible.
19714
19715 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19716
19717 * textmodes/org.el (org-agenda-date-prompt): Rename from
19718 `org-agenda-date-today'.
19719 (org-evaluate-time-range): Insert at point instead of directly
19720 after time range.
19721 (org-first-headline-recenter, org-subtree-end-visible-p)
19722 (org-optimize-window-after-visibility-change): New functions
19723 (org-agenda-post-command-hook): Don't allow point at end of line,
19724 to make sure it always hits the text properties.
19725 (org-agenda-next-date-line, org-agenda-previous-date-line):
19726 New commands.
19727 (org-set-regexps-and-options): Category may contain white space.
19728 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19729 Improve marker positions.
19730 (org-agenda-new-marker): Argument POS made optional.
19731 (org-agenda-get-timestamps): Deadlines which are done are listed
19732 in org-done-face now.
19733 (org-agenda-get-todos, org-agenda-get-timestamps)
19734 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19735 Set `undone-face' and `done-face' properties.
19736 (org-last-todo-state-is-todo): New variable.
19737 (org-todo): Set `org-last-todo-state-is-todo'.
19738 (org-agenda-todo): Change face according to
19739 `org-last-todo-state-is-todo'. And change other lines referring to
19740 the same entry.
19741 (org-calendar-goto-agenda): New command.
19742 (org-calendar-to-agenda-key): New option.
19743 (org-startup-folded): New allowed value `content'.
19744 (org-set-regexps-and-options): Accept new value `content' for
19745 `org-startup-folded'.
19746 (org-get-current-options): Handle new value `content' for
19747 `org-startup-folded'.
19748 (org-insert-todo-heading): New command.
19749 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19750 interactively in empty file and option
19751 `org-insert-mode-line-in-empty-file' has been set.
19752 (org-agenda-todo, org-agenda-priority): Modify to use
19753 `org-agenda-change-all-lines'.
19754 (org-warning-face): Change color on dark background
19755
19756 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19757
19758 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19759 use preferences AppleLocale and AppleLanguages, and variable
19760 mac-system-locale for default locale. On Mac OS Classic, use
19761 mac-system-coding-system for default coding systems.
19762
19763 * term/mac-win.el: Don't set file-name-coding-system.
19764 Decode variables system-name, emacs-build-system, user-login-name, and
19765 user-full-name by mac-system-coding-system on Mac OS Classic.
19766 (mac-system-coding-system): New variable.
19767
19768 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19769
19770 * startup.el (command-line): Handle `xterm-mouse-mode' before
19771 reading init file.
19772
19773 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19774
19775 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19776
19777 * progmodes/sh-script.el (sh-here-document-word): Make it a
19778 defcustom. Doc fix.
19779 (sh-add): Bash uses $(( )) for arithmetic.
19780 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19781 (sh-maybe-here-document): Remove quotes and leading whitespace
19782 from heredoc word when closing. Indent heredoc with tabs if word
19783 starts with "-".
19784
19785 2005-04-13 Richard M. Stallman <rms@gnu.org>
19786
19787 * simple.el (undo): Fix previous change.
19788
19789 * custom.el (defface): Doc fix.
19790
19791 2005-04-13 Lute Kamstra <lute@gnu.org>
19792
19793 * Makefile.in (DONTCOMPILE): Remove list.
19794 (compile, compile-always): Don't use DONTCOMPILE.
19795 (update-authors): Load the library in which batch-update-authors
19796 is defined.
19797 * makefile.w32-in (DONTCOMPILE): Remove list.
19798 (compile, compile-always): Fix comments.
19799 (update-authors): Load the library in which batch-update-authors
19800 is defined.
19801
19802 * generic-x.el (generic-mode-ini-file-find-file-hook):
19803 Rename to ini-generic-mode-find-file-hook.
19804 Keep generic-mode-ini-file-find-file-hook as an alias.
19805 (ini-generic-mode-find-file-hook): Rename from
19806 generic-mode-ini-file-find-file-hook. Fix docstring.
19807 (ini-generic-mode): Docstring change.
19808 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19809
19810 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19811 called from lisp.
19812
19813 * generic.el: Move to the emacs-lisp subdir.
19814
19815 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19816
19817 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19818 and C-S- function and cursor motion keys.
19819
19820 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19821
19822 * startup.el (command-line): Enable Xterm Mouse mode by default.
19823 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19824 for Custom. No longer show "Mouse" in mode line when enabled.
19825 Doc fix.
19826
19827 2005-04-12 Kim F. Storm <storm@cua.dk>
19828
19829 * emulation/cua-base.el (cua-rectangle-face)
19830 (cua-rectangle-noselect-face): Define face attributes here.
19831
19832 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19833
19834 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19835
19836 * startup.el (command-line): Turn off blinking cursor if
19837 cursorBlink in resources is off or false.
19838
19839 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19840
19841 * term/mac-win.el (dnd): Require dnd.
19842 (mac-drag-n-drop): Call dnd-handle-one-url.
19843 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19844 (kTextEncodingISOLatin2): Remove constants.
19845 (mac-script-code-coding-systems): New constant.
19846 (mac-handle-language-change): New function.
19847 (special-event-map): Bind it to `language-change' event.
19848 (mac-centraleurroman, mac-cyrillic): New coding systems.
19849 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19850 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19851 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19852 encode-mac-cyrillic, respectively.
19853
19854 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19855
19856 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19857 Don't set overlay-arrow-string to "=>" as this is done
19858 globally in C now.
19859
19860 2005-04-12 Lute Kamstra <lute@gnu.org>
19861
19862 * generic-x.el (rc-generic-mode, rul-generic-mode):
19863 Fix auto-mode-alist entries.
19864 (etc-fstab-generic-mode): Tweak fontification.
19865
19866 * generic.el (generic-make-keywords-list): Fix docstring.
19867 (generic-mode-internal): Simplify generic-font-lock-keywords.
19868
19869 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19870
19871 * whitespace.el (whitespace-buffer-leading)
19872 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19873 However, fix the highlight area for the leading and
19874 trailing whitespaces to show space.
19875
19876 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19877
19878 * whitespace.el (whitespace-version): Bump to 3.5
19879
19880 (whitespace-buffer-leading, whitespace-buffer-trailing):
19881 Invert sense of the test to highlight the whitespace.
19882
19883 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19884
19885 * progmodes/gud.el (gud-display-line): GUD uses its own
19886 overlay arrow now so don't set overlay-arrow-string.
19887 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19888
19889 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19890
19891 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19892 (term-ansi-current-reverse, term-ansi-current-invisible)
19893 (term-ansi-face-already-done): Change to boolean.
19894 (term-reset-terminal, term-handle-colors-array): Handle the above
19895 vars accordingly.
19896 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19897 (term-emulate-terminal): Use the new name.
19898
19899 * faces.el (secondary-selection): Use yellow1, not yellow.
19900 (trailing-whitespace): Use red1, not red.
19901
19902 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19903
19904 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19905 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19906 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19907
19908 * cus-edit.el (dnd): New group.
19909
19910 * term/w32-win.el (dnd): Require dnd
19911 (w32-drag-n-drop): Call dnd-handle-one-url.
19912
19913 * x-dnd.el: Require dnd.
19914 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19915 Call dnd-handle-one-url.
19916 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19917 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19918 to dnd-insert-text.
19919 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19920 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19921 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19922 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19923
19924 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19925
19926 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19927
19928 * wdired.el: Doc fixes.
19929 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19930 (wdired-use-dired-vertical-movement): Rename from
19931 wdired-always-move-to-filename-beginning.
19932 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19933 (wdired-change-to-wdired-mode): Change mode name.
19934 (wdired-newline): Delete.
19935
19936 2005-04-11 Richard M. Stallman <rms@gnu.org>
19937
19938 * whitespace.el (whitespace-highlight-the-space):
19939 Don't call whitespace-unhighlight-the-space here.
19940
19941 * simple.el (undo): Record t in undo-equiv-table
19942 for the redo record made by an undo-in-region.
19943
19944 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19945
19946 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19947 (gdb-frame-inferior-io-buffer): New Functions to control
19948 display of separate IO buffer.
19949 (menu): Add them to menu-bar.
19950 (gdb-display-buffer): Check for buffer another frame.
19951 Protect GUD buffer.
19952 (gdb-setup-windows): Create IO buffer if not already there.
19953 (gdb-memory-mode): Remove purecopy noops.
19954
19955 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19956
19957 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19958 and pass to self-insert-command.
19959
19960 2005-04-11 Lute Kamstra <lute@gnu.org>
19961
19962 * generic.el: Commentary section cleanup.
19963 (generic): Delete.
19964 (generic-use-find-file-hook, generic-lines-to-scan)
19965 (generic-find-file-regexp, generic-ignore-files-regexp)
19966 (default-generic-mode, generic-mode-find-file-hook)
19967 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19968 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19969 (generic-use-find-file-hook, generic-lines-to-scan)
19970 (generic-find-file-regexp, generic-ignore-files-regexp)
19971 (default-generic-mode, generic-mode-find-file-hook)
19972 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19973
19974 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19975
19976 * bookmark.el (bookmark-write-file): Catch errors writing file.
19977 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19978
19979 2005-04-10 Richard M. Stallman <rms@gnu.org>
19980
19981 * startup.el (fancy-splash-tail): Update copyright year.
19982 (command-line): Split part of -Q into -D.
19983 (emacs-basic-display): New defvar.
19984 (fancy-splash-text): Correct name of menu item.
19985
19986 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19987
19988 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19989 lines in one node.
19990
19991 * comint.el (comint-send-input): New arg ARTIFICIAL.
19992 Callers in this file changed.
19993
19994 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19995
19996 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19997
19998 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19999
20000 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20001 `ldap-search-internal'.
20002
20003 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20004
20005 * files.el (set-auto-mode-1): Use line-end-position.
20006
20007 * international/latin-1.el:
20008 * international/latin-2.el:
20009 * international/latin-3.el:
20010 * international/latin-4.el:
20011 * international/latin-5.el:
20012 * international/latin-8.el:
20013 * international/latin-9.el: Give punctuation syntax to NBSP.
20014
20015 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20016 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20017 Use char-classes to accept non-ascii letters, accepted in some recent
20018 bibtex implementations.
20019
20020 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20021
20022 * custom.el (custom-set-minor-mode): Any non-nil value for the
20023 variable should enable the mode when set through Custom.
20024
20025 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20026
20027 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20028 TAB binding so tab-always-indent is obeyed.
20029 (vhdl-minibuffer-local-map): Move initialization into declaration.
20030 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20031 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20032 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20033 (vhdl-current-line): Use line-beginning-position.
20034 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20035 with-output-to-temp-buffer, so the current position can be recorded.
20036
20037 2005-04-10 Masatake YAMATO <jet@gyve.org>
20038
20039 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20040 Add regexp for gcov.
20041
20042 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20043
20044 * calendar/time-date.el (time-to-seconds, seconds-to-time)
20045 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20046 syntax which Emacs 20 doesn't support.
20047
20048 2005-04-09 Richard M. Stallman <rms@gnu.org>
20049
20050 * help.el (describe-key-briefly, describe-key):
20051 Replace strings as event types with "(any string)".
20052
20053 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * arc-mode.el (archive-mode-map): Move initialization into
20056 the declaration. Override *all* bindings of `undo'.
20057 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20058
20059 2005-04-09 Jay Belanger <belanger@truman.edu>
20060
20061 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20062
20063 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
20064
20065 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20066 (xterm-register-default-colors): Update color values computation
20067 to match xterm-200.
20068
20069 2005-04-09 Kenichi Handa <handa@m17n.org>
20070
20071 * international/code-pages.el (iso-latin-7): Fix the map.
20072
20073 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
20074
20075 * emacs-lisp/lisp.el (defun-prompt-regexp)
20076 (parens-require-spaces, buffer-end, end-of-defun)
20077 (insert-parentheses): Doc fixes.
20078
20079 2005-04-08 Kim F. Storm <storm@cua.dk>
20080
20081 * comint.el (comint-highlight-prompt): Fix face spec.
20082 * hi-lock.el (hi-green): Likewise.
20083
20084 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20085
20086 * cus-edit.el (custom-modified-face):
20087 * comint.el (comint-highlight-input): Fix previous changes.
20088 * term.el (term-handle-ansi-escape): Add a comment.
20089
20090 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20091
20092 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
20093 in the buffer and in whitespace-highlighted-space.
20094 (whitespace-unhighlight-the-space): Simplify.
20095 (whitespace-buffer): Simplify.
20096
20097 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20098
20099 * textmodes/table.el (table-cell-face): Add special case for
20100 displays supporting a high number of colors.
20101 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20102 (vhdl-font-lock-reserved-words-face)
20103 (vhdl-speedbar-architecture-face)
20104 (vhdl-speedbar-instantiation-face)
20105 (vhdl-speedbar-architecture-selected-face)
20106 (vhdl-speedbar-instantiation-selected-face): Likewise.
20107 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
20108 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
20109 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20110 (ebrowse-root-class-face, ebrowse-member-attribute-face)
20111 (ebrowse-progress-face): Likewise.
20112 * progmodes/compile.el (compilation-info-face): Likewise.
20113 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
20114 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
20115 * calendar/calendar.el (diary-face): Likewise.
20116 * woman.el (woman-italic-face, woman-bold-face)
20117 (woman-unknown-face): Likewise.
20118 * wid-edit.el (widget-button-pressed-face): Likewise.
20119 * whitespace.el (whitespace-highlight-face): Likewise.
20120 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
20121 * pcvs-info.el (cvs-marked-face): Likewise.
20122 * info.el (info-xref): Likewise.
20123 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
20124 * hilit-chg.el (highlight-changes-face)
20125 (highlight-changes-delete-face): Likewise.
20126 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
20127 (hi-red-b): Likewise.
20128 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
20129 * font-lock.el (font-lock-keyword-face)
20130 (font-lock-function-name-face, font-lock-warning-face): Likewise.
20131 * cus-edit.el (custom-invalid-face, custom-modified-face)
20132 (custom-set-face, custom-changed-face, custom-variable-tag-face)
20133 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
20134 * comint.el (comint-highlight-prompt): Likewise.
20135
20136 2005-04-08 Lute Kamstra <lute@gnu.org>
20137
20138 * font-lock.el (font-lock-keywords): Docstring fixes.
20139
20140 2005-04-08 Kenichi Handa <handa@m17n.org>
20141
20142 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
20143 chars are more than a limit, print " and more..." at the tail.
20144
20145 2005-04-08 Kim F. Storm <storm@cua.dk>
20146
20147 * emacs-lisp/authors.el (authors-aliases): Update list.
20148 (authors-ignored-files): New list.
20149 (authors-fixed-entries): Fix typo.
20150 (authors-renamed-files-alist): Update list.
20151 (authors-add): Check authors-ignored-files.
20152
20153 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
20154
20155 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
20156 optional, to ensure backward compatibility.
20157
20158 2005-04-08 Stephen Eglen <stephen@gnu.org>
20159
20160 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
20161
20162 2005-04-08 Kim F. Storm <storm@cua.dk>
20163
20164 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
20165
20166 * mouse.el (mouse-on-link-p): Doc fix.
20167
20168 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
20169
20170 * ielm.el (ielm-prompt-read-only): Doc fix.
20171
20172 * comint.el (comint-prompt-read-only): Doc fix.
20173
20174 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
20175
20176 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
20177 ensure dired always handles wildcards passed to ffap.
20178 (find-file-at-point): Use it.
20179 (ffap-dired-wildcards): Doc fix.
20180
20181 2005-04-07 Juri Linkov <juri@jurta.org>
20182
20183 * simple.el (next-error-overlay-arrow-position): New defvar.
20184 Put "=>" on its property `overlay-arrow-string'. Add it to
20185 `overlay-arrow-variable-list'.
20186
20187 * progmodes/compile.el (compilation-setup):
20188 Set `next-error-overlay-arrow-position' to nil. Also set it to
20189 nil in the local hook `kill-buffer-hook'. Make local variable
20190 `overlay-arrow-string' and set it to "=>".
20191 (compilation-goto-locus): Set BOL position to
20192 `next-error-overlay-arrow-position' instead of
20193 `overlay-arrow-position'.
20194
20195 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
20196 locally instead of adding it to the global hook.
20197 (Info-kill-buffer): Move up.
20198
20199 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
20200
20201 * term/xterm.el (xterm-standard-colors): Update color values from
20202 xterm-200.
20203
20204 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
20207
20208 * fast-lock.el:
20209 * lazy-lock.el: Move them to the obsolete subdir.
20210
20211 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20212
20213 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
20214 (wdired-add-replace-advice): Remove.
20215 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
20216
20217 2005-04-06 Kim F. Storm <storm@cua.dk>
20218
20219 * startup.el (command-line): Add --bare-bones alias for -Q.
20220
20221 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20222
20223 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
20224 create the startup fontset if a font specification ends with
20225 `mac-roman'.
20226
20227 2005-04-06 Lute Kamstra <lute@gnu.org>
20228
20229 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
20230 change.
20231
20232 * emacs-lisp/copyright.el (copyright-update-year): Replace the
20233 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
20234
20235 2005-04-05 Lute Kamstra <lute@gnu.org>
20236
20237 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
20238 (define-generic-mode): Ditto. Fix debug declaration.
20239
20240 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20241 Put them in the generic-x group.
20242
20243 * calendar/timeclock.el (timeclock): Doc fix.
20244
20245 * generic.el (define-generic-mode): Don't use custom-current-group.
20246 Document default :group value.
20247 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
20248 (define-global-minor-mode): Don't use custom-current-group.
20249
20250 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
20251
20252 * startup.el (command-line-1): Display startup-echo-area-message
20253 when fancy splash screen is in use.
20254
20255 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
20256 (sh-escaped-newline): New face.
20257 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
20258 newline, and use sh-escaped-newline face.
20259
20260 * progmodes/tcl.el (tcl-escaped-newline): New face.
20261 (tcl-builtin-list): New variable.
20262 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
20263 newlines. Fix keywords subexpression number.
20264
20265 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
20266
20267 * textmodes/org.el (org-diary-default-entry): Fix call to
20268 `add-to-diary-entry'.
20269
20270 2005-04-05 Kim F. Storm <storm@cua.dk>
20271
20272 * ediff-init.el: Use (featurep 'xemacs).
20273
20274 2005-04-05 David Ponce <david@dponce.com>
20275
20276 * cus-edit.el (face): Derive from symbol widget. Display sample
20277 of the current face on the fly.
20278 (widget-face-sample-face-get, widget-face-notify): New functions.
20279 (widget-face-value-create): Remove.
20280
20281 * wid-edit.el (widget-field-end): Temporarily remove field
20282 narrowing before to call `get-char-property'.
20283
20284 2005-04-04 Jay Belanger <belanger@truman.edu>
20285
20286 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
20287 (math-read-subscripts): New variable.
20288 (math-read-preprocess-string): Process subscripts.
20289
20290 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
20291
20292 * comint.el (comint-prompt-read-only): Doc fix.
20293
20294 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
20295 `-1'. Doc fix.
20296
20297 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
20298
20299 * textmodes/org.el (org-insert-mode-line-in-empty-file):
20300 Change default value to nil.
20301
20302 2005-04-04 Lute Kamstra <lute@gnu.org>
20303
20304 * autorevert.el (auto-revert-mode): Specify :group.
20305 * battery.el (display-battery-mode): Specify :group.
20306 * diff-mode.el (diff-minor-mode): Specify :group.
20307 * font-core.el (font-lock-mode): Specify :group.
20308 * hl-line.el (hl-line-mode): Specify :group.
20309 * iimage.el (iimage): New customization group.
20310 (iimage-mode): Specify :group.
20311 * longlines.el (longlines-mode): Specify :group.
20312 * master.el: Don't require easy-mmode.
20313 (master): New customization group.
20314 (master-mode): Specify :group.
20315 * msb.el (msb-mode): Specify :group.
20316 * reveal.el (reveal-mode): Specify :group.
20317 * simple.el (next-error-follow-minor-mode): Specify :group.
20318 * smerge-mode.el (smerge-mode): Specify :group.
20319 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
20320 * emulation/cua-base.el (cua-mode): Specify :group.
20321 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
20322 * language/thai-util.el (thai-auto-composition-mode)
20323 (thai-word-mode): Specify :group.
20324 * mail/supercite.el (sc-minor-mode): Specify :group.
20325 * progmodes/cwarn.el (cwarn-mode): Specify :group.
20326 * progmodes/flymake.el (flymake-mode): Specify :group.
20327 * progmodes/glasses.el (glasses-mode): Specify :group.
20328 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
20329 * textmodes/enriched.el (enriched-mode): Specify :group.
20330 * textmodes/refill.el (refill-mode): Specify :group.
20331
20332 * add-log.el (change-log-font-lock-keywords): Names in
20333 parenthesized lists can contain spaces.
20334
20335 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
20336
20337 * startup.el (fancy-splash-text): Shorten default text of
20338 "Emacs Tutorial" line. Also, if the current language env
20339 indicates an available tutorial file other than TUTORIAL,
20340 extract its title and append it to the line in parentheses.
20341 (fancy-splash-insert): If arg is a thunk, funcall it.
20342
20343 2005-04-04 Jay Belanger <belanger@truman.edu>
20344
20345 * calc.el (calc-language-alist): Add tags to customization type.
20346
20347 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
20348
20349 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
20350 Doc fix.
20351
20352 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
20353
20354 * add-log.el (change-log-font-lock-keywords): The manual
20355 describing a Change Log entry, says: (...) "Aside from these
20356 header lines, every line in the change log starts with a space or
20357 a tab.". The font-lock was not highlighting lines started with
20358 spaces, added support for it.
20359
20360 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20361
20362 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
20363 (bibtex-generate-url-list): Update docstring accordingly. Put the
20364 complex example in the docstring.
20365 (bibtex-font-lock-url): Use pop.
20366
20367 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20368
20369 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20370
20371 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20372
20373 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20374
20375 * filesets.el (filesets-set-default): Doc fix.
20376
20377 2005-04-03 Lute Kamstra <lute@gnu.org>
20378
20379 * generic.el (define-generic-mode): Add argument to specify
20380 keywords for defcustom.
20381 (default-generic-mode): Specify :group.
20382
20383 * generic-x.el: Specify :group for all generic modes.
20384
20385 * desktop.el (desktop-no-desktop-file-hook)
20386 (desktop-after-read-hook): Doc fix.
20387
20388 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20389
20390 * simple.el (visible-mode): Use explicit :group keyword.
20391 This changes the group of `visible-mode-hook' from paren-blinking
20392 to editing-basics.
20393
20394 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20395
20396 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20397 mailbox specifications as well as URLs.
20398 (rmail-insert-inbox-text): Remove unused conditional branches.
20399
20400 2005-04-01 Jay Belanger <belanger@truman.edu>
20401
20402 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20403 (calc-gnuplot-print-command): Move definitions to calc.el.
20404
20405 * calc/calc-embed.el (calc-embedded-announce-formula)
20406 (calc-embedded-open-formula, calc-embedded-close-formula)
20407 (calc-embedded-open-word, calc-embedded-close-word)
20408 (calc-embedded-open-plain, calc-embedded-close-plain)
20409 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20410 (calc-embedded-open-mode, calc-embedded-close-mode):
20411 Move definitions to calc.el.
20412
20413 * calc/calc.el (calc-settings-file, calc-language-alist):
20414 Make customizable.
20415 (calc-embedded-announce-formula, calc-embedded-open-formula)
20416 (calc-embedded-close-formula, calc-embedded-open-word)
20417 (calc-embedded-close-word, calc-embedded-open-plain)
20418 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20419 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20420 (calc-embedded-close-mode, calc-gnuplot-name)
20421 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20422 from other files and make customizable.
20423
20424 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20427 Use buffer-live-p.
20428 (cvs-mode-run): Don't call cvs-update-header here.
20429 (cvs-run-process): Call cvs-update-header.
20430 Use process properties for cvs-postprocess and cvs-buffer so that
20431 the sentinel can behave better if the temp buffer is killed.
20432 Use a pipe rather than a tty, to better handle unexpected prompts.
20433 (cvs-sentinel): Rewrite. Call cvs-update-header.
20434
20435 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20436
20437 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20438 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20439
20440 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * generic.el (define-generic-mode): Add indentation rule.
20443
20444 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20445
20446 * files.el (mode-require-final-newline): Make Custom correctly
20447 report a nil value and allow to set it to nil via Custom.
20448 Doc fix.
20449
20450 2005-04-01 Kenichi Handa <handa@m17n.org>
20451
20452 * international/characters.el: Enable the correct case setting for
20453 dotless-i and dotted-I.
20454
20455 2005-04-01 Kim F. Storm <storm@cua.dk>
20456
20457 * ido.el (ido-file-internal): Fall back to non-ido command if
20458 initial directory is on slow ftp (or tramp) host.
20459
20460 2005-03-31 Richard M. Stallman <rms@gnu.org>
20461
20462 * emacs-lisp/autoload.el (make-autoload):
20463 Handle define-global-minor-mode.
20464
20465 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20466 Rename from easy-mmode-define-global-mode.
20467 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20468
20469 * progmodes/scheme.el (scheme-mode-syntax-table):
20470 Update syntax of | and # for two-character comment syntax.
20471
20472 2005-03-31 Lute Kamstra <lute@gnu.org>
20473
20474 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20475 (define-minor-mode): Call custom-current-group at load-time.
20476
20477 * generic.el (define-generic-mode): Add debug declaration.
20478 Add defcustom for the mode hook.
20479 (generic-mode-internal): Use run-mode-hooks.
20480
20481 2005-03-31 Kim F. Storm <storm@cua.dk>
20482
20483 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20484 (mouse-fixup-help-message): New defun called by show_help_echo
20485 to fixup mouse-2 prefix in help messages when applicable.
20486
20487 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20488
20489 2005-03-31 Kenichi Handa <handa@m17n.org>
20490
20491 * language/thai-word.el (thai-find-word-ends): Pay attention to
20492 the case that we reach the end of buffer.
20493
20494 * textmodes/fill.el (fill-text-properties-at): New function.
20495 (fill-newline): Use fill-text-properties-at instead of
20496 text-properties-at.
20497
20498 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20499
20500 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20501 not comint-quote-filename.
20502
20503 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20504
20505 * help-fns.el (help-with-tutorial): Revert last change.
20506
20507 2005-03-31 Kim F. Storm <storm@cua.dk>
20508
20509 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20510
20511 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20512
20513 * calendar/cal-china.el: Update reference to "Calendrical
20514 Calculations" book; there's a new edition.
20515 * calendar/cal-coptic.el: Likewise.
20516 * calendar/cal-french.el: Likewise.
20517 * calendar/cal-hebrew.el: Likewise.
20518 * calendar/cal-islam.el: Likewise.
20519 * calendar/cal-iso.el: Likewise.
20520 * calendar/cal-julian.el: Likewise.
20521 * calendar/cal-mayan.el: Likewise.
20522 * calendar/cal-persia.el: Likewise.
20523 * calendar/calendar.el: Likewise.
20524 * calendar/holidays.el: Likewise.
20525 * calendar/lunar.el: Likewise.
20526 * calendar/solar.el: Likewise.
20527
20528 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20529 white space from doc string.
20530
20531 2005-03-30 Jay Belanger <belanger@truman.edu>
20532
20533 * calc/calc-help.el (calc-full-help): Remove email address.
20534
20535 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20536
20537 * help-fns.el (help-with-tutorial): Delete title line.
20538
20539 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20540
20541 * calendar/cal-x.el (calendar-one-frame-setup)
20542 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20543 rather than `symbol' for set-window-dedicated-p.
20544
20545 * calendar/appt.el (appt-buffer-name): Make it a constant.
20546 (appt-add): Doc fix.
20547
20548 * filesets.el (filesets-menu-path, filesets-menu-before)
20549 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20550 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20551 (filesets-add-submenu): Delete and use add-submenu instead.
20552
20553 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20554
20555 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20556 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20557 (org-diary-default-entry): New function.
20558 (org-get-entries-from-diary): Better parsing of diary entries.
20559 (org-agenda-check-no-diary): New function.
20560 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20561 linking to diary entries.
20562 (org-agenda-execute-calendar-command): New function.
20563 (org-agenda): Improve visible section in window.
20564 Use `org-fit-agenda-window'.
20565 (org-fit-agenda-window): New option.
20566 (org-move-subtree-down): Better handling of empty lines
20567 at end of subtree.
20568 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20569 levels up.
20570 (org-fontify-done-headline): New option.
20571 (org-headline-done-face): New face.
20572 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20573 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20574 When current field is non-empty, it is copied to next row.
20575 (org-table-copy-from-above): Fix bug which made it
20576 impossible to copy fields containing only a single non-white character.
20577
20578 2005-03-30 Kim F. Storm <storm@cua.dk>
20579
20580 * kmacro.el (kmacro-end-macro): Isearch may store this command
20581 into the macro -- so ignore it when executing keyboard macro.
20582
20583 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20584
20585 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20586
20587 2005-03-29 Kenichi Handa <handa@m17n.org>
20588
20589 * language/thai.el ("Thai"): Set setup-function and exit-function
20590 for Thai language environment.
20591
20592 * language/thai-util.el: Require thai-word.
20593 (thai-word-mode-map): New variable.
20594 (thai-word-mode): New minor mode.
20595 (setup-thai-language-environment-internal): New function.
20596 (exit-thai-language-environment-internal): New function.
20597
20598 * language/thai-word.el (thai-word-table): Declare it by defvar,
20599 use dolist to initialize it.
20600 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20601 (thai-fill-find-break-point): New functions.
20602
20603 2005-03-29 Richard M. Stallman <rms@gnu.org>
20604
20605 * simple.el (idle-update-delay): Move definition up.
20606 (set-mark): Doc fix.
20607
20608 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20609
20610 * longlines.el: New file.
20611
20612 * simple.el (buffer-substring-filters): New variable.
20613 (filter-buffer-substring): New function.
20614 (kill-region, copy-region-as-kill): Use it.
20615
20616 * register.el (copy-to-register, append-to-register)
20617 (prepend-to-register): Use filter-buffer-substring.
20618
20619 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20620
20621 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20622 (gud-filter-pending-text): Move in front of gdb.
20623 (gud-overlay-arrow-position): New variable.
20624 (gud-sentinel, gud-display-line): Use it in place of
20625 overlay-arrow-position.
20626
20627 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20628
20629 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20630 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20631 (fortran-font-lock-keywords-4): New variable.
20632 (fortran-blocks-re, fortran-end-block-re)
20633 (fortran-start-block-re): New constants, for hideshow.
20634 (hs-special-modes-alist): Add a Fortran entry.
20635 (fortran-mode-map): Bind fortran-end-of-block,
20636 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20637 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20638 (fortran-looking-at-if-then, fortran-end-of-block)
20639 (fortran-beginning-of-block): New functions, for hideshow.
20640
20641 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20642 Doc fix. Tweak regexp.
20643 (f90-beginning-of-block): Push mark first.
20644
20645 2005-03-29 Jay Belanger <belanger@truman.edu>
20646
20647 * calc/calc.el: Update copyright date.
20648 (calc-version): Increase to 2.1.
20649 (calc-version-date): Remove.
20650
20651 * calc/calc-help.el: Update copyright date.
20652 (calc-full-help): Remove reference to calc-version-date.
20653 Update copyright date.
20654
20655 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20656
20657 * vc.el (vc-do-command): Use a pipe for async processes, so password
20658 prompts don't show up at places where the user can't reply.
20659
20660 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20661
20662 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20663 on the file name we pass to the inferior shell.
20664
20665 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20666
20667 * progmodes/which-func.el (which-function): Be robust in the face of an
20668 imenu--make-index-alist failure.
20669
20670 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20673
20674 * progmodes/python.el (python-preoutput-filter): Fix last change.
20675
20676 2005-03-29 Lute Kamstra <lute@gnu.org>
20677
20678 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20679 functions and compiled macros.
20680 (debug-convert-byte-code): Handle macros too.
20681 (debug-on-entry-1): Don't signal an error when trying to clear a
20682 function that is not set to debug on entry.
20683
20684 2005-03-29 Jay Belanger <belanger@truman.edu>
20685
20686 * calc/calc-lang.el: Add functions to math-function-table
20687 properties of tex and math.
20688
20689 2005-03-29 Kenichi Handa <handa@m17n.org>
20690
20691 * ps-mule.el (ps-mule-plot-string): Translate characters by
20692 ps-print-translation-table.
20693 (ps-mule-begin-job): Call find-charset-region/string with
20694 ps-print-translation-table.
20695 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20696
20697 * ps-print.el (ps-print-translation-table): New variable.
20698 (ps-plot-region): Translate characters by ps-print-translation-table.
20699
20700 2005-03-29 Juri Linkov <juri@jurta.org>
20701
20702 * simple.el (next-error-highlight-timer): New variable.
20703
20704 * progmodes/compile.el (compilation-goto-locus):
20705 Use `next-error-highlight-timer' instead of `sit-for'.
20706
20707 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * mail/supercite.el (sc-mail-field): Use assoc-string.
20710 (sc-get-address): Simplify regexps.
20711
20712 * files.el (minibuffer-with-setup-hook): New macro.
20713 (find-file-read-args): Use it to avoid let-binding
20714 minibuffer-with-setup-hook (which breaks turning on/off
20715 file-name-shadow-mode while in the prompt).
20716
20717 * complete.el (PC-read-include-file-name-internal):
20718 Use test-completion.
20719
20720 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20721
20722 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20723
20724 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20725
20726 * window.el (window-buffer-height): Use count-screen-lines.
20727
20728 * progmodes/python.el (python-preoutput-leftover): New var.
20729 (python-preoutput-filter): Use it.
20730 (python-send-receive): Loop until all the result has been received.
20731
20732 2005-03-28 Juri Linkov <juri@jurta.org>
20733
20734 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20735
20736 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20737 "Recover Crashed Session".
20738 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20739 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20740 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20741 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20742 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20743 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20744 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20745 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20746
20747 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20748 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20749 Ediff Sessions", "Toggle use of separate control buffer frame",
20750 "Use separate frame for Ediff control buffer".
20751
20752 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20753 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20754 "Rename Bookmark", "Delete Bookmark".
20755
20756 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20757 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20758 Add `:active Info-index-alternatives' to "Next Matching Item".
20759
20760 * wdired.el (wdired-change-to-wdired-mode):
20761 Mention `wdired-abort-changes' key in the initial message.
20762
20763 * international/mule.el (auto-coding-alist): Associate non-ascii
20764 image filename extensions with `no-conversion'.
20765
20766 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20767
20768 * international/iso-acc.el:
20769 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20770
20771 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20772
20773 * textmodes/sgml-mode.el (html-mode): Doc update.
20774
20775 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20776
20777 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20778
20779 * term.el (term-move-columns): Fix face after extending a line.
20780 (term-insert-spaces): Likewise.
20781 (term-reset-terminal): Fix off by one error.
20782
20783 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20784
20785 * international/mule.el (auto-coding-alist): Add .xpi files.
20786
20787 * files.el (auto-mode-alist): Add .xpi files.
20788
20789 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20790
20791 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20792
20793 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20794
20795 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20796
20797 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20798
20799 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20800 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20801
20802 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20803 cursor to Jan 1 when needed.
20804 (calendar-end-of-year): Fix -/+ typo.
20805 Reported by Chong Yidong <cyd@stupidchicken.com>.
20806
20807 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20808
20809 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20810
20811 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20812 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20813
20814 2005-03-25 Richard M. Stallman <rms@gnu.org>
20815
20816 * filesets.el (filesets-init): Add autoload.
20817
20818 * mail/mailalias.el (mail-directory): Doc fix.
20819
20820 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20821
20822 * mail/mailalias.el (mail-directory-process): Do nothing if
20823 mail-directory-process is an atom.
20824 (mail-get-names): Ignore mail-directory-names if it is an atom.
20825 (mail-directory-process defvar): Doc fix.
20826 (mail-names): Doc fix.
20827
20828 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20829
20830 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20831
20832 2005-03-26 Kenichi Handa <handa@m17n.org>
20833
20834 * international/mule-util.el (detect-coding-with-priority):
20835 Call update-coding-systems-internal before detect-coding-region.
20836
20837 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20838
20839 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20840 (gdb-frames-mode-map): Add follow-link property.
20841
20842 2005-03-25 Jay Belanger <belanger@truman.edu>
20843
20844 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20845 for variables.
20846
20847 2005-03-25 Juri Linkov <juri@jurta.org>
20848
20849 * image-mode.el: Optimize image filename extension regexps in
20850 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20851 in `auto-mode-alist'.
20852 (image-mode): Add `image-toggle-display-text' to local hook
20853 `change-major-mode-hook'. Display the image as an image by
20854 default. Set `cursor-type' and `truncate-lines' if the image
20855 is already displayed. Take into account the current mode (image
20856 or text) in message.
20857 (image-minor-mode): New minor mode.
20858 (image-mode-maybe, image-toggle-display-text): New functions.
20859 (image-toggle-display): Use called-interactively-p.
20860 Let-bind `inhibit-read-only' to t.
20861
20862 * image-mode.el (image-minor-mode): Set `cursor-type' and
20863 `truncate-lines' if the image is already displayed. Add turning
20864 image-minor-mode off to `change-major-mode-hook'. Add message.
20865 Call `image-toggle-display-text' after turning image-minor-mode off.
20866
20867 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20868
20869 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20870 Terminal.app, use utf-8.
20871 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20872 (set-locale-environment): Use it.
20873
20874 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20875
20876 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20877
20878 * progmodes/python.el (python-close-block-statement-p)
20879 (python-outdent-p, python-current-defun): Use symbol-end.
20880
20881 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20882
20883 * files.el (save-some-buffers): Doc fix.
20884
20885 2005-03-25 Werner Lemberg <wl@gnu.org>
20886
20887 * complete.el, thumbs.el: Replace `legal' with `valid'.
20888 * calendar/calendar.el: Replace `legal' with `valid'.
20889 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20890 * mail/supercite.el: Replace `legal' with `valid'.
20891 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20892 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20893 Replace `legal' with `valid'.
20894 * textmodes/reftex-vars.el, textmodes/reftex.el:
20895 Replace `legal' with `valid'.
20896
20897 2005-03-25 Werner Lemberg <wl@gnu.org>
20898
20899 * calc/calc-forms.el, calc/calc-sel.el
20900 * midnight.el, vc-cvs.el
20901 * emacs-lisp/cl-macs.el
20902 * emulation/vip.el
20903 * eshell/esh-io.el, eshell/esh-var.el
20904 * mail/supercite.el
20905 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20906 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20907 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20908 * progmodes/sh-script.el, progmodes/xscheme.el
20909 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20910 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20911 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20912 * textmodes/reftex.el, textmodes/org.el:
20913 Replace `illegal' with `invalid'.
20914
20915 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20918 (flymake-find-buildfile, flymake-find-possible-master-files)
20919 (flymake-check-include, flymake-parse-line): Replace loops over the
20920 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20921
20922 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20923 Substitute file-name-as-directory in the rest of the file.
20924 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20925 (flymake-replace-region): Remove unused arg `buffer'.
20926 (flymake-check-patch-master-file-buffer): Update calls to it.
20927 (flymake-add-err-info): Remove unused var `count'.
20928 (flymake-mode): Use define-minor-mode.
20929
20930 * progmodes/flymake.el: Use with-current-buffer.
20931 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20932 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20933 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20934 Avoid testing for `xemacs'.
20935 (flymake-nop): Move.
20936 (flymake-region-has-flymake-overlays): Return the computed value.
20937 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20938 Remove unused var `endline'.
20939 (flymake-get-line-count): Remove unused function.
20940 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20941
20942 * emulation/vi.el:
20943 * generic.el:
20944 * hilit-chg.el (global-highlight-changes):
20945 * hi-lock.el (hi-lock-mode):
20946 * follow.el: find-file-hooks -> find-file-hook.
20947
20948 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20949
20950 2005-03-24 Juri Linkov <juri@jurta.org>
20951
20952 * dired.el (dired-mode-map): Add menu item "Compare directories"
20953 for dired-compare-directories.
20954
20955 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20956 Doc fix. Replace `read-file-name' with `read-directory-name'.
20957
20958 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20961
20962 2005-03-24 Jay Belanger <belanger@truman.edu>
20963
20964 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20965 relevant mode settings in calc-embedded-original-modes when modes
20966 are permanently changed.
20967
20968 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20969
20970 * autoinsert.el: find-file-hooks -> find-file-hook.
20971
20972 2005-03-24 Lute Kamstra <lute@gnu.org>
20973
20974 * generic.el (generic-font-lock-defaults): Make it obsolete.
20975 (generic-font-lock-keywords): New variable to replace
20976 generic-font-lock-defaults.
20977 (generic-mode-set-font-lock): Delete it.
20978 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20979 (generic-bracket-support): Add docstring.
20980
20981 * generic-x.el: Rename generic-font-lock-defaults to
20982 generic-font-lock-keywords throughout.
20983 (mailagent-rules-setup-function): Delete it.
20984 (mailagent-rules-generic-mode): Use anonymous function instead.
20985 (show-tabs-generic-mode-font-lock-defaults-1)
20986 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20987 Quote faces.
20988 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20989 not foreground.
20990
20991 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20992 Recognize define-generic-mode.
20993
20994 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20997 if there's no completion table.
20998
20999 2005-03-23 Miles Bader <miles@gnu.org>
21000
21001 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21002 Remove tty-specific variants, as they're no longer needed.
21003
21004 2005-03-23 Lute Kamstra <lute@gnu.org>
21005
21006 * generic-x.el: Code cleanup: make args constant whenever possible.
21007 (installshield-statement-keyword-list)
21008 (installshield-system-functions-list)
21009 (installshield-system-variables-list, installshield-types-list)
21010 (installshield-funarg-constants-list): Make them constants.
21011
21012 * generic.el (generic-make-keywords-list): Add autoload cookie.
21013
21014 * calendar/time-date.el: Add comment on time value formats.
21015 Don't require parse-time.
21016 (with-decoded-time-value): New macro.
21017 (encode-time-value): New function.
21018 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21019 (days-to-time): Return a valid time value when arg is huge.
21020 (time-since): Use time-subtract.
21021 (time-to-number-of-days): Use time-to-seconds.
21022
21023 2005-03-23 David Ponce <david@dponce.com>
21024
21025 * recentf.el (recentf-keep): New option.
21026 (recentf-menu-action): Default to `find-file'.
21027 (recentf-keep-non-readable-files-flag)
21028 (recentf-keep-non-readable-files-p)
21029 (recentf-file-readable-p, recentf-find-file)
21030 (recentf-cleanup-remote): Remove.
21031 (recentf-include-p): More robust.
21032 (recentf-keep-p): New function.
21033 (recentf-remove-if-non-kept): Rename from
21034 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
21035 All callers updated.
21036 (recentf-menu-items-for-commands): Fix help string.
21037 (recentf-track-closed-file): Update. Doc fix.
21038 (recentf-cleanup): Update. Count removed files. Doc fix.
21039
21040 2005-03-23 Kim F. Storm <storm@cua.dk>
21041
21042 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21043 Don't inherit from fringe face (now happens automatically).
21044
21045 2005-03-22 Kim F. Storm <storm@cua.dk>
21046
21047 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21048 position values.
21049
21050 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21051
21052 * menu-bar.el (showhide-date-time): Remove.
21053 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21054 (menu-bar-make-mm-toggle): Simplify.
21055
21056 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21057
21058 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21059 Accept qualified variable and function names.
21060
21061 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21062
21063 * bindings.el (completion-ignored-extensions):
21064 Remove ".lis" for `vax-vms'.
21065
21066 2005-03-22 Andreas Schwab <schwab@suse.de>
21067
21068 * generic-x.el: Revert last change.
21069 * ldefs-boot.el: Update.
21070
21071 2005-03-22 Jay Belanger <belanger@truman.edu>
21072
21073 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
21074 (calc-embedded-save-original-modes)
21075 (calc-embedded-restore-original-modes): New functions.
21076 (calc-do-embedded): Save original modes when entering embedded mode
21077 and restore when leaving embedded mode.
21078 (calc-embedded-modes-change): Change the value of
21079 calc-embedded-original-modes to reflect permanent changes.
21080
21081 2005-03-22 Lute Kamstra <lute@gnu.org>
21082
21083 * generic-x.el: Require generic again.
21084
21085 2005-03-22 Miles Bader <miles@gnu.org>
21086
21087 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21088 Tweak details to look good on both ttys and bitmap displays, light
21089 or dark background, etc.
21090
21091 2005-03-21 Kim F. Storm <storm@cua.dk>
21092
21093 * tooltip.el (tooltip-show-help-function): Check car and cdr of
21094 mouse position.
21095
21096 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21097
21098 * icomplete.el: Don't forcibly turn on the mode upon load.
21099 (icomplete-mode): Use define-minor-mode.
21100 (icomplete-eoinput): Default to nil.
21101 (icomplete-minibuffer-setup): Remove autoload.
21102 (icomplete-tidy): Simplify.
21103 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
21104 in the initial state or if the user has modified the field.
21105 Fix handling of icomplete-max-delay-chars.
21106 Remove code that handles the oddball case where
21107 minibuffer-completion-table is an integer.
21108 Wrap icomplete-completions in while-no-input in case building
21109 completions takes more time than expected.
21110 (icomplete-completions): Simplify.
21111
21112 2005-03-21 Richard M. Stallman <rms@gnu.org>
21113
21114 * jka-compr.el (jka-compr-really-do-compress):
21115 Make variable buffer-local.
21116
21117 * image-mode.el: Handle .xpm files too.
21118 (image-toggle-display): Preserve modification flag.
21119
21120 * help.el (where-is): Don't mention aliases with no key bindings.
21121
21122 2005-03-21 Lute Kamstra <lute@gnu.org>
21123
21124 * generic.el: Fix commentary section. Don't require cl for
21125 compilation.
21126 (generic-mode-list): Add autoload cookie.
21127 (generic-use-find-file-hook, generic-lines-to-scan)
21128 (generic-find-file-regexp, generic-ignore-files-regexp)
21129 (generic-mode, generic-mode-find-file-hook)
21130 (generic-mode-ini-file-find-file-hook): Fix docstrings.
21131 (define-generic-mode): Make it a defmacro. Fix docstring.
21132 (generic-mode-internal): Code cleanup. Add autoload cookie.
21133 (generic-mode-set-comments): Code cleanup.
21134 * generic-x.el: Don't prevent compilation. Don't require generic.
21135 Follow coding conventions. Minor code cleanup.
21136 (etc-fstab-generic-mode): Add some keywords.
21137 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
21138 define-generic-mode like a function declaration.
21139
21140 2005-03-21 Jay Belanger <belanger@truman.edu>
21141
21142 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
21143 changing modes.
21144
21145 2005-03-21 Sam Steingold <sds@gnu.org>
21146
21147 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
21148
21149 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
21150
21151 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
21152 Add underscore to "f$ lexicals" regexp.
21153
21154 2005-03-20 Juri Linkov <juri@jurta.org>
21155
21156 * subr.el (progress-reporter-do-update): When `min-value' is equal
21157 to `max-value', set `percentage' to 0 and prevent division by zero.
21158
21159 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
21160
21161 Sync with Tramp 2.0.48.
21162
21163 * net/tramp.el (all): Change all addresses to .gnu.org.
21164 (tramp-append-tramp-buffers): New defun.
21165 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
21166 Catch `dont-send' signal.
21167 (tramp-set-auto-save-file-modes): Set always permissions, because
21168 there might be an old auto-saved file belonging to another
21169 original file. This could be a security threat. Reported by
21170 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
21171 Check for Emacs 21.3.50 removed.
21172
21173 * net/tramp-smb.el (all): Remove debug construct for
21174 `with-parsed-tramp-file-name'.
21175 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
21176 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
21177 No error message if DIRECTORY or FILENAME doesn't exist.
21178 (tramp-smb-open-connection): Check existence of
21179 `tramp-smb-program'.
21180
21181 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21182
21183 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
21184 Properly handle the case where the `m' or `s' command's argument is not
21185 yet terminated.
21186 (perl-indent-new-calculate): New function.
21187 (perl-indent-line): Use it.
21188
21189 2005-03-20 Miles Bader <miles@gnu.org>
21190
21191 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
21192 in text-mode too. Change to new face names.
21193 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
21194 Add `:weight bold' attribute.
21195 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
21196
21197 2005-03-19 Juri Linkov <juri@jurta.org>
21198
21199 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
21200
21201 * international/mule.el (auto-coding-alist): Sync with
21202 `auto-mode-alist' by adding upper case archive file extensions
21203 and adding ear/war to jar extension.
21204
21205 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
21206
21207 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
21208 running, restart it.
21209
21210 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
21211
21212 * finder.el (finder-current-item): Throw an error on an empty line.
21213
21214 * man.el (Man-follow-manual-reference): If current-word returns
21215 nil, use "".
21216
21217 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
21218
21219 * simple.el (goto-line): Doc fix.
21220
21221 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
21222
21223 * files.el (save-buffer): Doc fix.
21224
21225 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
21226
21227 * recentf.el (recentf-cleanup-remote): New variable.
21228 (recentf-cleanup): Use it to conditionally check availability of
21229 remote files.
21230
21231 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
21232
21233 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
21234 function names.
21235
21236 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21237
21238 * language/thai-word.el: New file.
21239
21240 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21241
21242 * files.el (backup-buffer): If the file's directory is not
21243 writable, use copy instead of move to backup the file.
21244
21245 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21246
21247 * obsolete/keyswap.el: Moved to obsolete/ from term/.
21248
21249 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21250
21251 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
21252 Use functionp instead of symbolp and fboundp. Reported by Drkm
21253 <darkman_spam@yahoo.fr>.
21254 (ps-print-version): New version 6.6.6.
21255
21256 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
21257
21258 * textmodes/table.el (table--line-column-position): New idiom.
21259 (table--row-column-insertion-point-p): New function to test
21260 validity of row and column insertion operation at a location.
21261 (table-global-menu, table-cell-menu): Use above functions for
21262 deterministic test operation.
21263 (table--editable-cell-p): Behave in deterministic fashion.
21264
21265 2005-03-18 Juri Linkov <juri@jurta.org>
21266
21267 * isearch.el (isearch-lazy-highlight-new-loop):
21268 Make arguments beg and end optional.
21269 (isearch-update): Remove optional arguments nil from
21270 isearch-lazy-highlight-new-loop.
21271 (isearch-lazy-highlight-search): Let-bind case-fold-search to
21272 isearch-lazy-highlight-case-fold-search instead of
21273 isearch-case-fold-search, and let-bind isearch-regexp to
21274 isearch-lazy-highlight-regexp.
21275 Use isearch-lazy-highlight-last-string instead of isearch-string.
21276
21277 * replace.el (perform-replace): Remove bindings of global
21278 variables isearch-string, isearch-regexp, isearch-case-fold-search.
21279 Add three new arguments to `replace-highlight'.
21280 (replace-highlight): Add arguments string, regexp, case-fold.
21281 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
21282 to allow isearch-lazy-highlight-new-loop to use these values
21283 to set corresponding isearch-lazy-highlight-* internal
21284 variables whose values lazy highlighting will use regardless of
21285 changes to global variables isearch-string, isearch-regexp,
21286 isearch-case-fold-search during lazy highlighting loop.
21287 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
21288 to `lazy-highlight-cleanup'.
21289
21290 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
21291 (ispell-highlight-face): Set default face to `isearch' when
21292 lazy highlighting is enabled.
21293 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
21294 priority to 1. Add lazy highlighting.
21295 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
21296 from `isearch-dehighlight'.
21297
21298 2005-03-18 David Ponce <david@dponce.com>
21299
21300 * files.el (hack-local-variables): Do a case-insensitive search
21301 for End.
21302
21303 2005-03-18 Juri Linkov <juri@jurta.org>
21304
21305 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
21306 `isearch-lazy-highlight-cleanup', add alias to old name and
21307 declare obsolete. Add release numbers to other obsolete vars.
21308 (isearch-done, isearch-lazy-highlight-new-loop):
21309 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
21310 (lazy-highlight-cleanup) <variable>: Doc fix.
21311 (isearch-lazy-highlight-update): Rename obsolete
21312 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
21313
21314 2005-03-18 Kenichi Handa <handa@m17n.org>
21315
21316 * language/thai-util.el: Fix categorization of Thai characters in
21317 thai-category-table.
21318 (thai-composition-pattern): Adjust it for the above change.
21319 (thai-self-insert-command, thai-compose-syllable): New functions.
21320 (thai-compose-region): Use thai-compose-syllable.
21321 (thai-compose-string): Likewise.
21322 (thai-composition-function): Likewise.
21323 (thai-auto-composition): New function.
21324 (thai-auto-composition-mode): New minor mode.
21325
21326 * language/thai.el: Fix patterns to be registered in
21327 composition-function-table.
21328
21329 * international/quail.el (quail-input-method): Locally bind
21330 inhibit-modification-hooks to t.
21331
21332 2005-03-17 Richard M. Stallman <rms@gnu.org>
21333
21334 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
21335 (perl-mode): Use run-mode-hooks.
21336
21337 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
21338 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
21339 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
21340
21341 * mail/sendmail.el (sendmail-send-it): Reenable the code
21342 to compute resend-to-address and use it.
21343
21344 * tar-mode.el (tar-mode): Turn off undo unconditionally.
21345
21346 * image-mode.el: New file.
21347
21348 * image.el (insert-sliced-image): Add autoload cookie.
21349
21350 * font-lock.el (font-lock-lines-before): New user option.
21351 (font-lock-after-change-function): Obey it.
21352
21353 * bindings.el (esc-map): Make M-g a prefix.
21354 Bind M-g g and M-g M-g to goto-line.
21355
21356 * faces.el (face-id): Doc fix.
21357
21358 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21359
21360 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
21361 (rmail-show-message): Use rmail-unknown-mail-followup-to.
21362 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
21363
21364 * mail/sendmail.el (mail-yank-ignored-headers)
21365 (mail-font-lock-keywords, mail-mode-fill-paragraph):
21366 Add Mail-Followup-To and Mail-Reply-To headers.
21367 (mail-citation-hook): Add autoload cookie.
21368 (mail-mode): Doc fix.
21369 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21370 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21371 (mail-mode-fill-paragraph): Handle those headers.
21372 (mail-mailing-lists): New variable.
21373 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21374
21375 2005-03-17 Juri Linkov <juri@jurta.org>
21376
21377 * isearch.el (isearch-fallback): Check for `(car previous)'
21378 before calling `isearch-other-end-state'.
21379
21380 2005-03-17 Kim F. Storm <storm@cua.dk>
21381
21382 * simple.el (move-beginning-of-line): Move to beginning of buffer
21383 line, as well as beginning of screen line.
21384
21385 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21386
21387 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21388 argument REDRAW rather than calendar-redrawing variable.
21389 * calendar/calendar.el (calendar-redrawing): Delete.
21390 (redraw-calendar): Do not bind calendar-redrawing.
21391
21392 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21393
21394 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21395 diary-file buffer.
21396
21397 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21398
21399 * help.el (describe-mode): Allow a :minor-mode-function property to
21400 specify a different minor mode toggle function than the variable.
21401 * simple.el (auto-fill-function):
21402 * subr.el (add-minor-mode): Use it.
21403
21404 2005-03-16 Kenichi Handa <handa@m17n.org>
21405
21406 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21407 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21408 (ethio-fidel-to-sera-buffer): Likewise.
21409
21410 2005-03-16 Juri Linkov <juri@jurta.org>
21411
21412 * emacs-lisp/find-func.el (find-function-regexp):
21413 Add defun-emitting macro `menu-bar-make-toggle'.
21414
21415 * isearch.el: Put `isearch-scroll' property to
21416 `split-window-horizontally'.
21417
21418 * info.el: Update error messages for `debug-ignored-errors'.
21419 (Info-isearch-search): Doc fix.
21420 (Info-find-node): Move up code to go into info buffer before
21421 recording the node to the history.
21422 (Info-fontify-node): Fontify titles only if the next line
21423 has two or more `*', `=', `-', `.'.
21424 Display "go to this node" for empty (match-string 3).
21425
21426 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21427
21428 * term/mac-win.el: Add mouse pointer shape constants.
21429
21430 2005-03-15 Kim F. Storm <storm@cua.dk>
21431
21432 * simple.el (move-beginning-of-line): Use vertical-motion.
21433
21434 2005-03-15 Juri Linkov <juri@jurta.org>
21435
21436 * isearch.el (isearch-error): New variable.
21437 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21438 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21439 (isearch-within-brackets-state): Remove.
21440 (isearch-case-fold-search-state, isearch-pop-fun-state):
21441 Decrease frame index.
21442 (isearch-mode, isearch-top-state, isearch-push-state)
21443 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21444 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21445 (isearch-search, isearch-lazy-highlight-new-loop):
21446 Replace `isearch-invalid-regexp' with `isearch-error'.
21447 Remove `isearch-within-brackets'.
21448 (isearch-search): Add `search-failed' handler to `condition-case'.
21449 (isearch-lazy-highlight-search): Add `condition-case' to catch
21450 errors and allow `isearch-lazy-highlight-update' to try
21451 highlighting from the beginning of the window.
21452 (isearch-repeat): Move up code to set isearch-wrapped to t
21453 before calling isearch-wrap-function.
21454
21455 * info.el (Info-isearch-initial-node): New internal variable.
21456 (Info-search): Signal an error in isearch mode when search leaves
21457 the initial node. Signal an error when `bound' is non-nil and
21458 nothing was found in the current subfile.
21459 (Info-isearch-search): Remove `condition-case'.
21460 (Info-isearch-wrap): Don't wrap when search failed during leaving
21461 the initial node. If `Info-isearch-search' is nil, wrap around
21462 the current node.
21463 (Info-isearch-start): New fun.
21464 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21465 `isearch-mode-hook'.
21466
21467 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21468
21469 * simple.el (normal-erase-is-backspace): Set default to t if
21470 running on Mac.
21471
21472 * term/mac-win.el (function-key-map): Sync with x-win.el.
21473
21474 2005-03-15 Kenichi Handa <handa@m17n.org>
21475
21476 * international/mule-cmds.el (locale-language-names): Modify the
21477 format of elements and add more entries.
21478 (locale-preferred-coding-systems): Add more entries.
21479 (set-locale-environment): Adjust for the change of
21480 locale-language-names.
21481
21482 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21483
21484 * pcvs.el (smerge-ediff): Remove bogus autoload.
21485
21486 2005-03-14 Lute Kamstra <lute@gnu.org>
21487
21488 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21489 Ignore a `*' at the beginning of a line.
21490
21491 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21492 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21493 subr.el.
21494 (dont-compile, eval-when-compile, eval-and-compile): Use declare
21495 to specify indentation.
21496
21497 * generic.el (define-generic-mode): Let generic-mode-list be a
21498 list of strings; test membership with equal.
21499
21500 2005-03-14 Kim F. Storm <storm@cua.dk>
21501
21502 * simple.el (next-line, previous-line): Add optional try-vscroll
21503 arg to recognize interactive use. Pass it on to line-move.
21504 (line-move): Don't perform auto-window-vscroll when defining or
21505 executing keyboard macro to ensure consistent behavior.
21506
21507 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21508
21509 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21510
21511 2005-03-13 Lute Kamstra <lute@gnu.org>
21512
21513 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21514 debugger-setup-buffer so that backtrace marks the frames set to
21515 debug-on-exit and we don't have to do it manually. Set an extra
21516 debug-on-exit for macro's.
21517 (debugger-setup-buffer): Don't mark the top frame manually.
21518
21519 2005-03-12 Lute Kamstra <lute@gnu.org>
21520
21521 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21522 lisp-indent-function throughout.
21523 (with-no-warnings): Set lisp-indent-function property.
21524
21525 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21526
21527 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21528 Add entry for backslash.
21529
21530 2005-03-12 Juri Linkov <juri@jurta.org>
21531
21532 * info.el (Info-search): Four fixes for backward search.
21533
21534 2005-03-11 Jay Belanger <belanger@truman.edu>
21535
21536 * calc/calc.el (calc-language-alist): New variable.
21537 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21538 (calc-embedded-find-modes): Use calc-language-alist instead of
21539 calc-embedded-language-alist.
21540
21541 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21542
21543 * calendar/calendar.el (calendar-redrawing): New internal
21544 variable.
21545 (redraw-calendar): Remove bogus save-excursion from previous
21546 change. Bind calendar-redrawing to t for mark-diary-entries.
21547 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21548 calendar if that is why we were called.
21549
21550 2005-03-11 Kenichi Handa <handa@m17n.org>
21551
21552 * international/mule.el (make-coding-system): Set property
21553 coding-system-define-form to nil.
21554 (define-coding-system-alias): Likewise.
21555
21556 2005-03-11 Kenichi Handa <handa@m17n.org>
21557
21558 These changes are suggested by Dave Love <fx@gnu.org>.
21559
21560 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21561 coding: tag.
21562 (adaptive-fill-regexp): Add more bullets.
21563 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21564 regexps.
21565
21566 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * help.el (describe-mode): Properly handle non-trivial lighters.
21569 Don't ignore minor modes that are not listed in minor-mode-list.
21570
21571 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21572 feature ON when the user requests to turn it OFF.
21573
21574 2005-03-10 Lute Kamstra <lute@gnu.org>
21575
21576 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21577 (implement-debug-on-entry): New function to replace debug-entry-code.
21578 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21579 second argument as the 2005-03-07 change makes it obsolete.
21580 (debug-on-entry, cancel-debug-on-entry): Update call to
21581 debug-on-entry-1.
21582 (debug, debugger-setup-buffer): Comment update.
21583 (debugger-frame-number): Update to work with implement-debug-on-entry.
21584
21585 2005-03-10 Jay Belanger <belanger@truman.edu>
21586
21587 * calc/calc-embed.el (math-ms-args): Declare it.
21588 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21589 math-ms-args.
21590 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21591 variables.
21592
21593 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21594
21595 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21596 Use message-box.
21597
21598 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21599 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21600 (tooltip-gud-tips): Simplify.
21601 (tooltip-gud-tips-p): Remove superfluous :set.
21602 (tooltip-gud-modes): Add fortran-mode.
21603 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21604
21605 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21606
21607 2005-03-09 Kim F. Storm <storm@cua.dk>
21608
21609 * play/animate.el (animate-place-char): Use forward-line instead
21610 of next-line to improve performance.
21611
21612 2005-03-09 Simon Josefsson <jas@extundo.com>
21613
21614 * net/browse-url.el (browse-url-default-browser): Doc fix.
21615
21616 2005-03-09 Miles Bader <miles@gnu.org>
21617
21618 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21619 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21620
21621 2005-03-09 Kenichi Handa <handa@m17n.org>
21622
21623 * international/latin-1.el: Set case and syntax for 255 only if
21624 set-case-syntax-set-multibyte is nil.
21625
21626 * textmodes/ispell.el (ispell-insert-word): New function.
21627 (ispell-word): Use ispell-insert-word to insert a new word.
21628 (ispell-process-line): Likewise.
21629 (ispell-complete-word): Likewise.
21630
21631 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21632
21633 * calendar/calendar.el (redraw-calendar): Preserve point.
21634 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21635 (calendar-week-start-day): Move after definition of
21636 redraw-calendar. Delete buffer test, since redraw-calendar has
21637 that now.
21638
21639 * calendar/diary-lib.el (mark-diary-entries): Only call
21640 redraw-calendar in the first of any recursive calls.
21641 Reported by Alan Shutko <ats@acm.org>.
21642
21643 2005-03-08 Juri Linkov <juri@jurta.org>
21644
21645 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21646 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21647 (html-radio-buttons): Add a space before the trailing `/>' where
21648 sgml-xml-mode is non-nil.
21649 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21650 the subsequent tag of the empty XML tag.
21651 (html-href-anchor): Don't set initial input to "http:".
21652 (html-image): Ask for the image URL and set point inside alt="".
21653 (html-name-anchor): Duplicate the name in the `id' attribute when
21654 sgml-xml-mode is non-nil.
21655 (html-paragraph): Remove \n before <p>.
21656 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21657 instead of `checked' when sgml-xml-mode is non-nil.
21658
21659 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21660 Remove 1 space before #RRGGBB to not truncate it on terminal
21661 windows w/o fringes. Remove 1 space between bg and fg examples
21662 to get more space.
21663 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21664 avoid byte-compile warnings.
21665
21666 * image-file.el (image-file-handler): Put `safe-magic' property to
21667 `image-file-handler'.
21668
21669 * info.el (Info-isearch-search): Emulate word search in
21670 isearching through multiple Info nodes with Info-search.
21671 (Info-isearch-wrap): Allow isearch-word.
21672
21673 2005-03-08 Lute Kamstra <lute@gnu.org>
21674
21675 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21676 stepping into the debugger's code is not possible.
21677 (debugger-jumping-flag): Docstring update.
21678
21679 2005-03-08 Jay Belanger <belanger@truman.edu>
21680
21681 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21682 embedded mode begins.
21683 (calc-embedded-language-alist): New variable.
21684 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21685 set default language mode.
21686
21687 2005-03-08 Kenichi Handa <handa@m17n.org>
21688
21689 * international/ccl.el (define-ccl-program): Fix docstring about
21690 extra 256 bytes assured for the output buffer.
21691
21692 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21693 Fix BUFFER_MAGNIFICATION to 2.
21694 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21695
21696 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21697
21698 * align.el (align-rules-list): Added an alignment rule for CSS
21699 declarations (applies to css-mode and html-mode buffers).
21700
21701 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21702
21703 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21704
21705 2005-03-07 Kim F. Storm <storm@cua.dk>
21706
21707 * simple.el (move-beginning-of-line): New command.
21708
21709 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21710
21711 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21712
21713 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21714 and move-beginning-of-line.
21715
21716 * apropos.el (apropos-print): Omit command from M-x ... RET.
21717
21718 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21719
21720 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21721 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21722
21723 2005-03-06 Richard M. Stallman <rms@gnu.org>
21724
21725 * bindings.el (esc-map): Bind M-g to goto-line.
21726
21727 * facemenu.el (global-map): Bind M-o, not M-g.
21728
21729 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21730
21731 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21732 "Open Directory" as for "Open File".
21733
21734 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21735
21736 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21737 (push-mark-command): Run activate-mark-hook.
21738
21739 2005-03-06 Richard M. Stallman <rms@gnu.org>
21740
21741 * help-mode.el (help-mode-finish): Don't alter the element
21742 in view-return-to-alist if there already is one.
21743
21744 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21745 make sure the current buffer is the expected one.
21746
21747 * novice.el (disabled-command-function): Output in *Disabled Command*.
21748 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21749
21750 * textmodes/flyspell.el (flyspell-large-region):
21751 Pass args differently for aspell.
21752
21753 * files.el (mode-require-final-newline): Doc fix.
21754
21755 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21756
21757 * progmodes/which-func.el (which-function):
21758 Specify NOERROR when calling imenu--make-index-alist.
21759
21760 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21761
21762 * simple.el (normal-erase-is-backspace): Define default value.
21763
21764 * custom.el (custom-theme-set-variables): Remove unused var
21765 `immediate'.
21766 (custom-reevaluate-setting): Simple function to handle variables
21767 that are defined before their default value can really be
21768 computed.
21769
21770 * startup.el (command-line): Use it for temporary-file-directory,
21771 small-emporary-file-directory, auto-save-file-name-transforms,
21772 blink-cursor-mode, and normal-erase-is-backspace.
21773
21774 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21775 progress, even with buggy anchored keywords.
21776
21777 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21778
21779 * simple.el (goto-line): Remove unbalanced final parenthesis.
21780
21781 2005-03-05 Richard M. Stallman <rms@gnu.org>
21782
21783 * simple.el (goto-line): Use a number at point as the default.
21784 With C-u as arg, switch buffers.
21785
21786 2005-03-05 Juri Linkov <juri@jurta.org>
21787
21788 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21789 with `no-blinking-cursor'.
21790
21791 * startup.el (no-blinking-cursor): New defvar.
21792 (command-line): Add `--no-blinking-cursor' to longopts.
21793 Set `no-blinking-cursor' to t for command line arguments
21794 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21795 with `no-blinking-cursor' in the condition for calling
21796 `blink-cursor-mode'.
21797
21798 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21799
21800 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21801 (menu-bar-options-save): Add blink-cursor-mode.
21802 (menu-bar-options-menu): Add blink-cursor-mode.
21803
21804 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21805
21806 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21807 (icalendar-export-file, icalendar-export-region)
21808 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21809 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21810
21811 2005-03-04 Lute Kamstra <lute@gnu.org>
21812
21813 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21814 (debug-function-list): Ditto.
21815
21816 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21817
21818 * textmodes/texinfmt.el (texinfo-append-refill):
21819 Redefine the types of line to which @refill
21820 is not appended by replacing a search for `@refill\\|@bye' with
21821 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21822 itemize@refill' bug and the unfilled long lines bug.
21823 (texinfmt-version): Update number and date.
21824
21825 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21826
21827 * international/code-pages.el (windows-1250, windows-125[2-8])
21828 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21829
21830 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21831
21832 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21833 bound yet.
21834
21835 2005-03-02 Romain Francoise <romain@orebokech.com>
21836
21837 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21838 buffer after removing limits.
21839 (ibuffer-pop-filter): Ditto.
21840 Update copyright.
21841
21842 2005-03-02 Miles Bader <miles@gnu.org>
21843
21844 * button.el (make-text-button): If the user doesn't specify a
21845 type, use the default. Rewrite to use `add-text-properties' and
21846 plist functions.
21847
21848 2005-03-01 Lute Kamstra <lute@gnu.org>
21849
21850 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21851 (debugger-jumping-flag): New var.
21852 (debug-entry-code): Use it.
21853 (debugger-jump): Use debugger-jumping-flag and add
21854 debugger-reenable to post-command-hook.
21855 (debugger-reenable): Use debugger-jumping-flag and remove itself
21856 from post-command-hook.
21857 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21858 debugger-reenable.
21859
21860 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21861
21862 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21863 inclusion of "itemize\\|", which may be unnecessary, is certainly
21864 inelegant, and stops refilling in itemize lists when formatting
21865 Japanese Texinfo files to Info.
21866 Update copyright to 2005.
21867
21868 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21869
21870 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21871 of an error if GDB can't find the source file.
21872
21873 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21874
21875 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21876 not just the calendar.
21877
21878 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21879 first.
21880 (diary-redraw-calendar): New function.
21881 (make-diary-entry): Add diary-redraw-calendar to local
21882 write-contents-functions. Turn off selective display before
21883 inserting in diary.
21884
21885 2005-03-01 Kim F. Storm <storm@cua.dk>
21886
21887 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21888
21889 2005-03-01 Lute Kamstra <lute@gnu.org>
21890
21891 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21892 that debug-entry-code can be safely removed from a function while
21893 this code is being evaluated. Revert the 2005-02-27 change as the
21894 new implementation no longer requires it. Make sure that a
21895 function body containing just a string is not mistaken for a docstring.
21896 (debug): Skip one more frame in case of debug on entry.
21897 (debugger-setup-buffer): Delete one more frame line in case of
21898 debug on entry.
21899 (debugger-frame-number): Update to use the new text introduced by
21900 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21901
21902 2005-02-28 Kim F. Storm <storm@cua.dk>
21903
21904 * double.el (double-translate-key): Call force-window-update after
21905 read-event to avoid crash in redisplay.
21906
21907 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21908
21909 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21910 (debug): Use it. Move the inhibit-trace earlier.
21911 (debug-entry-code): New const.
21912 (debug-on-entry-1): Use it.
21913
21914 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21915
21916 * international/utf-16.el (ccl-encode-mule-utf-16le):
21917 Fix BUFFER_MAGNIFICATION to 2.
21918 (ccl-encode-mule-utf-16be): Likewise.
21919
21920 2005-02-28 Kenichi Handa <handa@m17n.org>
21921
21922 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21923 Fix BUFFER_MAGNIFICATION to 4.
21924 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21925
21926 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21927
21928 * speedbar.el (speedbar-update-flag): Doc fix.
21929 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21930 argument.
21931
21932 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21933
21934 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21935 have a non-nil `invisible' property but are actually visible.
21936
21937 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21938 for perldoc sections.
21939 (perl-outline-regexp, perl-outline-level): New var and function.
21940 (perl-mode): Use them.
21941
21942 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21943
21944 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21945 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21946
21947 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21948
21949 * cus-edit.el: Comment change.
21950 (custom-buffer-create-internal): Slightly reword text at top of
21951 Custom buffers. Mention there that saving an option edits the
21952 init file. Add link to Emacs manual node on `custom-file'.
21953 (custom-magic-alist): Rewrite individual State messages to use
21954 capitalized keywords. Doc fix.
21955
21956 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21957
21958 * calendar/calendar.el (calendar-buffer): Move above
21959 calendar-week-start-day.
21960 (calendar-week-start-day): Doc fix. Add :set function.
21961 (calendar-minimum-window-height): New variable.
21962 (generate-calendar-window): Only resize window if selected-window
21963 is displaying the calendar buffer. Use new variable
21964 calendar-minimum-window-height.
21965 (generate-calendar): Reword error message.
21966 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21967
21968 2005-02-27 Andreas Schwab <schwab@suse.de>
21969
21970 * vc.el (vc-do-command): Don't run command asynchronously when
21971 operating in a remote directory.
21972
21973 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21974 change from sync with Tramp 2.0.47.
21975
21976 2005-02-27 Richard M. Stallman <rms@gnu.org>
21977
21978 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21979
21980 * textmodes/flyspell.el (flyspell-mode-on):
21981 Call ispell-change-dictionary only if necessary.
21982
21983 * emacs-lisp/re-builder.el (regexp-builder): New function.
21984
21985 * register.el (describe-register-1): Explicitly handle
21986 yank-excluded-properties = t.
21987
21988 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21989 (custom-magic-alist): Change the status descriptions again.
21990 (face widget-type): Total rewrite based on `restricted-sexp'
21991 to eliminate the confusing double hiding levels.
21992
21993 * emacs-lisp/debug.el (debug-on-entry-1):
21994 If function body is empty, add nil as body form.
21995
21996 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21997
21998 * emacs-lisp/trace.el (inhibit-trace): New var.
21999 (trace-make-advice): Use it.
22000
22001 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22002
22003 2005-02-26 Kim F. Storm <storm@cua.dk>
22004
22005 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22006 (mouse-on-link-p, mouse-drag-region-1): Use it.
22007
22008 2005-02-25 Lute Kamstra <lute@gnu.org>
22009
22010 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22011
22012 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22013
22014 * frame.el (blink-cursor-mode): Add :group keyword.
22015
22016 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22017
22018 * calendar/icalendar.el (icalendar--decode-isodatetime):
22019 New optional argument DAY-SHIFT.
22020 (icalendar-export-region): Fix coding-system-for-write.
22021 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22022 events by one.
22023
22024 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22025
22026 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22027
22028 2005-02-24 Kim F. Storm <storm@cua.dk>
22029
22030 * international/iso-acc.el (iso-accents-compose): Fix crash
22031 during redisplay. Call force-window-update after read-event
22032 and delete-region to signal that window is not accurate.
22033
22034 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22035
22036 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22037 Remove unused and inexistent var `inhibit-trace'.
22038 (debugger-mode): Use run-mode-hooks.
22039 (debugger-list-functions): Add buttons; setup xref stack.
22040
22041 2005-02-23 Richard M. Stallman <rms@gnu.org>
22042
22043 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22044 appointment says it was explicitly made.
22045 (appt-add): Set the 3rd element.
22046 (appt-make-list): Preserve explicit appointments.
22047
22048 * subr.el (find-tag-default): Catch errors in forward-sexp.
22049
22050 2005-02-23 Juri Linkov <juri@jurta.org>
22051
22052 * info.el (Info-isearch-search): New defcustom.
22053 (Info-isearch-search): Call the default isearch function
22054 when Info-isearch-search is nil.
22055 (Info-isearch-wrap): Use variable Info-isearch-search.
22056
22057 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
22058
22059 * cus-edit.el: Comment change.
22060
22061 2005-02-22 Kim F. Storm <storm@cua.dk>
22062
22063 * progmodes/hideif.el (hide-ifdef-use-define-alist):
22064 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
22065
22066 2005-02-22 Simon Josefsson <jas@extundo.com>
22067
22068 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
22069 New variable.
22070 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
22071 Oskarsson" <myrkraverk@users.sourceforget.net>.
22072
22073 2005-02-22 Kim F. Storm <storm@cua.dk>
22074
22075 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
22076 check that window of that event is the selected window.
22077 (mouse-drag-region-1): Compare mouse event window to selected
22078 window before setting point.
22079
22080 * tooltip.el (tooltip-show-help-function): Pass event to
22081 mouse-on-link-p so it can check selected window.
22082
22083 2005-02-22 Kenichi Handa <handa@m17n.org>
22084
22085 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
22086 (ps-mule-show-warning): New function.
22087 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
22088 characters are found.
22089
22090 * ps-print.el (ps-header-footer-string): Return a list of header
22091 and footer strings.
22092
22093 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22094
22095 * pcvs.el (cvs-retrieve-revision): Fix thinko.
22096
22097 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * frame.el (blink-cursor-mode): Use define-minor-mode.
22100
22101 * term/mac-win.el (function-key-map): Use char-names more consistently.
22102 (file-name-coding-system): Only set it for MacOS-9. The other case is
22103 already handled in mule-cmds.el (where it also works when mac-win.el
22104 is not used).
22105
22106 2005-02-21 Kenichi Handa <handa@m17n.org>
22107
22108 * international/mule.el (ctext-pre-write-conversion): Always use
22109 " *code-converting-work*" buffer for work.
22110
22111 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
22112
22113 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
22114
22115 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
22116
22117 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
22118
22119 * ses.el (undo-more): Restore defadvice, but only the part that
22120 allows changes outside the restricted area of the buffer.
22121
22122 2005-02-20 Kim F. Storm <storm@cua.dk>
22123
22124 * simple.el (line-move): Add fourth optional arg try-vscroll which
22125 must be set to perform auto-window-vscroll.
22126 When moving backwards and doing auto-window-vscroll, automatically
22127 vscroll to the last part of lines which are taller than the window.
22128 (next-line, previous-line): Set try-vscroll arg on line-move.
22129
22130 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
22131
22132 * replace.el (query-replace, query-replace-regexp)
22133 (replace-string, replace-regexp): When operating on region, make
22134 the minibuffer prompt say so.
22135
22136 * isearch.el (isearch-forward): Document isearch-query-replace and
22137 isearch-query-replace-regexp keybindings.
22138
22139 2005-02-19 Jay Belanger <belanger@truman.edu>
22140
22141 * calc/calc-aent.el (math-read-token): Add local variable.
22142
22143 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
22144 (calc-edit-top): Move declaration to earlier in file.
22145 (calc-edit-macro-repeats): Add local variables.
22146
22147 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
22148 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
22149 calcFunc-tanh.
22150 Adjust integration rule for calcFunc-tan.
22151
22152 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22153
22154 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
22155 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
22156 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
22157 (viper-skip-separators): Bug fix.
22158 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
22159 particular major mode.
22160 (viper-del-backward-char-in-replace): Don't put deleted char on the
22161 kill ring.
22162
22163 * viper-ex.el (viper-color-display-p): New function.
22164 (viper-has-face-support-p): Use viper-color-display-p.
22165
22166 * viper-keym.el (viper-gnus-modifier-map): New keymap.
22167
22168 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
22169
22170 * viper-util.el (viper-glob-unix-files): Fix shell status check.
22171 (viper-file-remote-p): Make equivalent to file-remote-p.
22172
22173 * viper.el (viper-major-mode-modifier-list):
22174 Use viper-gnus-modifier-map.
22175
22176 2005-02-19 David Kastrup <dak@gnu.org>
22177
22178 * subr.el (subregexp-context-p): Fix garbled doc string by adding
22179 quoting.
22180
22181 2005-02-19 Jay Belanger <belanger@truman.edu>
22182
22183 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
22184 Remove extra definitions.
22185 (calc-coth): New function.
22186 (calcFunc-cot): Fix `let'.
22187
22188 2005-02-19 Eli Zaretskii <eliz@gnu.org>
22189
22190 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
22191 the reasons we use "type pc" in these faces.
22192
22193 * button.el (button): Ditto.
22194
22195 2005-02-19 Michael Mauger <mmaug@yahoo.com>
22196
22197 * replace.el (query-replace-read-from): Set the value of
22198 query-replace-from-history-variable to handle the case of an empty
22199 string entered to accept the suggested default.
22200
22201 * net/tramp.el (tramp-file-name-for-operation):
22202 Use dired-call-process instead of dired-call-process-command.
22203
22204 2005-02-19 Jay Belanger <belanger@truman.edu>
22205
22206 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
22207 (math-div-non-trig): New variables.
22208 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
22209 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
22210 (math-combine-prod, math-div-symb-fancy): Add simplifications for
22211 trig expressions.
22212
22213 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
22214
22215 * progmodes/gdb-ui.el (gdb-var-update-handler)
22216 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
22217 for watch expressions,
22218 (gdb-var-create-handler): Don't set speedbar-update-flag.
22219 (gdb-post-prompt): Simplify test for speedbar.
22220
22221 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22222
22223 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
22224 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
22225 we use the syntax table of the correct buffer.
22226 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
22227 Felix Gatzemeier.
22228
22229 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
22230 (ediff-file-remote-p): Make synonymous with file-remote-p.
22231 In all deffaces ediff-*-face-*, use min-colors.
22232
22233 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
22234 ediff-recurse-to-subdirectories.
22235 (ediff-mark-if-equal): Check that the arguments are strings, use
22236 ediff-same-contents (after to Felix Gatzemeier).
22237
22238 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
22239 nil.
22240
22241 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
22242
22243 * log-view.el (log-view-message-re): Fix up Subversion regexp.
22244
22245 2005-02-18 David Kastrup <dak@gnu.org>
22246
22247 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
22248 use `mark-active' when defined.
22249
22250 2005-02-18 Kenichi Handa <handa@m17n.org>
22251
22252 * ps-print.el (ps-font-info-database): New entry
22253 ZapfChancery-MediumItalic with correct font name. Fix font name
22254 of the entry Zapf-Chancery-MediumItalic.
22255
22256 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
22257
22258 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
22259
22260 2005-02-16 Kim F. Storm <storm@cua.dk>
22261
22262 * ido.el (ido-fallback-command): Pass user input to fallback command.
22263
22264 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
22265
22266 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
22267 (gdb-find-file-hook): Add server prefix.
22268
22269 2005-02-16 Richard M. Stallman <rms@gnu.org>
22270
22271 * replace.el (perform-replace): Pass new args to replace-highlight.
22272 (replace-highlight): Take region args,
22273 and pass them to isearch-lazy-highlight-new-loop.
22274
22275 * novice.el (disabled-command-hook): Autoload the defalias
22276 and the make-obsolete-variable call.
22277
22278 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
22279
22280 * isearch.el (isearch-lazy-highlight-start-limit)
22281 (isearch-lazy-highlight-end-limit): New variables limit
22282 the region for highlighting.
22283 (isearch-lazy-highlight-new-loop): New args BEG and END.
22284 (isearch-lazy-highlight-search): Use the new vars.
22285 (isearch-lazy-highlight-update): Likewise.
22286
22287 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
22288
22289 * cus-start.el (all): Use default-boundp.
22290
22291 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
22292
22293 * menu-bar.el (menu-bar-select-frame): Handle current frame.
22294
22295 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
22296
22297 * autorevert.el (auto-revert-stop-on-user-input)
22298 (auto-revert-verbose): Doc fixes.
22299
22300 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
22301
22302 * international/mule-cmds.el (set-locale-environment): Remove call
22303 to set-selection-coding-system on Windows.
22304
22305 2005-02-15 Jay Belanger <belanger@truman.edu>
22306
22307 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
22308 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
22309 calcFunc-coth.
22310 (math-simplify-sqrt): Add simplifications.
22311
22312 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
22313 to list.
22314
22315 * calc/calc-ext.el: Add functions to autoloads.
22316
22317 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
22318 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
22319 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
22320 (math-csc-raw, math-cot-raw): New functions.
22321
22322 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
22323
22324 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
22325 the variable name in a message.
22326
22327 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
22328 calcFunc-csc, calcFunc-cot.
22329
22330 * calc/calcalg2.el: Add derivative and integration rules for
22331 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
22332 calcFunc-csch, calcFunc-coth.
22333 (math-do-integral-methods): Add to checks for when to use
22334 substitutions.
22335
22336 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
22337
22338 2005-02-15 Lute Kamstra <lute@gnu.org>
22339
22340 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22341 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
22342 <monnier@iro.umontreal.ca>
22343 (lisp-outline-level): Improve efficiency. Suggested by David
22344 Kastrup <dak@gnu.org>.
22345
22346 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
22347
22348 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
22349 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
22350 (gdb-set-gud-minor-mode-existing-buffers): New functions.
22351 (gdb-find-file-hook): New hook. Add it to find-file-hook.
22352 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
22353
22354 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
22355
22356 * cus-start.el (all): Comment change.
22357
22358 2005-02-14 Lute Kamstra <lute@gnu.org>
22359
22360 * cus-start.el (all): Check if symbol is void.
22361
22362 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
22363
22364 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22365 optional argument to \cite.
22366
22367 2005-02-14 Richard M. Stallman <rms@gnu.org>
22368
22369 * cus-edit.el (custom-buffer-create-internal): Update help message.
22370 (custom-magic-alist): Update help messages.
22371
22372 * cus-start.el (all): Allow a var to specify a standard value.
22373
22374 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22375
22376 * custom.el (custom-theme-set-variables): Handle variable aliases.
22377
22378 * frame.el (blink-cursor-timer): Doc fix.
22379 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22380 declare obsolete.
22381 (blink-cursor-mode): Define with defcustom and use correct
22382 standard expression in that defcustom.
22383 * startup.el (command-line): Adapt to above changes in frame.el.
22384
22385 2005-02-11 Lute Kamstra <lute@gnu.org>
22386
22387 * apropos.el (apropos-score-doc): Prevent division by zero.
22388
22389 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22390
22391 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22392 (icalendar--get-event-property-attributes)
22393 (icalendar--get-event-properties)
22394 (icalendar--datetime-to-diary-date): New functions.
22395 (icalendar--split-value): Doc fix.
22396 (icalendar--datetime-to-noneuropean-date)
22397 (icalendar--datetime-to-european-date): New optional argument
22398 SEPARATOR. Return result as a string instead of a list.
22399 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22400 (icalendar--convert-string-for-export): Rename arg S to STRING.
22401 (icalendar-export-region): Doc fix. Change name of error buffer.
22402 Save output buffer.
22403 (icalendar-import-file): Add blank at end of prompt.
22404 (icalendar-import-buffer): Doc fix. Do not switch to error
22405 buffer. Indicate status in return value.
22406 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22407 buffer. Save output buffer. Handle exception from recurrence
22408 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22409 events. Fix problems with weekly all-day events.
22410
22411 2005-02-10 Richard M. Stallman <rms@gnu.org>
22412
22413 * simple.el (eval-expression-print-format):
22414 Avoid warning about edebug-active.
22415
22416 * help.el (help-for-help-internal): Rename from help-for-help.
22417 (help-for-help): Define with defalias.
22418
22419 * font-core.el (font-lock-default-function): Use with-no-warnings.
22420
22421 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22422
22423 * custom.el (defface): Doc fix.
22424
22425 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22426
22427 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22428 width 0" to prevent word wrapping problems.
22429
22430 2005-02-09 Kim F. Storm <storm@cua.dk>
22431
22432 * ido.el (ido-file-extensions-order): New defcustom.
22433 (ido-file-extension-lessp, ido-file-extension-aux)
22434 (ido-file-extension-order): New advanced file ordering.
22435 (ido-file-lessp): New simple file ordering.
22436 (ido-sort-list): Remove.
22437 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22438 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22439
22440 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22441
22442 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22443 that some versions of grep produce.
22444 (grep-mode-font-lock-keywords): Likewise.
22445
22446 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22447
22448 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22449 (gdb-cdir): Delete.
22450 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22451 (gdb-source-info): Treat case when source file is in another
22452 directory properly.
22453 (gdb-get-location): New function.
22454
22455 2005-02-07 Jay Belanger <belanger@truman.edu>
22456
22457 * calc/calc-prog.el (calc-write-parse-table-part)
22458 (calc-fix-token-name): Fix a check for language type.
22459
22460 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22461
22462 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22463
22464 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22465 as directory not writable.
22466
22467 2005-02-07 Kim F. Storm <storm@cua.dk>
22468
22469 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22470 (cua--standard-movement-commands): Remove list.
22471 Instead, set CUA property value to move for movement commands.
22472 (cua-movement-commands): Remove. Users must set CUA prop instead.
22473 (cua--pre-command-handler): Check CUA property.
22474 (cua--init-keymaps): Don't remap undo commands.
22475 (cua-mode): Don't call cua--rectangle-on-off.
22476
22477 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22478 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22479 (cua--rect-undo-set-point): New var.
22480 (cua--rectangle-undo-boundary): Setup undo apply entry.
22481 (cua--rect-undo-handler): New function for rectangle undo.
22482 (cua--rect-start-position, cua--rect-end-position): Add.
22483 (cua--rectangle-post-command): Call cua--rectangle-set-corners
22484 for restored rectangle. Set point if cua--rect-undo-set-point.
22485
22486 2005-02-06 Jay Belanger <belanger@truman.edu>
22487
22488 * calc/calc-lang.el (calc-tex-language): Display more information
22489 in messages.
22490
22491 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22492 in TeX mode.
22493
22494 2005-02-06 Richard M. Stallman <rms@gnu.org>
22495
22496 * emacs-lisp/lisp.el (buffer-end): Doc fix.
22497
22498 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
22499
22500 * net/ldap.el (ldap-search-internal): Support attributes with
22501 optional descriptions separated by a semi-colon, as in
22502 "userCertificate;binary".
22503
22504 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22505
22506 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22507 isn't a cons (i.e. the version is 0).
22508
22509 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22510
22511 * help.el (help-for-help): Doc fix.
22512
22513 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22514
22515 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22516 GDB-Windows on the menu-bar as this works better.
22517
22518 2005-02-04 Jay Belanger <belanger@truman.edu>
22519
22520 * calc/calc-embed.el (calc-embedded-update): Don't put in
22521 unnecessary newlines. Adjust the end of formula marker.
22522
22523 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22524 (math-latex-parse-two-args): New function.
22525
22526 2005-02-03 Lute Kamstra <lute@gnu.org>
22527
22528 * help-fns.el (help-with-tutorial): Make sure that users cannot
22529 remove the entire text of the tutorial by means of `undo'.
22530
22531 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22532
22533 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22534 in recent changes, where the ispell process was repeatedly
22535 killed & restarted.
22536
22537 * international/mule-cmds.el (set-locale-environment): Set file-name
22538 coding system to utf-8 on Darwin systems.
22539 (set-default-coding-systems): Don't set default-file-name-coding-system
22540 on Darwin systems.
22541
22542 2005-02-03 Richard M. Stallman <rms@gnu.org>
22543
22544 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22545
22546 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22547
22548 * faces.el (list-faces-display): Add optional argument.
22549
22550 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * font-core.el (font-lock-default-function): Handle the rare case where
22553 only font-lock-keywords is set.
22554
22555 2005-02-02 Kenichi Handa <handa@m17n.org>
22556
22557 * international/characters.el: Cancel previous change for
22558 I-WITH-DOT-ABOVE and DOTLESS-i.
22559
22560 * international/latin-5.el: Cancel previous change.
22561
22562 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22563
22564 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22565
22566 2005-02-02 Kenichi Handa <handa@m17n.org>
22567
22568 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22569 DOTLESS-i.
22570
22571 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22572 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22573
22574 * case-table.el (get-upcase-table): New function.
22575 (copy-case-table): Copy upcaes table too if non-nil.
22576 (set-case-syntax-delims): Maintain upcase table too.
22577 (set-case-syntax-pair): Likewise.
22578 (set-upcase-syntax, set-downcase-syntax): New functions.
22579 (set-case-syntax): Maintain upcase table too.
22580
22581 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22582
22583 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22584
22585 * progmodes/gud.el (gud-goto-info): New function.
22586 (gud-tool-bar-map): Use correct icon.
22587
22588 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22589
22590 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22591 When delegating, order args in the funcall correctly.
22592
22593 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22594
22595 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22596
22597 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22598
22599 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22600 buffer not visiting a file.
22601
22602 2005-01-31 Jay Belanger <belanger@truman.edu>
22603
22604 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22605 bound on the line with the formula.
22606
22607 2005-01-31 Kim F. Storm <storm@cua.dk>
22608
22609 * ses.el (ses-create-cell-variable-range)
22610 (ses-destroy-cell-variable-range, ses-reset-header-string)
22611 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22612 (ses-insert-row): Fix format of apply undo entries.
22613
22614 2005-01-31 Jay Belanger <belanger@truman.edu>
22615
22616 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22617 parts.
22618
22619 * calc/calc-embed.el (calc-embedded-open-formula)
22620 (calc-embedded-close-formula): Ignore matrix environments.
22621
22622 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22623 TeX mode.
22624
22625 * calc/calc-lang.el (math-function-table, math-oper-table)
22626 (math-variable-table): Adjust the LaTeX portions.
22627
22628 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22629 (math-latex-ignore-words): New constant.
22630
22631 2005-01-31 Richard M. Stallman <rms@gnu.org>
22632
22633 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22634 (ispell-local-dictionary): Doc fix.
22635 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22636 Don't reinitialize at run time. Don't defcustom.
22637 All uses changed to append ispell-local-dictionary-alist,
22638 or check it first.
22639 (ispell-current-dictionary): New variable for dictionary in use.
22640 (ispell-dictionary): Now used only for global default.
22641 (ispell-start-process): Set ispell-current-dictionary,
22642 not ispell-dictionary.
22643 (ispell-change-dictionary): Use this only for setting
22644 user preferences.
22645 (ispell-internal-change-dictionary): New function
22646 to change the current dictionary in use.
22647 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22648 Use ispell-current-dictionary.
22649 Handle ispell-local-dictionary-overridden.
22650 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22651
22652 2005-01-31 Jay Belanger <belanger@truman.edu>
22653
22654 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22655
22656 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22657 (calc-mode-map): Add calc-latex-language.
22658
22659 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22660 (math-latex-print-frac): New functions.
22661 (math-oper-table, math-function-table, math-variable-table)
22662 (math-complex-format, math-input-filter): Add latex properties.
22663 (calc-set-language): Set math-expr-special-function-mapping.
22664
22665 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22666 (calc-write-parse-table-part): Add LaTeX support.
22667
22668 * calc/calc.el (calc-language): Adjust docstring.
22669 (calc-set-mode-line): Add LaTeX support.
22670 (math-expr-special-function-mapping): New variable.
22671 (math-tex-ignore-words): Add to list.
22672
22673 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22674 Add LaTeX support.
22675 (math-compose-expr): Add support for special functions.
22676
22677 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22678
22679 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22680
22681 * progmodes/gdb-ui.el (gdb-memory-address)
22682 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22683 (gdb-memory-mode-map, gdb-memory-format-keymap)
22684 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22685 (gdb-memory-unit-menu): New variables for a buffer
22686 that lets the user examine program memory.
22687 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22688 (gdb-memory-format-binary, gdb-memory-format-octal)
22689 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22690 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22691 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22692 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22693 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22694 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22695 (gdb-memory-mode, gdb-memory-buffer-name)
22696 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22697 New functions for above buffer.
22698
22699 2005-01-30 Richard M. Stallman <rms@gnu.org>
22700
22701 * cus-edit.el (custom-bury-buffer): Function deleted.
22702 (custom-buffer-done-function): Option deleted.
22703 (custom-buffer-done-kill): New replacement option.
22704 (Custom-buffer-done): Call quit-window.
22705 (custom-buffer-create-internal): Update for above changes.
22706
22707 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22708
22709 * simple.el (undo-ask-before-discard): New var.
22710 (undo-outer-limit-truncate): Implement it.
22711 (undo-extra-outer-limit): Doc update.
22712
22713 2005-01-29 Richard M. Stallman <rms@gnu.org>
22714
22715 * ses.el (undo-more): Delete defadvice.
22716 (ses-begin-change): Doc fix.
22717
22718 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22719 instead of rebinding C-x u and C-_.
22720
22721 * files.el (normal-backup-enable-predicate): Return nil for files
22722 in /tmp, regardless of temporary-file-directory.
22723
22724 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22725
22726 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22727 (open-rectangle, delete-whitespace-rectangle-line)
22728 (clear-rectangle-line): If FILL, pass t instead of FILL
22729 for move-to-column's 2nd arg.
22730
22731 * simple.el (undo): Fix the test for continuing a series of undos.
22732 (undo-more): Set pending-undo-list to t when we reach end.
22733 (pending-undo-list): Move up defvar.
22734
22735 * wid-edit.el (widget-button-click):
22736 Shorten the range of the track-mouse binding.
22737
22738 * comint.el (comint-insert-input): Undo previous changes;
22739 use last-input-event in interactive spec.
22740
22741 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22742
22743 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22744 to nil before invoking call-process. Reset buffer's modified flag
22745 after fontifying it in the no-async branch.
22746
22747 * wid-edit.el (widget-specify-button): If mouse pointer shape
22748 cannot be changed, use mouse face instead.
22749
22750 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22751
22752 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22753 (gdb-goto-breakpoint): Make breakpoint handling work on template
22754 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22755 (gdb-assembler-custom): Update to recognize breakpoint information
22756 added on 2005-01-19.
22757
22758 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22759
22760 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22761 (dsssl-mode): Use define-derived-mode.
22762 (scheme-mode-initialize): Remove.
22763 (scheme-mode): Use run-mode-hooks.
22764
22765 * cus-edit.el (customize-group-other-window)
22766 (custom-buffer-create-other-window): Don't override special-display-*.
22767 (custom-mode-map): Make it dense.
22768
22769 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22770 sets the default value.
22771
22772 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22773
22774 * descr-text.el: Add more keywords.
22775
22776 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22777
22778 * speedbar.el: Avoid unnecessary use of locate-library.
22779
22780 * international/mule-cmds.el (standard-display-european-internal):
22781 Don't fiddle with latin-1 non-break space any more since it's now
22782 special cased in the C code.
22783 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22784
22785 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22786
22787 * cus-start.el (all): Add `undo-outer-limit'.
22788
22789 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22790
22791 * textmodes/bibtex.el (bibtex-format-entry):
22792 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22793 field lines.
22794 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22795 not on part of a buffer.
22796
22797 2005-01-25 Lute Kamstra <lute@gnu.org>
22798
22799 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22800 nonempty field text strings like "{letters\\macro{}more letters}".
22801 Clarify docstring.
22802 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22803 (bibtex-entry-offset, bibtex-parse-association)
22804 (bibtex-parse-field-name): Fix typos in docstrings.
22805 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22806
22807 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22808
22809 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22810 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22811 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22812 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22813
22814 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22815 isearch minor mode.
22816
22817 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22818
22819 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22820
22821 2005-01-24 Lute Kamstra <lute@gnu.org>
22822
22823 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22824 CASECHARS and NOT-CASECHARS regular expressions of the
22825 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22826 striding over charsets" error.
22827
22828 2005-01-24 Jay Belanger <belanger@truman.edu>
22829
22830 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22831 display variable name.
22832
22833 2005-01-24 Kenichi Handa <handa@m17n.org>
22834
22835 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22836 Fix setting of the element of encoded-kbd-iso2022-invocations.
22837
22838 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22839
22840 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22841 (gdb-threads-select): Change to also accept mouse events.
22842 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22843 (gdb-threads-mouse-select): Delete.
22844
22845 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22846
22847 * files.el (insert-directory): Take care of empty directory,
22848 listed without -a switch.
22849
22850 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22851
22852 * textmodes/refill.el (refill-post-command-function):
22853 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22854 to the list of functions that we should be careful not to undo.
22855 (refill-late-fill-paragraph-function): Remove.
22856 (refill-saved-state): New var.
22857 (refill-mode): Use it to save fill-paragraph-function.
22858 Save also the value of auto-fill-function.
22859
22860 * term/w32-win.el: Simplify code.
22861
22862 2005-01-23 Kim F. Storm <storm@cua.dk>
22863
22864 * simple.el (line-move): Adapt to new return value from
22865 pos-visible-in-window-p.
22866
22867 * simple.el (line-move): Fix last change. Check partial
22868 visibility at point rather than at window-start.
22869
22870 2005-01-22 Jason Rumney <jasonr@gnu.org>
22871
22872 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22873
22874 2005-01-22 David Kastrup <dak@gnu.org>
22875
22876 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22877
22878 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22879
22880 * type-break.el (type-break-mode): Add a test for
22881 type-break-file-name being non-nil.
22882
22883 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22884
22885 * net/eudc.el (top level): Call (message "") via progn, so that
22886 eudc-options-file is loaded.
22887
22888 2005-01-22 Kim F. Storm <storm@cua.dk>
22889
22890 * simple.el (line-move-1): Rename from line-move.
22891 (line-move): New function that adjusts vscroll for partially
22892 visible rows, and calls line-move-1 otherwise.
22893
22894 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22895
22896 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22897 since it's not a complete read-event implementation
22898
22899 2005-01-20 Jay Belanger <belanger@truman.edu>
22900
22901 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22902 for called function.
22903
22904 2005-01-20 Steven Tamm <steventamm@mac.com>
22905
22906 * term/mac-win.el (process-connection-type): Remove.
22907 Controlled now by s/darwin.h:PTY_ITERATION.
22908
22909 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22910
22911 * window.el (handle-select-window): Don't switch window when we're
22912 in the minibuffer.
22913
22914 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22915
22916 * subr.el (dotimes-with-progress-reporter): New macro.
22917
22918 * ses.el (ses-dotimes-msg): Remove macro.
22919 Use `dotimes-with-progress-reporter' instead.
22920
22921 2005-01-19 Steven Tamm <steventamm@mac.com>
22922
22923 * term/mac-win.el (process-connection-type): Use new
22924 operating-system-release variable to use ptys on Darwin 7 (OS X
22925 10.3) when using carbon build.
22926
22927 2005-01-19 Jay Belanger <belanger@truman.edu>
22928
22929 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22930 flags if the last command was a tab or M-tab.
22931
22932 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22933 in formula editing buffer.
22934
22935 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22936
22937 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22938 breakpoint image symbol in margin.
22939
22940 2005-01-19 Jay Belanger <belanger@truman.edu>
22941
22942 * calc/calc-prog.el (calc-execute-kbd-macro):
22943 Ignore calc-keep-arg-flag.
22944
22945 2005-01-19 Kenichi Handa <handa@m17n.org>
22946
22947 * textmodes/ispell.el (ispell-looking-at): New function.
22948 (ispell-process-line): Use ispell-looking-at to compare the ispell
22949 output and the buffer contents.
22950
22951 2005-01-18 Jay Belanger <belanger@truman.edu>
22952
22953 * calc/calc.el (calc-display-raw): Fix docstring.
22954
22955 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22956
22957 * simple.el (blink-matching-open): Strip extra info from syntax.
22958
22959 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22960 funny chars in the end-of-here-doc marker.
22961
22962 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22963
22964 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22965 that enable/disabled state of breakpoints is shown correctly in
22966 fringe and on ttys.
22967 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22968 Add breakpoint information as text properties.
22969 (gdb-mouse-toggle-breakpoint):
22970 Rename to gdb-mouse-set-clear-breakpoint.
22971 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22972 breakpoints in the margin.
22973 (gdb-remove-strings): Simplify.
22974
22975 2005-01-17 Jay Belanger <belanger@truman.edu>
22976
22977 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22978 erasing buffer.
22979
22980 2005-01-17 Richard M. Stallman <rms@gnu.org>
22981
22982 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22983 for calling grep-compute-defaults.
22984
22985 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22986 if buffer is empty.
22987
22988 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22989
22990 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22991
22992 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22993
22994 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22995 non-preloaded variables.
22996
22997 2005-01-17 Steven Tamm <steventamm@mac.com>
22998
22999 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23000 tex-shell cause to force interactivity when using pipes.
23001
23002 2005-01-17 Kim F. Storm <storm@cua.dk>
23003
23004 * simple.el (just-one-space): Make arg optional.
23005
23006 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23007
23008 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23009 posn-at-x-y to t to access left-margin.
23010
23011 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23012
23013 Sync with Tramp 2.0.47.
23014
23015 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23016 catching keep-date problems in cp/scp operations.
23017 (tramp-handle-copy-file): Don't call `set-file-modes'
23018 unconditionally. Specialized functions should know better what is
23019 necessary. This improves performance a little bit, and the
23020 functions could catch errors with `cp -p' and `scp -p'.
23021 (tramp-do-copy-or-rename-file-via-buffer)
23022 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23023 when appropriate.
23024 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23025 Call `set-file-modes' when appropriate.
23026 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23027 Johnsson <isak@hypergene.com>
23028 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23029 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23030 <joakim@verona.se>
23031 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23032 Emacs only.
23033
23034 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
23035 `find-file-hooks' and `dired-mode-hook'.
23036 (tramp-minor-mode-map): Respective map. Add remapping for
23037 `compile' and `recompile'.
23038 (tramp-remap-command, tramp-recompile): New defuns.
23039 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23040 in buffer "*Compilation*". Call the commands asynchronously.
23041
23042 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23043 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23044 `shell-command', because it isn't magic in XEmacs. Reported by
23045 Adrian Aichner <adrian@xemacs.org>.
23046
23047 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23048 `substitute-in-file-name.
23049 (tramp-smb-handle-substitute-in-file-name): New defun.
23050 (tramp-smb-advice-PC-do-completion): Delete advice.
23051
23052 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
23053
23054 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23055 Fix error in deleting region.
23056
23057 2005-01-15 Richard M. Stallman <rms@gnu.org>
23058
23059 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23060 In non-temp buffer, switch syntax table temporarily.
23061
23062 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23063
23064 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23065
23066 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23067
23068 * imenu.el (imenu--split-menu): Copy menulist before sorting.
23069 (imenu--generic-function): Use START, not BEG, as pos of definition.
23070
23071 * simple.el (just-one-space): Argument specifies number of spaces.
23072
23073 * simple.el (eval-expression-print-format): Avoid warning
23074 about edebug-active.
23075
23076 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
23077
23078 * progmodes/sh-script.el: Code copied from make-mode.el
23079 with small changes,
23080 (sh-mode-map): Bind C-c C-\.
23081 (sh-backslash-column, sh-backslash-align): New variables.
23082 (sh-backslash-region, sh-append-backslash): New functions.
23083
23084 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
23085
23086 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
23087 (rmail-pop-password, rmail-pop-password-required): Move to
23088 rmail-obsolete group.
23089 (rmail-set-pop-password): Rename to rmail-set-remote-password.
23090 All callers updated.
23091 (rmail-get-pop-password): Rename to rmail-get-remote-password.
23092 Take an argument specifying whether it is POP or IMAP mailbox we
23093 are using. All callers updated.
23094 (rmail-pop-password-error): Rename to
23095 rmail-remote-password-error. Added mailutils-specific error message.
23096 (rmail-movemail-search-path)
23097 (rmail-movemail-variant-in-use): New variables.
23098 (rmail-remote-password, rmail-remote-password-required):
23099 New customization variables.
23100 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
23101 (rmail-parse-url): New function.
23102 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
23103 with GNU mailutils movemail.
23104
23105 2005-01-15 Kevin Ryde <user42@zip.com.au>
23106
23107 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
23108 suffix to space, $ or '$, to correctly position point when going
23109 to @table style constants like DBL_MAX.
23110
23111 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
23112
23113 * type-break.el (type-break-mode, type-break-file-time)
23114 (type-break-file-keystroke-count, type-break-choose-file):
23115 Don't store data in or load data from the file if type-break-file-name
23116 is nil.
23117 (type-break-file-name): Doc update as per the above.
23118
23119 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
23120
23121 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
23122 lookup-key might return nil; handle that.
23123
23124 2005-01-15 Alan Mackenzie <acm@muc.de>
23125
23126 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
23127 rather than the element found, thus enabling the tree to be setcar'd.
23128
23129 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23130
23131 * textmodes/org.el (org-show-following-heading): New option.
23132 (org-show-hierarchy-above): Use `org-show-following-heading'.
23133 (org-cycle): Documentation fix.
23134
23135 * textmodes/org.el (orgtbl-optimized): New option
23136 (orgtbl-mode): New command, a minor mode.
23137 (orgtbl-mode-map): New variable.
23138 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
23139 (orgtbl-error, orgtbl-self-insert-command)
23140 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
23141
23142 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
23143 a local variable in each org-mode buffer.
23144
23145 * textmodes/org.el (org-set-regexps-and-options): Rename from
23146 `org-set-regexps'. Added checking for STARTUP keyword.
23147 (org-get-current-options): Add STARTUP options.
23148 (org-table-insert-row): Make mode intelligent about when
23149 realignment is needed.
23150 (org-self-insert-command, org-delete-backward-char, org-delete-char):
23151 New commands.
23152 (org-enable-table-editor): New default value `optimized'.
23153 (org-table-blank-field): Support blanking regions if active.
23154
23155 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23156
23157 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
23158 if the year is not given.
23159
23160 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
23161 Add new escapes %m and %M, fixed bug with %F by adding
23162 save-match-data.
23163 (reftex-reference): Remove ?. from list of spaces.
23164 (reftex-label-info): Add automatic label prefix recognition.
23165
23166 * textmodes/reftex-index.el (reftex-index-next-phrase):
23167 Add slave parameter to call of `reftex-index-this-phrase'.
23168 (reftex-index-this-phrase): New optional argument.
23169 (reftex-index-region-phrases): Add slave parameter to call of
23170 `reftex-index-this-phrase'.
23171 (reftex-display-index): New argument redo.
23172 (reftex-index-rescan): Add `redo' to arguments of
23173 `reftex-display-index'.
23174 (reftex-index-Rescan, reftex-index-revert)
23175 (reftex-index-switch-index-tag): Add `redo' to arguments of
23176 `reftex-display-index'.
23177 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
23178 indexing. Fix bug with matching is there is a quote before or
23179 after the word.
23180
23181 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
23182 Fix bug when collecting citation keys in lines with comments.
23183 (reftex-citation): Prefix argument no longer rescans the document,
23184 but forces prompting for optional arguments of cite macros.
23185 (reftex-do-citation): Prompting for optional arguments implemented.
23186
23187 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23188 Add optional arguments to most cite commands.
23189 (reftex-cite-cleanup-optional-args): New option
23190 (reftex-cite-prompt-optional-args): New option.
23191 (reftex-trust-label-prefix): New option.
23192
23193 * textmodes/reftex-toc.el (reftex-toc-find-section):
23194 Add push-mark before changing the position in the buffer.
23195
23196 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
23197 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
23198
23199 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
23200
23201 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
23202 more carefully.
23203
23204 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
23205
23206 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
23207 (sgml-mode): Use it.
23208 (sgml-get-context): Better keep track of implicitly closed tags.
23209
23210 2005-01-13 Kenichi Handa <handa@m17n.org>
23211
23212 * textmodes/ispell.el: These changes are to fix misalignment error
23213 caused by equivalent characters of different Emacs charsets.
23214 (ispell-unified-chars-table): New variable.
23215 (ispell-get-decoded-string): New function.
23216 (ispell-get-casechars, ispell-get-not-casechars)
23217 (ispell-get-otherchars): Call ispell-get-decoded-string.
23218
23219 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
23220
23221 * custom.el (custom-declare-variable): Just put symbol instead
23222 of (defvar . symbol) in `current-load-list'.
23223
23224 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
23225
23226 * emacs-lisp/elint.el: Fixed typo in Commentary section.
23227
23228 2005-01-12 Jay Belanger <belanger@truman.edu>
23229
23230 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
23231 to create a Calc summary.
23232
23233 2005-01-12 Kim F. Storm <storm@cua.dk>
23234
23235 * mouse.el (mouse-on-link-p): Change functionality and doc
23236 string to comply with latest description in lisp ref.
23237
23238 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
23239
23240 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
23241 Enable mouse clicks on mode-line, header-line and margin.
23242 (event-type): Give mouse event symbols an `event-kind' property
23243 with value `mouse-click'.
23244
23245 2005-01-12 Juri Linkov <juri@jurta.org>
23246
23247 * facemenu.el (list-colors-display): Add new arg buffer-name.
23248 Use it. Fix docstring. Replace code for identifying duplicate
23249 colors by the name with call to `list-colors-duplicates' which
23250 identifies duplicate colors by the value unless the color
23251 is one of special Windows colors. Set truncate-lines to t.
23252 Print sorted duplicate color names on each line. Indent to 22
23253 \(the longest color name in rgb.txt) instead of 20. Optimize.
23254 (list-colors-duplicates): New function.
23255 (facemenu-color-name-equal): Delete function.
23256
23257 * facemenu.el (list-colors-print): New function created from code
23258 in list-colors-display. Print #RRGGBB at the window right edge.
23259 (list-colors-display): When temp-buffer-show-function is not
23260 defined, call list-colors-print from temp-buffer-show-hook
23261 to get the right value of window-width in list-colors-print
23262 after the buffer is displayed.
23263
23264 * simple.el (pop-mark): Move deactivate-mark out of conditional
23265 part to deactivate the active mark regardless of the state of the
23266 mark ring.
23267
23268 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
23269 variables line in desktop files.
23270
23271 2005-01-12 Juri Linkov <juri@jurta.org>
23272
23273 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
23274 Bring together isearch highlight related options.
23275 (lazy-highlight): Replace group `replace' by `matching'.
23276 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23277 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23278 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
23279 and declare them obsolete.
23280 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
23281 (isearch-faces): Remove defgroup.
23282 (isearch-overlay, isearch-highlight, isearch-dehighlight):
23283 Move isearch highlighting code closer to lazy highlighting code.
23284
23285 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
23286 (query-replace-highlight, query-replace-lazy-highlight)
23287 (query-replace): Move definitions to the beginning of the file.
23288
23289 2005-01-11 Juri Linkov <juri@jurta.org>
23290
23291 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
23292 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
23293 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
23294
23295 * info.el (Info-history-forward): New variable.
23296 (Info-select-node): Reset Info-history-forward to nil.
23297 (Info-last): Turn into defalias.
23298 (Info-history-back): Rename from Info-last.
23299 Add current node to Info-history-forward.
23300 (Info-history-forward): New fun.
23301 (Info-mode-map): Replace Info-last by Info-history-back.
23302 Bind Info-history-forward to "r".
23303 (Info-mode-menu): Replace Info-last by Info-history-back.
23304 Fix menu item text. Add menu item for Info-history-forward.
23305 (info-tool-bar-map): Replace Info-last by Info-history-back.
23306 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
23307 for Info-history-forward.
23308 (Info-mode): Replace Info-last by Info-history-back in docstring.
23309 Add local variable Info-history-forward.
23310 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
23311
23312 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
23313
23314 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
23315 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
23316 Ignore select-window events rather than fiddle with
23317 mouse-autoselect-window.
23318
23319 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
23320
23321 * type-break.el (type-break-mode): Fix previous change.
23322
23323 2005-01-10 Jay Belanger <belanger@truman.edu>
23324
23325 * calc/calc-ext.el (calc-reset): Reset when inside embedded
23326 calculator; only reset when point is inside a calculator.
23327 Don't adjust the window height if the window takes up the whole height
23328 of the frame.
23329
23330 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
23331
23332 * ebuff-menu.el (Electric-buffer-menu-mode):
23333 Preserve value of buffer-local var header-line-format.
23334
23335 2005-01-09 Jay Belanger <belanger@truman.edu>
23336
23337 * calc/calc.el (calc-mode-var-list-restore-saved-values):
23338 Make sure settings file exists before accessing it.
23339
23340 * calc/calc-embed.el (calc-embedded-subst):
23341 Replace math-multi-subst-rec, which is only supposed to be called
23342 by math-multi-subst, by math-multi-subst.
23343
23344 2005-01-09 Andre Spiegel <spiegel@gnu.org>
23345
23346 * vc.el (vc-allow-async-revert): New user option.
23347 (vc-disable-async-diff): New internal variable.
23348 (vc-revert-buffer): Use them to disable asynchronous diff.
23349
23350 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
23351 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
23352 asynchronously if vc-disable-async-diff is t.
23353
23354 2005-01-09 Jay Belanger <belanger@truman.edu>
23355
23356 * calc/calc.el (defcalcmodevar): New macro.
23357 (calc-mode-var-list-restore-default-values)
23358 (calc-mode-var-list-restore-saved-values): New functions.
23359 (calc-mode-var-list): Use defcalcmodevar to define it.
23360 (calc-always-load-extensions, calc-line-numbering)
23361 (calc-line-breaking, calc-display-just, calc-display-origin)
23362 (calc-number-radix, calc-leading-zeros, calc-group-digits)
23363 (calc-group-char, calc-point-char, calc-frac-format)
23364 (calc-prefer-frac, calc-hms-format, calc-date-format)
23365 (calc-float-format, calc-full-float-format, calc-complex-format)
23366 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23367 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23368 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23369 (calc-matrix-brackets, calc-language, calc-language-option)
23370 (calc-left-label, calc-right-label, calc-word-size)
23371 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23372 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23373 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23374 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23375 (calc-window-height, calc-display-trail, calc-show-selections)
23376 (calc-use-selections, calc-assoc-selections)
23377 (calc-display-working-message, calc-auto-why, calc-timing)
23378 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23379 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23380 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23381 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23382 (calc-gnuplot-geometry, calc-graph-default-resolution)
23383 (calc-graph-default-resolution-3d, calc-invocation-macro)
23384 (calc-show-banner): Use defcalcmodevar to declare them and set
23385 their default values.
23386
23387 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23388 instead of default values (but restore default values if there is
23389 an argument of 0).
23390
23391 2005-01-09 David Kastrup <dak@gnu.org>
23392
23393 * desktop.el (desktop-restore-eager): Fix typo in type.
23394
23395 2005-01-08 Richard M. Stallman <rms@gnu.org>
23396
23397 * cus-edit.el (customize): Delete :link.
23398
23399 2005-01-08 Jay Belanger <belanger@truman.edu>
23400
23401 * calc/calc.el (calc-mode): Remove the extension from the
23402 `calc-settings-file' file name when loading it.
23403
23404 2005-01-08 Kim F. Storm <storm@cua.dk>
23405
23406 * info.el (Info-mode-map, Info-next-link-keymap)
23407 (Info-prev-link-keymap, Info-up-link-keymap):
23408 Map follow-link to mouse-face.
23409 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23410
23411 2005-01-08 Jay Belanger <belanger@truman.edu>
23412
23413 * calc/calc.el (calc-settings-file): Change default value.
23414 Suggested by cgw in a comment in calc-mode.el.
23415
23416 * calc/calc-mode.el (calc-settings-file-name):
23417 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23418 Replace ~/.emacs in a prompt by calc-settings-file.
23419
23420 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23421
23422 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23423 (desktop-lazy-idle-delay): New customizable variables.
23424 (desktop-buffer-args-list): New variable.
23425 (desktop-append-buffer-args): New function.
23426 (desktop-save): Call desktop-append-buffer-args for some buffers.
23427 (desktop-lazy-create-buffer): New function.
23428 (desktop-idle-create-buffers): New function.
23429 (desktop-read): Add message about buffers to restore lazily.
23430 (desktop-lazy-abort): New command.
23431 (desktop-clear): Call desktop-lazy-abort.
23432 (desktop-lazy-complete): New command.
23433
23434 2005-01-06 Richard M. Stallman <rms@gnu.org>
23435
23436 * emacs-lisp/find-func.el (find-face-definition):
23437 Rename from find-face.
23438
23439 2005-01-06 Kim F. Storm <storm@cua.dk>
23440
23441 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23442
23443 * man.el (Man-xref-man-page, Man-xref-header-file)
23444 (Man-xref-normal-file): Add follow-link property.
23445
23446 2005-01-06 Jay Belanger <belanger@truman.edu>
23447
23448 * calc/calc-units.el: Make sure the proper macro definitions are
23449 available when compiling.
23450
23451 2005-01-06 Juri Linkov <juri@jurta.org>
23452
23453 * isearch.el (isearch-lazy-highlight-update):
23454 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23455
23456 2005-01-06 Miles Bader <miles@gnu.org>
23457
23458 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23459 (isearch-lazy-highlight-face): Use new name.
23460
23461 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23462
23463 * uniquify.el (uniquify-rationalize-file-buffer-names):
23464 Re-add an interactive spec.
23465 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23466 to the same name.
23467
23468 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23469 (isearch-update, isearch-done): Adjust calls accordingly.
23470
23471 2005-01-05 Richard M. Stallman <rms@gnu.org>
23472
23473 * custom.el (custom-set-variables, custom-theme-set-variables):
23474 Clarify documentation.
23475
23476 * emacs-lisp/find-func.el (find-variable)
23477 (find-variable-other-window, find-variable-other-frame):
23478 Fix the TYPE args to find-function-read and find-function-do-it.
23479 (find-function): Doc fix.
23480 (find-function-at-point): Replace function-at-point alias.
23481
23482 2005-01-04 Richard M. Stallman <rms@gnu.org>
23483
23484 * cus-face.el (custom-declare-face):
23485 Record defface in current-load-list.
23486
23487 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23488
23489 * emacs-lisp/find-func.el: Doc fixes.
23490 (find-face-regexp): New variable.
23491 (find-function-regexp-alist): New variable.
23492 (find-function-C-source): Third arg is now TYPE.
23493 (find-function-search-for-symbol): Handle general TYPE.
23494 (find-function-read, find-function-do-it): Handle general TYPE.
23495 (find-definition-noselect, find-face): New functions.
23496 (function-at-point): Alias deleted.
23497
23498 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
23499
23500 * battery.el (display-battery-mode): Rename from display-battery.
23501 Handle the case where it gets turned off.
23502
23503 2005-01-04 Richard M. Stallman <rms@gnu.org>
23504
23505 * cus-edit.el (customize): Make :link point to user doc.
23506
23507 * man.el (Man-fontify-manpage): Turn off undo generation.
23508
23509 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23510
23511 2005-01-04 Andreas Schwab <schwab@suse.de>
23512
23513 * files.el (insert-directory): Only look for error lines in
23514 inserted text. Don't move too far after processing --dired markers.
23515
23516 2005-01-04 Richard M. Stallman <rms@gnu.org>
23517
23518 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23519 Don't expand if the character is @, period, dash, etc.
23520 (define-mail-abbrev): Quote names that contain problem characters.
23521
23522 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23523
23524 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23525
23526 2005-01-03 Richard M. Stallman <rms@gnu.org>
23527
23528 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23529 (query-replace-highlight, query-replace-lazy-highlight)
23530 (query-replace): Definitions moved up. Doc fix.
23531
23532 2005-01-03 Richard M. Stallman <rms@gnu.org>
23533
23534 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23535 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23536 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23537 (lazy-highlight-face): Rename from isearch-lazy-...
23538 Change all references to them.
23539
23540 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23541
23542 * cus-edit.el (custom-file): Doc fix for defcustom.
23543 (custom-file): The function no longer sets the variable
23544 `custom-file' to its return value.
23545
23546 * startup.el (command-line): No longer load `custom-file'.
23547
23548 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23549
23550 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23551
23552 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23553 Don't confuse module-prefixed identifiers for labels.
23554 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23555
23556 2005-01-02 Richard M. Stallman <rms@gnu.org>
23557
23558 * files.el (basic-save-buffer-1): Fix previous change.
23559
23560 * loadhist.el (file-loadhist-lookup): New function.
23561 (file-provides, file-requires): Use it.
23562
23563 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23564 instead of calculating the right size.
23565
23566 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23567
23568 * vc-svn.el (vc-svn-diff): Stay local if possible.
23569
23570 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23571
23572 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23573
23574 * files.el (hack-local-variables): Fix last change.
23575
23576 2005-01-02 Jay Belanger <belanger@truman.edu>
23577
23578 * calc/calc-yank.el (calc-edit-top): New variable.
23579 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23580 object. Change header properties.
23581 (calc-edit-finish, calc-edit-finish-stack-object)
23582 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23583 edited object.
23584 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23585 for the beginning of the edited object.
23586 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23587 for the beginning of the edited object.
23588 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23589 (calc-finish-formula-edit, calc-macro-repeats)
23590 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23591 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23592 beginning of the edited object.
23593 (calc-user-define-edit): Change the header for editing macros.
23594 Remove unnecessary variable.
23595
23596 2005-01-01 Jay Belanger <belanger@truman.edu>
23597
23598 * calc/calc-yank.el (calc-edit-mode): Change default header.
23599 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23600 * calc/calc-store.el (calc-edit-variable): Change title to match new
23601 header.
23602 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23603 mode to match new header.
23604 (calc-user-define-edit): Change titles to include names of commands.
23605 (calc-finish-formula-edit): Adjust to handle new header.
23606 (calc-finish-macro-edit): Remove.
23607 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23608 (calc-edit-macro-command, calc-edit-macro-command-type)
23609 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23610 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23611 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23612 (calc-edit-macro-finish-edit): New functions.
23613 (calc-user-define-edit): Use new functions to edit named calc macros.
23614
23615 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23616
23617 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23618
23619 * ses.el (copy-region-as-kill): Deactivate mark.
23620
23621 2005-01-01 Richard M. Stallman <rms@gnu.org>
23622
23623 * replace.el (occur-1): If the output buffer is also an input,
23624 don't kill it, rename it.
23625
23626 * faces.el (set-face-background, set-face-foreground): Doc fix.
23627
23628 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23629 for :foreground and :background.
23630
23631 * dired.el (dired-view-command-alist): Variable deleted.
23632 (dired-view-file, dired-mouse-find-file-other-window):
23633 Delete the code to use it.
23634
23635 2005-01-01 Kim F. Storm <storm@cua.dk>
23636
23637 * image.el (insert-sliced-image): Use t for line-height property.
23638
23639 See ChangeLog.11 for earlier changes.
23640
23641 ;; Local Variables:
23642 ;; coding: iso-2022-7bit
23643 ;; End:
23644
23645 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23646 Copying and distribution of this file, with or without modification,
23647 are permitted provided the copyright notice and this notice are preserved.
23648
23649 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1