]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(rmail-convert-to-babyl-format): Check content-transfer-encoding _last_,
[gnu-emacs] / lisp / ChangeLog
1 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2
3 * mail/rmail.el (rmail-convert-to-babyl-format): Check
4 content-transfer-encoding _last_, because we need its position in
5 base64-header-field-end.
6
7 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8
9 * files.el (mode-require-final-newline, require-final-newline)
10 (enable-local-variables, enable-local-eval): Doc fixes.
11
12 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
13
14 * progmodes/python.el (python-font-lock-keywords)
15 (python-open-block-statement-p, python-mode): Add support for the new
16 "with" keyword.
17
18 2007-05-10 Richard Stallman <rms@gnu.org>
19
20 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
21 (iso-cvt-write-only): Likewise.
22
23 * emacs-lisp/easy-mmode.el (define-minor-mode):
24 Fix generated doc string.
25
26 * startup.el (fancy-splash-text): Add URL of guided tour.
27 Adjust horizontal and vertical whitespace.
28
29 * progmodes/compile.el (compilation-handle-exit):
30 Use run-hook-with-args to run compilation-finish-functions.
31
32 * files.el (file-start-mode-alist): New variable.
33 (magic-mode-regexp-match-limit): Doc fix.
34 (set-auto-mode): Handle file-start-mode-alist.
35 A little cleanup of structure.
36
37 2007-05-10 Davis Herring <herring@lanl.gov>
38
39 * calendar/timeclock.el (timeclock-in): Fix non-interactive
40 workday specifications.
41 (timeclock-log): Don't kill the log buffer if it already existed.
42
43 2007-05-08 Richard Stallman <rms@gnu.org>
44
45 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
46 Don't include non-self-insert commands in the exception for `-'.
47
48 2007-05-08 David Reitter <david.reitter@gmail.com>
49
50 * progmodes/python.el (python-guess-indent): Check non-nullness
51 before comparing indent against the 2..8 interval.
52
53 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
54
55 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
56 available.
57
58 2007-05-06 Richard Stallman <rms@gnu.org>
59
60 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
61
62 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
63
64 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
65 disconnections.
66
67 2007-05-01 Romain Francoise <romain@orebokech.com>
68
69 * dired-x.el: Revert 2007-04-06 change.
70
71 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
72
73 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
74 don't put stop on toolbar.
75
76 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
77
78 * find-dired.el (find-dired-filter): Propertize all text down to eob.
79
80 2007-04-29 Richard Stallman <rms@gnu.org>
81
82 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
83
84 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * progmodes/cc-mode.el (c-before-change): Use point-min rather
87 than 1.
88
89 2007-04-28 Richard Stallman <rms@gnu.org>
90
91 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
92
93 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
96
97 2007-04-28 Eli Zaretskii <eliz@gnu.org>
98
99 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
100 instead of $(lisp)/mh-e.
101
102 * textmodes/fill.el (fill-paragraph): Doc fix.
103
104 2007-04-28 Glenn Morris <rgm@gnu.org>
105
106 * image-dired.el (image-dired-cmd-create-thumbnail-options)
107 (image-dired-cmd-create-temp-image-options): Replace option
108 +profile "*" with -strip.
109
110 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
111
112 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
113 Use window-start and window-end.
114
115 2007-04-26 Glenn Morris <rgm@gnu.org>
116
117 * progmodes/python.el: Restore file pending consideration of legal
118 status.
119
120 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
121
122 * locate.el (locate-in-alternate-database): Doc fix.
123
124 2007-04-26 Glenn Morris <rgm@gnu.org>
125
126 * button.el (button): Use underline if supported, else fall back
127 to color.
128
129 2007-04-25 Richard Stallman <rms@gnu.org>
130
131 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
132
133 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
134
135 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
136 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
137 pushing mark.
138 (idlwave-current-routine): Don't push mark.
139
140 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
141
142 * image-dired.el (image-dired-display-image): Derive image-type from
143 filename rather than assuming jpeg, in case no resizing was needed.
144
145 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
146
147 * custom.el (defface): Doc fix.
148
149 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
150
151 * progmodes/python.el: Remove due to unclear legal issues.
152
153 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
154
155 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
156 Don't re-query for each cleared BP.
157 (idlwave-shell-clear-bp): Optionally skip BP query.
158 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
159 of set-window-buffer, which incorrectly moves displayed region.
160
161 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
162
163 * calc/calc.el (calc-bug-address): Update maintainer's address.
164 * calc/*: Update maintainer's address.
165
166 2007-04-23 Richard Stallman <rms@gnu.org>
167
168 * simple.el (set-mark-command-repeat-pop): Doc fix.
169 Put in `editing-basics' group.
170
171 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
172
173 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
174 New functions.
175 (Info-mode-line-node-keymap): Bind mouse commands to
176 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
177
178 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
179
180 * locate.el (locate-local-prompt): New var.
181 (locate-prompt-for-command): Doc fix.
182 (locate-prompt-for-search-string): New function.
183 (locate): New optional arg. Make locate-local-prompt
184 buffer-local. Use locate-prompt-for-search-string.
185 (locate-with-filter): New optional arg.
186 Use locate-prompt-for-search-string.
187 (locate-update): Bind locate-prompt-for-command.
188
189 2007-04-23 Glenn Morris <rgm@gnu.org>
190
191 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
192
193 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
194
195 * button.el (button): Inherit from link face on a tty.
196
197 2007-04-23 Glenn Morris <rgm@gnu.org>
198
199 * button.el (button): Use color for this face on a tty.
200
201 * files.el (magic-mode-alist): Allow for carriage-returns in
202 html-mode and sgml-mode entries.
203
204 2007-04-22 Richard Stallman <rms@gnu.org>
205
206 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
207 Improve doc string of generated command.
208
209 * subr.el (read-number): Catch errors.
210
211 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
212
213 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
214
215 * image-dired.el: Rename from thumbnails.el. All instances of
216 "thumbnails" replaced with "image-dired".
217
218 * dired.el (dired-mode-map): Rename "thumbnails" again, to
219 "image-dired".
220
221 2007-04-22 Kim F. Storm <storm@cua.dk>
222
223 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
224 Don't use kill-line.
225
226 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
227
228 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
229 error message.
230
231 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
232
233 * dired.el: Rename "tumme" to "thumbnails".
234
235 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
236 replaced with "thumbnails".
237
238 2007-04-22 Glenn Morris <rgm@gnu.org>
239
240 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
241 and give it the risky-local-variable property.
242
243 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
244 before defining it.
245
246 2007-04-21 Martin Rudalics <rudalics@gmx.at>
247
248 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
249 Use delete-region instead of kill-line.
250
251 2007-04-21 Alan Mackenzie <acm@muc.de>
252
253 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
254 `kill-region' by `delete-region'.
255
256 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
257
258 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
259 instead of kill-region.
260
261 * progmodes/mantemp.el (mantemp-make-mantemps-region)
262 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
263 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
264 and kill-line.
265
266 * progmodes/vhdl-mode.el (vhdl-template-type)
267 (vhdl-template-record, vhdl-template-nature)
268 (vhdl-template-configuration-spec, vhdl-template-component-inst)
269 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
270 Use delete-region instead of kill-word and kill-line.
271
272 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
273
274 * dired-x.el (dired-virtual-mode): Doc fix.
275
276 2007-04-21 Richard Stallman <rms@gnu.org>
277
278 * font-lock.el (font-lock-keywords-alist): Mark as risky.
279
280 * subr.el (read-number): Doc fix.
281
282 * simple.el (pop-to-mark-command): Display message "mark popped"
283 if point does not move.
284 (set-mark-command): Doc fix.
285
286 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
287
288 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
289 (locate-local-filter, locate-local-search): New vars.
290 (locate): Make variables local.
291 (locate-update): Bind locate-buffer-name. Call locate using
292 locate-local-filter and locate-local-search.
293
294 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
295
296 * hi-lock.el (hi-lock-file-patterns-policy): New var.
297 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
298 (hi-lock-mode): Update docstring.
299
300 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
303 fill-nobreak-predicate when the break is past fill-column.
304
305 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
306
307 * locate.el (locate): Output from shell-command should go in the
308 current buffer rather than *Shell Command Output*.
309
310 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
311
312 * paren.el (show-paren-function): Fix last fix.
313
314 2007-04-19 Kevin Ryde <user42@zip.com.au>
315
316 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
317 (archive-lzh-summarize): Add optional start arg for where to start
318 looking at the archive.
319 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
320
321 * international/mule.el (auto-coding-alist): no-conversion for .exe
322 and .EXE.
323
324 2007-04-19 Alan Mackenzie <acm@muc.de>
325
326 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
327 function return type contains "struct", "union", etc.
328 c-end-of-defun goes too far forward.
329
330 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
331
332 * paren.el (show-paren-function): Reset window-start to avoid
333 recentering.
334
335 2007-04-19 Glenn Morris <rgm@gnu.org>
336
337 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
338
339 2007-04-18 Glenn Morris <rgm@gnu.org>
340
341 * calendar/diary-lib.el (diary-header-line-format): Add a custom
342 :set function.
343 (diary-list-entries): Only switch to diary-mode from
344 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
345 diary-mode set header-line-format, in case of any customization.
346
347 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
348
349 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
350 is less than the length of parse-time-syntax.
351
352 2007-04-17 David Kastrup <dak@gnu.org>
353
354 * replace.el (query-replace-regexp-eval): Deprecate.
355
356 2007-04-17 Alan Mackenzie <acm@muc.de>
357
358 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
359 point too close to EOB, leave point at EOB rather than last `}'.
360
361 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
362
363 * textmodes/bibtex.el (bibtex-include-OPTkey)
364 (bibtex-user-optional-fields, bibtex-entry-field-alist):
365 Fix defcustom.
366
367 2007-04-17 Glenn Morris <rgm@gnu.org>
368
369 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
370 be encoded, fall back to current year.
371
372 2007-04-14 Kevin Ryde <user42@zip.com.au>
373
374 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
375 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
376 M "MSDOS".
377
378 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
379
380 * progmodes/python.el (python-end-of-block): Avoid looping forever
381 if python-next-statement fails.
382
383 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
384
385 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
386
387 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
388
389 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
390 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
391
392 2007-04-15 Jay Belanger <belanger@truman.edu>
393
394 * calc/calc.el (calc-version): New function.
395 (calc-trail-mode): Shorten the title.
396
397 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
398
399 * mail/footnote.el (footnote-style): Clarify docstring to state
400 that customizing this only applies to future footnotes.
401
402 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
403
404 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
405 (bibtex-make-field): Check that INIT is a string. Use functionp.
406
407 2007-04-14 Glenn Morris <rgm@gnu.org>
408
409 * complete.el (PC-goto-end): New buffer-local variable.
410 (PC-do-completion-end): Make buffer-local.
411 (partial-completion-mode) <choose-completion-string-functions>:
412 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
413 (PC-do-completion): New optional fourth argument GOTO-END. Add a
414 doc string. Set PC-goto-end for choose-completion.
415 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
416 PC-do-completion.
417
418 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
419 arg to bibtex-make-field.
420 (bibtex-make-field): Add optional fourth arg NODELIM.
421 Insert delimiters around INIT unless this arg is non-nil.
422
423 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
424
425 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
426 global map isn't modified
427
428 2007-04-14 Glenn Morris <rgm@gnu.org>
429
430 * calendar/appt.el (appt-disp-window): Do not split small windows.
431 Suggested by Jeff Miller <jmiller@cablespeed.com>.
432
433 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
434
435 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
436
437 * files.el: Ditto.
438
439 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
440
441 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
442
443 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
444 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
445 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
446 (term-pager-help): Fix typos in docstrings.
447
448 * wid-edit.el (widget-documentation): Fix typo in docstring.
449
450 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
451 Fix typos in error messages.
452
453 2007-04-13 Martin Rudalics <rudalics@gmx.at>
454
455 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
456 window marked as dedicated.
457
458 * mail/footnote.el (footnote-latin-string): New variable.
459 (footnote-latin-regexp): Redefine as regexp alternative.
460 (Footnote-latin): Use footnote-latin-string instead of
461 footnote-latin-regexp.
462
463 2007-04-13 Glenn Morris <rgm@gnu.org>
464
465 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
466 inherited keymaps.
467
468 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
469
470 * outline.el (outline-get-next-sibling): Clarify docstring.
471 (outline-get-last-sibling): Handle case where we are at the first
472 heading. Clarify docstring.
473
474 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
475
476 * progmodes/gud.el (gud-minor-mode-map): Make go button same
477 length as stop button to lessen flicker.
478 (jdb): Add gud-print.
479 (gud-find-expr): Jdb prints the expression with the value, so
480 don't insert it in the output.
481
482 2007-04-11 Jason Rumney <jasonr@gnu.org>
483
484 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
485 case hex. Do not try to decode non-hex letters.
486
487 2007-04-11 Markus Triska <markus.triska@gmx.at>
488
489 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
490 (byte-optimize-backward-word): Remove (move to bytecomp.el).
491 (byte-optimize-form-code-walker): Evaluate pure function calls if
492 possible.
493 (byte-optimize-all-constp): New function.
494
495 * emacs-lisp/bytecomp.el (byte-compile-char-before):
496 Improve numeric argument case.
497 (byte-compile-backward-char, byte-compile-backward-word):
498 New functions, performing rewriting previously done in byte-opt.el.
499 Fix their "Fixme" item (restriction to numeric arguments).
500
501 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
504 with dolist.
505 (after-init-hook): Don't quote lambda.
506 (desktop-first-buffer): Don't wrap it in eval-when-compile.
507 (desktop-internal-v2s): Remove unused var `el'.
508 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
509 desktop-restore-file-buffer.
510 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
511 desktop-create-buffer.
512
513 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
514
515 * woman.el (woman-decode-buffer): Postpone macro-set check...
516 (woman-decode-region): ...to here.
517
518 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
519
520 * startup.el (tty-handle-args): Use %S to log ARGS.
521
522 2007-04-10 Glenn Morris <rgm@gnu.org>
523
524 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
525 it is obsolete and has no effect.
526
527 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
528 byte-compiler.
529
530 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
531 obsolete function make-local-hook.
532
533 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
534 start to quieten byte-compiler.
535
536 2007-04-10 Markus Triska <markus.triska@gmx.at>
537
538 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
539 to bytecomp.el as byte-compile-char-before).
540 * emacs-lisp/bytecomp.el (byte-compile-char-before):
541 New function (modified replacement for byte-optimize-char-before in
542 byte-opt.el).
543
544 2007-04-09 Alan Mackenzie <acm@muc.de>
545
546 * startup.el (inhibit-splash-screen): Emphatically state that it
547 can't be set in site-start.el.
548
549 2007-04-09 Masatake YAMATO <jet@gyve.org>
550
551 * progmodes/cc-subword.el (c-capitalize-subword): More closely
552 mimic the behavior of `capitalize-word'. Do not move point with a
553 negative argument. Based on tiny change by Paul Curry.
554
555 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
556
557 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
558 Don't move point if ARG is negative.
559
560 2007-04-09 Alan Mackenzie <acm@muc.de>
561
562 Changes to make `narrow-to-defun' and `mark-defun' work properly
563 in CC Mode:
564
565 * progmodes/cc-defs.el (c-beginning-of-defun-1):
566 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
567 Bind beginning/end-of-defun-function to nil around calls to
568 beginning/end-of-defun.
569
570 * progmodes/cc-langs.el (beginning-of-defun-function)
571 (end-of-defun-function): New c-lang-setvar's.
572
573 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
574 (setq arg 1))" to enable non-interactive call.
575
576 2007-04-09 Eli Zaretskii <eliz@gnu.org>
577
578 * simple.el (set-mark-command): Doc fix.
579
580 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
581
582 * progmodes/gud.el (gdb): Restore existing session if user
583 tries to start a second one in graphical mode.
584
585 2007-04-08 Martin Rudalics <rudalics@gmx.at>
586
587 * cus-start.el <scroll-preserve-screen-position>: Add choices.
588
589 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
590
591 * term/xterm.el (terminal-init-xterm): Fix key definitions.
592 Add binding for C-M-SPC.
593
594 2007-04-08 Richard Stallman <rms@gnu.org>
595
596 * pcomplete.el (pcomplete-read-event): One single definition,
597 and not a defsubst.
598
599 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
600
601 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
602 byte-compiler warning "value unused".
603
604 2007-04-08 Andreas Schwab <schwab@suse.de>
605
606 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
607
608 2007-04-07 Glenn Morris <rgm@gnu.org>
609
610 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
611 Autoload these functions.
612 (diary-date-forms): Add a custom :set form.
613
614 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
615 before first use.
616 (diary-font-lock-keywords): New function with old code for
617 initialization of variable of same name.
618
619 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
620
621 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
622 clean-up: only insert space when on identifier, etc.
623
624 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
625
626 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
627
628 * net/tls.el (open-tls-stream): Properly handle case where there
629 is no associated buffer.
630
631 2007-04-07 Glenn Morris <rgm@gnu.org>
632
633 * ffap.el (ffap-file-at-point): Lower the priority of the
634 ffap-ftp-sans-slash-regexp check.
635
636 2007-04-06 Alan Mackenzie <acm@muc.de>
637
638 Fix fontification of labels, and other things with ":".
639
640 * progmodes/cc-engine.el (c-forward-label): The function now
641 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
642 the former t.
643
644 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
645 new return code from c-forward-label, fontifying tokens properly.
646 Add some general comments throughout the file.
647
648 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
649
650 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
651 Revert 2006-01-27 change.
652
653 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
654
655 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
656
657 * desktop.el (desktop-create-buffer, desktop-save):
658 Revert 2004-11-12 change for lack of copyright papers.
659
660 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
661 (dired-guess-default): Respect case.
662
663 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
664
665 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
666 was originally checked in as byte-optimize-concat on 1997-11-02.
667
668 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
669 1995-05-19 doc changes.
670
671 2007-04-06 Kim F. Storm <storm@cua.dk>
672
673 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
674 (unload-feature): Update interactive spec accordingly.
675
676 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
677
678 2007-04-06 John Paul Wallington <jpw@pobox.com>
679
680 * subr.el (with-case-table): Use `make-symbol' to avoid variable
681 capture. Restore the table in the same buffer.
682
683 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
684
685 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
686
687 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
688 Print entire form.
689
690 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
691
692 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
693 for low-color displays.
694
695 2007-04-05 Glenn Morris <rgm@gnu.org>
696
697 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
698 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
699 Seed random number generator on loading.
700
701 * emacs-lisp/authors.el (top-level): Provide self.
702
703 * play/animate.el (top-level): Provide self.
704
705 2007-04-04 Alan Mackenzie <acm@muc.de>
706
707 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
708 to mention c-syntactic-indentation.
709
710 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
711
712 * subr.el (with-case-table): New macro.
713
714 * international/mule.el (ascii-case-table): New var.
715
716 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
717 downcasing.
718
719 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
720
721 * progmodes/gud.el (gud-minor-mode-map): Simplify.
722
723 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
724 of the window if we're outside it e.g menu-bar.
725
726 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
727 window if we're outside it e.g menu-bar.
728
729 2007-04-03 Eli Zaretskii <eliz@gnu.org>
730
731 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
732 decode base-64 encoded body if its content-type is something other
733 than text/* or message/*.
734
735 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
736
737 * simple.el (activate-mark-hook): Fix typo in docstring.
738
739 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
740
741 * tmm.el (tmm-c-prompt): Initialize.
742 (tmm-menubar): Deal with extended menu-items at top level.
743 (tmm-get-keybind): Handle bindings redefined/undefined locally.
744 (tmm-prompt): Handle visibility of top level menu-items.
745
746 * progmodes/gud.el (gud-menu-map): Simplify.
747 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
748 menubar.
749
750 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
751
752 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
753
754 * comint.el (comint-send-input): Widen the buffer first.
755
756 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
757
758 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
761 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
762
763 * newcomment.el (comment-search-forward): Discard comment starters
764 before point.
765
766 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
767
768 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
769
770 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
771
772 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
773 when downcasing.
774
775 * button.el (previous-button): Rewrite to account for adjacent buttons.
776
777 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
778
779 * progmodes/idlwave.el (idlwave-auto-fill):
780 Revert paragraph-separate change.
781
782 * progmodes/idlw-shell.el (idlwave-shell-break-in):
783 Simplify module calc.
784 (idlwave-shell-set-bp-in-module): Compute module.
785
786 2007-03-31 Glenn Morris <rgm@gnu.org>
787
788 * emacs-lisp/timer.el (run-at-time): Doc fix.
789
790 * emacs-lisp/warnings.el (display-warning): If we create the
791 buffer displaying the warning, disable undo there.
792
793 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
794
795 * net/tramp.el (tramp-register-file-name-handler)
796 (tramp-register-completion-file-name-handler): New defsubst,
797 derived from `tramp-register-file-name-handlers'. The split is
798 necessary because Tramp's file name handlers must be registered at
799 different startup places.
800
801 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
802
803 * progmodes/hideshow.el (turn-off-hideshow): New function.
804 (hs-minor-mode): Use it instead of a lambda expression in
805 change-major-mode-hook.
806
807 2007-03-31 David Kastrup <dak@gnu.org>
808
809 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
810 corresponding to MANPATH_MAP entries.
811 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
812 (woman-parse-man.conf): Use more discriminating man.conf name.
813 (woman-parse-man.conf): Parse MANPATH_MAP entries.
814 (woman-manpath): Doc fix and type fix.
815 (woman-cached-data): Check for MANPATH_MAP entries.
816 (woman-expand-directory-path): Treat MANPATH_MAP entries.
817
818 2007-03-31 Stuart Herring <herring@lanl.gov>
819
820 * emacs-lisp/sregex.el (sregexq): Doc fix.
821
822 2007-03-31 Markus Triska <markus.triska@gmx.at>
823
824 * flymake.el (flymake-err-line-patterns): Doc fix.
825
826 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
827
828 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
829 Move to the right.
830
831 2007-03-30 Alan Mackenzie <acm@muc.de>
832
833 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
834
835 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
836
837 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
838 Use it, passed in explicitly, instead of from the dynamic binding.
839 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
840
841 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
842
843 * simple.el (blink-matching-open): When in minibuffer, don't
844 search for a match inside the prompt.
845
846 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
847
848 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
849 (tmm-prompt): Don't make the mouse user select the first menu
850 item twice.
851
852 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
853
854 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
855 SIGUSR1 and SIGUSR2.
856
857 2007-03-29 Kim F. Storm <storm@cua.dk>
858
859 * ido.el (ido-read-internal): When reading file or dir, only override
860 minibuffer-local-filename-completion-map, otherwise only override
861 minibuffer-local-completion-map.
862
863 2007-03-29 Glenn Morris <rgm@gnu.org>
864
865 * complete.el (partial-completion-mode): Set PC-do-completion-end
866 to nil after use.
867 (PC-lisp-complete-symbol): Create and use a marker at `end',
868 rather than using point-marker.
869
870 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
871
872 * simple.el (next-error-highlight): Doc fix.
873 (compose-mail): Revert 2007-03-19 change.
874
875 2007-03-28 Richard Stallman <rms@gnu.org>
876
877 * emacs-lisp/edebug.el (edebug-display): Don't go to
878 edebug-outside-buffer if it is dead.
879
880 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
881
882 * view.el (view-mode): Fix typos in docstring.
883
884 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
885
886 * recentf.el (recentf-save-file): Add a custom :set function.
887
888 2007-03-28 Glenn Morris <rgm@gnu.org>
889
890 * complete.el (PC-do-completion-end): New variable.
891 (partial-completion-mode) <choose-completion-string-functions>:
892 Use PC-do-completion-end in the non-minibuffer case to replace the
893 correct amount of text.
894 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
895 (PC-lisp-complete-symbol): Give marker the after-insertion type,
896 to deal with improvements inserted after point.
897
898 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * button.el (make-text-button): Add explicit `button' property.
901 (default-button): Don't put a `button' property on it.
902
903 * progmodes/python.el (python-mode): Skip comments when parsing.
904
905 * vc-arch.el (vc-with-current-file-buffer): New macro.
906 (vc-arch-file-source-p): Use it to avoid infloop.
907
908 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
909
910 * emacs-lisp/lisp.el (lisp-complete-symbol):
911 Fix call to get-buffer-window to find windows in other frames.
912
913 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * comint.el (comint-proc-query, comint-dynamic-list-completions):
916 Fix calls to get-buffer-window to find windows in other frames.
917 Reported by David Hansen <david.hansen@gmx.net>.
918
919 2007-03-27 Kevin Ryde <user42@zip.com.au>
920
921 * info.el (Info-display-images-node): On a text-only terminal,
922 show the "text" or "alt" parts of the image blobs.
923
924 2007-03-27 Glenn Morris <rgm@gnu.org>
925
926 * complete.el (PC-do-completion): Compute completion-base-size in
927 the non-filename case, rather than setting to nil.
928 (PC-lisp-complete-end): New variable.
929 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
930 original end in a series of consecutive invocations.
931
932 * calendar/calendar.el (calendar-mode-hook): Declare it.
933
934 * calendar/diary-lib.el (diary-live-p): Do not check for
935 diary-selective-display.
936
937 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * replace.el (occur-next-error): *Occur* might not be displayed in the
940 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
941
942 2007-03-26 Richard Stallman <rms@gnu.org>
943
944 * textmodes/flyspell.el (flyspell-large-region):
945 Use ispell-call-process-region.
946
947 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
948
949 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
950 Use prin1 instead of princ.
951
952 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
953
954 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
955 Merge in X resources before global face.
956
957 * progmodes/compile.el (compilation-start): Save compilation-directory
958 rather than default-directory as local var.
959 (compilation-directory): Mark as safe local var.
960
961 * files.el: Don't mark default-directory as a safe local var.
962
963 2007-03-25 Alan Mackenzie <acm@muc.de>
964
965 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
966 * progmodes/cc-engine.el: Fix typo.
967
968 2007-03-25 Juri Linkov <juri@jurta.org>
969
970 * compare-w.el (compare-windows): Rename customization group
971 `compare-w' to `compare-windows'.
972 (compare-windows-whitespace, compare-ignore-whitespace)
973 (compare-ignore-case, compare-windows-sync)
974 (compare-windows-sync-string-size, compare-windows-recenter)
975 (compare-windows-highlight, compare-windows): Change group name in
976 the `group' tag from `compare-w' to `compare-windows'.
977 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
978
979 2007-03-24 Markus Triska <markus.triska@gmx.at>
980
981 * expand.el: Change example to always enable abbrev-mode,
982 and remove redundant `function'.
983 (expand-abbrev-hook): Add autoload cookie.
984
985 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
986
987 * emacs-lisp/testcover.el (testcover-start, testcover-end)
988 (testcover-mark-all, testcover-unmark-all): Add prompts to
989 interactive specs.
990
991 2007-03-24 Jason Rumney <jasonr@gnu.org>
992
993 * autorevert.el (find-file-hook, auto-revert-tail-mode):
994 Use file size in bytes for auto-revert-tail-pos not characters.
995
996 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
997
998 * vc-rcs.el (vc-rcs-annotate-command):
999 Set text property :vc-annotate-prefix on the annotation text.
1000 (vc-rcs-annotate-time): Instead of searching for ": ",
1001 search for end of text propertized with :vc-annotate-prefix.
1002
1003 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1004
1005 * whitespace.el (top level): Remove calls putting
1006 permanent-local nil property since these are no-ops.
1007
1008 * man.el (Man-support-local-filenames): Assure that
1009 default-directory exists when doing call-process.
1010
1011 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1012
1013 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1014 Fix omission bug: Use m4-program-options to construct shell command.
1015
1016 2007-03-23 David Kastrup <dak@gnu.org>
1017
1018 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1019 Use `mapcar' rather than `mapcan' to silence compiler warning.
1020
1021 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1022
1023 * textmodes/reftex.el, textmodes/reftex-vars.el,
1024 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1025 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1026 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1027 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1028 * textmodes/reftex-auc.el: Add maintainer address.
1029
1030 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1031
1032 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1033 Make sure that `global-font-lock-mode' does not turn on font-lock
1034 in these buffers.
1035
1036 2007-03-21 Kim F. Storm <storm@cua.dk>
1037
1038 * xt-mouse.el (xt-mouse-epoch): New variable.
1039 (xterm-mouse-event): Use float-time.
1040
1041 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1042
1043 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1044 current-time.
1045
1046 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * complete.el (read-file-name-internal): Don't add the final > if the
1049 completion is not finished (re-application of this patch, which was
1050 accidentally undone by Eli).
1051
1052 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1053
1054 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1055 clicks in describe-key and describe-key-briefly advice a little better.
1056
1057 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * server.el (server-process-filter): Cancel any pending isearch.
1060
1061 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1062
1063 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1064 (icalendar--get-unfolded-buffer): Define actual arguments rather
1065 than just using &rest. Check replace-in-string is fbound.
1066 (icalendar-import-buffer): Doc fix.
1067 (icalendar--convert-ical-to-diary): Set diary-file.
1068 Check diary-file before inserting final newline.
1069 (icalendar--add-diary-entry): Return diary-file.
1070
1071 2007-03-21 Glenn Morris <rgm@gnu.org>
1072
1073 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1074 (diary-display-hook): Add custom :set function.
1075
1076 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1077 Add custom :set function.
1078 (diary-header-line-format): Doc fix.
1079 (diary-set-maybe-redraw): New function.
1080 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1081 (diary-list-entries): Always run diary-mode.
1082
1083 2007-03-20 Kenichi Handa <handa@m17n.org>
1084
1085 * international/quail.el (quail-setup-completion-buf): Make the
1086 completion buffer read-only.
1087 (quail-completion): Adjusted for the above change. Leave the
1088 modified flag nil.
1089
1090 2007-03-20 David Kastrup <dak@gnu.org>
1091
1092 * files.el (magic-mode-alist): Require literal "%!PS" string for
1093 magic postscript file detection.
1094
1095 2007-03-20 Richard Stallman <rms@gnu.org>
1096
1097 * textmodes/ispell.el (ispell-call-process): New function.
1098 Defends against bad `default-directory.'
1099 (ispell-check-version, ispell-find-aspell-dictionaries)
1100 (ispell-get-aspell-config-value, lookup-words): Call it.
1101 (ispell-call-process-region): New function.
1102 (ispell-send-string): Call it.
1103
1104 2007-03-20 Andreas Schwab <schwab@suse.de>
1105
1106 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1107 (finder-data): Likewise.
1108 (autoloads): Likewise.
1109
1110 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1111
1112 * files.el (basic-save-buffer): Do not set visited filename when
1113 the corresponding directory does not exist or the specified
1114 filename is that of an existing directory.
1115
1116 2007-03-20 Glenn Morris <rgm@gnu.org>
1117
1118 * calendar/diary-lib.el (diary-live-p): New function.
1119 (number-of-diary-entries): Add a :set function to redisplay diary
1120 when necessary.
1121
1122 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1125 from client program, mev, to compute mouse event.
1126
1127 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * faces.el (momentary): Face removed; unused due to reversion of
1130 2007-01-04 changes by Kevin Rodgers.
1131
1132 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1133 Suggested by Johan Bockg\e,Ae\e(Brd.
1134
1135 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1136
1137 * font-lock.el (lisp-font-lock-keywords-1):
1138 Highlight define-globalized-minor-mode as a keyword.
1139
1140 2007-03-19 Kim F. Storm <storm@cua.dk>
1141
1142 * calc/calc-forms.el (math-std-daylight-savings)
1143 (math-std-daylight-savings-old): Doc fix.
1144
1145 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * progmodes/python.el (python-default-template): Doc fix.
1148 (python-buffer): Fix typo in docstring.
1149
1150 * isearchb.el (isearchb-follow-char):
1151 * subr.el (def-edebug-spec): Fix typo in docstring.
1152
1153 2007-03-19 Richard Stallman <rms@gnu.org>
1154
1155 * files.el (default-directory): Mark safe.
1156 (basic-save-buffer-2): Put proper dir name in error message.
1157
1158 * simple.el (compose-mail): Run switch-function after
1159 setting up the mail buffer.
1160
1161 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1162
1163 2007-03-18 Jay Belanger <belanger@truman.edu>
1164
1165 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1166 (math-std-daylight-savings-new): Rename from
1167 `math-std-daylight-savings'.
1168 (math-std-daylight-savings-old): Rename from old value of
1169 `math-std-daylight-savings'.
1170 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1171 `math-std-daylight-savings-old' depending on the year.
1172
1173 2007-03-18 Detlev Zundel <dzu@gnu.org>
1174
1175 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1176 zero-width regexps as invalid but rather at least count them correctly.
1177
1178 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1179
1180 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1181 don't wait more if there is output available to process.
1182
1183 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1184
1185 * progmodes/compile.el (compilation-find-file): Revert change
1186 from 2006-07-18 to allow completion of directory names.
1187 Reported by John Carter <john.carter@tait.co.nz>.
1188
1189 2007-03-18 Kim F. Storm <storm@cua.dk>
1190
1191 * subr.el (when, unless): Doc fix.
1192
1193 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1194
1195 * net/tls.el (tls-program): Doc fix.
1196
1197 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1198
1199 * autorevert.el (auto-revert-tail-handler):
1200 Call after-revert-hook.
1201
1202 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1203
1204 * simple.el (switch-to-completions): No error if search for \n\n fails.
1205
1206 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * simple.el (line-move-1):
1209 Respect `inhibit-line-move-field-capture' property.
1210
1211 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * comint.el (comint-arguments): Mark backslash-escaped chars.
1214 (comint-delim-arg): Don't treat them as delimiters.
1215
1216 2007-03-12 Kim F. Storm <storm@cua.dk>
1217 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1218
1219 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1220
1221 * tempo.el (tempo-insert): Deal with 'r> if it appears
1222 specified with a prompt argument.
1223
1224 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1225
1226 * textmodes/org.el (org-set-font-lock-defaults):
1227 Handle narrow table columns correctly.
1228
1229 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1230
1231 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1232 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1233 Return to use of the -no-properties variants. There was
1234 consensus on emacs-devel that the speed of these variants was
1235 prefered since we are usually parsing files (from the internet
1236 or on disk) instead of XML created in Emacs.
1237
1238 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1239 Add customize option.
1240
1241 2007-03-12 Glenn Morris <rgm@gnu.org>
1242
1243 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1244 North American rule. Replace "daylight savings" with "daylight
1245 saving" in doc.
1246
1247 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1248 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1249 "daylight saving" in text.
1250
1251 * woman.el (woman-change-fonts): Tweak previous change by using
1252 woman-request-regexp rather than "^\\.".
1253
1254 * startup.el (command-line-1): Make insertion of
1255 initial-scratch-message not depend on scratch being selected.
1256
1257 2007-03-11 Juri Linkov <juri@jurta.org>
1258
1259 * replace.el (match): Use yellow background on light-bg terminals.
1260
1261 2007-03-11 Richard Stallman <rms@gnu.org>
1262
1263 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1264 Correctly compute line number.
1265
1266 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1267
1268 * type-break.el (type-break-get-previous-count):
1269 Repeat previous change here.
1270
1271 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1272
1273 * progmodes/grep.el (grep-find-ignored-directories):
1274 Add .git and .bzr to list.
1275
1276 2007-03-11 Andreas Schwab <schwab@suse.de>
1277
1278 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1279
1280 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1283
1284 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * faces.el (face-set-after-frame-default): Recalculate face
1287 customizations after applying X resources.
1288
1289 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1290
1291 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1292 (rcirc-keepalive-seconds): Remove variable.
1293 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1294 (rcirc-process, rcirc-user-disconnect): New variables.
1295 (rcirc-connect): Initalize new variables.
1296 (rcirc-keepalive): Don't send keepalive pings before connection
1297 is completed.
1298 (rcirc-sentinel): Do mark all channels with activity when
1299 connection is dropped. Run hook with process buffer local.
1300 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1301 (rcirc-buffer-process): Return value of rcirc-process if
1302 rcirc-server-buffer is nil.
1303 (rcirc-server-name): Return the reported server name.
1304 (rcirc-update-prompt): Simplify computation of the server name.
1305 (rcirc-format-response-string): Likewise.
1306 (rcirc-handler-001): Mark server as connected, record the reported
1307 server name, and schedule a timeout.
1308 (rcirc-track-nick): Add a spec for the tty class.
1309 (rcirc-user-non-nick): Remove function.
1310 (rcirc-nick-prefix-chars): Add variable.
1311 (rcirc-user-nick): Use above variable.
1312
1313 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1314
1315 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1316 Bind deactivate-mark to nil.
1317
1318 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1319
1320 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1321 that buffer contents get erased during completion.
1322
1323 2007-03-10 Glenn Morris <rgm@gnu.org>
1324
1325 * woman.el (woman-change-fonts): Add a hack to deal with
1326 font-escape followed by "." at start of a line.
1327 (woman2-IP): Add a hack to deal with consecutive requests.
1328 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1329
1330 2007-03-10 Alan Mackenzie <acm@muc.de>
1331
1332 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1333
1334 2007-03-09 Richard Stallman <rms@gnu.org>
1335
1336 * abbrev.el (abbrev): Add `provide'.
1337
1338 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1339
1340 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1341
1342 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1343
1344 * complete.el (PC-try-completion): New function.
1345 (PC-do-completion, read-file-name-internal): Use it instead of
1346 try-completion.
1347
1348 2007-03-08 Alan Mackenzie <acm@muc.de>
1349
1350 Remove stale tokens from `c-found-types' cache.
1351
1352 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1353 (c-unfind-coalesced-tokens, c-before-change): New functions.
1354 (c-maybe-stale-found-type): New variable.
1355
1356 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1357 (c-trim-found-types): New functions.
1358
1359 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1362 (debug-ignored-errors): Add entry from smerge-match-conflict.
1363
1364 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1365
1366 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1367 special help topics for keywords.
1368 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1369 etc. Assistant command.
1370
1371 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1372
1373 * replace.el (occur-engine): Move buffer-undo-list binding...
1374 (occur-1): ...to here.
1375
1376 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1377
1378 * simple.el (minibuffer-completing-symbol): New var.
1379 (eval-expression): Use it.
1380 (completion-setup-function): Don't bind completion-base-size when
1381 completing a symbol in the minibuffer.
1382
1383 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1386 tries to start a second session in graphical mode.
1387
1388 2007-03-07 Miles Bader <miles@gnu.org>
1389
1390 * international/isearch-x.el
1391 (isearch-process-search-multibyte-characters):
1392 Strip text-properties from PROMPT to avoid an error from read-string.
1393
1394 2007-03-07 Kim F. Storm <storm@cua.dk>
1395
1396 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1397 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1398
1399 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1400
1401 * complete.el (PC-do-completion): Delete duplicates in the list of
1402 possible completions.
1403
1404 2007-03-07 Glenn Morris <rgm@gnu.org>
1405
1406 * ses.el (ses-mode): Doc fix.
1407
1408 2007-03-06 Kim F. Storm <storm@cua.dk>
1409
1410 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1411
1412 2007-03-06 Kenichi Handa <handa@m17n.org>
1413
1414 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1415
1416 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * simple.el (completion-setup-function): Improve last fix so it doesn't
1419 set it to a relative directory name either.
1420
1421 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1422
1423 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1424
1425 2007-03-05 Richard Stallman <rms@gnu.org>
1426
1427 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1428
1429 * files.el (find-file-noselect): No error if file no longer exists.
1430 Display a message and avoid other questions.
1431
1432 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1435 as not to use an invisible window and to create a window if none exist.
1436
1437 * progmodes/python.el (python-send-command): Restart proc if necessary.
1438 (python-proc): Simplify.
1439
1440 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1441
1442 * pcomplete.el (pcomplete-show-completions): Search all frames for
1443 completions buffer.
1444
1445 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * cus-edit.el (customize-save-variable): Clear customized-value
1448 property (saved values are now put in theme-value property).
1449 (customize-set-variable): Doc fix.
1450
1451 * complete.el (PC-do-completion): If completion-ignore-case is
1452 non-nil, replace field with completion string before exiting.
1453
1454 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1457 Append its extension to the resulting temporary file name.
1458 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1459
1460 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1461 (tramp-smb-handle-write-region): Apply it.
1462
1463 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1464
1465 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1466 Redo previous change.
1467
1468 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1469
1470 * diff-mode.el (diff-mode): Doc fix.
1471
1472 2007-03-05 Kenichi Handa <handa@m17n.org>
1473
1474 * international/characters.el: Set category `l' (latin)
1475 for more characters.
1476
1477 2007-03-04 Kim F. Storm <storm@cua.dk>
1478
1479 * emacs-lisp/authors.el (authors-aliases): Add alias.
1480
1481 2007-03-04 Glenn Morris <rgm@gnu.org>
1482
1483 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1484 all when switching major mode.
1485 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1486 (hs-block-start-mdata-select, hs-block-end-regexp)
1487 (hs-forward-sexp-func, hs-adjust-block-beginning):
1488 Do not make these variables permanent-local.
1489
1490 2007-03-04 Richard Stallman <rms@gnu.org>
1491
1492 * progmodes/cperl-mode.el (cperl-mode):
1493 Modify cperl-compilation-error-regexp-alist by appending.
1494
1495 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1496 (edebug-mode): Add the hook.
1497 (edebug-recursive-edit): Remove the hook on exiting.
1498
1499 * type-break.el (type-break-get-previous-time):
1500 Handle end-of-file errors specially
1501 so they don't get reported wrong in .emacs.
1502
1503 * startup.el (fancy-splash-text): Clarify text.
1504
1505 * simple.el (beginning-of-buffer, end-of-buffer):
1506 Avoid treating plain C-u like numeric arg.
1507
1508 * simple.el (completion-setup-function): Don't set
1509 default-directory to nil.
1510
1511 * shell.el (shell-dirstack-query): Doc fix.
1512
1513 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1514 Don't select the window -- pass it to primitives instead.
1515
1516 * faces.el (minibuffer-prompt): Use medium blue by default.
1517
1518 2007-03-04 David Kastrup <dak@gnu.org>
1519
1520 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1521 Preserve 16 as default value for "seconds" when customizing.
1522
1523 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1524
1525 * textmodes/org.el (org-self-insert-command)
1526 (orgtbl-self-insert-command, org-delete-char)
1527 (org-delete-backward-char): Set the `flyspell-delayed' property.
1528
1529 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * international/mule.el (find-auto-coding): Don't search for
1532 line-ending characters past the end of the tail.
1533
1534 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1535
1536 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1537 Jump to the line where new score has been uploaded.
1538
1539 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1540 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1541 Do nothing when the game is paused.
1542
1543 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1544
1545 * textmodes/org.el (org-set-tags): Prevent slipping of point
1546 during completion.
1547
1548 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1549
1550 * isearch.el (isearch-message-prefix):
1551 Use minibuffer-prompt-properties.
1552
1553 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1554
1555 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1556 (ps-setup): Print which Emacsen is running ps-print package.
1557
1558 2007-03-01 Stuart Herring <herring@lanl.gov>
1559
1560 * files.el (set-auto-mode-0): Use `indirect-function'.
1561 (hack-one-local-variable): Don't reapply current major mode.
1562
1563 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * progmodes/python.el (python-quote-syntax): Don't bother with
1566 syntax-ppss-context.
1567 (python-fill-paragraph): Make sure that fenced-string delimiters that
1568 stand on their own line stay there
1569
1570 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1571
1572 * replace.el (perform-replace): Propertize message.
1573
1574 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1575
1576 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1577 invisible heading.
1578
1579 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * net/tramp.el (tramp-file-name-handler): Revert last change.
1582
1583 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1584
1585 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1586 Correct doc strings.
1587
1588 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * replace.el (perform-replace): Undo forward-char immediately if
1591 non-adjacent search fails.
1592
1593 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * version.el (emacs-major-version, emacs-minor-version):
1596 string-to-int -> string-to-number.
1597
1598 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * help.el (where-is): Fail gracefully when not passed a command.
1601
1602 2007-02-28 Stuart Herring <herring@lanl.gov>
1603
1604 * find-lisp.el (find-lisp-default-directory-predicate):
1605 Fix bug: Do symlink check on expanded filename.
1606
1607 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1608
1609 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1610 changes during replacement.
1611 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1612
1613 2007-02-28 Lars Hansen <larsh@soem.dk>
1614
1615 * desktop.el: Delete header line listing me as maintainer.
1616
1617 2007-02-28 Glenn Morris <rgm@gnu.org>
1618
1619 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1620 the menus case.
1621
1622 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1623
1624 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1625 hooks to avoid confusion when combining after-change calls.
1626
1627 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1628
1629 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1630 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1631 (allout-distinctive-bullets-string): Add info about bullet conventions.
1632 (allout-mode): Add info about distinctive vs plain bullets.
1633
1634 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1635
1636 * textmodes/org.el (org-archive-subtree): Quote variable name.
1637 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1638
1639 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1640
1641 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1642 (gud-bashdb-command-name, bashdb): Remove.
1643 (gud, gud-menu-map): Remove references to bash/bashdb.
1644
1645 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1646
1647 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1648 keyword for Python 2.5.
1649
1650 2007-02-26 Romain Francoise <romain@orebokech.com>
1651
1652 * net/net-utils.el (whois-server-tld): Update server for .org.
1653 (whois-server-list): Add whois.publicinterestregistry.net.
1654 (whois-guess-server): Fix formatting in docstring.
1655
1656 2007-02-26 Kim F. Storm <storm@cua.dk>
1657
1658 * mouse.el (mouse-show-mark): Run hooks and perform command
1659 remapping for mouse-region-delete-keys.
1660
1661 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1662
1663 * font-core.el (font-lock-mode): Doc fix.
1664
1665 2007-02-25 Kim F. Storm <storm@cua.dk>
1666
1667 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1668 Add selected buffer to buffer-name-history.
1669 (ido-file-internal): Set this-command to fallback command.
1670 Add file names to file-name-history.
1671
1672 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1673 Apply minibuffer-prompt-properties.
1674
1675 2007-02-25 Andreas Schwab <schwab@suse.de>
1676
1677 * files.el (hack-one-local-variable-eval-safep): Correct handling
1678 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1679
1680 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1681
1682 * textmodes/org.el (org-table-overlay-coordinates)
1683 (org-table-toggle-coordinate-overlays): New functions.
1684 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1685 New variables.
1686 (org-startup-with-deadline-check): Remove option.
1687 (org-mode): Remove deadline check on startup.
1688 (org-table-limit-column-width): Remove option.
1689 (org-table-formula-numbers-only): Remove option.
1690 (org-link-style, org-link-format): Remove options.
1691 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1692 (org-export-ascii-show-new-buffer)
1693 (org-export-html-show-new-buffer): Remove options.
1694 (org-activate-links): Remove camel option.
1695 (org-file-link-context-use-camel-case): Remove option.
1696 (org-camel-regexp): Remove variable.
1697 (org-activate-camels): Remove function.
1698 (org-store-link): Remove Camel stuff.
1699 (org-make-org-heading-camel): Remove function.
1700 (org-open-at-point): Remove camel stuff.
1701 (org-link-search): Remove camel stuff.
1702 (org-camel-to-words): Function removed.
1703 (org-get-agenda-file-buffer): Make sure we prepare the base
1704 buffers, not any indirect buffers.
1705 (org-sort-entries): Sort top-level when not on a headline, and no
1706 active region.
1707 (org-in-regexp): New function.
1708 (org-search-not-self): Rename from `org-search-not-link'.
1709 (org-open-link-marker): New variable.
1710 (org-open-at-point): Set `org-open-link-marker'.
1711 (org-print-icalendar-entries): Fixe bug with excluding DONE
1712 entries from the exported list.
1713 (org-edit-formula-lisp-indent): New command.
1714 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1715 (orgtbl-to-latex, orgtbl-insert-radio-table)
1716 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1717 (orgtbl-radio-table-templates): New option.
1718 (org-store-link-props):
1719 (org-remember-templates): More possibilities to insert info
1720 into templates.
1721 (org-remember-apply-template): Make use of the extended
1722 template capabilities.
1723 (org-remember-redo-template): New command.
1724 (org-upgrade-old-links)
1725 (org-table-modify-formulas, org-table-replace-in-formulas)
1726 (org-table-find-dataline)
1727 (org-table-get-vertical-vector): Remove functions.
1728 (org-table-remove-rectangle-highlight)
1729 (org-time-stamp-format, org-toggle-log-option)
1730 (org-table-highlight-rectangle)
1731 (org-table-iterate, org-table-make-reference):
1732 (org-translate-time, org-tree-to-indirect-buffer)
1733 (org-table-field-info, org-table-fix-formulas)
1734 (org-table-force-dataline, org-table-get-descriptor-line)
1735 (org-table-get-range)
1736 (org-skip-comments, org-sort)
1737 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1738 (org-table-current-dline, org-table-current-field-formula)
1739 (org-table-edit-backward-field)
1740 (org-table-edit-formulas-post-command)
1741 (org-table-edit-line-down, org-table-edit-line-up)
1742 (org-agenda-archive)
1743 (org-agenda-clock-cancel)
1744 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1745 (org-agenda-open-link, org-agenda-show-new-time)
1746 (org-agenda-skip-subtree-when-regexp-matches)
1747 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1748 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1749 (org-do-sort, org-file-image-p, org-find-overlays)
1750 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1751 (org-highlight-until-next-command, org-isearch-end)
1752 (org-match-any-p, org-next-link, org-previous-link):
1753 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1754 (org-rewrite-old-row-references)
1755 (org-isearch-post-command)
1756 (org-table-edit-move, org-table-edit-next-field)
1757 (org-table-edit-scroll, org-table-edit-scroll-down)
1758 (org-set-frame-title, org-show-reference)
1759 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1760 (org-show-variable): Remove command.
1761 (org-add-log-maybe): New arguments STATE, FINDPOS
1762 (org-table-sort-lines): Rewrite from scratch.
1763 (org-link-search): New argument AVOID-POS.
1764 (org-print-icalendar-entries): Remove argument CATEGORY.
1765 (org-run-agenda-series): Remove argument WONDOW.
1766 (org-next-link, org-previous-link): New commands.
1767 (org-agenda-date-format): New option.
1768 (org-table-iterate): New command.
1769 (org-table-modify-formulas)
1770 (org-table-replace-in-formulas): Remove functions.
1771 (org-table-fix-formulas): New function.
1772 (org-table-insert-column, org-table-delete-column)
1773 (org-table-move-column): Use `org-table-fix-formulas'.
1774 (org-follow-gnus-link): Patch from Bastien/Leo.
1775 (org-table-current-field-formula): New function.
1776 (org-file-image-p): New function.
1777 (org-agenda-show-new-time): New function.
1778 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1779 (org-with-remote-undo): New macro.
1780 (org-agenda-undo): New command.
1781 (org-verify-change-for-undo): New function.
1782 (org-time-stamp-format): New function.
1783 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1784 by user.
1785 (org-match-any-p): New function.
1786 (org-make-tags-matcher): Handle regular expressions for tag and
1787 todo matches.
1788 (org-read-date): Accept "+N" as input for a date relative to the
1789 current date.
1790 (org-remove-subtree-entries-from-agenda): New function.
1791 (org-agenda-archive, org-agenda-kill):
1792 Use `org-remove-subtree-entries-from-agenda'.
1793 (org-do-sort, org-sort-entries): New functions.
1794 (org-sort): New command.
1795 (org-table-sort-lines): Use `org-do-sort'.
1796 (org-fix-decoded-time): New function.
1797 (org-table-number-regexp): Require 0x... to identify as number
1798 in tables.
1799 (org-startup-options): New keywords for note taking.
1800 (org-upgrade-old-links): Remove function.
1801 (org-get-repeat): New function.
1802 (org-show-context): Also show siblings on current level.
1803 (org-show-siblings): New function.
1804 (org-isearch-end, org-isearch-post-command): New functions.
1805 (org-show-siblings): New option.
1806 (org-show-context): Use `org-show-siblings'.
1807 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1808 to be bound, because user may just use elisp.
1809
1810 2007-02-24 Kim F. Storm <storm@cua.dk>
1811
1812 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1813 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1814
1815 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 * startup.el (command-line): Also check if the abbrev file is readable.
1818
1819 2007-02-24 John Paul Wallington <jpw@pobox.com>
1820
1821 * net/tls.el (tls-certtool-program): Fix custom type.
1822
1823 * mail/feedmail.el (feedmail-message-id-generator)
1824 (feedmail-date-generator): Fix custom types.
1825
1826 * mail/rmail.el (rmail-message-filter): Fix custom type.
1827
1828 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1829
1830 * startup.el (command-line): If simple.el cannot be found, proceed
1831 with a warning message.
1832
1833 2007-02-24 Kenichi Handa <handa@m17n.org>
1834
1835 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1836 case that BEG is a string.
1837
1838 2007-02-24 Chris Moore <dooglus@gmail.com>
1839
1840 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1841 * pgg-pgp.el (pgg-pgp-encrypt-region):
1842 * pgg-gpg.el (pgg-gpg-encrypt-region):
1843 Check pgg-encrypt-for-me if no other recipients.
1844
1845 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1846
1847 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1848
1849 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1850 shell-quote-argument.
1851
1852 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1853
1854 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1855 from the comint buffer instead of the temporary one.
1856
1857 2007-02-23 David Reitter <david.reitter@gmail.com>
1858
1859 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1860 storing it in recentf-exclude.
1861
1862 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1865 in splash screen.
1866
1867 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1868
1869 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1870 commands, for restart.
1871 (idlwave-shell-current-module): Fix handling of module name by type.
1872 (idlwave-shell-break-in): Update type handling.
1873 (idlwave-shell-bp-get): Encode type in BP structure.
1874 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1875 (idlwave-shell-module-source-query): Query routine info based on type.
1876 Fix path parsing for non-compiled files.
1877 (idlwave-shell-module-source-filter): Don't signal error in filter
1878 if no source found.
1879 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1880 filter race.
1881
1882 2007-02-22 Kim F. Storm <storm@cua.dk>
1883
1884 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1885 (editable-field): Document need to put some text before the %v
1886 escape in :format string.
1887
1888 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1891 (vc-svn-use-edit): Remove unused config var.
1892 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1893
1894 * outline.el (hide-sublevels): Keep empty last line, if available.
1895
1896 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1897 rather than the corresponding unicode char, to make the code
1898 more readable.
1899
1900 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1903 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1904 (speedbar-item-info-tag-helper): Doc fixes.
1905
1906 2007-02-19 Kenichi Handa <handa@m17n.org>
1907
1908 * international/mule-cmds.el (locale-language-names):
1909 Map "eo" to "Esperanto".
1910
1911 * language/european.el ("Esperanto"): New language environment.
1912
1913 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1914
1915 * simple.el (kill-line): Doc fix.
1916
1917 2007-02-17 Kim F. Storm <storm@cua.dk>
1918
1919 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1920 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1921 (bindat--unpack-group, bindat--pack-group):
1922 Handle vectors with optional element type.
1923
1924 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1925
1926 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1927 if PASSPHRASE is given.
1928
1929 2007-02-17 Chris Moore <dooglus@gmail.com>
1930
1931 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1932 Recognize backups of bz2 compressed files.
1933
1934 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1935
1936 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1937 to nil to speed up lookup of the symbol in index nodes.
1938
1939 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1940
1941 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1942 Add indentation for the constants of Lisp.
1943
1944 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * ps-print.el: Use (defvar <foo>) where applicable.
1947 (ps-print-emacs-type): Remove.
1948 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1949 (ps-frame-parameter): Align its call-convention with frame-parameter.
1950 (ps-begin-job): Adjust calls to it appropriately.
1951 (ps-setup): Don't print ps-print-emacs-type.
1952 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1953 Define in such a way that it's obvious that it's defined.
1954 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1955 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1956 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1957
1958 2007-02-15 Alan Mackenzie <acm@muc.de>
1959
1960 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1961 an empty one-line C-style comment, post-position point properly.
1962
1963 2007-02-15 Chris Moore <dooglus@gmail.com>
1964
1965 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1966 (isearch-lazy-highlight-new-loop): Bind it.
1967 (isearch-lazy-highlight-search): Use it.
1968
1969 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1970
1971 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * font-lock.el (font-lock-extend-region-wholelines):
1974 Only return non-nil if the region has really been changed.
1975 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1976
1977 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1978
1979 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1980 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1981 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1982
1983 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * faces.el (color-values): Revert changes to docstring from
1986 2007-01-31 and 2000-09-07.
1987
1988 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1989 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1990 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1991 (ispell-help): Fix typos in docstring and output message.
1992
1993 2007-02-14 Kim F. Storm <storm@cua.dk>
1994
1995 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1996 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1997 (grep): Fix lgrep reference.
1998
1999 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2000 (standard-display-underline): Use make-glyph-code.
2001
2002 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2003
2004 * international/latin1-disp.el (latin1-display-char):
2005 Use make-glyph-code.
2006
2007 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * ehelp.el (with-electric-help, electric-help-exit)
2010 (electric-help-retain): Doc fixes.
2011
2012 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2013 (byte-compile-file): Doc fixes.
2014
2015 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2016
2017 * term/mac-win.el: Change all uses of
2018 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2019 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2020 (mac-ae-get-url): Call select-frame-set-input-focus.
2021 (mac-dnd-handle-drag-n-drop-event): Don't call
2022 select-frame-set-input-focus.
2023
2024 2007-02-13 Kenichi Handa <handa@m17n.org>
2025
2026 * international/characters.el: Fix documentation of category `a'.
2027
2028 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2031
2032 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2033
2034 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2035 (tramp-get-remote-ln): Handle error case.
2036 Reported by Chris Moore <dooglus@gmail.com>.
2037
2038 2007-02-11 Kim F. Storm <storm@cua.dk>
2039
2040 * bindings.el (ctl-x-map): Remove register compatibility bindings
2041 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2042
2043 2007-02-11 Richard Stallman <rms@gnu.org>
2044
2045 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2046 in load history.
2047
2048 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2049 condition -- don't fail to stop at endpos.
2050
2051 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2052
2053 * textmodes/org.el (org-agenda-get-todos)
2054 (org-agenda-get-timestamps, org-agenda-get-closed)
2055 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2056 (org-agenda-get-blocks, org-format-agenda-item)
2057 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2058 from `category' to `org-category'.
2059
2060 2007-02-11 Kenichi Handa <handa@m17n.org>
2061
2062 * international/titdic-cnv.el (titdic-convert): Force files be written
2063 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2064 (miscdic-convert): Force files be written with Unix-like eol format.
2065
2066 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2069
2070 * calculator.el (calculator-prompt): Doc fix.
2071 (calculator-mode-map): Fix typo in menu entry.
2072
2073 2007-02-10 Jay Belanger <belanger@truman.edu>
2074
2075 * calculator.el (calculator): Do more extensive checking for when
2076 3 lines should be used for the calculator.
2077
2078 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2079
2080 * info-look.el (info-lookup-make-completions):
2081 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2082 index nodes.
2083
2084 * info.el (Info-fontify-maximum-menu-size): Document the effect
2085 of a nil value.
2086 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2087 non-nil before using it as size.
2088
2089 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * subr.el (insert-for-yank-1): Prevent read-only properties from
2092 interfering with text property operations.
2093
2094 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2095
2096 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2097 (image-type-auto-detected-p): Fail if another match is found in
2098 auto-mode-alist.
2099
2100 * files.el (magic-mode-alist): Call image-mode instead of
2101 image-mode-maybe for autodetected images.
2102
2103 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2106 Fix typos in docstrings.
2107 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2108
2109 2007-02-09 Kim F. Storm <storm@cua.dk>
2110
2111 * emacs-lisp/float-sup.el: Remove obsolete comment.
2112
2113 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2116
2117 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2118
2119 * simple.el: Revert previous change, at request of RMS:
2120 (fundamental-mode-hook): Remove.
2121 (fundamental-mode): Run after-change-major-mode-hooks manually,
2122 and don't run the now-nonexistent fundamental-mode-hook.
2123
2124 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2125
2126 * simple.el (fundamental-mode-hook): Declare new hook.
2127 (fundamental-mode): Run the new dedicated hook, and don't run
2128 after-change-major-mode-hooks manually anymore.
2129
2130 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2133 added columns of chars. Remove support for the "no-meta-info" format.
2134 Prompted by Romain Francoise <romain@orebokech.com>.
2135
2136 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2137
2138 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2139 (gdb-mouse-until, gdb-mouse-jump): Use it.
2140
2141 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2142
2143 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2144 work when there is just an assembler buffer (no source buffer).
2145
2146 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2147
2148 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2149 just because the diff was produced using "-p" (--show-c-function).
2150
2151 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2152
2153 * faces.el (frame-set-background-mode): Use `color-values' and
2154 `display-color-p', not `x-color-values' and `x-display-color-p'.
2155 (face-valid-attribute-values): Use `defined-colors' instead of
2156 `x-defined-colors'.
2157
2158 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2159
2160 * ps-print.ps: The ps-print commands without face printing should not
2161 print background color. Reported by Leo <sdl.web@gmail.com>.
2162 (ps-print-version): New version 6.7.3.
2163 (ps-begin-job): New arg. Fix ps-default-background and
2164 ps-default-foreground initialization.
2165 (ps-face-attributes): Fix doc string.
2166 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2167
2168 * printing.el: Fix ps-print link.
2169
2170 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2171
2172 * faces.el (face-set-after-frame-default): Compile attributes to
2173 be set by frame parameters before merging in X resources.
2174
2175 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * simple.el (blink-matching-paren-dont-ignore-comments):
2178 (blink-matching-paren-on-screen): Doc fixes.
2179
2180 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2181
2182 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2183
2184 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2187 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2188 entries like `defun'. Return nil.
2189
2190 2007-02-05 Kim F. Storm <storm@cua.dk>
2191
2192 * ido.el: Doc fixes.
2193
2194 2007-02-04 David Kastrup <dak@gnu.org>
2195
2196 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2197 `mpuz-allow-double-multiplicator' is non-zero, and correct
2198 calculation of `min'.
2199
2200 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2201
2202 * wid-edit.el (widget-default-create): Insert new text at the
2203 :from marker _after_ the marker, not before it.
2204
2205 2007-02-04 Alan Mackenzie <acm@muc.de>
2206
2207 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2208 containing it is re-indented.
2209
2210 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * net/newsticker.el (newsticker--insert-image): Update docstring,
2213 and insert the image directly.
2214 (newsticker--buffer-redraw): Update docstring.
2215
2216 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2217 Rename from define-global-minor-mode.
2218
2219 * progmodes/cwarn.el (global-cwarn-mode):
2220 * emacs-lisp/autoload.el (make-autoload):
2221 * hi-lock.el (global-hi-lock-mode):
2222 * font-core.el (global-font-lock-mode): All callers changed.
2223
2224 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2225
2226 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2227 Don't copy @ignore lines into menu descriptions.
2228 (texinfo-multi-file-update): Goto the @node line before attempting
2229 to pluck the node name.
2230 (texinfo-multiple-files-update): Reverse the optional arguments'
2231 order, as per the doc string and the `interactive' form.
2232
2233 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * image-mode.el: Use autoload to avoid overriding disabled setting
2236 applied in .emacs.
2237
2238 2007-02-03 Alan Mackenzie <acm@muc.de>
2239
2240 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2241 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2242 adjacent paren groups).
2243
2244 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2245
2246 * progmodes/ebnf2ps.el: Doc fixes.
2247 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2248
2249 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2250
2251 * dired-x.el (dired-do-relsymlink): Add reference to
2252 dired-do-symlink. Add an autoload cookie.
2253
2254 * dired-aux.el (dired-do-symlink): Add reference to
2255 dired-do-relsymlink.
2256
2257 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2258
2259 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2260 <left-fringe mouse-3>: New bindings.
2261
2262 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2263
2264 * newsticker.el (newsticker-version): Changed to "1.10".
2265 (newsticker--set-customvar): Doc string.
2266 (newsticker-new-item-face): Doc string.
2267 (newsticker-mode): Initialize `invisibility-spec' with t.
2268 (newsticker-mode-map): Added
2269 `newsticker-mark-all-items-at-point-as-read'.
2270 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2271 (newsticker-w3m-show-inline-images): Do not call
2272 `w3m-remove-image'.
2273 (newsticker--buffer-after-w3m-insert-image): New advice for
2274 w3m-insert-image to cache images.
2275 (newsticker-next-item-same-feed): New.
2276 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2277 (newsticker-mark-all-items-of-feed-as-read): New.
2278 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2279 (newsticker-mark-item-at-point-as-read): Doc string.
2280 (newsticker-mark-item-at-point-as-read): Use new functions.
2281 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2282 `newsticker-mark-item-at-point-as-read'.
2283 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2284 (newsticker--sentinel): Yet another xml-parser workaround.
2285 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2286 days.
2287 (newsticker--buffer-do-insert-text): Fix.
2288 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2289 (newsticker--buffer-make-item-completely-visible):
2290 `switch-to-buffer' not necessary.
2291
2292 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2293
2294 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2295 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2296 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2297 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2298 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2299
2300 2007-02-02 Kenichi Handa <handa@m17n.org>
2301
2302 * international/quail.el (quail-show-key): Fix an error message.
2303
2304 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * faces.el (set-face-underline-p, modify-face): Rename arg
2307 UNDERLINE-P to UNDERLINE (it is not a flag).
2308
2309 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2310
2311 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2312 when adding gdb-speedbar-update to gdb-input-queue.
2313
2314 2007-02-01 Kenichi Handa <handa@m17n.org>
2315
2316 * international/quail.el (quail-show-key): Signal an error if the
2317 current input method is not using Quail.
2318
2319 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2320
2321 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2322 Trim leading whitespace in sysvar names.
2323
2324 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2327
2328 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2331
2332 2007-01-31 Romain Francoise <romain@orebokech.com>
2333
2334 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2335 previous change to this file.
2336
2337 2007-01-31 Jason Rumney <jasonr@gnu.org>
2338
2339 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2340 image-mode.
2341
2342 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2343 interfering with attempt to set major mode from modified
2344 auto-mode-alist.
2345
2346 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * faces.el (color-values): Doc fix.
2349 (face-differs-from-default-p): Don't check :foreground twice.
2350
2351 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2352
2353 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2354
2355 2007-01-31 Kenichi Handa <handa@m17n.org>
2356
2357 * international/quail.el (quail-store-decode-map-key): Store a
2358 translated character too.
2359 (quail-char-equal-p): New function.
2360 (quail-find-key1): Check character equality by quail-char-equal-p.
2361 (quail-decode-map-generated): New variable.
2362 (quail-find-key): Check quail-decode-map-generated and re-generate
2363 a decode map if necessary.
2364
2365 2007-01-30 Richard Stallman <rms@gnu.org>
2366
2367 * tutorial.el (tutorial--detailed-help): Make the list of
2368 changed keys look nicer.
2369
2370 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2371
2372 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2373 (gdb-var-delete): Use it.
2374 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2375 `in_scope'.
2376
2377 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * files.el (get-free-disk-space): Return nil for remote directories.
2380
2381 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2382 instead of "dir".
2383
2384 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * type-break.el (type-break-catch-up-event): New function.
2387 (type-break-demo-hanoi, type-break-demo-life)
2388 (type-break-demo-boring): Use it.
2389
2390 * image-mode.el (image-mode): Don't automatically view as image.
2391 (image-toggle-display): Add `disabled' property.
2392
2393 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * isearchb.el (isearchb-iswitchb):
2396 * ps-print.el (ps-build-face-reference):
2397 * emacs-lisp/shadow.el (list-load-path-shadows):
2398 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2399 * international/mule.el (find-auto-coding):
2400 * mail/supercite.el (sc-attrib-selection-list):
2401 * progmodes/cc-defs.el (c-emacs-features):
2402 * progmodes/cc-vars.el (c-offsets-alist):
2403 * progmodes/flymake.el
2404 (flymake-init-create-temp-source-and-master-buffer-copy):
2405 Fix typos in docstrings (some suggested by Chris Moore).
2406
2407 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2408 (vhdl-get-library-unit, vhdl-corresponding-begin)
2409 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2410 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2411 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2412 (vhdl-font-lock-match-item): Fix typos in docstrings.
2413 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2414 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2415 (vhdl-speedbar-insert-project-hierarchy):
2416 Improve argument/docstring consistency.
2417
2418 2007-01-29 Kenichi Handa <handa@m17n.org>
2419
2420 * international/titdic-cnv.el (py-converter): Fix previous change.
2421
2422 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * jka-compr.el (jka-compr-partial-uncompress)
2425 (jka-compr-call-process): Rebind default-directory if it is
2426 invalid. Suggested by Chris Moore.
2427
2428 * comint.el (comint-insert-input): Handle situation where the
2429 selected buffer is not the clicked buffer.
2430
2431 2007-01-29 Kenichi Handa <handa@m17n.org>
2432
2433 * international/ja-dic-cnv.el (skkdic-convert):
2434 Add byte-compile-disable-print-circle:t at the head.
2435
2436 * international/titdic-cnv.el (tit-process-header):
2437 Add byte-compile-disable-print-circle:t at the head.
2438 (miscdic-convert): Likewise.
2439 (py-converter): Skip the header comments.
2440
2441 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2442 New variable.
2443 (byte-compile-output-file-form): Bing print-circle to nil if
2444 byte-compile-output-file-form is not nil.
2445 (byte-compile-output-docform): Likewise.
2446
2447 2007-01-28 Kim F. Storm <storm@cua.dk>
2448
2449 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2450 Declare earlier to avoid byte compiler warnings.
2451
2452 2007-01-28 Markus Triska <markus.triska@gmx.at>
2453
2454 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2455
2456 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2459 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2460 when calling update-game-score program. Remove unnecessary
2461 save-excursion.
2462
2463 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2464
2465 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2466
2467 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2468 avoid compiler warning.
2469 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2470 might have values other than "true" or "false".
2471
2472 2007-01-28 Richard Stallman <rms@gnu.org>
2473
2474 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2475 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2476
2477 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2478
2479 * image.el (image-type-header-regexps): Make GIF regex more specific.
2480
2481 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2482 Don't check `backspace'.
2483 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2484 in Fundamental mode.
2485
2486 * startup.el (fancy-splash-text, normal-splash-screen):
2487 Mention C-g.
2488
2489 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2490 when inserting in buffer.
2491
2492 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2493 inside the if.
2494
2495 2007-01-27 Richard Stallman <rms@gnu.org>
2496
2497 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2498
2499 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2500
2501 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2502 enum/union/struct/class definition.
2503 Revert change to call `forward-sexp' multiple times.
2504
2505 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2506
2507 * files.el (hack-local-variables-confirm): Don't keep trying to
2508 read an event from an empty kbd macro.
2509
2510 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2511
2512 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2513
2514 2007-01-27 Ben North <ben@redfrontdoor.org>
2515
2516 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2517 the arg CHILDREN -> WHICH.
2518
2519 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2522 default-directory to a sane value when calling start-process.
2523
2524 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2525
2526 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2527 (ls-lisp-format-time-list): Doc fix. Mention
2528 ls-lisp-use-localized-time-format.
2529 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2530 ls-lisp-use-localized-time-format is non-nil, even if a valid
2531 locale is defined.
2532
2533 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * jka-compr.el (jka-compr-shell): Doc fix.
2536
2537 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2538
2539 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2540
2541 * ps-print.ps: Fix background height.
2542 (ps-print-version): New version 6.7.2.
2543
2544 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2545
2546 * makefile.w32-in (finder-data, custom-deps): Depend on
2547 $(lisp)/loaddefs.el.
2548
2549 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2550
2551 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2552
2553 2007-01-24 Miles Bader <miles@gnu.org>
2554
2555 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2556 (byte-compile-output-docform): Bind `print-circle' to t.
2557
2558 2007-01-24 Kenichi Handa <handa@m17n.org>
2559
2560 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2561 file name of the original SKK dictionary file.
2562
2563 2007-01-24 Kim F. Storm <storm@cua.dk>
2564
2565 * ido.el (ido-initial-position): New variable.
2566 (ido-read-internal): Set it if default item is specified.
2567 (ido-minibuffer-setup): Position cursor accordingly if set.
2568 (ido-edit-input): C-e moves to end of input if not already there.
2569 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2570 Don't switch to buffer mode if repeating C-b at start of input.
2571 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2572 input; else it moves to start of input.
2573 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2574 not at end of input, delete rest of input, rather than normal op.
2575
2576 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2577
2578 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2579
2580 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2581 of message. Activate mark.
2582 (ediff-activate-mark): Set transient-mark-mode to t.
2583
2584 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2585
2586 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2587
2588 * help-fns.el (describe-variable): Don't suppress display of
2589 buffer local value when the value is "large".
2590
2591 2007-01-22 Kim F. Storm <storm@cua.dk>
2592
2593 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2594 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2595 (ido-tidy): Use ido-active.
2596
2597 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2598
2599 * hexl.el (hexl-mode-exit): Add missing quote.
2600
2601 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2602
2603 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2604 (mac-ae-keyboard-modifiers): New function.
2605 (mac-handle-toolbar-switch-mode): Use it.
2606 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2607 if keyboard modifiers on drop contain option key.
2608 (mac-dnd-drop-data): Add optional argument `action'.
2609 (special-event-map): Remove binding for M-drag-n-drop.
2610
2611 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2612
2613 * add-log.el (add-log-current-defun): Use CC Mode functions to
2614 find the beginning and end of a defun.
2615
2616 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2617
2618 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2619 (gdb-var-create-handler): Handle value field in GDB output of
2620 -var-create.
2621 (gdb-max-frames): New variable.
2622 (gdb-stack-buffer, gdb-frames-select): Use it.
2623 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2624 if necessary.
2625 (gdb-get-frame-number): Simplify.
2626
2627 2007-01-21 Glenn Morris <rgm@gnu.org>
2628
2629 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2630 Update copyrights.
2631
2632 2007-01-21 Alan Mackenzie <acm@muc.de>
2633
2634 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2635 handling of K&R stuff.
2636
2637 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2638
2639 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2640
2641 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2642
2643 * ps-print.el: Handle frame parameters (background and/or foreground
2644 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2645 (ps-print-version): New version 6.7.1.
2646 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2647 (ps-frame-parameter): New fun.
2648 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2649 Fix doc and customization.
2650 (ps-begin-job): Get frame parameters (background and/or foreground
2651 colors).
2652 (ps-do-despool): Ensure ps-printer-name has a valid value.
2653
2654 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2655
2656 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2657 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2658 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2659 mean unlimited.
2660
2661 2007-01-20 Alan Mackenzie <acm@muc.de>
2662
2663 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2664 much more rigorous analysis of putative K&R regions.
2665
2666 2007-01-20 Alan Mackenzie <acm@muc.de>
2667
2668 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2669 New functions.
2670
2671 2007-01-20 Alan Mackenzie <acm@muc.de>
2672
2673 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2674 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2675 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2676 * progmodes/cc-vars.el: Add my name.
2677
2678 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * files.el (find-alternate-file): Revert query message to Emacs 21
2681 version.
2682
2683 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2684
2685 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2686 the doc string how to use personal abbrevs without electric
2687 keywords.
2688
2689 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2690
2691 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2692 Fixed cursor position when toggle abbreviated display.
2693
2694 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2695
2696 * t-mouse.el: Update copyright following assignment by
2697 Alessandro Rubini.
2698
2699 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2702 (type-break-demo-boring): Call read-event instead of read-char.
2703
2704 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2705
2706 * progmodes/compile.el: Add handling for makepplog.
2707
2708 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2709
2710 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2711 aspell dictionaries are initialized when called non-interactively.
2712
2713 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2714
2715 * progmodes/compile.el (compilation-loop): New arg limit.
2716 Handle case where the first error is at point-min.
2717 (compilation-next-error): New arg to compilation-loop call.
2718
2719 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2720
2721 * info.el (Info-default-dirs): Change default info dir to
2722 share/info.
2723
2724 * paths.el (Info-default-directory-list): Ditto.
2725
2726 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2727
2728 * hexl.el (hexl-before-revert-hook): New function.
2729 (hexl-mode): Use it.
2730 (hexl-after-revert-hook): Just call hexl-mode.
2731 (hexl-mode-exit): Remove before-revert-hook.
2732
2733 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2736
2737 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2738
2739 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2740 by "-" in francais7 otherchars entry.
2741 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2742 otherchars entry.
2743
2744 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2745
2746 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2747 path. Rewrite function in `cond' style for readability.
2748
2749 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2750 (The path shortening, that is, not the rearrarangement.)
2751
2752 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2753
2754 * term/mac-win.el (mac-ae-quit-application): New function.
2755 (mac-apple-event-map): Bind "quit application" Apple event to it.
2756
2757 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2760 than the program's output.
2761
2762 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2765 (kmacro-start-macro-or-insert-counter)
2766 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2767 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2768
2769 * longlines.el (longlines-show-hard-newlines):
2770 * ruler-mode.el (ruler-mode-ruler):
2771 * emulation/keypad.el (keypad-setup):
2772 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2773 Fix typo in docstring.
2774
2775 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2776
2777 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2778 Remove redirect character ">".
2779
2780 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2781
2782 * replace.el (perform-replace): Remove leftover code.
2783
2784 2007-01-12 Richard Stallman <rms@gnu.org>
2785
2786 * replace.el (perform-replace): Don't clear NODENT when computing
2787 the replacement string.
2788
2789 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp.el (tramp-handle-file-local-copy):
2792 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2793 <christopher.ian.moore@gmail.com>.
2794
2795 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * diff-mode.el (diff-sanity-check-context-hunk-half)
2798 (diff-sanity-check-hunk): New functions.
2799 (diff-find-source-location): Use'em to check the hunks are well-formed.
2800
2801 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2802 activate undo when undo is not active.
2803 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2804
2805 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2808 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2809 (ffap-url-at-point): Use char-classes rather than "a-z".
2810
2811 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * ediff-init.el (ediff-autostore-merges):
2814 * textmodes/fill.el (fill-region): Doc fix.
2815
2816 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * server.el (server-ensure-safe-dir): UIDs may be floats.
2819
2820 2007-01-10 Richard Stallman <rms@gnu.org>
2821
2822 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2823 around calls to directory-files.
2824
2825 * subr.el (momentary-string-display): Use save-excursion.
2826
2827 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2828 argument, but read it as `X' does.
2829
2830 2007-01-09 Juri Linkov <juri@jurta.org>
2831
2832 * info.el (Info-fontify-node): Don't hide node names of index entries.
2833
2834 * faces.el (momentary): Change :group to basic-faces where all
2835 basic faces belong to. Add :version.
2836
2837 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2838
2839 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2840 keybinding is found.
2841 (tutorial--find-changed-keys): Never treat null keybinding as a
2842 remapping.
2843
2844 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2845
2846 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2847
2848 2007-01-09 Kenichi Handa <handa@m17n.org>
2849
2850 * international/mule-cmds.el
2851 (select-safe-coding-system-interactively): Fix message.
2852
2853 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2854
2855 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2856 (tramp-process-actions): Add optional parameter TIMEOUT.
2857 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2858 (tramp-open-connection-su): Add timeout of 60".
2859
2860 2007-01-09 Richard Stallman <rms@gnu.org>
2861
2862 * progmodes/compile.el (compile): Doc fix.
2863
2864 2007-01-09 Markus Triska <markus.triska@gmx.at>
2865
2866 * tumme.el (tumme-display-thumb): Doc fix.
2867
2868 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * battery.el (battery-search-for-one-match-in-files):
2871 * bindings.el (mode-line-minor-mode-help):
2872 * x-dnd.el (x-dnd-types-alist):
2873 * calendar/icalendar.el (icalendar-import-buffer):
2874 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2875
2876 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2877
2878 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2879
2880 * replace.el (replace-regexp): Fix typo in docstring.
2881
2882 2007-01-07 Alan Mackenzie <acm@muc.de>
2883
2884 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2885 Amend doc-string and comments.
2886
2887 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2888
2889 * files.el (abbreviate-file-name): Doc fix.
2890
2891 2007-01-06 Markus Triska <triska@gmx.at>
2892
2893 * subr.el (split-string): Remove spurious ")" from doc string.
2894
2895 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2896
2897 * textmodes/table.el (table--warn-incompatibility):
2898 Use display-warning instead of momentary-string-display.
2899
2900 2007-01-05 Richard Stallman <rms@gnu.org>
2901
2902 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2903
2904 * simple.el (backward-kill-word): Doc fix.
2905
2906 2007-01-05 Romain Francoise <romain@orebokech.com>
2907
2908 * international/mule.el (sgml-html-meta-auto-coding-function):
2909 Ensure that the buffer contains a HTML document.
2910
2911 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2912
2913 * faces.el (momentary): Move here ...
2914 * subr.el (momentary): ... from here.
2915
2916 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2917
2918 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2919 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2920 large structures/arrays.
2921
2922 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2923
2924 * files.el (find-file-noselect-1, set-visited-file-name):
2925 Allow backup-enable-predicate to be nil.
2926
2927 2007-01-04 Andreas Schwab <schwab@suse.de>
2928
2929 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2930 last change.
2931
2932 2007-01-03 Richard Stallman <rms@gnu.org>
2933
2934 * woman.el (woman-decode-buffer): Clarify error message.
2935
2936 2007-01-03 Alan Mackenzie <acm@muc.de>
2937
2938 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2939
2940 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2941
2942 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2943
2944 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2947
2948 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2949
2950 * emulation/viper.el (viper-custom-file-name, viper-mode):
2951 Fix typos in docstrings.
2952
2953 * subr.el (momentary-string-display): After moving point, set POS
2954 variable to it to avoid later errors once the buffer is modified.
2955 Doc fix.
2956
2957 2007-01-02 Alan Mackenzie <acm@muc.de>
2958
2959 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2960 check that the "*/" is present before trying to manipulate it.
2961
2962 2007-01-02 Richard Stallman <rms@gnu.org>
2963
2964 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2965
2966 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2967 Fix format of value.
2968
2969 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2970 Change messages accordingly.
2971 (customize-customized): Now alias.
2972
2973 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2974
2975 * files.el (version-control): Doc fix.
2976
2977 2007-01-01 Alan Mackenzie <acm@muc.de>
2978
2979 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2980 Check the format of c-state-cache is valid for an optimisation before
2981 using it.
2982
2983 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2984 are at a statement within a macro". Other changes so that only
2985 the first continuation line in a macro gets the symbol
2986 `cpp-define-intro', the others getting `statement', or whatever.
2987
2988 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2989 a string, preserve whitespace. Add a backslash only when also in
2990 a macro.
2991
2992 * progmodes/cc-defs.el: Correct typos.
2993
2994 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2995 new line after an escaped EOL in a string.
2996
2997 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2998 label when it directly follows "else", "do", ....
2999
3000 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3001 angle brackets (as seen in "explicit specialisations" of C++
3002 templates).
3003
3004 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3005 in the doc-string.
3006
3007 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3008 when the comment ender looks like "=========*/" and is alone on
3009 its line.
3010
3011 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3012 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3013 for the old name.
3014
3015 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3016 c-\(beginning\|end\)-of-defun by default.
3017
3018 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3019 New line-up function, for the DEFUN macro in the Emacs C sources.
3020 Only used in "gnu" style.
3021
3022 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3023 the "gnu" style.
3024
3025 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3026 clean-up comment-close-slash also to work when there's a comment
3027 terminator on the line.
3028 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3029 these for large arg - only take account of top level {..}, except
3030 for initial and final adjustments. M-- C-M-[ae] now go to the
3031 right defuns when the starting point is between defuns. They use
3032 the four new functions:
3033 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3034 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3035 support c-\(beginning\|end\)-of-defun.
3036
3037 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3038 expressions more rigorously, to exclude bit-field specifiers from
3039 being classed as labels.
3040 (c-forward-label): When analyzing a ":" within a macro, be careful
3041 about using c-forward-syntactic-ws at the macro beginning.
3042 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3043 stmt boundary, check for "operator=", etc.
3044
3045 * progmodes/cc-mode.el (c-postprocess-file-styles):
3046 Bind inhibit-read-only to t, around the call to
3047 c-remove-any-local-eval-or-mode-variables, so that it works on a
3048 RO file.
3049
3050 * progmodes/cc-defs.el (c-version): Update the version number to
3051 "5.31.4".
3052
3053 2007-01-01 Richard Stallman <rms@gnu.org>
3054
3055 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3056 only if we restored isearch-window-configuration.
3057
3058 2006-12-31 Romain Francoise <romain@orebokech.com>
3059
3060 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3061
3062 2006-12-31 Kim F. Storm <storm@cua.dk>
3063
3064 * files.el (auto-mode-case-fold): New defcustom.
3065 (set-auto-mode): If non-nil, perform second case-sensitive pass
3066 through auto-mode-alist if first pass failed.
3067
3068 2006-12-30 Richard Stallman <rms@gnu.org>
3069
3070 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3071
3072 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3073
3074 * allout.el (allout-encrypt-string): Handle symmetric-key
3075 passphrase caching but leave keypair caching to pgg.
3076
3077 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3078
3079 Sync with Tramp 2.0.55.
3080
3081 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3082 `integerp'. `char-equal' could fail else in case of negative
3083 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3084 (top): Check for `font-lock-add-keywords' before calling; it
3085 doesn't exist under XEmacs.
3086 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3087 (tramp-completion-mode): Remove clause (not
3088 tramp-unified-filenames), because the function is called in other
3089 context too, where this check results in wrong results in the
3090 XEmacs case on Windows.
3091 (tramp-touch): UTC handling is not possible for XEmacs.
3092
3093 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3094
3095 * scroll-bar.el (previous-scroll-bar-mode): New variable
3096 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3097 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3098
3099 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3100
3101 2006-12-30 Richard Stallman <rms@gnu.org>
3102
3103 * files.el (make-backup-file-name-1): Precompute abs name
3104 but don't lose the relative name.
3105
3106 * international/mule-cmds.el (select-safe-coding-system-interactively):
3107 Fix message.
3108
3109 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3110
3111 * files.el (backup-buffer): Show entire backup file name in msg.
3112
3113 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * image.el (image-type-header-regexps, image-type-from-data)
3116 (image-type-from-buffer, image-type-from-file-header):
3117 Revert changes from 2006-12-26.
3118 (image-type-auto-detectable): New variable.
3119 (image-type-auto-detected-p): New function.
3120
3121 * files.el (magic-mode-alist): Detect image files with
3122 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3123
3124 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * dired.el (dired-sort-other): Move test for dired-mode...
3127 (dired-sort-set-modeline): ...to here.
3128
3129 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3130
3131 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3132 change. Suggested by Stefan Monnier.
3133
3134 2006-12-29 Kim F. Storm <storm@cua.dk>
3135
3136 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3137 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3138
3139 2006-12-27 Kim F. Storm <storm@cua.dk>
3140
3141 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3142 so it doesn't accidentally match an fsf.org mail address.
3143 (authors-renamed-files-alist): Add tcover-*.el.
3144
3145 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * vc-arch.el (vc-arch-find-version): New function.
3148
3149 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3150 composed of arbitrary characters (even /) in some systems.
3151
3152 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3153
3154 * international/mule-cmds.el (select-safe-coding-system-interactively):
3155 Improve the message in the *Warning* buffer.
3156
3157 2006-12-27 Kim F. Storm <storm@cua.dk>
3158
3159 * ido.el (ido-set-matches-1): Fix last change. If default item is
3160 current buffer, it is ok to be first.
3161
3162 2006-12-27 Kenichi Handa <handa@m17n.org>
3163
3164 * international/mule-cmds.el (select-safe-coding-system-interactively):
3165 Use face `link' for problematic chars.
3166
3167 2006-12-27 Kenichi Handa <handa@m17n.org>
3168
3169 * international/mule-cmds.el (select-safe-coding-system-interactively):
3170 Improve the message in *Warning* buffer.
3171
3172 2006-12-27 Kim F. Storm <storm@cua.dk>
3173
3174 * ido.el (ido-set-matches-1): Never put current buffer first if
3175 there are other matches.
3176
3177 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3178
3179 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3180 expressions.
3181 (gdb-var-delete): Handle duplicate names. Print message for non
3182 root expressions.
3183 (gdb-partial-output-name): Start buffer name with a space.
3184 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3185 buffer name.
3186
3187 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3188
3189 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3190 last footnote when `footnote-spaced-footnotes' is nil.
3191
3192 2006-12-26 Richard Stallman <rms@gnu.org>
3193
3194 * cus-edit.el (custom-browse-sort-alphabetically)
3195 (custom-buffer-sort-alphabetically)
3196 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3197
3198 * image.el (image-type-header-regexps): Change element format
3199 to include third item NOT-ALWAYS.
3200 (image-type-from-data): Handle new format.
3201 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3202 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3203
3204 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3205
3206 * add-log.el (add-log-current-defun): Call `forward-sexp'
3207 multiple times to pick a member function name defined as
3208 part of nested classes/namespaces.
3209
3210 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3211
3212 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3213 which keymap should be used to change menu. It does not affect any
3214 existent code.
3215
3216 2006-12-26 Richard Stallman <rms@gnu.org>
3217
3218 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3219 rather than for being in a minibuffer window.
3220
3221 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3222
3223 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3224 locale-coding-system.
3225 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3226 LF.
3227
3228 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3229
3230 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3231 (sql-mode-syntax-table): Disable double quoted strings.
3232 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3233
3234 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3235
3236 * startup.el (fancy-splash-last-input-event): New variable.
3237 (fancy-splash-special-event-action): New function.
3238 (fancy-splash-screens): Temporarily bind special events to it.
3239 Execute command for saved special event before exiting from
3240 recursive editing.
3241
3242 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3243 New functions.
3244 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3245 Use mac-unread-string.
3246
3247 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3248
3249 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3250 an optimized comment regexp if `comment-start-skip' uses a ^.
3251 * bs.el (bs--up): Remove interactive spec.
3252
3253 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3256 Suggested by James Cloos.
3257
3258 2006-12-24 Kevin Ryde <user42@zip.com.au>
3259
3260 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3261 in March.
3262 (calendar-dst-ends): Default to first Sunday in November.
3263
3264 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3265
3266 * allout.el (allout-encrypt-string): Inhibit use of agent within
3267 body of let form where encryption happens. Acknowledge non-use of
3268 gpg-agent in docstring.
3269 (allout-toggle-subtree-encryption): Acknowledge non-use of
3270 gpg-agent in docstring.
3271
3272 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3275
3276 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3277
3278 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3279 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3280
3281 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3282 in hooks.
3283 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3284 actually modify buffer; ignore errors if occur.
3285
3286 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3289 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3290 formatting.
3291
3292 2006-12-23 Richard Stallman <rms@gnu.org>
3293
3294 * simple.el (delete-horizontal-space): Doc fix.
3295
3296 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3297
3298 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3299 explicitly in a recursive Make, not implicitly through prerequisites,
3300 since the latter is wrong under parallel builds.
3301
3302 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3303
3304 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3305
3306 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3307
3308 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3309 message string.
3310
3311 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3312
3313 * outline.el (outline-next-visible-heading): Fix the case with a
3314 header at end-of-file with no final newline.
3315
3316 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3317
3318 * indent.el (tab-always-indent): Doc fix.
3319
3320 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3323 (Info-fontify-node): Do fontify indices.
3324
3325 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3326 to the Emacs Lisp reference manual.
3327 (tutorial--tab-map): Remove. All callers changed.
3328 (tutorial--find-changed-keys): New elt QUIET, used to...
3329 (tutorial--display-changes): ...ensure that warning messages are
3330 only issued once per changed key.
3331 (tutorial--remove-remarks): Delete unused code-path.
3332 (lang-strings): Remove extraneous formatting.
3333 (tutorial--save-tutorial): Prompt before saving tutorial state.
3334
3335 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3338 Replace '?\ ' by '?\s' throughout.
3339 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3340 `help' custom group.
3341 (tutorial--key-description): New function.
3342 (tutorial--display-changes): Remove redundant arg. Scan for all
3343 key sequences to avoid false matches. Cleanup.
3344 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3345 reduce homedir pollution.
3346 (help-with-tutorial): Call tutorial--display-changes with no arg.
3347
3348 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3349
3350 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3351
3352 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * net/tramp.el (tramp-default-method): We still need to check for
3355 `executable-find', because it is not bound under Emacs 20.
3356 (tramp-handle-file-name-completion)
3357 (tramp-completion-handle-file-name-completion): Handle optional
3358 parameter PREDICATE.
3359 (tramp-find-default-method): Add code for default values.
3360
3361 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3362
3363 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3364 make gud-go send "continue".
3365
3366 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3367
3368 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3369 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3370
3371 2006-12-19 Kim F. Storm <storm@cua.dk>
3372
3373 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3374 instead of global-map.
3375
3376 * files.el (magic-mode-alist): Allow matching file type by
3377 calling a function at bob. Check for image types by calling
3378 image-type-from-buffer. Suggested by Juanma Barranquero.
3379 (set-auto-mode): Do it.
3380
3381 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3384 Remove "ControlMaster" option from the other `scp*' methods.
3385 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3386
3387 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3388
3389 * textmodes/org.el (org-mode): Show context after isearch.
3390 (org-show-siblings): New function.
3391 (org-show-context): Use `org-show-siblings'.
3392
3393 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3396 Use syntax-ppss-toplevel-pos.
3397
3398 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3399
3400 * textmodes/org.el (org-current-line): Make sure that lines are
3401 counted from beginning of buffer.
3402 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3403 lines are counted from beginning of buffer.
3404
3405 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * info.el (Info-build-node-completions): Signal error if tag-table
3408 marker is not found.
3409
3410 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3411
3412 2006-12-17 Alan Mackenzie <acm@muc.de>
3413
3414 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3415 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3416 Based on code by Martin Rudalics.
3417
3418 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3419 open-paren-in-column-0-is-defun-start to nil any more.
3420
3421 2006-12-17 Richard Stallman <rms@gnu.org>
3422
3423 * simple.el (delete-horizontal-space): Use prefix arg.
3424
3425 * help-fns.el (describe-variable): Improve blank separator lines.
3426
3427 * files.el (magic-mode-alist): Mark as risky.
3428
3429 * files.el (make-backup-file-name-1):
3430 Expand backup-directory explicitly.
3431
3432 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3435 check whether package password.el is loaded, or Pageant is running.
3436
3437 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3438
3439 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3440 (icalendar--rris): First try Emacs, then XEmacs.
3441 (icalendar--convert-ical-to-diary): Doc fix.
3442 Insert newline at end of target file.
3443
3444 2006-12-17 Kim F. Storm <storm@cua.dk>
3445
3446 * outline.el (outline-isearch-open-invisible-function): New defvar.
3447 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3448 overlay property instead of outline-isearch-open-invisible.
3449
3450 2006-12-16 Kim F. Storm <storm@cua.dk>
3451
3452 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3453 if ido-directory-too-big is set on entry.
3454 (ido-toggle-ignore, ido-completion-help): Print message while
3455 reading big directory.
3456
3457 2006-12-15 Richard Stallman <rms@gnu.org>
3458
3459 * shell.el (shell): Doc fix.
3460
3461 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3462
3463 * emulation/edt.el (edt-xserver):
3464 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3465 to fix a problem on Cygwin.
3466
3467 * emulation/edt.el
3468 * emulation/edt-mapper.el
3469 * emulation/edt-lk201.el
3470 * emulation/edt-pc.el
3471 * emulation/edt-vt100.el: Update maintainer's email address.
3472
3473 2006-12-15 Simon Marshall <simon@gnu.org>
3474
3475 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3476
3477 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3478
3479 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3480 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3481 instead of mac-atsu-font-table.
3482 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3483
3484 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3485
3486 * align.el (align-match-tex-pattern): Fix a rare bug which
3487 hanged Emacs.
3488
3489 2006-12-14 Richard Stallman <rms@gnu.org>
3490
3491 * startup.el (use-fancy-splash-screens-p): Use frame-height
3492 instead of window-height. Pass frame to image-size.
3493
3494 2006-12-13 Kenichi Handa <handa@m17n.org>
3495
3496 * international/mule-cmds.el (set-locale-environment):
3497 Set default-sendmail-coding-system too.
3498
3499 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3500
3501 * progmodes/idlw-help.el: Fix copyright notice.
3502
3503 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3506
3507 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3508
3509 * subr.el (unread-command-char): Reformat obsolescence info.
3510
3511 2006-12-11 Richard Stallman <rms@gnu.org>
3512
3513 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3514 about calls to cl-struct-setf-expander.
3515
3516 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3519 (ediff-combination-pattern): Fix typo in docstring.
3520
3521 * textmodes/refer.el (refer-find-entry): Doc fix.
3522 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3523 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3524 Fix tipos in docstrings.
3525
3526 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3527
3528 2006-12-10 Kim F. Storm <storm@cua.dk>
3529
3530 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3531 instead of binding M-backspace.
3532
3533 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3534
3535 * replace.el (replace-match-data, replace-match-maybe-edit):
3536 * calc/calc-aent.el (calc-eval-error):
3537 * emulation/vi.el (vi-char-argument):
3538 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3539 (c-vsemi-status-unknown-p-fn): Doc fixes.
3540
3541 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3544 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3545
3546 2006-12-10 Masatake YAMATO <jet@gyve.org>
3547
3548 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3549
3550 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3553
3554 * man.el (Man-xref-button-action): New function. If the
3555 `Man-target-string' button property is a function, assume it
3556 accepts a position argument.
3557 (Man-abstract-xref-man-page): Use it.
3558 (Man-default-man-entry): New optional arg POS.
3559
3560 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3561 symlink arrows read-only and non-rear-sticky.
3562
3563 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3564
3565 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3566 (wdired-search-and-rename): Simplify code.
3567 (wdired-preprocess-files, wdired-preprocess-perms): Make
3568 read-only property of preceding character rear-nonsticky to
3569 avoid that it can be modified. Put old-name and old-link
3570 properties on character preceding name and replace
3571 put-text-property by add-text-properties.
3572 (wdired-get-filename, wdired-get-previous-link): Get old-name
3573 and old-link properties from character preceding name and
3574 simplify code.
3575 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3576 (wdired-perms-to-number): Make local-map property
3577 rear-nonsticky to avoid that text following permissions may be
3578 modified. Use add-text-properties instead of put-text-property
3579 when changing a permission bit.
3580 (wdired-change-to-dired-mode): Remove stickiness properties.
3581
3582 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * international/mule-cmds.el (register-input-method): Doc fix.
3585
3586 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3587
3588 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3589
3590 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3591
3592 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3593 Force buffer local defs evaluation on local variables loading.
3594 (flyspell-mode-on, flyspell-mode-off): Use it in
3595 `hack-local-variables-hook'.
3596
3597 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3598
3599 * emacs-lisp/find-func.el (find-variable): Doc fix.
3600
3601 * help-fns.el (variable-at-point): Doc fix.
3602
3603 * w32-fns.el (w32-append-code-lines): New function.
3604
3605 2006-12-09 Romain Francoise <romain@orebokech.com>
3606
3607 * comint.el (comint-insert-input): Delete obsolete comment.
3608
3609 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3612 current frame, in case we're connected to several displays.
3613
3614 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3615
3616 * frame.el (other-frame): Doc fix.
3617 (set-frame-parameter): Fix typo in docstring.
3618
3619 2006-12-07 Kim F. Storm <storm@cua.dk>
3620
3621 * info.el (Info-index): Strip leading colon from topic.
3622
3623 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3624
3625 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3626 to pointers.
3627
3628 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3629
3630 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3631 Trim out spurious class inheritance "None" entries.
3632
3633 2006-12-05 Kim F. Storm <storm@cua.dk>
3634
3635 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3636 (cua-paste-pop): Rework last change for
3637 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3638 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3639 text inserted by the last M-y command.
3640
3641 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3642
3643 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3644 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3645
3646 * shell.el (shell): Search the start file in ~/.emacs.d as
3647 `init_SHELLNAME.sh' instead.
3648
3649 2006-12-05 Glenn Morris <rgm@gnu.org>
3650
3651 * progmodes/cperl-mode.el (cperl-mode)
3652 * progmodes/f90.el (f90-mode-abbrev-table)
3653 * progmodes/fortran.el (fortran-mode-abbrev-table)
3654 * progmodes/octave-mod.el (octave-abbrev-table)
3655 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3656 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3657
3658 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3659 clear abbrev table, else saved abbrevs will not be restored.
3660
3661 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3664 the call to `make-obsolete-variable', not in the docstring.
3665
3666 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3669
3670 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3671
3672 * progmodes/ebnf-abn.el:
3673 * progmodes/ebnf-bnf.el:
3674 * progmodes/ebnf-dtd.el:
3675 * progmodes/ebnf-ebx.el:
3676 * progmodes/ebnf-iso.el:
3677 * progmodes/ebnf-otz.el:
3678 * progmodes/ebnf-yac.el:
3679 * progmodes/ebnf2ps.el:
3680 * delim-col.el:
3681 * printing.el:
3682 * ps-bdf.el:
3683 * ps-mule.el:
3684 * ps-print.el: Remove 'Time-stamp' comment mark.
3685
3686 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3687 'easy-menu-add-item' when called in Emacs 21 or higher.
3688
3689 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3690
3691 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3692 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3693
3694 2006-12-04 Kim F. Storm <storm@cua.dk>
3695
3696 * bindings.el (global-map): Bind [signal t] to ignore, to have
3697 user signals ignored by default.
3698
3699 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3702 Unicode data file pointed to by `describe-char-unicodedata-file'.
3703
3704 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3707 O(n^2) regexp-search by anchoring the search.
3708
3709 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * whitespace.el (whitespace-cleanup-internal): Use current
3712 argument for recursive call.
3713
3714 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3715
3716 * net/tramp.el (tramp-methods): Add "ControlPath" and
3717 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3718 Andreas Schwab <schwab@suse.de>.
3719 (tramp-do-copy-or-rename-file-out-of-band)
3720 (tramp-open-connection-rsh): Compute format spec for ?t.
3721 (tramp-process-actions): Trace command parameters.
3722
3723 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3724
3725 * simple.el (toggle-truncate-lines): Clarify doc string.
3726
3727 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3728 (gdb-speedbar-expand-node): Use it.
3729
3730 2006-12-04 Richard Stallman <rms@gnu.org>
3731
3732 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3733
3734 * dired.el (dired-revert): Turn off dired-after-readin-hook
3735 around call to dired-readin.
3736
3737 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3738 to echo area messages.
3739 <indicate-empty-lines, case-fold-search>:
3740 Add "globally" to Help string.
3741 <case-fold-search>: MESSAGE arg need not say "globally".
3742 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3743
3744 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3745
3746 * outline.el (outline-end-of-subtree): Don't leave an empty
3747 line hidden as we would a real next heading.
3748
3749 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3750
3751 * allout.el (allout-ascend): Add an optional argument to preserve
3752 original position of point when unsuccessful. Also, fix a
3753 docstring error.
3754 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3755 work again, using allout-ascend's new option.
3756 (allout-setup-mode-map): Extract from allout-mode to initialize
3757 allout-mode-map. Call it on file load, so the mode docstring
3758 substitutions work even if allout mode has not yet been invoked.
3759 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3760 customizations since the map was last processed. Also, refine the
3761 docstring so it's ship-shape for release.
3762 (allout-default-layout, allout-beginning-of-line-cycles)
3763 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3764 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3765 (allout-version, allout-layout, allout-infer-body-reindent)
3766 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3767 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3768 (allout-previous-heading, allout-goto-prefix-doublechecked)
3769 (allout-current-bullet-pos, allout-next-sibling-leap)
3770 (allout-pre-command-business, allout-encrypted-type-prefix)
3771 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3772 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3773 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3774 (allout-old-expose-topic, allout-listify-exposed)
3775 (allout-process-exposed, allout-latex-verb-quote)
3776 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3777 (allout-toggle-current-subtree-encryption)
3778 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3779 Remove extraneous open-paren and close paren string escapes.
3780
3781 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3782
3783 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3784 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3785 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3786 Fix typos in docstrings.
3787
3788 2006-12-03 Glenn Morris <rgm@gnu.org>
3789
3790 * progmodes/cc-align.el
3791 * progmodes/cc-awk.el
3792 * progmodes/cc-cmds.el
3793 * progmodes/cc-compat.el
3794 * progmodes/cc-defs.el
3795 * progmodes/cc-engine.el
3796 * progmodes/cc-langs.el
3797 * progmodes/cc-menus.el
3798 * progmodes/cc-mode.el
3799 * progmodes/cc-styles.el
3800 * progmodes/cc-vars.el
3801 * progmodes/vhdl-mode.el: Fix Copyright format.
3802
3803 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3806 initial down event.
3807
3808 2006-12-02 Kim F. Storm <storm@cua.dk>
3809
3810 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3811 (cua-repeat-replace-region): Make M-v more robust.
3812 (cua-paste-pop-rotate-temporarily): New defcustom.
3813 (cua-paste-pop): Use it.
3814 (cua-auto-mark-last-change): New defcustom.
3815 (cua-pop-to-last-change): New helper function.
3816 (cua-set-mark): Use them.
3817
3818 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3821 mini-buffer message.
3822
3823 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3824
3825 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3826
3827 2006-12-01 Ben North <ben@redfrontdoor.org>
3828
3829 * paren.el: Fix the highlight overlay extension when the user types a
3830 sequence of char very fast just before the open parenthesis.
3831
3832 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3833
3834 * ps-mule.el: Eliminate Emacs 20 compatibility.
3835
3836 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3837 (ps-print-version): New version 6.7.
3838 (ps-print-quote): Replace '?\ ' by '?\s'.
3839
3840 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3843 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3844 (hexl-end-of-1k-page): Doc fixes.
3845 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3846 Fix typos in docstrings.
3847
3848 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3849
3850 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3851 locally, i.e. without using file name handlers.
3852 (ido-read-internal): Allow mono letter host names, avoiding the
3853 `c:' problem by testing if the file exists locally.
3854 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3855
3856 2006-11-30 Masatake YAMATO <jet@gyve.org>
3857
3858 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3859 to avoid bytecomp warnings.
3860 (hexl-mode-old-ruler-function): New variable.
3861 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3862 and `hl-line-range-function' after `require' hl-line.
3863 Then bind `hl-line-range-function' and `hl-line-face'.
3864 Don't require frame. Don't use `with-no-warnings'.
3865 (hexl-activate-ruler): Store the original value of
3866 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3867 (hexl-mode-exit): Restore the original value of
3868 `ruler-mode-ruler-function'.
3869
3870 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3871
3872 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3873 (hexl-mode-old-hl-line-face): New variable.
3874 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3875 line when exit from the hexl-mode.
3876
3877 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3878
3879 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3880 Doc fixes.
3881
3882 * international/fontset.el (create-fontset-from-ascii-font)
3883 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3884 (fontset-name-p): Fix typo in docstring.
3885
3886 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3887
3888 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3889
3890 * ps-bdf.el: Fix maintainer email.
3891
3892 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3893 compatibility.
3894
3895 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3896 21 compatibility.
3897 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3898 Emacs 20 & 21.
3899
3900 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3901
3902 * progmodes/idlwave.el (idlwave-auto-fill):
3903 Remove paragraph-start let to prevent auto-fill giving up.
3904
3905 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3906
3907 * vt100-led.el (led-state): Fix typo in previous change.
3908
3909 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3910
3911 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3912 Fix interactive spec of the functions getting defined to make them
3913 work as documented.
3914
3915 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3918
3919 2006-11-28 Kim F. Storm <storm@cua.dk>
3920
3921 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3922 icomplete-mode is enabled.
3923
3924 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3925
3926 * textmodes/org.el (require): Require gnus-sum during compilation
3927 to avoid problem with a macro call.
3928
3929 2006-11-28 Glenn Morris <rgm@gnu.org>
3930
3931 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3932
3933 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3934 (fortran-window-create-momentarily): Do not need string-to-char.
3935
3936 2006-11-28 Richard Stallman <rms@gnu.org>
3937
3938 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3939 Replace incorrect use of assoc-default with a loop.
3940
3941 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3942
3943 * simple.el (next-error-find-buffer): Improve messages.
3944
3945 * files.el (revert-buffer): Special error message if file
3946 is now not readable.
3947
3948 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3949 constructed commands.
3950
3951 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3952 in INSIDE_EMACS.
3953
3954 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3957
3958 * server.el: Remove spurious * in docstrings.
3959 (server-process-filter): Exit from recursive editing before processing
3960 a new request.
3961
3962 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3963
3964 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3965 line so hidden blocks will be correctly identified.
3966
3967 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * ledit.el (ledit-save-defun, ledit-mode):
3970 * resume.el (resume-emacs-args-buffer):
3971 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3972 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3973 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3974 (command-send-input, command-kill-line):
3975 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3976
3977 * autoarg.el (autoarg-kp-mode): Doc fix.
3978
3979 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3980 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3981 (check-emacs-lock): Doc fix. Simplify.
3982
3983 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3984 (iimage-mode-buffer): Fix typos in docstring.
3985
3986 * misc.el (zap-up-to-char): Doc fix.
3987
3988 * time-stamp.el: Fix comment and obsolescence string for old
3989 functions. Use `dolist' instead of `while'.
3990
3991 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3992
3993 * disp-table.el (standard-display-8bit, standard-display-default):
3994 * ebuff-menu.el (electric-buffer-list):
3995 * ehelp.el (electric-help-command-loop):
3996 * font-core.el (font-lock-mode):
3997 * help-macro.el (make-help-screen):
3998 * help.el (describe-minor-mode-completion-table-for-indicator)
3999 (lookup-minor-mode-from-indicator):
4000 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4001 * info-look.el (info-lookup-guess-custom-symbol):
4002 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4003 * longlines.el (longlines-wrap-line):
4004 * macros.el (insert-kbd-macro):
4005 * menu-bar.el (menu-bar-update-buffers):
4006 * misc.el (copy-from-above-command):
4007 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4008 * newcomment.el (comment-indent):
4009 * novice.el (disabled-command-function):
4010 * sort.el (sort-fields-syntax-table):
4011 * subr.el (momentary-string-display):
4012 * tar-mode.el (tar-header-block-summarize)
4013 (tar-clear-modification-flags):
4014 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4015 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4016 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4017 (te-delete-char, te-down-vertically-or-scroll):
4018 * time-stamp.el (time-stamp-string-preprocess):
4019 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4020
4021 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4024 in GUD mode.
4025
4026 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4027 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4028
4029 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4030
4031 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4032
4033 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4034
4035 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4036 (ada-compile-goto-error): Adapt to new argument profile of
4037 compilation-goto-locus in Emacs 22. Don't check if the various
4038 compile functions are defined; we already do "(require 'compile)".
4039
4040 2006-11-26 Kim F. Storm <storm@cua.dk>
4041
4042 * kmacro.el: Fix commentary.
4043
4044 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4045
4046 * progmodes/gud.el (gdb): Explain how to run in text command mode
4047 more clearly. Say in error message that multiple debugging
4048 requires restarting GDB.
4049
4050 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4051
4052 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4053
4054 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4055
4056 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4057 (flymake-popup-menu): Use it instead of posn-at-point.
4058
4059 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4060
4061 * progmodes/cc-vars.el (c-backslash-column):
4062 Mention c-backslash-max-column in documentation for c-backslash-column.
4063
4064 2006-11-24 Lars Hansen <larsh@soem.dk>
4065
4066 * net/tramp.el (tramp-default-method): Under Windows, change from
4067 plink to pscp.
4068 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4069 (tramp-actions-copy-out-of-band):
4070 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4071 (tramp-action-out-of-band): Move "Permission denied" handling to
4072 tramp-action-copy-failed.
4073 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4074 process buffer.
4075
4076 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4079 strings to a single string. Quote `errors-file-name'.
4080 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4081 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4082 Adjust calls. Use `shell-quote-argument'.
4083
4084 * international/mule.el (load-with-code-conversion)
4085 (with-category-table): Use with-current-buffer.
4086 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4087
4088 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4089
4090 * mail/smtpmail.el (smtpmail-send-it):
4091 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4092 MIME header for the message encoding.
4093 Bind coding-system-for-write around the call to mail-do-fcc.
4094 Use smtpmail-code-conv-from to encode queued mail messages.
4095
4096 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * tabify.el (tabify-regexp): Doc fix.
4099
4100 * net/rcirc.el (rcirc-buffer-maximum-lines):
4101 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4102
4103 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4104 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4105 Fix typos in output messages.
4106 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4107
4108 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4111 the horse's mouth.
4112 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4113
4114 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4115
4116 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4117 Remove condition-case.
4118
4119 2006-11-23 Glenn Morris <rgm@gnu.org>
4120
4121 * progmodes/f90.el (f90-comment-indent): Do not move point in
4122 default case.
4123
4124 2006-11-21 Romain Francoise <romain@orebokech.com>
4125
4126 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4127 from library name (reverts change of 2005-10-25).
4128
4129 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4130
4131 * tutorial.el (tutorial--default-keys): Add newline and
4132 delete-backward-char bindings.
4133 (tutorial--detailed-help): Save excursion when finding keys.
4134 Correct warning string for M-x FOO case.
4135 (tutorial--display-changes): Print special keys in tutorial style.
4136 Tweak search regexp for changed keys.
4137
4138 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4139
4140 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4141 redundant scheme.
4142
4143 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4144
4145 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4146 are new to the list at IANA. Also added irc, mms, mmsh.
4147
4148 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4149
4150 * progmodes/idlw-help.el (idlwave-html-help-location):
4151 Fail gracefully for missing help packages.
4152 (idlwave-help-assistant-open-link): Open full links.
4153 (idlwave-help-assistant-help-with-topic): Direct help link.
4154
4155 * progmodes/idlwave.el (idlwave-mode):
4156 Set add-log-current-defun-function.
4157 (idlwave-current-routine-fullname): Add, to support add-log.
4158 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4159 to reflect improvements to xml-parse-file.
4160 (idlwave-mode-menu-def): New binding for help-with-topic.
4161
4162 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4163 Handle extra newlines and spaces.
4164 (idlwave-shell-mode-map): Add help-with-topic.
4165
4166 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * tutorial.el (tutorial-warning-face): New face.
4169 (tutorial--detailed-help, tutorial--display-changes): Use it.
4170 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4171 Improve search pattern for occurrences of changed keys.
4172
4173 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4174
4175 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4176 (x-select-text): Set it.
4177 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4178 when checking for newness.
4179
4180 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * subr.el (posn-image):
4183 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4184
4185 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4186
4187 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4188
4189 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4190 Exceptions to the rule "add a space between an identifier and an
4191 opening parenthesis". Defaulted to the `#define' problem of cpp.
4192 (glasses-parenthesis-exception-p): New. Check if the region is an
4193 exception regarding to that.
4194 (glasses-make-readable): Use it.
4195 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4196 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4197
4198 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4201
4202 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4203
4204 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4205
4206 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4207 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4208
4209 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4210
4211 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4212 conditions for function or variable bindings.
4213
4214 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4215
4216 * progmodes/compile.el (compilation-start): Ditto.
4217
4218 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4219
4220 * net/tramp.el (top): cl and custom are always required.
4221
4222 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4223
4224 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4225 cut-buffers with next-selection-coding-system if not nil.
4226
4227 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4228
4229 * textmodes/org.el (org-fix-decoded-time): New function.
4230 (org-display-custom-time): Use `org-fix-decoded-time'.
4231
4232 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * menu-bar.el (menu-bar-games-menu): Remove yow.
4235
4236 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4237
4238 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4239 (org-detach-overlay): Rename from `org-detatch-overlay'.
4240 (org-table-convert-region): Insert space after column separator.
4241 (org-agenda-kill): New command.
4242 (org-metaleft): Call `org-outdent-item' on bullets.
4243 (org-metaright): Call `org-indent-item' on bullets.
4244 (org-timestamp-change): Set `org-last-changed-timestamp'.
4245 (org-current-line): Make sure (bolp) returns correct result.
4246 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4247
4248 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4251
4252 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * mouse.el (global-map): Change 2006-08-16 fix to call
4255 mouse-yank-at-click explicitly, since mouse events are not carried
4256 over into keyboard macros.
4257
4258 2006-11-16 Kim F. Storm <storm@cua.dk>
4259
4260 * ido.el (ido-file-internal): Use current buffer's file name as default
4261 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4262
4263 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4264
4265 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4266 (allout-inhibit-aberrance-doublecheck): Rename from
4267 allout-during-yank-processing. All callers changed.
4268 (allout-ascend): Provide for unusual case where some topic after
4269 the first in file is at lower depth than the first.
4270 (allout-shift-in): Ensure the offspring of the new containing
4271 topic are exposed.
4272 (allout-encrypt-string): Preserve the coding-system of the text,
4273 according to that of the containing buffer.
4274 (allout-toggle-subtree-encryption): When the text being encrypted
4275 requires a different coding system, offer to preserve the coding
4276 system using a file local var.
4277
4278 2006-11-15 Simon Marshall <simon@gnu.org>
4279
4280 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4281 to recognise "T t()" as a function declaration, rather than a
4282 variable instantiation, iff at the top-level or inside a class
4283 declaration. Suggested by Feng Li <fengli@gmail.com>.
4284
4285 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4286
4287 * progmodes/ada-xref.el (ada-parse-prj-file):
4288 Don't delete project buffer; user may want to edit it.
4289 (ada-xref-set-project-field, ada-xref-current-project-file)
4290 (ada-xref-current-project, ada-show-current-project)
4291 (ada-set-main-compile-application): New functions.
4292 (ada-xref-get-project-field, ada-require-project-file):
4293 Normalize use of ada-prj-default-project-file.
4294 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4295 Normalize use of ada-require-project-file.
4296 (ada-prj-find-prj-file): Improve doc string, comments.
4297
4298 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4299 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4300 (ada-create-menu): Add ada-set-main-compile-application,
4301 ada-show-current-main, ada-show-current-project.
4302
4303 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4306 (inferior-python-mode): Use it.
4307
4308 2006-11-14 Andreas Schwab <schwab@suse.de>
4309
4310 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4311
4312 2006-11-13 Kim F. Storm <storm@cua.dk>
4313
4314 * ido.el (ido-copy-current-word): C-o copies region if active.
4315
4316 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4317
4318 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4319
4320 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4321
4322 * ediff.el (ediff-revision):
4323 * files.el (set-visited-file-name):
4324 * mail/rmailout.el (rmail-output-body-to-file):
4325 Use `format', not `message', in `y-or-n-p' call.
4326
4327 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4328
4329 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4330 (org-metaright): Call `org-indent-item' on bullets.
4331 (org-timestamp-change): Set `org-last-changed-timestamp'.
4332 (org-current-line): Make sure (bolp) returns correct result.
4333 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4334
4335 2006-11-12 Richard Stallman <rms@gnu.org>
4336
4337 * language/european.el (turkish-case-conversion-enable)
4338 (turkish-case-conversion-disable): New functions.
4339 ("Turkish" lang env): Use them.
4340
4341 * international/characters.el (case table):
4342 Do nothing special for i and I.
4343
4344 * subr.el (remove-overlays): Fix last change.
4345
4346 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4347 for visiting the custom file.
4348
4349 2006-11-12 Markus Triska <triska@gmx.at>
4350
4351 * play/handwrite.el (handwrite): Also process lines not ending
4352 with newline. Replace some position-fiddling with different
4353 logic. Improve performance.
4354
4355 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4356
4357 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4358 replacing deleted variable `ada-check-switch'.
4359 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4360 (ada-xref-project-files): Improve doc string.
4361 (ada-find-executable): New function.
4362 (ada-initialize-runtime-library): Use `ada-find-executable'.
4363 (ada-xref-set-default-prj-values): In compile commands, don't need
4364 `ada-cd-command'; `compile' does that more portably.
4365 Use ada-prj-default-check-cmd.
4366 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4367 properties if not specified in project file.
4368 (ada-goto-declaration): Display useful message for new error
4369 'error-file-not-found.
4370 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4371 'error-file-not-found.
4372 (ada-get-all-references): Match latest ali syntax. Signal new
4373 error 'error-file-not-found.
4374 (ada-find-in-ali): Match latest ali syntax.
4375 (ada-make-filename-from-adaname): Handle different semantics of
4376 gnatkr in GNAT 3.15p vs later.
4377
4378 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4379 ada-procedure-start-regexp.
4380 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4381
4382 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4383 with defvar.
4384 (ada-language-version): Rename ada05 -> ada2005.
4385 (ada-align-region-separate): Add `eval-when-compile'.
4386 (ada-name-regexp): Remove unneeded escapes in regexp character
4387 alternative.
4388 (ada-compile-goto-error-file-linenr-re): New constant.
4389 (ada-matching-start-re): Handle additional cases `declare',
4390 `procedure', `function'.
4391 (ada-compile-goto-error): Handle "... at line nn".
4392 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4393 Delete support for old versions of `align'.
4394 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4395 (ada-check-defun-name): Simplify handling of `declare'.
4396 (ada-goto-matching-start): Handle nested `begin ... end'.
4397 Handle `declare', `protected', `procedure', `function'.
4398 (ada-create-menu): Presence of arm95 is not conditional on using
4399 GNAT compiler.
4400
4401 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4404 nil in the *RE-Builder* buffer (it causes spurious error messages).
4405
4406 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4407 been set to t, respect it.
4408
4409 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4410
4411 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4412 Delete commented out code for old Emacs versions. Autoloading of
4413 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4414 (ada-mode-version): Bump version number.
4415 (ada-95-string-keywords, ada-2005-string-keywords)
4416 (ada-2005-keywords, ada-name-regexp): New constant.
4417 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4418 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4419 (ada-package-start-regexp): Support private packages, include package
4420 name (for ada-set-point-accordingly).
4421 (ada-next-procedure, ada-previous-procedure)
4422 (ada-which-function-are-we-in): Match changes to
4423 ada-procedure-start-regexp.
4424 (ada-make-body): Make non-interactive; not a user function.
4425 (ada-make-subprogram-body): Improve doc string.
4426
4427 2006-11-11 Romain Francoise <romain@orebokech.com>
4428
4429 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4430 `compilation-error-regexp-alist' buffer-local, since we changed
4431 `compilation-error-regexp-alist-alist' locally.
4432
4433 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4436 to the value of `server-raise-frame'.
4437
4438 2006-11-11 Glenn Morris <rgm@gnu.org>
4439
4440 * ido.el (ido-enable-prefix)
4441 * ses.el (ses-call-printer-return)
4442 * net/tramp.el (tramp-unified-filenames)
4443 * progmodes/cc-align.el (c-lineup-string-cont)
4444 * progmodes/compile.el (compilation-directory-matcher)
4445 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4446 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4447 (vhdl-clock-rising-edge)
4448 * textmodes/org.el (org-export-with-timestamps)
4449 (org-export-remove-timestamps-from-toc)
4450 (org-export-with-tags): Improve previous doc fixes.
4451
4452 2006-11-11 Richard Stallman <rms@gnu.org>
4453
4454 * textmodes/flyspell.el (flyspell-mode-map):
4455 Bind C-c $ instead of M-RET.
4456
4457 2006-11-10 Simon Marshall <simon@gnu.org>
4458
4459 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4460 fontification for "case" and "default" keywords.
4461
4462 2006-11-10 Andreas Schwab <schwab@suse.de>
4463
4464 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4465 Avoid starting sentence with "nil".
4466
4467 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * server.el (server-raise-frame): New option.
4470 (server-switch-buffer): Use it.
4471
4472 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4473
4474 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4475 with a capital.
4476
4477 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4478
4479 * textmodes/org.el (org-show-hierarchy-above)
4480 (org-show-following-heading): Fix typo in default value.
4481 (org-scan-tags): Make the search case-sensitive.
4482 (org-tags-sparse-tree): Don't overrule
4483 `org-show-following-heading' and `org-show-hierarchy-above'.
4484 (org-reveal): New command.
4485 (org-show-context): Rename from `org-show-hierarchy-above'.
4486 (org-fast-tag-selection-single-key): New option.
4487 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4488 (org-tags-overlay): New variable.
4489 (org-agenda-todo-ignore-deadlines): New option.
4490 ("session"): Add circular data structure `org-mark-ring' to
4491 exceptions list in session.el.
4492 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4493 New options.
4494 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4495 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4496 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4497 (org-finalize-agenda): Activate bracket links in agenda.
4498 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4499 INACTIVE-OK.
4500 (org-show-hierarchy-above, org-show-following-heading):
4501 List values allowed for fine-tuned configuration.
4502 (org-show-hierarchy-above): New argument CONTEXT, use the
4503 fine-tuned settings in `org-show-hierarchy-above' and
4504 `org-show-following-heading'.
4505 (org-display-custom-time): New function.
4506 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4507 (org-display-custom-times, org-time-stamp-custom-formats):
4508 (org-maybe-intangible): New macro.
4509 (org-activate-bracket-links, org-hide-wide-columns):
4510 Use `org-maybe-intangible'.
4511 (org-open-file): Use `shell-quote-argument'.
4512 (org-display-internal-link-with-indirect-buffer): New option.
4513 (org-file-remote-p): Get regexp from list.
4514 (org-link-expand-abbrev): New function.
4515 (org-link-abbrev-alist): New option.
4516 (org-open-at-point, org-cleaned-string-for-export):
4517 Call `org-link-expand-abbrev'.
4518 (org-timeline, org-agenda-list, org-todo-list)
4519 (org-tags-view): Remove the KEEP-MODES argument.
4520 (org-finalize-agenda-hook): New hook.
4521 (org-get-alist-option): New function.
4522 (org-follow-timestamp-link): New function.
4523 (org-open-at-point): Call `org-follow-timestamp-link'.
4524 (org-log-note-marker, org-log-note-purpose)
4525 (org-log-note-window-configuration): New variables.
4526 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4527 (org-log-note-headings): New option.
4528 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4529 (org-store-link): Support for dired-mode.
4530 (org-open-file): Substitute environment variables into filename.
4531 (org-last): New defsubst.
4532 (org-agenda-re-align-tags): New function.
4533 (org-agenda-align-tags-to-column): New option.
4534 (org-agenda-timeline): Group removed.
4535 (org-prepare-agenda, org-prepare-agenda-buffers)
4536 (org-run-agenda-series, org-timeline, org-agenda-list)
4537 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4538 the text property inticating the agenda type.
4539 (org-agenda-post-command-hook): Get agenda type from text property
4540 at point.
4541 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4542 and obey `org-agenda-overriding-arguments'.
4543 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4544 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4545 (org-agenda-week-view, org-agenda-day-view):
4546 Use `org-agenda-overriding-arguments' to make updating work with
4547 multi-block agendas.
4548 (org-agenda-prefix-format): Allow different formats for the
4549 different agenda entry types.
4550 (org-timeline-prefix-format): Option removed, use
4551 `org-agenda-prefix-format' instead.
4552 (org-prepare-agenda): New function.
4553 (org-select-timeline-window): Option removed, use
4554 `org-select-agenda-window' instead.
4555 (org-respect-restriction): Variable removed.
4556 (org-cmp-tag): New function.
4557 (org-agenda-sorting-strategy, org-entries-lessp):
4558 Implement sorting by last tag.
4559 (org-complete): Better completion in in-buffer option lines.
4560 (org-in-item-p): New function.
4561 (org-org-menu): Add entries for checkboxes.
4562 (org-cycle): Extra brouping in outline-regexp, because it is used
4563 in a search with "^" prepended.
4564 (org-provide-checkbox-statistics): New option.
4565 (org-set-font-lock-defaults): Highlight checkbox statistics.
4566 (org-update-checkbox-count-maybe)
4567 (org-get-checkbox-statistics-face): New functions.
4568 (org-update-checkbox-count): New command.
4569 (org-insert-item, org-toggle-checkbox):
4570 Call `org-update-checkbox-count-maybe'.
4571 (org-export-as-html): XEmacs compatibility for coding system.
4572 (org-force-cycle-archived): New command.
4573 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4574 overrules cycling.
4575 (org-fix-position-after-promote): If the line contains only a todo
4576 keyword, add a final space.
4577 (org-promote-subtree, org-demote-subtree):
4578 Call `org-fix-position-after-promote'.
4579
4580 2006-11-10 Glenn Morris <rgm@gnu.org>
4581
4582 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4583 date in every year.
4584 (calendar-dst-check-each-year-flag): New customizable variable.
4585 (calendar-dst-find-data): New function, extracted from
4586 calendar-current-time-zone.
4587 (calendar-current-time-zone): Use calendar-dst-find-data.
4588 (calendar-dst-transition-cache): New variable.
4589 (calendar-dst-find-startend, calendar-dst-starts)
4590 (calendar-dst-ends): New functions.
4591 (calendar-daylight-savings-starts)
4592 (calendar-daylight-savings-ends): Change value to use
4593 calendar-dst-starts, calendar-dst-ends; respectively.
4594
4595 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4596
4597 * ido.el (ido-enable-prefix)
4598 * ses.el (ses-call-printer-return)
4599 * net/tramp.el (tramp-unified-filenames)
4600 * progmodes/cc-align.el (c-lineup-string-cont)
4601 * progmodes/compile.el (compilation-directory-matcher)
4602 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4603 * progmodes/gdb-ui.el (gdb-many-windows)
4604 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4605 (vhdl-clock-rising-edge)
4606 * textmodes/org.el (org-export-with-timestamps)
4607 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4608 (org-read-date): Doc fix (Nil -> nil).
4609
4610 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4611
4612 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4613 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4614
4615 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * bs.el (bs--window-for-buffer): Remove.
4618 (bs--show-with-configuration): Use `get-window-with-predicate'
4619 instead of `bs--window-for-buffer'.
4620
4621 2006-11-10 Kenichi Handa <handa@m17n.org>
4622
4623 * files.el (revert-buffer): Fix previous change.
4624
4625 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * bs.el (bs--redisplay): Fix typo in docstring.
4628 (bs--window-config-coming-from): Make frame-local.
4629 (bs--restore-window-config): New function.
4630 (bs-kill, bs-select, bs-select-other-window)
4631 (bs-select-other-frame): Use it.
4632 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4633 (bs--show-with-configuration): Save the window configuration as a
4634 frame local var, and only if *buffer-selection* is not already
4635 visible on this frame.
4636
4637 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * vc-svn.el (vc-svn-admin-directory): New var.
4640 (vc-svn-registered, vc-svn-responsible-p)
4641 (vc-svn-repository-hostname): Use it.
4642 Suggested by arit93@yahoo.com.
4643
4644 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4645
4646 * ldefs-boot.el: Regenerate.
4647
4648 2006-11-08 Alan Mackenzie <acm@muc.de>
4649
4650 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4651 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4652 for least nested open-paren.
4653
4654 2006-11-08 Romain Francoise <romain@orebokech.com>
4655
4656 * subr.el (remove-overlays): Fix typo in last change.
4657
4658 2006-11-08 Richard Stallman <rms@gnu.org>
4659
4660 * subr.el (remove-overlays): Call overlay-recenter.
4661
4662 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4663
4664 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4665 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4666 behaviour.
4667 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4668 directly.
4669
4670 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4671
4672 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4673 (ido-max-dir-file-cache, ido-decorations)
4674 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4675 (ido-magic-backward-char, ido-enter-dired)
4676 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4677 (ido-list-directory, ido-first-match, ido-only-match)
4678 (ido-subdir, ido-indicator): Fix typos in docstrings.
4679 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4680 (ido-read-internal): Fix typo in error message.
4681
4682 2006-11-08 Kenichi Handa <handa@m17n.org>
4683
4684 * international/mule-cmds.el (set-default-coding-systems):
4685 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4686
4687 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * makefile.w32-in (setwins): Remove.
4690 (WINS_ALMOST): New macro.
4691 (WINS): Use it.
4692 (autoloads): Don't extract autoloads from files in obsolete/.
4693
4694 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * whitespace.el (whitespace-buffer): Call remove-overlays after
4697 overlay-recenter for performance. Suggested by Martin Rudalics.
4698
4699 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4700
4701 * net/tramp.el (tramp-default-method): scp is the default method.
4702
4703 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4704
4705 * server.el (server-start): Save also the Emacs pid in the server file.
4706
4707 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4708
4709 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4710 point when displaying a bibtex cross reference in the echo area.
4711
4712 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * international/mule.el (make-char): Fix typo in docstring.
4715 (load-with-code-conversion, charsetp): Doc fixes.
4716
4717 * international/ja-dic-cnv.el (skkdic-convert):
4718 * cus-edit.el (hook): Fix typo in docstring.
4719
4720 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4723 (custom-mode-link-map): New variable.
4724 (custom-group-link, custom-manual): Use follow-link.
4725
4726 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4727
4728 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4729 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4730
4731 2006-11-06 Richard Stallman <rms@gnu.org>
4732
4733 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4734 New function broken out of flyspell-correct-word.
4735 (flyspell-mode-map): Bind it to M-RET.
4736 (flyspell-correct-word): Call it.
4737
4738 * textmodes/fill.el (fill-minibuffer-function): New function.
4739 (fill-paragraph): Bind fill-paragraph-function to
4740 fill-minibuffer-function.
4741
4742 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4743 so that they aren't undefined.
4744
4745 * dired.el (dired-readin): Locally bind file-name-coding-system.
4746
4747 * bindings.el: Shorten and clarify usual mode line mouse help string.
4748
4749 * Makefile.in (autoloads): Don't include `obsolete'.
4750
4751 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4754 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4755 Printing menu if it's not initialized.
4756 (pr-menu-bind): Act on menu-bar-file-menu directly.
4757
4758 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * help.el (view-emacs-news): Fix typo in error message.
4761
4762 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4763
4764 * shadowfile.el (shadow-define-regexp-group)
4765 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4766 (shadow-read-files): Fix typo in message.
4767 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4768 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4769 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4770 (shadow-file-match): Fix typos in docstrings.
4771
4772 * terminal.el (terminal-emulator): Fix typo in message.
4773
4774 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4775
4776 * emacs-lisp/lselect.el (x-kill-primary-selection)
4777 (x-delete-primary-selection, x-copy-primary-selection):
4778 Fix typos in error messages.
4779
4780 * emulation/edt-mapper.el: Fix typo in interactive message.
4781
4782 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4783
4784 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4785 (ispell-help): Fix typos in docstrings.
4786 (ispell-help): Fix typo in output message.
4787
4788 * allout.el (allout-adjust-file-variable)
4789 (allout-passphrase-verifier-string)
4790 (allout-passphrase-hint-string)
4791 (allout-toggle-current-subtree-encryption):
4792 * apropos.el (apropos-synonyms):
4793 * cus-edit.el (hook):
4794 * emacs-lock.el (emacs-lock-from-exiting):
4795 * follow.el (follow-avoid-tail-recenter-p):
4796 * hexl.el (hexl-mode):
4797 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4798 * mouse.el (mouse-set-font):
4799 * resume.el (resume-emacs-args-file):
4800 * rfn-eshadow.el (file-name-shadow-tty-properties):
4801 * t-mouse.el (t-mouse-process, t-mouse-mode):
4802 * emacs-lisp/cust-print.el (custom-print-install)
4803 (custom-print-uninstall, custom-format):
4804 * emacs-lisp/shadow.el (list-load-path-shadows):
4805 * emulation/tpu-edt.el (tpu-help-text)
4806 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4807 (tpu-reset-control-keys):
4808 * emulation/vip.el (vip-emacs-local-map)
4809 (vip-change-mode-to-emacs):
4810 * emulation/viper.el (viper-mode, viper-set-hooks)
4811 (viper-major-mode-modifier-list):
4812 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4813 * emulation/viper-keym.el (viper-emacs-kbd-map)
4814 (viper-toggle-key):
4815 * mail/feedmail.el (feedmail-queue-reminder)
4816 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4817 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4818 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4819 (feedmail-sender-line, feedmail-force-binary-write)
4820 (feedmail-from-line, feedmail-deduce-envelope-from)
4821 (feedmail-x-mailer-line, feedmail-message-id-generator)
4822 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4823 (feedmail-enable-spray, feedmail-spray-this-address)
4824 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4825 (feedmail-queue-runner-confirm-global)
4826 (feedmail-ask-before-queue-prompt)
4827 (feedmail-ask-before-queue-reprompt)
4828 (feedmail-prompt-before-queue-standard-alist)
4829 (feedmail-prompt-before-queue-user-alist)
4830 (feedmail-prompt-before-queue-help-supplement)
4831 (feedmail-queue-use-send-time-for-message-id)
4832 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4833 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4834 (feedmail-mail-send-hook-queued)
4835 (feedmail-confirm-addresses-hook-example)
4836 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4837 (feedmail-queue-runner-mode-setter)
4838 (feedmail-queue-alternative-mail-header-separator)
4839 (feedmail-queue-runner-message-sender)
4840 (feedmail-buffer-eating-function, feedmail-binmail-template)
4841 (feedmail-run-the-queue-no-prompts)
4842 (feedmail-run-the-queue-global-prompt)
4843 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4844 (feedmail-envelope-deducer, feedmail-fiddle-date)
4845 (feedmail-default-message-id-generator)
4846 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4847 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4848 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4849 (vms-pmail-setup):
4850 * play/dunnet.el (dun-help):
4851 * play/handwrite.el (handwrite):
4852 * play/hanoi.el (hanoi-unix-64):
4853 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4854 * textmodes/enriched.el (fixed):
4855 * textmodes/org.el (org-file-apps)
4856 (org-emphasis-regexp-components, org-emphasis-alist):
4857 * textmodes/texinfmt.el (batch-texinfo-format):
4858 Fix typos in docstrings.
4859
4860 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * loadhist.el (read-feature): Don't complete features not loaded
4863 from a file (which make `unload-feature' to fail).
4864
4865 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4866
4867 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4868
4869 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4870
4871 * startup.el (command-line-1): Kill emacs if the last frame is
4872 deleted while evaluating the command-line arguments.
4873
4874 2006-11-05 Richard Stallman <rms@gnu.org>
4875
4876 * startup.el (init-file-had-error): Add doc string.
4877 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4878 Use fixed-width font for keyboard key descriptions.
4879
4880 * cus-edit.el (custom-save-all): Error if saving in .emacs
4881 and it had an error when loaded.
4882
4883 * dired-aux.el (dired-copy-file-recursive): Catch errors
4884 from recursive copies in the loop, around the recursive call.
4885
4886 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4887
4888 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4889 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4890 `/proc/acpi/thermal_zone/*'.
4891 (battery-search-for-one-match-in-files): New. Search a regexp in
4892 the content of some files.
4893
4894 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4895
4896 * window.el (mouse-autoselect-window-now): Remove variable.
4897 (mouse-autoselect-window-state): New variable.
4898 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4899 (mouse-autoselect-window-select, handle-select-window):
4900 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4901 Suspend delayed autoselection during menu or popup dialog.
4902
4903 * info-look.el (info-lookup-guess-custom-symbol): New function
4904 for retrieving symbol at point in custom buffers.
4905 (top level) <info-lookup-maybe-add-help>: Add backquote and
4906 comma to ignored characters in regexps of help specifications
4907 for emacs-lisp-mode and lisp-interaction-mode. This permits
4908 looking up symbols in `...' and after a comma. Add help
4909 specifications for custom-mode and help-mode.
4910
4911 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4912
4913 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4914 Don't encode body if RAW is non-nil, or if the old encoding is
4915 identical to the new encoding, or if the body contains only
4916 eight-bit-* characters.
4917
4918 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4919
4920 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4921 (faces-sample-overlay): Remove variable.
4922 (describe-face): Insert sample text in the face being described.
4923
4924 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4925
4926 * whitespace.el (whitespace-indent-regexp): Make this match any
4927 multiples of eight spaces near the beginning of a line.
4928 (whitespace-buffer): Use `remove-overlays' instead of
4929 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4930 speed up overlay handling.
4931 (whitespace-buffer-leading, whitespace-buffer-trailing):
4932 Make these functions highlight the text removed by
4933 `whitespace-buffer-leading-cleanup' and
4934 `whitespace-buffer-trailing-cleanup' respectively.
4935 (whitespace-buffer-search): Use `with-local-quit'.
4936 Move `format' out of loop to speed up scanning larger buffers.
4937 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4938 that function is never added to a hook.
4939 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4940 (whitespace-buffer-leading-cleanup)
4941 (whitespace-refresh-rescan-list): Fix docstrings.
4942
4943 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4944
4945 * allout.el (allout-during-yank-processing): Cue for inhibiting
4946 aberrance processing during yanks.
4947 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4948 the amount of yanked topics that can be aberrant.
4949 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4950 a function, and supplement with inihibition of doublechecking
4951 during yanks.
4952 (allout-beginning-of-line, allout-next-heading)
4953 (allout-previous-heading, allout-goto-prefix-doublechecked)
4954 (allout-back-to-current-heading, allout-next-visible-heading)
4955 (allout-next-sibling): Use new allout-do-doublecheck function.
4956 (allout-next-sibling): Ensure we made progress when returning
4957 other than nil.
4958 (allout-rebullet-heading): Preserve text property annotations
4959 indicating the text was hidden, if it was.
4960 (allout-kill-line): Remove any added was-hidden annotations.
4961 (allout-kill-topic): Remove any added was-hidden annotations.
4962 (allout-annotate-hidden): Inhibit adding was-hidden text
4963 properties to the undo list.
4964 (allout-deannotate-hidden): New function to remove was-hidden
4965 annotation.
4966 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4967 (allout-remove-exposure-annotation): Replace by
4968 allout-deannotate-hidden.
4969 (allout-yank-processing): Signal that yank processing is happening
4970 with allout-during-yank-processing. Also, wrap
4971 allout-unprotected's closer to the text changes, for easier
4972 debugging. We need to inhibit-field-text-motion explicitly, in
4973 lieu of the encompassing allout-unprotected.
4974 (outlineify-sticky): Adjust criteria for triggering new outline
4975 decorations to presence or absence of any topics, not just a topic
4976 at the beginning of the buffer.
4977
4978 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * bs.el (bs--show-all, bs--redisplay):
4981 * cus-edit.el (custom-unlispify-menu-entries)
4982 (custom-unlispify-tag-names, custom-prompt-variable):
4983 * expand.el (expand-pos):
4984 * speedbar.el (speedbar-generic-list-tag-p):
4985 * wid-edit.el (widget-image-enable):
4986 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4987 * emacs-lisp/find-func.el (find-function-noselect)
4988 (find-function, find-variable-noselect, find-variable)
4989 (find-definition-noselect, find-face-definition):
4990 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4991 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4992 * progmodes/ada-xref.el (ada-find-in-ali):
4993 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4994 * textmodes/org.el (org-copy-subtree):
4995 * textmodes/table.el (table--row-column-insertion-point-p):
4996 Use "non-nil" in docstrings.
4997
4998 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4999
5000 * sort.el (sort-columns): Set the field separator to tab; on
5001 NetBSD, sort complains if "\n" is used as field separator.
5002
5003 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5004
5005 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5006
5007 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * server.el (server-auth-key): Remove. Replace by a process-property.
5010 (server-start): Don't remove the file of the previous process, but
5011 instead clear out the place for the new file.
5012 (server-start): Set the :auth-key property.
5013 (server-process-filter): Use the :auth-key property.
5014
5015 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5016
5017 * textmodes/org.el (org-mode-map): No longer copy
5018 `outline-mode-map' explicitly - this is already done by
5019 `define-derived-mode'.
5020
5021 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5022
5023 * server.el (server-visit-files): Use `when'.
5024 (server-process-filter): When authentication fails, send error
5025 message to client. Wrap `process-send-region' in `ignore-errors'
5026 instead of `condition-case', and remove misleading comment.
5027
5028 2006-11-01 Juri Linkov <juri@jurta.org>
5029
5030 * simple.el (yank): Doc fix.
5031
5032 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * server.el: Try and fit within 80 columns.
5035 (server-start): Make the auth file unreadable by other users.
5036
5037 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5038
5039 * battery.el (battery-linux-proc-acpi): Prevent range error when
5040 `full-capacity' is 0.
5041
5042 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5043
5044 * faces.el (faces-sample-overlay): New defvar.
5045 (faces-sample-overlay): New function to show face sample text.
5046 (describe-face): Use it.
5047
5048 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5049
5050 * progmodes/ada-stmt.el: Change maintainer, apply
5051 whitespace-cleanup, checkdoc.
5052 (ada-func-or-proc-name): Add doc string.
5053
5054 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5055 whitespace-cleanup, checkdoc. Minor improvements to many doc
5056 strings and comments.
5057 (ada-prj-display-page): Change buffer name to more accurately
5058 reflect function.
5059
5060 * progmodes/ada-xref.el: Change maintainer, apply
5061 whitespace-cleanup, checkdoc. Minor improvements to many doc
5062 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5063 (ada-compile-current): Don't add newlines to commands.
5064
5065 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * server.el: Add support for TCP sockets.
5068 (server-use-tcp, server-host, server-auth-dir): New options.
5069 (server-auth-key): New variable.
5070 (server-ensure-safe-dir): Create nonexistent parent dirs.
5071 Ignore Unix-style file modes on Windows.
5072 (server-start): Crete a TCP or Unix socket according to the value
5073 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5074 `server-auth-dir' directory.
5075 (server-process-filter): Delete process if authentication
5076 fails (which never happens for Unix sockets).
5077
5078 2006-10-30 David Kastrup <dak@gnu.org>
5079
5080 * subr.el (add-to-list): Don't continue checking if a match has
5081 been found.
5082
5083 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * tutorial.el: Move defvars to avoid bytecomp warnings.
5086 (tutorial--find-changed-keys): Check if viper-current-state is
5087 bound before using it.
5088 (help-with-tutorial): Check if viper-tutorial is defined before
5089 using it.
5090
5091 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5092
5093 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5094
5095 * tutorial.el: New file.
5096 (help-with-tutorial): Move here from help-fns.el. Added help for
5097 rebound keys. Fixed resume of tutorial.
5098 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5099 (tutorial--find-changed-keys, tutorial--display-changes)
5100 (tutorial--saved-dir, tutorial--saved-file)
5101 (tutorial--save-tutorial): New functions to support the changes in
5102 help-with-tutorial.
5103
5104 2006-10-30 Kenichi Handa <handa@m17n.org>
5105
5106 * files.el (revert-buffer): If a unibyte buffer is being reverted
5107 with a coding system for multibyte, set buffer multibyte before
5108 calling insert-file-contents.
5109
5110 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * server.el (server-select-display): Use a dummy buffer to detect when
5113 the frame is later used.
5114 (server-select-display): New function.
5115 (server-process-filter): Use it to detect unused temp frames.
5116
5117 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5118
5119 * progmodes/ada-mode.el: Change maintainer, apply
5120 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5121 (ada-mode-version): New function.
5122 (ada-create-menu): Menu operations are available for all supported
5123 compilers.
5124
5125 2006-10-29 Lars Hansen <larsh@soem.dk>
5126
5127 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5128 Highlight as keyword.
5129 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5130 Don't call tramp-method-out-of-band-p for local files.
5131 (tramp-touch): Quote file name.
5132
5133 2006-10-28 Glenn Morris <rgm@gnu.org>
5134
5135 * calendar/calendar.el (cal-html-cursor-month)
5136 (cal-html-cursor-year): Add autoloads for this new package.
5137 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5138
5139 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5140
5141 * calendar/cal-html.el: New file.
5142
5143 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * emacs-lisp/authors.el (authors-aliases): Update.
5146
5147 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * version.el (emacs-version): Bump version number to 22.0.90.
5150
5151 2006-10-26 John W. Eaton <jwe@octave.org>
5152
5153 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5154 New defvar.
5155 (inferior-octave-resync-dirs): Check to see whether Octave has
5156 built-in variables and set inferior-octave-has-built-in-variables.
5157 Check inferior-octave-has-built-in-variables to decide whether to
5158 send commands that set built-in variables or call functions to
5159 change Octave's behavior.
5160 Send "disp (pwd ())" to Octave instead of just "pwd".
5161 (inferior-octave-startup): Send "more off" to Octave instead of
5162 "page_screen_output = 0".
5163
5164 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5167 pattern normally.
5168
5169 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5170
5171 * bindings.el (mode-line-mode-menu): Remove bindings for global
5172 minor modes (line/column number) as they are on the menubar.
5173
5174 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5175
5176 * term/w32-win.el (x-handle-name-switch): Doc fix.
5177 (w32-standard-fontset-spec): Fix typo in docstring.
5178
5179 * midnight.el (midnight-buffer-display-time): Doc fix.
5180 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5181
5182 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5183
5184 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5185
5186 * viper-ex.el (ex-read): Quote file argument.
5187
5188 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5189
5190 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5191
5192 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5193
5194 * textmodes/flyspell.el (flyspell-check-region-doublons):
5195 Fix last fix.
5196
5197 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5198
5199 * bindings.el (mode-line-mode-menu): List global minor modes
5200 before local ones.
5201
5202 2006-10-23 Kim F. Storm <storm@cua.dk>
5203
5204 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5205 (sit-for): If last command was a prefix arg, add the read-ahead
5206 event to unread-command-events as (t . EVENT) so it will be added
5207 to this-command-keys by read-key-sequence.
5208
5209 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5210
5211 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5212 whitespace when checking doublons.
5213 (flyspell-check-region-doublons): Fix doublon regexp.
5214 (flyspell-highlight-incorrect-region): Highlight doublons using
5215 flyspell-duplicate face.
5216
5217 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5218
5219 2006-10-22 John Wiegley <johnw@newartisans.com>
5220
5221 * progmodes/python.el (python-use-skeletons): python-mode was
5222 auto-inserting templates (for those with abbrev-mode on), not only
5223 by default -- *but without a configuration variable to disable
5224 it*. This rendered python-mode completely useless for me, so I
5225 have added `python-use-skeletons', which is now off by default.
5226
5227 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5230 font-lock-multiline is auto-local (it's not).
5231 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5232 initialized before calling cperl-init-faces.
5233
5234 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5235
5236 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5237 gdb-stack-position a value when there is no fringe.
5238
5239 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5240 indicator if not visiting a file.
5241
5242 2006-10-20 David Kastrup <dak@gnu.org>
5243
5244 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5245 operation would still cause some window to collapse later.
5246
5247 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5250 side-effect due to mixing various backends's file properties.
5251
5252 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5253 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5254 Return `filename's status if applicable. Update callers.
5255
5256 2006-10-19 Kenichi Handa <handa@m17n.org>
5257
5258 * international/kkc.el (kkc-region): When a key sequence is not
5259 defined, append (this-single-command-raw-keys) to
5260 unread-input-method-events.
5261
5262 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5263
5264 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5265
5266 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5267
5268 * version.el (emacs-version): Use mac-carbon-version-string.
5269
5270 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5271
5272 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5273
5274 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5275 Kenichi Handa).
5276 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5277 the selection is not UTF-8.
5278
5279 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * progmodes/ada-mode.el (ada-83-string-keywords)
5282 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5283 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5284 (ada-looking-at-semi-private, ada-get-body-name):
5285 Fix typos in docstrings.
5286 (ada-create-case-exception, ada-create-case-exception-substring):
5287 Fix typos in error messages.
5288 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5289
5290 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5291
5292 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5293 to default-frame-alist if default-frame-alist already contains
5294 width/height.
5295
5296 2006-10-18 Richard Stallman <rms@gnu.org>
5297
5298 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5299 Non-interactive arg is the value, not the expression.
5300
5301 * simple.el (read-expression-map): Just set it, no defvar.
5302
5303 * subr.el (insert-for-yank-1): If last inserted char has
5304 properties, mark them as rear-nonsticky.
5305
5306 * recentf.el (recentf-mode): Doc fix.
5307
5308 * facemenu.el (facemenu-add-new-face): Defend against symbol
5309 that isn't a face name.
5310
5311 * dired-aux.el (dired-do-copy): Doc fix.
5312
5313 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * simple.el (line-move-1): Ignore fields when moving to the
5316 beginning of line to avoid getting point stuck.
5317
5318 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5319
5320 * textmodes/flyspell.el (flyspell-word-search-backward):
5321 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5322 text.
5323
5324 2006-10-16 Richard Stallman <rms@gnu.org>
5325
5326 * help-fns.el (describe-function-1): Special case optimization
5327 for self-insert-command.
5328
5329 2006-10-16 Kim F. Storm <storm@cua.dk>
5330
5331 * ido.el (ido-reread-directory): Work in `dir' mode too.
5332
5333 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5334
5335 * textmodes/table.el: Require 'regexp-opt.
5336
5337 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5338
5339 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5340 Use shell-quote-argument.
5341
5342 * shell.el (explicit-bash-args): Likewise.
5343
5344 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5345 Use grep -E rather than egrep.
5346
5347 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5348
5349 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5350
5351 2006-10-15 Kim F. Storm <storm@cua.dk>
5352
5353 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5354
5355 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5356
5357 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5358 to protect whitespace and metacharacters from the shell.
5359
5360 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5361
5362 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5363
5364 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5365
5366 * subr.el (start-process-shell-command): Doc fix.
5367
5368 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5369
5370 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5371 the regexp for Maxima symbols.
5372
5373 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5376 (vc-find-root): Don't walk higher up than ~.
5377
5378 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * international/utf-8.el (utf-translate-cjk-load-tables):
5381 Avoid clobbering last-coding-system-used during load.
5382
5383 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5384
5385 * textmodes/reftex-global.el (reftex-create-tags-file):
5386 Quote file arguments.
5387
5388 2006-10-12 Richard Stallman <rms@gnu.org>
5389
5390 * files.el (file-name-history): Add defvar.
5391 (save-some-buffers-action-alist): Improve description strings.
5392
5393 2006-10-12 Andreas Schwab <schwab@suse.de>
5394
5395 * files.el (auto-mode-alist): Match change log file name also with
5396 a dash before a numeric extension.
5397
5398 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5399
5400 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5401 After 5.0:
5402 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5403
5404 After 5.1: Major edit. Summary of most visible changes:
5405
5406 - Multiple <<HERE per line allowed.
5407 - Handles multiline subroutine declaration headers (with comments).
5408 (The exception is `cperl-etags' - but it is not used in the rest
5409 of the mode.)
5410 - Fontifies multiline my/our declarations (even with comments,
5411 and with legacy `font-lock').
5412 - Major speedup of syntaxification, both immediate and postponed
5413 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5414 huge real-life document I tested).
5415 - New bindings, edits to imenu.
5416 - "_" is made into word-char during fontification/syntaxification;
5417 some attempts to recognize non-word "_" during other operations too.
5418 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5419 - autoload some more perldoc-related stuff
5420 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5421 - Attempt to incorporate XEmacs edits which reached me.
5422
5423 Fine-grained changelog:
5424 (cperl-hook-after-change): New configuration variable.
5425 (cperl-vc-sccs-header): Likewise.
5426 (cperl-vc-sccs-header): Likewise.
5427 (cperl-vc-header-alist): Default via two preceding variables.
5428 (cperl-invalid-face): Remove double quoting under XEmacs
5429 (still needed under 21.2).
5430 (cperl-tips): Update URLs for resources.
5431 (cperl-problems): Likewise.
5432 (cperl-praise): Mention new features.
5433 New C-c key bindings: for `cperl-find-bad-style',
5434 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5435 `cperl-perdoc', and `cperl-perldoc-at-point'.
5436 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5437 moved, new submenu of Tools with Ispell entries and narrowing.
5438 (cperl-after-sub-regexp): New defsubst.
5439 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5440 Allows heads up to head4.
5441 Allow "package;".
5442 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5443 (paren-backwards-message): ??? Something for XEmacs???
5444 (cperl-mode): Never auto-switch abbrev-mode off.
5445 Try to allow '_' be non-word char.
5446 Do not use `font-lock-unfontify-region-function' on XEmacs.
5447 Reset syntax cache on mode start.
5448 Support multiline facification (even on legacy `font-lock').
5449 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5450 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5451 refuse to inform us whether the fontification is due to lazy
5452 calling or due to edit to a buffer, install our own hook
5453 (controlled by `cperl-hook-after-change').
5454 (cperl-electric-pod): =cut may have been recognized as start.
5455 (cperl-block-p): Move, updatedfor attributes.
5456 (cperl-calculate-indent): Try to allow '_' be non-word char
5457 Support subs with attributes.
5458 (cperl-where-am-i): Queit (?) a warning.
5459 (cperl-cached-syntax-table) New function.
5460 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5461 (cperl-unwind-to-safe): Recognize `syntax-type' property
5462 changing in a middle of line.
5463 (cperl-find-sub-attrs): New function.
5464 (cperl-find-pods-heres): Allow many <<EOP per line.
5465 Allow subs with attributes.
5466 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5467 Recognize "extproc " (OS/2) case-folded and only at start.
5468 /x on s///x with empty replacement was not recognized.
5469 Better comments.
5470 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5471 Allow subs with attributes, labels.
5472 Do not confuse "else::foo" with "else".
5473 Minor optimizations...
5474 (cperl-after-expr-p): Try to allow '_' be non-word char.
5475 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5476 with `looking-at' inside `narrow' and bulk out if found.
5477 (cperl-imenu--create-perl-index): Updates for new
5478 `cperl-imenu--function-name-regexp-perl'.
5479 (cperl-outline-level): Likewise.
5480 (cperl-init-faces): Allow multiline subroutine headers
5481 and my/our declarations, and ones with comments.
5482 Allow subroutine attributes.
5483 (cperl-imenu-on-info): Better docstring.
5484 (cperl-etags): Rudimentary support for attributes.
5485 Support for packages and "package;".
5486 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5487 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5488 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5489 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5490 (cperl-perldoc): Add autoload.
5491 (cperl-perldoc-at-point): Likewise.
5492 (cperl-here-doc-spell): New function.
5493 (cperl-pod-spell): Likewise.
5494 (cperl-map-pods-heres): Likewise.
5495 (cperl-get-here-doc-region): Likewise.
5496 (cperl-font-lock-fontify-region-function): Likewise (backward
5497 compatibility for legacy `font-lock').
5498 (cperl-font-lock-unfontify-region-function): Fix style.
5499 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5500 calls with no-change. Governed by `cperl-hook-after-change'.
5501 (cperl-fontify-update): Recognize that syntaxification region
5502 can be larger than fontification one.
5503 XXXX we leave `cperl-postpone' property, so this is quadratic...
5504 (cperl-fontify-update-bad): Temporary placeholder until
5505 it is clear how to implement `cperl-fontify-update'.
5506 (cperl-time-fontification): New function.
5507 (attrib-group): New text attribute.
5508 (multiline): New value: `syntax-type' text attribute.
5509
5510 After 5.2:
5511 (cperl-emulate-lazy-lock): New function.
5512 (cperl-fontify-syntaxically): Would skip large regions.
5513 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5514 Some globals were declared, but uninitialized.
5515
5516 After 5.3, 5.4:
5517 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5518 Copyright message updated.
5519 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5520 facification down a bit.
5521 Misprint for my|our|local for old `font-lock'
5522 "our" was not fontified same as "my|local".
5523 Highlight variables after "my" etc even in
5524 a middle of an expression.
5525 Do not facify multiple variables after my etc
5526 unless parentheses are present.
5527
5528 After 5.5, 5.6
5529 (cperl-fontify-syntaxically): after-change hook could reset.
5530 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5531
5532 After 5.7:
5533 (cperl-init-faces): Allow highlighting of local ($/).
5534 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5535 (cperl-problems): Remove fixed problems.
5536 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5537 Recognize charclasses (unless delimiter is \).
5538 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5539 (cperl-regexp-scan): Update docs.
5540 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5541
5542 After 5.8:
5543 Major user visible changes:
5544 Recognition and fontification of character classes in RExen.
5545 Variable indentation of RExen according to groups.
5546
5547 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5548 Fontify REx charclasses in variable-name face.
5549 Fontify POSIX charclasses in "type" face.
5550 Fontify unmatched "]" in function-name face.
5551 Mark first-char of HERE-doc as `front-sticky'.
5552 Reset `front-sticky' property when needed.
5553 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5554 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5555 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5556 constructs. Support `narrow'ed buffers.
5557 (cperl-praise): Remove a reservation.
5558 (cperl-make-indent): New function.
5559 (cperl-indent-for-comment): Use `cperl-make-indent'.
5560 (cperl-indent-line): Likewise.
5561 (cperl-lineup): Likewise.
5562 (cperl-beautify-regexp-piece): Likewise.
5563 (cperl-contract-level): Likewise.
5564 (cperl-toggle-set-debug-unwind): New function.
5565 New menu entry for this.
5566 (fill-paragraph-function): Use when `boundp'.
5567 (cperl-calculate-indent): Take into account groups when indenting RExen.
5568 (cperl-to-comment-or-eol): Recognize # which end a string.
5569 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5570 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5571 (cperl-fontify-syntaxically): More clear debugging message.
5572 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5573 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5574 Merge cosmetic changes from XEmacs.
5575
5576 After 5.9:
5577 (cperl-1+): Move to before the first use.
5578 (cperl-1-): Likewise.
5579
5580 After 5.10:
5581
5582 This code may lock Emacs hard!!! Use at your own risk!
5583
5584 (cperl-font-locking): New internal variable.
5585 (cperl-beginning-of-property): New function.
5586 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5587 instead of `previous-single-property-change'.
5588 (cperl-unwind-to-safe): Likewise.
5589 (cperl-after-expr-p): Likewise.
5590 (cperl-get-here-doc-region): Likewise.
5591 (cperl-font-lock-fontify-region-function): Likewise.
5592 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5593 recursively.
5594 Bound `next-single-property-change' via `point-max'.
5595 (cperl-unwind-to-safe): Bound likewise
5596 (cperl-font-lock-fontify-region-function): Likewise.
5597 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5598 Initialization of `cperl-font-lock-multiline-start' could be
5599 missed if the "main" fontification did not run due to the
5600 keyword being already fontified.
5601 (cperl-pod-spell): Return t from do-one-chunk function.
5602 (cperl-map-pods-heres): Stop when the worker returns nil.
5603 Call `cperl-update-syntaxification'.
5604 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5605 (cperl-get-here-doc-delim): Remove unused function.
5606
5607 After 5.11:
5608
5609 The possible lockup of Emacs (introduced in 5.10) fixed.
5610
5611 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5612 (cperl-syntaxify-for-menu): New customization variable.
5613 (cperl-select-this-pod-or-here-doc): New function.
5614 (cperl-get-here-doc-region): Extra argument.
5615 Do not adjust pos by 1.
5616
5617 New menu entries
5618 (Perl/Tools): Selection of current POD or HERE-DOC section.
5619 (Debugging CPerl:) backtrace on fontification.
5620
5621 After 5.12:
5622 (cperl-cached-syntax-table): Use `car-safe'.
5623 (cperl-forward-re): Remove spurious argument SET-ST.
5624 Add documentation.
5625 (cperl-forward-group-in-re): New function.
5626 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5627 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5628
5629 After 5.13:
5630 (cperl-string-syntax-table): Make { and } not-grouping
5631 (Sometimes they ARE grouping in RExen, but matching them would only
5632 confuse in many situations when they are not)
5633 (beginning-of-buffer): Replace two occurences with goto-char...
5634 (cperl-calculate-indent): `char-after' could be nil...
5635 (cperl-find-pods-heres): REx can start after "[" too.
5636 Hightlight (??{}) in RExen too.
5637 (cperl-maybe-white-and-comment-rex): New constant
5638 (cperl-white-and-comment-rex): Likewise.
5639 XXXX Not very efficient, but hard to make
5640 better while keeping 1 group.
5641
5642 After 5.13:
5643 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5644 Likewise for 1 << identifier.
5645
5646 After 5.14:
5647 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5648 Error-less condition-case could fail.
5649 (cperl-font-lock-fontify-region-function): Likewise.
5650 (cperl-init-faces): Likewise.
5651
5652 After 5.15:
5653 (cperl-find-pods-heres): Support property REx-part2.
5654 (cperl-calculate-indent): Likewise.
5655 Don't special-case REx with non-empty 1st line.
5656 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5657 Invert highlighting of charclasses:
5658 now the envelop is highlighted.
5659 Highlight many others 0-length builtins.
5660 (cperl-praise): Mention indenting and highlight in RExen.
5661
5662 After 5.15:
5663 (cperl-find-pods-heres): Highlight capturing parens in REx.
5664
5665 After 5.16:
5666 (cperl-find-pods-heres): Highlight '|' for alternation
5667 Initialize `font-lock-warning-face' if not present.
5668 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5669 `font-lock-function-name-face'.
5670 (cperl-look-at-leading-count): Likewise.
5671 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5672 `font-lock-keyword-face' (needed for
5673 batch processing), etc...
5674 Use `font-lock-builtin-face' for builtin in REx
5675 Now `font-lock-variable-name-face'
5676 is used for interpolated variables
5677 Use "talking aliases" for faces inside REx
5678 Highlight parts of REx (except in charclasses)
5679 according to the syntax and/or semantic
5680 Syntax-mark a {}-part of (?{}) as "comment"
5681 (it was the ()-part)
5682 Better logic to distinguish what is what in REx
5683 (cperl-tips-faces): Document REx highlighting
5684 (cperl-praise): Mention REx syntax highlight etc.
5685
5686 After 5.17:
5687 (cperl-find-sub-attrs): Would not always manage to print error message.
5688 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5689
5690 After 5.18:
5691 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5692 Very minor optimization.
5693 `my-cperl-REx-modifiers-face' got quoted.
5694 Recognize "print $foo <<END" as HERE-doc.
5695 Put `REx-interpolated' text attribute if needed.
5696 (cperl-invert-if-unless-modifiers): New function.
5697 (cperl-backward-to-start-of-expr): Likewise.
5698 (cperl-forward-to-end-of-expr): Likewise.
5699 (cperl-invert-if-unless): Works in "the opposite way" too.
5700 Cursor position on return is on the switch-word.
5701 Indents comments better.
5702 (REx-interpolated): New text attribute.
5703 (cperl-next-interpolated-REx): New function.
5704 (cperl-next-interpolated-REx-0): Likewise.
5705 (cperl-next-interpolated-REx-1): Likewise.
5706 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5707 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5708 (cperl-praise): Mention finded interpolated RExen.
5709
5710 After 5.19:
5711 (cperl-init-faces): Highlight %$foo, @$foo too.
5712 (cperl-short-docs): Better docs for system, exec.
5713 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5714 Would not find HERE-doc ended by EOF without NL.
5715 (cperl-short-docs): Correct not-doubled \-escapes.
5716 start block: Put some `defvar' for stuff gone from XEmacs.
5717
5718 After 5.20:
5719 initial comment: Extend copyright, fix email address.
5720 (cperl-indent-comment-at-column-0): New customization variable.
5721 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5722 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5723 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5724 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5725 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5726 highlight $ in $foo too (UNTESTED).
5727 (cperl-set-style): Docstring missed some available styles.
5728 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5729 Change "Current" to "Memorize Current".
5730 (cperl-indent-wrt-brace): New customization variable; the default is
5731 as for pre-5.2 version.
5732 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5733 (cperl-style-alist): Likewise.
5734 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5735 and `cperl-extra-newline-before-brace' etc
5736 being t
5737 (cperl-indent-exp): Plans B and C to find continuation blocks even
5738 if `cperl-extra-newline-before-brace' is t.
5739
5740 After 5.21:
5741 Improve some docstrings concerning indentation.
5742 (cperl-indent-rules-alist): New variable.
5743 (cperl-sniff-for-indent): New function name
5744 (separated from `cperl-calculate-indent').
5745 (cperl-calculate-indent): Separate the sniffer and the indenter;
5746 uses `cperl-sniff-for-indent' now.
5747 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5748 was inverted;
5749 Support `comment-column' = 0.
5750
5751 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5752
5753 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5754 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5755 * longlines.el (longlines-window-change-function): Likewise.
5756 * simple.el (undo-ask-before-discard): Likewise.
5757 * wid-edit.el (widget-field-prompt-internal)
5758 (widget-documentation-link-p): Likewise.
5759
5760 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5763 for a keyword.
5764
5765 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * newcomment.el (comment-valid-prefix-p): Make the check
5768 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5769 (comment-indent-new-line): Adjust call.
5770
5771 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5772
5773 * allout.el (allout-back-to-current-heading): Base on lower-level
5774 routines to get proper disqualification of aberrant topics.
5775
5776 2006-10-09 Richard Stallman <rms@gnu.org>
5777
5778 * textmodes/two-column.el (2C-two-columns): Doc fix.
5779
5780 2006-10-09 Kim F. Storm <storm@cua.dk>
5781
5782 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5783 about implicit use.
5784
5785 2006-10-08 Richard Stallman <rms@gnu.org>
5786
5787 * textmodes/two-column.el (2C-two-columns): Doc fix.
5788
5789 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5790
5791 * files.el: Mark `buffer-read-only' as safe-local-variable.
5792
5793 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5794
5795 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5796 Burp if GUD buffer has been killed.
5797
5798 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * completion.el (add-completions-from-c-buffer):
5801 Don't presume an error's second element is a string.
5802 Use looking-at rather than buffer-substring + member.
5803
5804 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5805
5806 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5807 `undecided', call find-coding-systems-region to find a proper
5808 non-trivial encoding.
5809 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5810 and "text/plain".
5811
5812 2006-10-07 Kevin Ryde <user42@zip.com.au>
5813
5814 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5815 url-link.
5816
5817 * strokes.el (defgroup strokes): Remove invalid url-link.
5818
5819 2006-10-07 Magnus Henoch <mange@freemail.hu>
5820
5821 * autoinsert.el (auto-insert-alist): Doc fix.
5822
5823 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5824
5825 * mouse-sel.el (mouse-insert-selection-internal):
5826 Use insert-for-yank, so that yank handlers are run.
5827
5828 2006-10-07 Kim F. Storm <storm@cua.dk>
5829
5830 * ido.el (ido-file-extension-aux): Fix comparison.
5831
5832 2006-10-06 Kim F. Storm <storm@cua.dk>
5833
5834 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5835
5836 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5837
5838 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5839 (ad-make-mapped-call): Use `let', not `let*'.
5840
5841 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * international/mule-cmds.el (coding-system-change-eol-conversion):
5844 Ensure the coding system is initialized before calling
5845 coding-system-eol-type.
5846
5847 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5848
5849 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5850 (org-activate-angle-links, org-activate-dates)
5851 (org-activate-target-links, org-activate-camels)
5852 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5853 textproperty keymaps from being active beyond the end of a line.
5854 (org-unfontify-region): Also remove `rear-nonsticky' property.
5855
5856 2006-10-04 Kenichi Handa <handa@m17n.org>
5857
5858 * international/code-pages.el (next): Table fixed.
5859
5860 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5863 that it's been made unnecessary by removing narrowing.
5864
5865 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5868 control flow a bit, simplify another bit, and add comments.
5869
5870 2006-10-03 David Kastrup <dak@gnu.org>
5871
5872 * help.el (describe-mode): For clicks on mode-line, use "@"
5873 interactive argument to get the major mode of the click instead of
5874 the current buffer.
5875
5876 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5877 in order to better redirect mouse-2 clicks. Also allow default
5878 bindings to apply.
5879
5880 2006-10-03 Kim F. Storm <storm@cua.dk>
5881
5882 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5883 (pushnew): Fix last change.
5884
5885 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5886
5887 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5888 Use the interactive spec of `eval-expression'.
5889
5890 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5891
5892 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5893
5894 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5895
5896 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5897 2006-09-28 commit.
5898
5899 2006-10-02 Kenichi Handa <handa@m17n.org>
5900
5901 * international/code-pages.el (iso-8859-6): Table fixed.
5902
5903 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5904
5905 * dired.el (dired-build-subdir-alist): Fix previous change.
5906
5907 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5908
5909 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5910
5911 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5914 "define-button-type".
5915
5916 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5917 they don't keep accumulating.
5918
5919 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5920
5921 * ffap.el (ffap-rfc-path): Change the address of the RFC
5922 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5923
5924 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5925
5926 * allout.el (allout-expose-topic): Rectify implementation of "+"
5927 spec, so that bodies are not exposed with headlines.
5928
5929 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5930
5931 * allout.el (allout-current-depth): Do aberrent check only at or
5932 below doublecheck depth.
5933 (allout-chart-subtree): Make it explicit that LEVELS being nil
5934 means unlimited depth. Drop undocumented support for LEVELS value
5935 t meaning unlimited depth. (This is consistent with
5936 allout-chart-to-reveal, but contrary to allout-show-children,
5937 which needs to use nil to default to depth of 1.)
5938 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5939 (allout-chart-to-reveal): Be explicit in docstring about meaning
5940 of nil LEVELS, and drop support for LEVELS value t.
5941 (allout-show-children): Translate the level spec used by this
5942 routine to that used by allout-chart-subtree and
5943 allout-chart-to-reveal.
5944 (allout-show-to-offshoot): Retry once when stuck, after opening
5945 subtree - improvements in discontinuity handling likely will
5946 enable progress.
5947
5948 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * wid-edit.el (widget-button-click-moves-point): New variable.
5951 (widget-button-click): If widget-button-click-moves-point is
5952 non-nil, set point after performing the button action
5953
5954 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5955
5956 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5957
5958 * files.el (find-file-existing): Modify to not allow wildcards.
5959
5960 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5961
5962 * simple.el (undo-more): When undo information for the region is
5963 exhausted, say "No further undo information FOR REGION".
5964
5965 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5966
5967 * progmodes/sh-script.el (sh-prev-thing):
5968 Take `sh-leading-keywords' into account.
5969
5970 2006-09-29 Glenn Morris <rgm@gnu.org>
5971
5972 * custom.el (defcustom): Doc fix.
5973
5974 * calendar/calendar.el (european-calendar-style):
5975 Call european-calendar or american-calendar as needed when set.
5976 (diary-view-entries, list-calendar-holidays): Move autoloads
5977 before use.
5978
5979 2006-09-29 Juri Linkov <juri@jurta.org>
5980
5981 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5982 to nil if there is no previous property change.
5983
5984 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5985
5986 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5987 saving anything to be sure that `forward-sexp' behaves correctly.
5988
5989 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * simple.el (line-move-finish): Ignore field boundaries if the
5992 initial and final points have the same `field' property.
5993
5994 2006-09-29 Kim F. Storm <storm@cua.dk>
5995
5996 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5997 to t while calling ido-read-internal.
5998
5999 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6000
6001 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6002 (org-archive-subtree): Remove erraneous `]' from character list.
6003
6004 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6005
6006 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6007 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6008 markers for data-area and parameters-area.
6009
6010 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6013
6014 * font-lock.el (font-lock-after-change-function): Refontify next line
6015 as well if end is at BOL.
6016 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6017 only extend the region as much as needed.
6018
6019 2006-09-28 Richard Stallman <rms@gnu.org>
6020
6021 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6022
6023 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6024
6025 * international/mule.el (after-insert-file-set-coding):
6026 If VISIT, don't let set-buffer-multibyte make undo info.
6027
6028 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6029
6030 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6031 lines in base64-encoded authentication response.
6032
6033 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6034
6035 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6036 (ebnf-version): New version 4.3.
6037 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6038 (ebnf-prologue): Adjust PostScript programming.
6039 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6040 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6041
6042 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * jit-lock.el (jit-lock-force-redisplay): Rename from
6045 jit-lock-fontify-again, and undo the mistaken change I've just done.
6046
6047 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6048 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6049
6050 2006-09-26 Kenichi Handa <handa@m17n.org>
6051
6052 * startup.el (display-splash-screen): Allow a prefix argument.
6053
6054 2006-09-25 Jason Rumney <jasonr@gnu.org>
6055
6056 * subr.el (shell-quote-argument): Use DOS logic for Windows
6057 shells with DOS semantics.
6058
6059 2006-09-24 Richard Stallman <rms@gnu.org>
6060
6061 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6062 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6063 to delete the overlay. Put it on pre-command-hook.
6064
6065 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6066
6067 * startup.el (fancy-splash-screens, normal-splash-screen):
6068 Call the splash buffer *About GNU Emacs*.
6069
6070 * simple.el (next-error-highlight, next-error-highlight-no-select):
6071 Default to 0.5.
6072 (yank-excluded-properties): Add `fontified'.
6073
6074 * font-lock.el (font-lock-compile-keywords): Allow value of
6075 syntax-begin-function to enable paren-column-0 highlighting.
6076
6077 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6078
6079 * dired.el (dired-build-subdir-alist): When file ends in colon,
6080 don't exit the loop, just disregard that file.
6081
6082 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * simple.el (line-move-finish): Handle corner case for fields in
6085 continued lines.
6086 (line-move-1): Remove flawed test for that case.
6087
6088 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6089
6090 * icomplete.el (icomplete-simple-completing-p): Use the correct
6091 name for the new variable, `icomplete-with-completion-tables'.
6092 (file local variables): Remove superfluous setting.
6093
6094 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6095
6096 * calendar/appt.el (appt-check): Fix typo for appointments just
6097 after midnight.
6098
6099 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * help.el (describe-key-briefly, describe-key): Don't expect an
6102 extra up event if a down-event is generated by a popup menu.
6103
6104 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6105
6106 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6107 local dictionary when changing the global dictionary.
6108
6109 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6110
6111 * icomplete.el (icomplete-with-completion-tables): List of
6112 specialized completion tables with which icomplete should
6113 operate. Include the new `internal-complete-buffer', so icomplete
6114 works with interactive buffer-selection.
6115 (icomplete-simple-completing-p): Add acceptance of specialized
6116 completion tables listed in icomplete-with-completion-tables.
6117
6118 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6119
6120 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6121
6122 * startup.el (command-line): Use `custom-reevaluate-setting' for
6123 `focus-follows-mouse'.
6124
6125 2006-09-22 Richard Stallman <rms@gnu.org>
6126
6127 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6128 explain why Save is not available.
6129
6130 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6131
6132 * woman.el (woman0-so): Use `let*', not `let'.
6133 (woman-horizontal-line): Remove unbalanced parenthesis.
6134
6135 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * woman.el: Make sure all the end-of-region markers we use have
6138 a non-nil insertion-type.
6139 (woman0-so): Move things around so we can use copy-marker.
6140 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6141 Adjust marker type.
6142 (woman2-process-escapes): Check marker type.
6143 (woman-horizontal-line): Dispense with the use of a marker.
6144
6145 2006-09-22 Jay Belanger <belanger@truman.edu>
6146
6147 * calc/calc-lang.el: Add Greek letters to math-variable-table
6148 property of tex.
6149
6150 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6151
6152 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6153
6154 2006-09-22 Masatake YAMATO <jet@gyve.org>
6155
6156 * add-log.el (add-log-current-defun): Use `forward-sexp'
6157 instead of `forward-word' to pick c++::symbol.
6158 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6159
6160 2006-09-22 Kenichi Handa <handa@m17n.org>
6161
6162 * bindings.el: Fix setting self-insert-command for multibyte
6163 characters in global-map.
6164
6165 2006-09-21 David Kastrup <dak@gnu.org>
6166
6167 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6168 doc string.
6169
6170 2006-09-21 Kenichi Handa <handa@m17n.org>
6171
6172 * language/european.el ("Latin-1"): Add windows-1252 to
6173 coding-priority.
6174 ("German"): Likewise.
6175
6176 2006-09-21 Kim F. Storm <storm@cua.dk>
6177
6178 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6179 Suggested by Miles Bader.
6180
6181 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6182 instead of add-to-list in the simple case.
6183
6184 2006-09-20 Kenichi Handa <handa@m17n.org>
6185
6186 * isearch.el (isearch-process-search-char): Cancel the previous change.
6187 (isearch-search-string): New function.
6188 (isearch-search): Use isearch-search-string.
6189 (isearch-lazy-highlight-search): Likewise.
6190
6191 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6192
6193 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6194 string to become an option.
6195
6196 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6197
6198 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6199
6200 2006-09-20 Kim F. Storm <storm@cua.dk>
6201
6202 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6203 position t instead of trying both window-end and window-end - 1.
6204
6205 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6206
6207 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6208 hidden trees.
6209
6210 2006-09-20 David Kastrup <dak@gnu.org>
6211
6212 * mouse.el (mouse-posn-property): Improve doc string.
6213 (mouse-on-link-p): Change buffers for function calls on links.
6214
6215 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6216 buffer is read-only.
6217
6218 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6219
6220 * allout.el (allout-unprotected): Let inhibit-read-only only when
6221 buffer-read-only isn't set.
6222 (allout-annotate-hidden): Enable topic annotation during copies even
6223 when the buffer is read-only, eg for topic copies. Ensure that the loop
6224 advances, even when the span extends beyond the deletion region.
6225 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6226 rather than allout-exposure-changed-hook, as a stronger assertion.
6227 (allout-keybindings-list): Add bindings for
6228 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6229 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6230 Copy wrappers for allout-kill-line and allout-kill-topic.
6231 (allout-listify-exposed): Position correctly to accumulate lines.
6232
6233 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6234
6235 * simple.el (line-move-1): Escape field boundaries occurring
6236 exactly at point. Update goal column if constrained to a field.
6237 (line-move-finish): Escape field boundaries occurring exactly at point.
6238
6239 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6242 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6243
6244 2006-09-19 Kim F. Storm <storm@cua.dk>
6245
6246 * help.el (describe-key-briefly, describe-key): Simplify printing
6247 of descriptions by using format and %S. Fix "is undefined"
6248 messages to say "at that spot" for mouse events.
6249
6250 * simple.el (line-move-partial): Optimize. Try window-line-height
6251 before posn-at-point to get vpos of current line.
6252
6253 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6254
6255 * viper.el: Bump up version/date of update to reflect the substantial
6256 changes done in August 2006.
6257
6258 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6259 are defined.
6260
6261 * ediff-util.el (ediff-add-to-history): New function.
6262
6263 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6264
6265 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6266
6267 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6268 Delete duplicate make-local-variable form.
6269 (conf-space-keywords): Add autoload cookie.
6270 Fix typo (`keywords', not `keyword').
6271
6272 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6273
6274 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6275 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6276 to x-gtk-use-old-file-dialog
6277
6278 2006-09-18 Richard Stallman <rms@gnu.org>
6279
6280 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6281 that might come in during mouse tracking.
6282
6283 2006-09-18 Kim F. Storm <storm@cua.dk>
6284
6285 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6286 new window-line-height function. Further optimize by not calling
6287 pos-visible-in-window-p for window-end when window-line-height
6288 returns useful information.
6289
6290 2006-09-16 Richard Stallman <rms@gnu.org>
6291
6292 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6293 (conf-space-mode): Don't handle prefix arg.
6294 Delete conf-space-keywords-override code.
6295 Use add-hook.
6296 (conf-space-keywords): New command.
6297 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6298 Delete conf-space-keywords-override code.
6299 (conf-space-keywords-alist): Doc fix.
6300 (conf-space-font-lock-keywords): Doc fix.
6301 (conf-space-keywords-override): Var deleted.
6302
6303 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * startup.el (fancy-splash-screens): Don't switch to the scratch
6306 buffer; it may not be the next buffer.
6307
6308 2006-09-16 Romain Francoise <romain@orebokech.com>
6309
6310 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6311 in both messages.
6312
6313 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6314
6315 * progmodes/python.el (python-preoutput-filter):
6316 Fix arg order to string-match.
6317
6318 2006-09-16 Richard Stallman <rms@gnu.org>
6319
6320 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6321 font-lock-compile-keywords.
6322
6323 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6324 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6325
6326 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6327
6328 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6329
6330 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6331 and the data doesn't look like UTF8, send STRING instead.
6332
6333 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6334
6335 * textmodes/flyspell.el (flyspell-check-region-doublons):
6336 New function to detect duplicated words.
6337 (flyspell-large-region): Use it.
6338
6339 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6342
6343 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6344
6345 * help.el (describe-prefix-bindings): Use let, not let*.
6346
6347 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6348
6349 * allout.el (allout-regexp, allout-line-boundary-regexp)
6350 (allout-bob-regexp): Correct grouping and boundaries to fix
6351 backwards traversal.
6352 (allout-depth-specific-regexp, allout-depth-one-regexp):
6353 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6354 worse time in allout-ascend.
6355 (allout-doublecheck-at-and-shallower): Identify depth threshold
6356 below which topics are checked for and disqualified by containment
6357 discontinuities.
6358 (allout-hotspot-key-handler): Correctly handle multiple-key
6359 strokes. Remove some unused variables.
6360 (allout-mode-leaders): Clarify that mode-specific comment-start
6361 will be used.
6362 (set-allout-regexp): Correctly regexp-quote allout regexps to
6363 properly accept alternative header-leads and primary bullets with
6364 regexp-specific characters (eg, C "/*", mathematica "(*").
6365 Include new regular expressions among those configured.
6366 (allout-infer-header-lead-and-primary-bullet):
6367 Rename allout-infer-header-lead.
6368 (allout-recent-depth): Manifest as a variable as well as a function.
6369 (allout-prefix-data): Simplify into an inline instead of a macro,
6370 assuming current match data rather than being explicitly passed
6371 it. Establish allout-recent-depth value as well as
6372 allout-recent-prefix-beginning and allout-recent-prefix-end.
6373 (allout-aberrant-container-p): True when an item's immediate
6374 offspring discontinuously contained. Useful for disqualifying
6375 unintended topic prefixes, likely at low depths.
6376 (allout-goto-prefix-doublechecked): Elaborate version of
6377 allout-goto-prefix which disqualifies aberrant pseudo-items.
6378 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6379 get disqualification of aberrant containers.
6380 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6381 containers.
6382 (allout-beginning-of-current-entry): Position at start of buffer
6383 when in container (depth 0) entry.
6384 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6385 (allout-current-bullet): Strip text properties.
6386 (allout-get-prefix-bullet): Use right match groups.
6387 (allout-beginning-of-line, allout-next-heading):
6388 Disqualify aberrant containers.
6389 (allout-previous-heading): Disqualify aberrant containers, and
6390 change to regular (rather than inline) function, to allow
6391 self-recursion.
6392 (allout-get-invisibility-overlay): Increment so progress is made
6393 when the first overlay is not the sought one.
6394 (allout-end-of-prefix): Disqualify aberrant containers.
6395 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6396 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6397 outline.el outlines) functional again. Change the primary bullet
6398 along with the header-lead - level 1 new-style bullets now work.
6399 Engage allout-before-change-handler in mainline Emacs, not just
6400 XEmacs, to do undo handling.
6401 (allout-before-change-handler): Expose undo changes occurring in
6402 hidden regions. Use allout-get-invisibility-overlay instead of
6403 reimplementing it inline.
6404 (allout-chart-subtree): Use start rather than end of prefix in
6405 charts. Use allout-recent-depth variable.
6406 (allout-chart-siblings): Disqualify aberrant topics.
6407 (allout-beginning-of-current-entry): Position correctly.
6408 (allout-ascend): Use new allout-depth-specific-regexp and
6409 allout-depth-one-regexp for linear instead of O(N^2) or worse
6410 behavior.
6411 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6412 reimplementing an algorithm.
6413 (allout-up-current-level): Depend on allout-ascend, rather than
6414 reimplementing an algorithm. Return to start-point if we fail.
6415 (allout-descend-to-depth): Use allout-recent-depth variable
6416 instead of function.
6417 (allout-next-sibling): On traversal of numerous intervening
6418 topics, resort to economical allout-next-sibling-leap.
6419 (allout-next-sibling-leap): Specialized version of
6420 allout-next-sibling that uses allout-ascend cleverly, to depend on
6421 a regexp search to leap large numbers of contained topics, rather
6422 than arbitrarily many one-by-one traversals.
6423 (allout-next-visible-heading): Disqualify aberrant topics.
6424 (allout-previous-visible-heading): Position consistently when
6425 interactive.
6426 (allout-forward-current-level): Base on allout-previous-sibling
6427 rather than (differently) reimplmenting the algorithm. Remove some
6428 unused variables.
6429 (allout-solicit-alternate-bullet): Present default choice stripped
6430 of text properties.
6431 (allout-rebullet-heading): Use bullet stripped of text properties.
6432 Register changes using allout-exposure-change-hook.
6433 Disregard aberrant topics.
6434 (allout-shift-in): With universal-argument, make topic a peer of
6435 it's former offspring. Simplify the code by separating out
6436 allout-shift-out functionality.
6437 (allout-shift-out): With universal-argument, make offspring peers
6438 of their former container, and its siblings. Implement the
6439 functionality here, rather than inappropriately muddling the
6440 implementation of allout-shift-in.
6441 (allout-rebullet-topic): Respect additional argument for new
6442 parent-child separation function.
6443 (allout-yank-processing): Use allout-ascend directly.
6444 (allout-show-entry): Disqualify aberrant topics.
6445 (allout-show-children): Handle discontinuous children gracefully,
6446 extending the depth being revealed to expose them and posting a
6447 message indicating the situation.
6448 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6449 Leave cursor in correct position.
6450 (allout-hide-current-subtree): Use allout-ascend directly.
6451 Disqualify aberrant topics.
6452 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6453 a way that the yanks can restore it, as used to happen.
6454 (allout-yank-processing): Restore exposure layout as recorded by
6455 allout-kill-*, as used to happen.
6456 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6457 for preseving and restoring exposure layout across kills.
6458 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6459 (allout-encrypt-string): Strip text properties.
6460 Rearranged order and outline-headings for some of the
6461 miscellaneous functions.
6462 (allout-resolve-xref): No need to quote the error name in the
6463 condition-case handler section.
6464 (allout-flatten): Classic recursive (and recursively intensive,
6465 without tail-recursion) list-flattener, needed by allout-shift-out
6466 when confronted with discontinuous children.
6467
6468 2006-09-16 Jason Rumney <jasonr@gnu.org>
6469
6470 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6471 on ms-windows.
6472 (dnd-open-unc-file): Remove.
6473 (dnd-open-local-file): Mention in doc string that it also handles
6474 remote files if the system natively supports unc file-names.
6475
6476 2006-09-15 Kim F. Storm <storm@cua.dk>
6477
6478 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6479 all necessary information about the event before erasing *Help*.
6480
6481 * simple.el (line-move-partial): Use window-line-visiblity to
6482 quickly check whether last line is partially visible, and only do
6483 the hard (and slow) part in that case.
6484
6485 2006-09-15 Jay Belanger <belanger@truman.edu>
6486
6487 * COPYING: Replace "Library Public License" by "Lesser Public
6488 License" throughout.
6489
6490 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6491
6492 * term/x-win.el (x-menu-bar-open): New function for F10.
6493
6494 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6497 Disallow filenames containing " -" to avoid confusion with libtool
6498 compilation messages. Suggested by Stefan Monnier.
6499
6500 2006-09-15 David Kastrup <dak@gnu.org>
6501
6502 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6503 instead of buffer position for `mouse-on-link-p'.
6504
6505 * mouse.el (mouse-posn-property): New function looking up the
6506 properties at a click position in overlays and text properties in
6507 either buffer or strings.
6508 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6509 of both `follow-link' as well as `mouse-face' properties.
6510 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6511 buffer position.
6512
6513 * help.el (describe-key-briefly): When reading a down-event on
6514 mode lines or scroll bar, swallow the following up event, too.
6515 Use the new mouse sensitity of `key-binding' for lookup.
6516 (describe-key): The same here.
6517
6518 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * play/life.el (life-patterns): Add a few more interesting patterns.
6521 (life-setup): Force `show-trailing-whitespace' to nil.
6522
6523 2006-09-14 Richard Stallman <rms@gnu.org>
6524
6525 * startup.el (fancy-splash-text): Change text to improve alignment.
6526 (fancy-splash-screens): Don't set non-standard tab width.
6527 Bind cursor-type temporarily, and make it easy to patch to
6528 preserve the splash buffer.
6529 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6530 (fancy-splash-screens): Display echo-area message explicitly.
6531 Don't set fancy-splash-help-echo.
6532
6533 * simple.el (line-number-mode): Group mode-line instead of
6534 editing-basics.
6535 (column-number-mode, size-indication-mode): Likewise.
6536
6537 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6538
6539 * time.el (display-time): Group mode-line instead of modeline.
6540
6541 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6542
6543 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * startup.el (fancy-splash-text): Move editing instructions to
6546 fancy-splash-head.
6547 (fancy-splash-head): Issue editing instructions.
6548 (fancy-splash-screens): Fixup whitespace.
6549
6550 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * bindings.el (mode-line-buffer-identification-keymap):
6553 Remove duplicate line.
6554
6555 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6556
6557 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6558 ignore lists.
6559
6560 2006-09-14 Kim F. Storm <storm@cua.dk>
6561
6562 * jit-lock.el (jit-lock-fontify-again): New function.
6563 (jit-lock-fontify-now): Use it instead of lambda form.
6564
6565 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6566
6567 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6568 (flyspell-auto-correct-word): Make ispell-filter local to these
6569 functions. Check that ispell-filter has new stuff before calling
6570 ispell-parse-output.
6571
6572 2006-09-13 Kim F. Storm <storm@cua.dk>
6573
6574 * simple.el (line-move-partial): Optimize.
6575
6576 2006-09-13 Richard Stallman <rms@gnu.org>
6577
6578 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6579 Delete spurious backquote.
6580
6581 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6582
6583 * net/rcirc.el (rcirc-print): Fix last change.
6584
6585 2006-09-12 Jay Belanger <belanger@truman.edu>
6586
6587 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6588
6589 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6590
6591 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6592 rcirc-show-maximum-output.
6593 (rcirc-mode): Remove window-scroll-function hook.
6594 (rcirc-scroll-to-bottom): Remove function.
6595 (rcirc-print): Recenter so point stays at the bottom of the window
6596 if point was already there.
6597
6598 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6599
6600 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6601 not to "t".
6602 * progmodes/compile.el (compilation-start): Likewise.
6603 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6604 Don't use expand-file-name on invocation-directory, since this
6605 might mishandle special characters in invocation-directory.
6606
6607 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * pcvs-defs.el: Remove * in defcustom's docstrings.
6610
6611 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * progmodes/compile.el (compilation-directory-properties):
6614 Doc fix for help-echo.
6615
6616 2006-09-12 Lars Hansen <larsh@soem.dk>
6617
6618 * desktop.el (desktop-read): Add comment.
6619
6620 2006-09-12 Kim F. Storm <storm@cua.dk>
6621
6622 * simple.el (next-error-highlight, next-error-highlight-no-select):
6623 Fix spelling error.
6624
6625 * subr.el (sit-for): Rework to use input-pending-p and cond.
6626 Return nil input is pending on entry also for SECONDS <= 0.
6627 (while-no-input): Use input-pending-p instead of sit-for.
6628
6629 2006-09-11 Richard Stallman <rms@gnu.org>
6630
6631 * simple.el (next-error-highlight, next-error-highlight-no-select):
6632 Fix custom type and doc strings.
6633
6634 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6637 (diff-apply-hunk): Use it to ask for confirmation.
6638
6639 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6640
6641 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6642
6643 2006-09-11 David Kastrup <dak@gnu.org>
6644
6645 * help.el (string-key-binding, describe-key-briefly)
6646 (describe-key): Remove `string-key-binding' and its callers since
6647 `key-binding' already caters for the proper lookup now.
6648
6649 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6652 (cfengine-mode): Use it. Fix \ syntax to be like /.
6653
6654 * bindings.el (mode-line-buffer-identification-keymap):
6655 Move initialization into declaration.
6656
6657 2006-09-10 Kim F. Storm <storm@cua.dk>
6658
6659 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6660 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6661 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6662 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6663
6664 2006-09-10 Richard Stallman <rms@gnu.org>
6665
6666 * dired-aux.el: Handle errors in recursive copy usefully.
6667 (dired-create-files-failures): New variable.
6668 (dired-copy-file): Remove condition-case.
6669 (dired-copy-file-recursive): Check for errors on all file
6670 operations, and add them to dired-create-files-failures.
6671 Check file file-date-erorr here too.
6672 (dired-create-files): Check dired-create-files-failures
6673 and report those errors too.
6674
6675 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6676
6677 * subr.el (add-to-list): New argument COMPARE-FN.
6678
6679 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6680
6681 * filecache.el (file-cache-add-directory)
6682 (file-cache-add-directory-list, file-cache-add-file)
6683 (file-cache-add-directory-using-find)
6684 (file-cache-add-directory-using-locate)
6685 (file-cache-add-directory-recursively): Add autoloads.
6686
6687 2006-09-09 Richard Stallman <rms@gnu.org>
6688
6689 * textmodes/conf-mode.el (conf-space-mode):
6690 Use hack-local-variables-hook instead of calling hack-local-variables.
6691 (conf-space-keywords-override): New variable.
6692 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6693 (conf-space-mode): Always make conf-space-keywords and
6694 conf-space-keywords-override local.
6695 Call conf-space-mode-internal directly as well as via hook.
6696
6697 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6698
6699 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6700 quasi-keywords.
6701
6702 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6705 (python-send-string): Be slightly more careful about adding \n.
6706
6707 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6708 kill it right away anyway.
6709
6710 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6711
6712 * international/codepage.el (cp850-decode-table): Fix a few codes.
6713 (cp858-decode-table): New variable.
6714
6715 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6716
6717 * net/ldap.el (ldap-search-internal): Doc fix.
6718
6719 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6720
6721 * play/life.el (life-display-generation): Test for input manually if
6722 `sleeptime' is negative or null.
6723
6724 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6725 (print-region-1): Substitute `%s' with the page title.
6726
6727 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6728
6729 * locate.el (locate-current-search): New variable.
6730 (locate): Set buffer local value. Use current buffer if it is
6731 in Locate mode.
6732 (locate-mode): Disable undo here.
6733 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6734 (locate-update): Use locate-current-search and locate-current-filter.
6735
6736 2006-09-08 David Kastrup <dak@gnu.org>
6737
6738 * desktop.el (desktop-read): When loading a desktop, disable
6739 saving it while the load progresses, and switch off a pending lazy
6740 load by calling `desktop-lazy-abort'.
6741
6742 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6743
6744 * window.el (mouse-autoselect-window-timer)
6745 (mouse-autoselect-window-position)
6746 (mouse-autoselect-window-window)
6747 (mouse-autoselect-window-now): New vars.
6748 (mouse-autoselect-window-cancel)
6749 (mouse-autoselect-window-select)
6750 (mouse-autoselect-window-start): New functions.
6751 (handle-select-window): Call `mouse-autoselect-window-start' when
6752 delayed window autoselection is enabled.
6753
6754 * cus-start.el (mouse-autoselect-window): Handle delayed window
6755 autoselection.
6756
6757 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6758 commands after which it is allowed to print in the echo area.
6759
6760 2006-09-08 Richard Stallman <rms@gnu.org>
6761
6762 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6763
6764 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6765 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6766
6767 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6768 (cancel-timer-internal): Add doc string.
6769 (cancel-function-timers): Doc fix.
6770 (with-timeout-handler, timer-event-last*): Add doc strings.
6771
6772 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6773
6774 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6775
6776 * dired.el (dired-log-summary): Add doc string.
6777
6778 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6779 (custom-group-menu-create): Not here.
6780
6781 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6782
6783 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6784
6785 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6786
6787 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6788 (mac-apple-event-map): Define its handler.
6789
6790 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6791
6792 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6793
6794 2006-09-07 Magnus Henoch <mange@freemail.hu>
6795
6796 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6797 clause.
6798
6799 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6800
6801 * info.el (Info-index): Bind completion-ignore-case.
6802
6803 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6806 previous commit.
6807 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6808 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6809 burp in dedicated windows.
6810 (inferior-prolog-self-insert-command): New command.
6811 (inferior-prolog-mode-map): Use it.
6812
6813 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6814
6815 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6816
6817 * international/code-pages.el: Add cp858.
6818
6819 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6820
6821 * dnd.el: Fix bootstrapping.
6822
6823 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6824
6825 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6826 (dnd-open-remote-url): New function.
6827 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6828 not windows-nt.
6829
6830 2006-09-07 Jason Rumney <jasonr@gnu.org>
6831
6832 * dnd.el (dnd-open-remote-file-function): New variable.
6833 (dnd-open-unc-file): New function.
6834 (dnd-open-file): Call dnd-open-remote-file-function if set.
6835
6836 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6837
6838 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6839 pgg-passphrase-coding-system rather than locale-coding-system.
6840 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6841
6842 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * progmodes/prolog.el: Remove * in docstrings.
6845 (prolog-program-name): Add SWI prolog.
6846 (prolog-mode-menu): New menu.
6847 (prolog-mode): Set comment-add.
6848 (prolog-indent-line): Simplify. Use indent-line-to.
6849 (inferior-prolog-buffer): New var.
6850 (inferior-prolog-run, inferior-prolog-process): New funs.
6851 (run-prolog, switch-to-prolog): Rewrite, using them.
6852 (prolog-consult-region): Use inferior-prolog-buffer.
6853 (inferior-prolog-load-file): New function.
6854 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6855
6856 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6857 last word, if it's not the end of the paragraph.
6858
6859 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6860 file name.
6861
6862 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6863
6864 * frame.el (display-mm-dimensions-alist): New defcustom.
6865 (display-mm-height, display-mm-width): Use it.
6866
6867 2006-09-06 Simon Josefsson <jas@extundo.com>
6868
6869 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6870
6871 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6872
6873 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6874 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6875 string values.
6876
6877 2006-09-06 Kim F. Storm <storm@cua.dk>
6878
6879 * simple.el (line-move-partial): New function to do vscrolling for
6880 partially visible images / tall lines. Rewrite based on code
6881 previously in line-move. Simplify backwards vscrolling.
6882 (line-move): Use it. Simplify.
6883
6884 2006-09-05 Kim F. Storm <storm@cua.dk>
6885
6886 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6887
6888 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6891 Process the `gcc-include' after the `gnu' rule.
6892
6893 2006-09-05 Kim F. Storm <storm@cua.dk>
6894
6895 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6896
6897 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6898
6899 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6900 compatibility.
6901
6902 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6903 inhibit-redisplay; encode passphrase with locale-coding-system.
6904
6905 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6906
6907 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6908
6909 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6910
6911 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6912 (gdb-var-list-children-regexp): Make type field optional.
6913
6914 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6915 e.g public, protected in C++.
6916
6917 2006-09-04 John Paul Wallington <jpw@pobox.com>
6918
6919 * simple.el (completion-show-help): New defcustom.
6920 (completion-setup-function): Heed it.
6921
6922 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6923
6924 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6925
6926 2006-09-04 Richard Stallman <rms@gnu.org>
6927
6928 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6929 (rsf-min-region-to-spam-list): Doc fix.
6930 (rsf-add-content-type-field): Doc fix.
6931
6932 * simple.el (kill-region): Explicitly test there is a region.
6933
6934 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6937 sendmail in several common directories.
6938
6939 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6940
6941 * paths.el (sendmail-program): Removed.
6942
6943 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6944
6945 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6946 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6947 http://article.gmane.org/gmane.emacs.gnus.general/50457
6948
6949 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6952 mark after running the menu filter.
6953
6954 2006-09-03 Juri Linkov <juri@jurta.org>
6955
6956 * international/quail.el (quail-defrule-internal): Add a check
6957 if a key is a vector.
6958
6959 2006-09-02 Juri Linkov <juri@jurta.org>
6960
6961 * man.el (Man-topic-history): New variable.
6962 (man): Use it.
6963
6964 * woman.el (woman-topic-history): Change defvar to defvaralias
6965 for symbol `Man-topic-history'.
6966
6967 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6968 `comint-last-output-start' is a marker by using `markerp' and
6969 check if it has a position by using `marker-position', and use
6970 this position for `goto-char'.
6971
6972 * international/quail.el (quail-defrule-internal): Add missing
6973 `error' call for null key.
6974
6975 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6976
6977 * rcirc.el (rcirc-keywords): New variable.
6978 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6979 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6980 variables.
6981 (rcirc-responses-no-activity): New function.
6982 (rcirc-handler-generic): Check for responses in above.
6983 (rcirc-process-command): Add ?: character to arguments of raw
6984 server commands.
6985 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6986 `rcirc-dim-nicks'.
6987 (rcirc-gray-toggle): Remove unused variable.
6988 (rcirc-print): Remove some tracking logic, which is moved into
6989 markup functions.
6990 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6991 types.
6992 (rcirc-activity-string): Look for 'keyword in activity-types.
6993 (rcirc-window-configuration-change): Don't erase overlay-arrow
6994 unnecessarily.
6995 (rcirc-add-or-remove): New function.
6996 (rcirc-cmd-ignore): Use it.
6997 (rcirc-message-leader): Remove unused function.
6998 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6999 (rcirc-add-face): New function.
7000 (rcirc-facify): Use rcirc-add-face.
7001 (rcirc-url-regexp): Add parens.
7002 (rcirc-map-regexp): Remove function.
7003 (rcirc-mangle-regexp): Remove function.
7004 (rcirc-markup-text-functions): New variable.
7005 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7006 (rcirc-markup-body-text, rcirc-markup-attributes)
7007 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7008 (rcirc-markup-bright-nicks): New markup handler functions.
7009 (rcirc-nick-in-message-full-line): New face.
7010 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7011 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7012
7013 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7014
7015 * cus-start.el (hscroll-margin, hscroll-step)
7016 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7017 (x-use-underline-position-properties): Change version to "22.1"
7018 since they will appear there for the first time.
7019
7020 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7023
7024 2006-08-31 Richard Stallman <rms@gnu.org>
7025
7026 * cus-edit.el (custom-save-variables): Slight cleanup.
7027 (Custom-no-edit): Renamed from custom-no-edit.
7028 (Custom-newline): Renamed from custom-newline.
7029 (custom-mode-map): Use new names.
7030
7031 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7032 about customization, rather than M-x customize, in the doc string
7033 made for the defcustom.
7034
7035 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7036
7037 2006-08-31 Romain Francoise <romain@orebokech.com>
7038
7039 * dired-x.el (dired-guess-shell-alist-default): Update.
7040
7041 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7042
7043 * custom.el (custom-theme-set-variables): Autoload packages before
7044 sorting the variables.
7045
7046 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7047
7048 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7049 chars if XEmacs.
7050 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7051
7052 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7055 waiting for process.
7056
7057 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7058
7059 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7060 results in ASCII-only string, encode original one directly.
7061
7062 2006-08-29 Romain Francoise <romain@orebokech.com>
7063
7064 * startup.el (normal-splash-screen, fancy-splash-screens):
7065 Make buffer read-only and arrange to enter view mode if necessary.
7066
7067 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * hl-line.el (hl-line): New face.
7070 (hl-line-face): Use it.
7071
7072 * image-mode.el (image-mode): Fix last fix.
7073 Suggested by Kim F. Storm.
7074
7075 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7076
7077 Sync with Tramp 2.0.54.
7078
7079 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7080 of `=', because `tramp-get-remote-gid' might not always return an
7081 integer when expected.
7082 (tramp-register-file-name-handlers): `partial-completion-mode' is
7083 unknown to XEmacs.
7084 (tramp-time-diff): Don't use `floor', it might fail for large
7085 differences.
7086 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7087 `tramp-auto-save-directory' if unset in order to guarantee unique
7088 auto-save file names.
7089
7090 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7091
7092 * image-mode.el (image-mode): Display image as text on a terminal.
7093
7094 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * progmodes/python.el (python-send-command): Simplify.
7097 (run-python): Don't generate a new buffer unless `new' was specified.
7098 Make sure we send `import emacs' to the proper process.
7099
7100 * progmodes/python.el (python-send-command): Don't wait for the command
7101 to terminate. Don't fiddle with compilation-parsing-end.
7102
7103 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7104
7105 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7106 Insert commentary after first line summary.
7107
7108 * woman.el (woman-follow): New function, based on `man-follow'.
7109 (woman-mode-map): Use it.
7110
7111 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7112 since ibuffer-do-sort-by-recency does not define a sorter.
7113
7114 2006-08-28 Kim F. Storm <storm@cua.dk>
7115
7116 * find-dired.el (find-dired): Use shell-quote-argument to properly
7117 escape ( and ) args. Also use it on {} and ; args in default
7118 value of find-ls-option string.
7119 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7120
7121 2006-08-27 Michael Olson <mwolson@gnu.org>
7122
7123 * emacs-lisp/tq.el: Small grammar fix in comments.
7124 (tq-enqueue): Check for existence of queue rather than the
7125 head queue item's question, which was a no-op.
7126 (tq-filter, tq-process-buffer): Make sure the process buffer
7127 exists before making it the current buffer.
7128
7129 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7130
7131 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7132 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7133 (special-event-map): Apply 2006-08-16 change for x-win.el.
7134
7135 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * progmodes/python.el (python-send-receive): Wait in the
7138 process's buffer so as to check the right buffer-local variables.
7139
7140 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7143 (defgroup checkdoc): Move to beginning.
7144
7145 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7146 (python-preoutput-continuation): Remove.
7147 (python-preoutput-filter): Simplify correspondingly.
7148 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7149 Loop around to catch embedded _emacs_out output.
7150 (run-python): Send the import&print command on a single line.
7151 (python-send-command): Send command&print on a single line.
7152 (python-send-string): Only add double \n if needed.
7153 (python-send-receive): Loop until the result comes.
7154 (python-mode-running): Defvar it.
7155 (python-setup-brm): Remove unused var `menu'.
7156 Only bind py-mode-map and `features' around brm-init.
7157 (python-calculate-indentation): Remove unused var `point'.
7158 (python-beginning-of-defun): Remove unused var `def-line'.
7159
7160 2006-08-25 Richard Stallman <rms@gnu.org>
7161
7162 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7163
7164 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7165
7166 * viper.el (viper-set-hooks): Use frame bindings for
7167 viper-vi-state-cursor-color.
7168 (viper-non-hook-settings): Don't set default
7169 mode-line-buffer-identification.
7170
7171 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7172 (viper-set-cursor-color-according-to-state)
7173 (viper-get-saved-cursor-color-in-replace-mode)
7174 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7175 viper-emacs-state-cursor-color.
7176
7177 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7178 (viper-undo): Use point if undo-beg-posn is nil.
7179 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7180 (viper-after-change-undo-hook): Don't use
7181 viper-emacs-state-cursor-color by default.
7182 (viper-undo): More sensible positioning after undo.
7183
7184 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7185 (viper-emacs-state-cursor-color): Default to nil, since this feature
7186 doesn't work well yet.
7187
7188 * ediff-mult.el (ediff-intersect-directories)
7189 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7190 always expand filenames.
7191
7192 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * tumme.el: Remove * in defcustoms's docstrings.
7195
7196 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7199 Accept internal time format for SECS arg.
7200 (timer-relative-time): Doc fix.
7201
7202 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7203 adapted from Martin Rudalics.
7204 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7205 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7206 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7207 using sit-for.
7208
7209 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7210
7211 * cus-start.el (all): Add `overline-margin' and
7212 `x-underline-at-descent-line'.
7213
7214 2006-08-24 Kim F. Storm <storm@cua.dk>
7215
7216 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7217 to mean "use find -exec"; nil now unambiguously means auto-detect.
7218 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7219 Use shell-quote-argument to build grep-find-command and
7220 grep-find-template.
7221 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7222 Reported by Tom Seddon.
7223
7224 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * startup.el (fancy-splash-head): Give instructions for dismissing
7227 the splash screen for default startup too.
7228 (display-startup-echo-area-message, fancy-splash-screens)
7229 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7230 all splash text at once and keep the splash buffer around.
7231 (command-line-1): Give display-startup-echo-area-message a t arg.
7232
7233 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7234
7235 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7236 gnus frame is selected.
7237
7238 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7239
7240 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7241
7242 2006-08-22 Kim F. Storm <storm@cua.dk>
7243
7244 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7245 Add suffix matching for subdirs.
7246
7247 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7248
7249 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7250 mouse-yank-at-point is non-nil.
7251
7252 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7253
7254 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7255 a bit wider and remove fringes to fit initial output on line.
7256
7257 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * frame.el (blink-cursor-end): Only ignore the error we care about.
7260 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7261
7262 2006-08-21 Richard Stallman <rms@gnu.org>
7263
7264 * whitespace.el (whitespace-cleanup): Doc fix.
7265
7266 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7267
7268 * net/rcirc.el (rcirc-show-maximum-output): New var.
7269 (rcirc-buffer-process): If no buffer argument is supplied, use
7270 current-buffer.
7271 (rcirc-complete-nick): Complete to the last completed nick first.
7272 (rcirc-mode): Preserve the value of `rcirc-urls' across
7273 connections. Setup scroll function.
7274 (rcirc-scroll-to-bottom): New function.
7275 (rcirc-print): Use nick syntax around regexp work.
7276 Notice dim-nicks speaking only if they say our nick.
7277 (rcirc-update-activity-string): Do not show the modeline indicator
7278 if there are no live rcirc processes.
7279 (rcirc-cmd-ignore): Ignore case.
7280 (rcirc-browse-url-at-point): Fix off-by-one error.
7281
7282 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * progmodes/python.el: Remove * in defcustom docstrings.
7285 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7286 (python-mode): Set tab-width and indent-tabs-mode.
7287
7288 2006-08-20 Dave Love <fx@gnu.org>
7289
7290 * progmodes/python.el: Update to Dave Love's latest version.
7291 (python-font-lock-keywords, python-mode): Don't use
7292 font-lock-syntax-table, but match symbol elements explicitly instead.
7293 (python-mode-map): Add help, and a few more key bindings.
7294 (python-skip-comments/blanks): Move out of comments as well.
7295 (python-continuation-line-p): Behave better with unbalanced parens.
7296 (python-blank-line-p): New fun.
7297 (python-open-block-statement-p): Don't use a heuristic.
7298 (python-outdent-p): Better handle blocks-in-the-same-line.
7299 (python-calculate-indentation): Misc improvements.
7300 (python-comment-indent): Remove.
7301 (python-block-pairs): New var.
7302 (python-first-word): New fun.
7303 (python-indentation-levels): Handle more common cases.
7304 (python-indent-line-1): Add `leave' argument.
7305 (python-indent-region): New fun.
7306 (python-skip-out): New fun.
7307 (python-beginning-of-statement, python-end-of-statement): Use it.
7308 (python-next-statement): Return correct count even at eob.
7309 (python-end-of-block): Fix paren-typo.
7310 (python-imenu-create-index): Add module variables.
7311 (run-python): Add `new' arg.
7312 Check we're at a prompt before returning.
7313 (python-send-command): Move to end of buffer.
7314 Wait for prompt to return.
7315 (python-set-proc): New fun.
7316 (python-imports): New var.
7317 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7318 (python-eldoc-function): Try to move out of arg list.
7319 (python-outline-level): Offset by 1.
7320 (python-find-imports): New fun.
7321 (python-symbol-completions): Use python-imports.
7322 (python-module-path, ffap-alist): Add support for ffap.
7323 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7324 (python-insert-*, python-default-template, python-expand-template):
7325 Add templates/skeletons.
7326 (python-setup-brm): Support for Bicycle Repair Man.
7327 (python-abbrev-syntax-table): New var.
7328 (python-abbrev-pc-hook, python-pea-hook): New funs.
7329
7330 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * frame.el (blink-cursor-start): Set timer first.
7333 (blink-cursor-end): Ignore timer cancelling errors.
7334 Suggested by Ken Manheimer.
7335
7336 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7339 Add autoload cookie.
7340
7341 2006-08-20 Richard Stallman <rms@gnu.org>
7342
7343 * simple.el (line-number-at-pos): Doc fix.
7344
7345 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7346 timer-activate-when-idle, so timer can run before Emacs becomes
7347 non-idle again.
7348
7349 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7350
7351 * whitespace.el (whitespace-cleanup-internal): New optional arg
7352 REGION-ONLY. If it's non-nil, modify the message to the user
7353 accordingly.
7354 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7355 a non-nil argument.
7356
7357 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7358
7359 * rect.el (spaces-string): Simplify and add doc string.
7360
7361 2006-08-17 Romain Francoise <romain@orebokech.com>
7362
7363 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7364
7365 2006-08-17 Richard Stallman <rms@gnu.org>
7366
7367 * compare-w.el (compare-windows): lambda's take an arg and pass
7368 it to compare-windows-skip-whitespace.
7369
7370 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7371
7372 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7373 the right buffer.
7374
7375 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7378 removed files.
7379
7380 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7381
7382 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7383 (gdb-locals-watch-map-1): Suppress keymap first.
7384 (gdb-edit-locals-map-1): New variable.
7385 (gdb-edit-locals-value): New function.
7386 (gdb-stack-list-locals-handler): Use them.
7387
7388 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7391 cursor would normally be drawn in the fringe.
7392
7393 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7394 Reported by Martin Rudalics <rudalics@gmx.at>.
7395
7396 2006-08-16 Richard Stallman <rms@gnu.org>
7397
7398 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7399 (special-event-map): Process drag-n-drop events this way.
7400
7401 * simple.el (move-beginning-of-line): Test whether fields
7402 would prevent motion back to line's first visible character.
7403 If so, stop where the fields would stop the motion.
7404
7405 * newcomment.el (comment-indent): Fully update INDENT
7406 before checking to see if it will change the text.
7407
7408 * cus-edit.el (custom-newline): New function.
7409 (custom-mode-map): Bind newline to custom-newline.
7410
7411 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7412 into ignore-whitespace.
7413 Check each buffer for its skip-function.
7414 Handle compare-windows-skip-whitespace special-case test
7415 by returning t from default skip function.
7416
7417 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7418
7419 * textmodes/org.el (org-clock-special-range)
7420 (org-clock-update-time-maybe): New functions.
7421 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7422 not only a-z.
7423 (org-agenda-get-blocks): Allow multiple blocks per headline.
7424 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7425 (org-export-html-title-format)
7426 (org-export-html-toplevel-hlevel): New options.
7427 (org-export-language-setup): Add support for Czech.
7428 (org-mode, org-insert-todo-heading, org-find-visible)
7429 (org-find-invisible, org-invisible-p, org-invisible-p2)
7430 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7431 (org-show-subtree, org-show-entry, org-make-options-regexp):
7432 Remove compatibility support for old outline-mode.
7433 (org-check-occur-regexp): Funtion removed.
7434 (org-on-heading-p, org-back-to-heading): Made defalias.
7435 (org-set-local): New defsubst.
7436 (org-set-regexps-and-options, org-mode)
7437 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7438 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7439 (org-remember-apply-template, org-table-edit-field)
7440 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7441 (org-set-autofill-regexps): Use `org-set-local'.
7442 (org-table-eval-formula): Fix bug with parsing of display flags.
7443
7444 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7445
7446 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7447 frame with fringe arrow. Suggested by Simon Marshall
7448 <simon.marshall@misys.com>.
7449 (gdb-stack-position): New variable.
7450 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7451 (gdb-frames-mode): Set gdb-stack-position to nil.
7452 Add to overlay-arrow-variable-list
7453 (gdb-reset): Delete gdb-stack-position from above list.
7454
7455 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7456
7457 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7458 read only.
7459
7460 2006-08-13 Romain Francoise <romain@orebokech.com>
7461
7462 * cus-theme.el (customize-create-theme)
7463 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7464
7465 * filesets.el (filesets-add-buffer): Ditto.
7466
7467 * pcvs.el (cvs-change-cvsroot): Ditto.
7468
7469 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7470
7471 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7472 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7473 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7474 expressions.
7475 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7476 Only search till end of line.
7477 Add face to function names in case of no filename.
7478 Add face to variable names of watchpoints.
7479
7480 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7481
7482 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7483 customization group.
7484
7485 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7486
7487 * allout.el (allout-prior-bindings, allout-added-bindings):
7488 Remove, after long deprecation.
7489 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7490 Add customization vars controlling allout-beginning-of-line and
7491 allout-end-of-line conveniences.
7492 (allout-header-prefix, allout-use-mode-specific-leader)
7493 (allout-use-mode-specific-leader, allout-mode-leaders):
7494 Revise docstrings.
7495 (allout-infer-header-lead): Change to be an alias for
7496 allout-infer-header-lead-and-primary-bullet.
7497 (allout-infer-header-lead-and-primary-bullet): New version of
7498 allout-infer-header-lead which assigns the primary bullet to the
7499 same as the header lead, when its being changed.
7500 (allout-infer-body-reindent): Apply regexp-quote instead of
7501 unconditionally prepending "\\", so that all literal
7502 allout-header-prefix and allout-primary-bullet strings are
7503 properly handled.
7504 (allout-add-resumptions): Add optional qualifier for extending or
7505 appending to existing values, rather than replacing them.
7506 (allout-view-change-hook): Clarify docstring.
7507 (allout-exposure-change-hook): Take explicit arguments, via
7508 run-hook-with-args.
7509 (allout-structure-added-hook)
7510 (allout-structure-deleted-hook)
7511 (allout-structure-shifted-hook): New hooks analogous to
7512 allout-exposure-change-hook for other kinds of structural outline
7513 edits.
7514 (allout-encryption-plaintext-sanitization-regexps): New encryption
7515 customization variable, by which cooperating modes can provde
7516 massage of the plaintext without actually being passed it.
7517 (allout-encryption-ciphertext-rejection-regexps)
7518 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7519 customization variables, by which cooperating modes can prohibit
7520 rare but possible ciphertext patterns from fouling their
7521 operation, with actually being passed the ciphertext.
7522 (allout-mode): Run activation and deactivation hooks after the
7523 minor-mode variable has been toggled, to clarify the mode
7524 disposition. The new encryption ciphertext rejection variable is
7525 used to ensure that the ciphertext does not contain text that
7526 would be recognized as outline structural elements by allout.
7527 Substite allout-beginning-of-line and allout-end-of-line for
7528 conventionall beginning-of-line and end-of-line bindings.
7529 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7530 activation!
7531 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7532 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7533 (allout-chart-subtree): Implement new mode, charting only the
7534 visible items in the subtree, when new 'visible' parameter is non-nil.
7535 (allout-end-of-subtree): Properly handle the last item in the buffer.
7536 (allout-pre-command-business, allout-command-counter):
7537 Increment an advertised counter so that cooperating enhancements can
7538 track revisions of items.
7539 (allout-open-topic): Run allout-structure-added-hook with suitable
7540 arguments.
7541 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7542 arguments.
7543 (allout-shift-out): Fix doubling for negative args and ensure call
7544 of allout-structure-shifted-hook by solely using allout-shift-in.
7545 (allout-kill-line, allout-kill-topic):
7546 Run allout-structure-deleted-hook with suitable arguments.
7547 (allout-yank-processing): Run allout-structure-added-hook with
7548 proper arguments.
7549 (allout-yank): Enclose activity in allout-unprotected.
7550 (allout-flag-region): Run allout-exposure-change-hook with
7551 suitable arguments, instead of making the callee infer the arguments.
7552 (allout-encrypt-string):
7553 Support allout-encryption-plaintext-sanitization-regexps,
7554 allout-encryption-ciphertext-rejection-regexps, and
7555 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7556 en/de cryption mode in symmetric encryption failure message.
7557 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7558 copy of the passphrase, and don't zero it or we'll corrupt the
7559 stashed copy.
7560 (allout-create-encryption-passphrase-verifier)
7561 (allout-verify-passphrase): Respect the new signature for
7562 allout-encrypt-string.
7563 (allout-get-configvar-values): Convenience for getting a
7564 configuration variable value and handling its absence gracefully.
7565
7566 2006-08-11 Romain Francoise <romain@orebokech.com>
7567
7568 * obsolete/zone-mode.el: Delete.
7569
7570 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7573
7574 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7575
7576 * emacs-lisp/bindat.el (bindat-ip-to-string):
7577 Use `format-network-address' if possible.
7578
7579 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7580
7581 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7582
7583 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7586 restore unread-command-events here.
7587 (edebug-display): Do it here, to detect sit-for interruptions.
7588
7589 2006-08-10 Romain Francoise <romain@orebokech.com>
7590
7591 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7592 (dns-mode-soa-auto-increment-serial): New user option.
7593 (dns-mode-soa-maybe-increment-serial): New function.
7594 (dns-mode): Add the latter to `write-contents-functions'.
7595
7596 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7597 Delete autoload cookies.
7598
7599 2006-08-10 John Wiegley <johnw@newartisans.com>
7600
7601 * eshell/em-glob.el (eshell-glob-chars-list)
7602 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7603
7604 2006-08-10 Richard Stallman <rms@gnu.org>
7605
7606 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7607 (facemenu-set-face): Doc fix.
7608 (facemenu-listed-faces): Doc fix.
7609
7610 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * avoid.el (mouse-avoidance-animating-pointer): New var.
7613 (mouse-avoidance-nudge-mouse): Use it.
7614 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7615 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7616 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7617 Don't activate if currently animating. All callers changed.
7618
7619 2006-08-09 John Wiegley <johnw@newartisans.com>
7620
7621 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7622 variable, which causes timeclock to report elapsed time worked,
7623 instead of just work remaining.
7624
7625 2006-08-09 Kenichi Handa <handa@m17n.org>
7626
7627 * international/latexenc.el (latexenc-find-file-coding-system):
7628 Fix for the case that the 2nd element of arg-list is a cons.
7629
7630 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7631
7632 * info.el (Info-fontify-node): Handle preceding `in' for note
7633 reference hiding rules.
7634
7635 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7638 mistake a closing " for an opening one.
7639
7640 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7641
7642 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7643
7644 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * complete.el (PC-do-completion): Filter out completions matching
7647 completion-ignored-extensions before checking whether there are
7648 multiple completions.
7649 Don't use `list' unnecessarily when building completion tables.
7650
7651 2006-08-06 Richard Stallman <rms@gnu.org>
7652
7653 * help.el (describe-mode): Make minor mode list more concise.
7654
7655 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * bindings.el: Give mode-line-format, mode-line-modes, and
7658 mode-line-position `standard-value' properties.
7659
7660 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7661
7662 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7663 "(file)node" instead of the file name.
7664
7665 2006-08-05 Richard Stallman <rms@gnu.org>
7666
7667 * faces.el (escape-glyph): Doc fix.
7668
7669 2006-08-04 Kenichi Handa <handa@m17n.org>
7670
7671 * international/mule-diag.el (describe-font): Improve docstring
7672 and error message. Use frame-parameter (not frame-parameters).
7673
7674 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7677 Correctly mark the end-of-docstring char.
7678
7679 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * simple.el (line-move-to-column): Constrain move-to-column to
7682 current field.
7683
7684 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * font-lock.el (font-lock-beg, font-lock-end)
7687 (font-lock-extend-region-functions): New vars.
7688 (font-lock-extend-region-multiline)
7689 (font-lock-extend-region-wholelines): New functions.
7690 (font-lock-default-fontify-region): Use them.
7691 (font-lock-extend-jit-lock-region-after-change): Only round up
7692 if font-lock-default-fontify-region will do it as well.
7693
7694 * font-lock.el (font-lock-extend-after-change-region-function):
7695 Rename from font-lock-extend-region-function.
7696 (font-lock-extend-region): Remove by inlining at call sites.
7697 (font-lock-after-change-function): Don't needlessly round up to a whole
7698 number of lines.
7699 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7700 the boundary conditions and the interactions between the various ways
7701 to extend the region.
7702
7703 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7706 modification status when forcing the second redisplay.
7707
7708 2006-08-03 Kim F. Storm <storm@cua.dk>
7709
7710 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7711
7712 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7715 doesn't look like a file name.
7716
7717 * complete.el (PC-expand-many-files): Avoid signalling an error when
7718 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7719
7720 2006-08-02 Andreas Schwab <schwab@suse.de>
7721
7722 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7723
7724 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * bindings.el (map): Make mode-line-buffer-identification-keymap
7727 before defining propertized-buffer-identification.
7728
7729 2006-08-01 Richard Stallman <rms@gnu.org>
7730
7731 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7732
7733 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7734
7735 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7736 default value.
7737 (gdb-find-source-frame): New function.
7738 (menu): Add to menu bar.
7739
7740 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * font-core.el (font-lock-extend-region-function)
7743 (font-lock-extend-region): Move to font-lock.el.
7744
7745 * font-lock.el (font-lock-extend-region-function)
7746 (font-lock-extend-region): Move from font-core.el. Simplify.
7747
7748 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7749 if needed.
7750 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7751 (jit-lock-after-change-extend-region-functions): New hook.
7752 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7753
7754 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7755 (font-lock-turn-on-thing-lock): Use it.
7756
7757 * longlines.el (longlines-show-region): Make it work on read-only
7758 buffers as well.
7759
7760 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7761
7762 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7763
7764 2006-07-31 Richard Stallman <rms@gnu.org>
7765
7766 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7767 (vhdl-speedbar-display-projects): Update old obsolete
7768 speedbar variable names.
7769
7770 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7771
7772 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7773 (gdb-stopped): Use it.
7774
7775 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7776
7777 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7778
7779 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7780 for load-history elements.
7781
7782 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7783
7784 * files.el (convert-standard-filename): For Cygwin, replace
7785 characters not allowed in Windows file names.
7786 (make-auto-save-file-name): Add Cygwin to the list of systems
7787 where the auto-save file name needs to be run through
7788 convert-standard-filename.
7789
7790 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7791
7792 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7793
7794 2006-07-28 Richard Stallman <rms@gnu.org>
7795
7796 * bindings.el (mode-line-frame-identification)
7797 (propertized-buffer-identification): Centralize the code
7798 to initialize the variable.
7799
7800 * progmodes/grep.el (grep-default-command): Catch errors from
7801 wildcard-to-regexp.
7802
7803 2006-07-29 Kim F. Storm <storm@cua.dk>
7804
7805 * progmodes/grep.el (grep-tag-default): New function.
7806 (grep-default-command, grep-read-regexp): Use it.
7807 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7808 as default if nothing else applies.
7809
7810 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7811
7812 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7813 Throw error if buffer is not in Dired and Wdired mode, respectively.
7814
7815 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7816
7817 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7818 self-insert-command keys don't activate buttons.
7819 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7820
7821 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7822
7823 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7824 faces for enable character.
7825
7826 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7827
7828 * Makefile.in (recompile): Update comment to reflect change
7829 on 2004-04-21.
7830
7831 2006-07-27 Richard Stallman <rms@gnu.org>
7832
7833 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7834 (customize-package-emacs-version): Change msg when pkg has no entry.
7835 (custom-no-edit): On a button, do like widget-button-press.
7836
7837 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7838
7839 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7840 S-tab and C-S-tab.
7841
7842 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * progmodes/which-func.el (which-function): Fix documentation/
7845 comment typo.
7846
7847 2006-07-26 Richard Stallman <rms@gnu.org>
7848
7849 * textmodes/ispell.el (ispell-word): If we replace the word,
7850 move point to the end. Insert before deleting.
7851
7852 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7855 a timer.
7856
7857 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7858
7859 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7860 when at first image.
7861 (tumme-forward-image): Add prefix argument. Add error when at last
7862 image.
7863
7864 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * tabify.el (tabify-regexp): Use more specific regexps.
7867 (tabify): Avoid modifying the buffer unnecessarily.
7868
7869 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7870
7871 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7872 (tumme-format-properties-string): Handle empty `buf'.
7873 (tumme-get-comment): Change variable names inside `let'.
7874 Add missing `let' variable that cause font-lock problems.
7875 (tumme-write-comments): Change variable names inside `let'.
7876 Add missing `let' variable that cause font-lock problems.
7877 (tumme-forward-image): Rename from `tumme-forward-char'.
7878 (tumme-backward-image): Rename from `tumme-backward-char'.
7879
7880 2006-07-25 Masatake YAMATO <jet@gyve.org>
7881
7882 * progmodes/ld-script.el (ld-script-keywords)
7883 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7884 and add comments.
7885
7886 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7889 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7890 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7891 for status indicator.
7892
7893 2006-07-24 Richard Stallman <rms@gnu.org>
7894
7895 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7896
7897 * subr.el (dolist, dotimes): Use interned symbols for locals.
7898 (--dotimes-limit--, --dolist-tail--): New defvars.
7899 (looking-back): Doc fix.
7900
7901 * replace.el (replace-match-string-symbols): Handle dotted lists.
7902
7903 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7904
7905 * tumme.el (tumme-write-tags): Add.
7906 (tumme-write-comments): Add.
7907 (tumme-tag-files): Change to use `tumme-write-tags'.
7908 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7909 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7910 (tumme-save-information-from-widgets): Change to use
7911 `tumme-write-comments' and `tumme-write-tags'.
7912 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7913 (tumme-write-tag): Remove.
7914 (tumme-write-comment): Remove.
7915 (tumme-display-previous-thumbnail-original): Remove empty line.
7916 (tumme-widget-list): Add punctuation.
7917
7918 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7919
7920 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7921
7922 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7923
7924 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7925 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7926 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7927
7928 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7929
7930 * mouse.el (mouse-on-link-p): Doc fix.
7931
7932 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7933
7934 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7935 Handle "C-h f `".
7936
7937 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7938
7939 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7940 column.
7941
7942 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7943
7944 * textmodes/table.el: Add move-beginning-of-line and
7945 move-end-of-line to Point Motion Only Group.
7946
7947 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7948
7949 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7950
7951 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7952
7953 * startup.el (user-mail-address): Initialize from the `EMAIL'
7954 environment variable first. Document this.
7955 (command-line): Ditto.
7956
7957 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7958
7959 * help-mode.el (help-function-def, help-variable-def)
7960 (help-face-def): Print a message in the minibuffer.
7961
7962 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7963
7964 * term/xterm.el (terminal-init-xterm): Fix key bindings
7965 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7966
7967 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7968
7969 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7970 where `(nth 1 command)' is a cons cell. Doc fix.
7971
7972 * textmodes/po.el (po-find-charset): Doc fix.
7973
7974 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7975
7976 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7977 (allout-beginning-of-current-line, allout-end-of-current-line)
7978 (allout-next-visible-heading, allout-open-topic)
7979 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7980 (allout-flag-current-subtree, allout-show-to-offshoot)
7981 (allout-hide-current-entry, allout-show-current-branches)
7982 (allout-hide-region-body, allout-old-expose-topic)
7983 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7984 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7985 containing `beginning-of-line' and `end-of-line' with
7986 `inhibit-field-text-motion' t.
7987
7988 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7989
7990 * frame.el (focus-follows-mouse): Document that it doesn't have
7991 any effect on MS-Windows.
7992
7993 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7996
7997 2006-07-20 Jay Belanger <belanger@truman.edu>
7998
7999 * calc.el (calc-previous-alg-entry): Remove variable.
8000
8001 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8002 New variables.
8003 (calc-alg-entry): Use `calc-alg-entry-history'.
8004 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8005 Remove reference to `calc-previous-alg-entry'.
8006 (calcAlg-edit, calcAlg-enter): Remove reference to
8007 `calc-previous-alg-entry'.
8008 (calcAlg-previous): Use `previous-history-element' instead of
8009 `calc-previous-alg-entry'.
8010 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8011 Change keybinding for `calcAlg-plus-minus', add keybindings for
8012 `previous-history-element' and `next-history-element'.
8013
8014 * calc-rewr.el (calc-match): Remove reference to
8015 `calc-previous-alg-entry'.
8016
8017 * calc-sel.el (calc-selection-history): New variable.
8018 (calc-enter-selection, calc-sel-mult-both-sides)
8019 (calc-sel-add-both-sides): Use `calc-selection-history'.
8020
8021 * calc-map.el (calc-get-operator-history): New variable.
8022 (calc-get-operator): Use `calc-get-operator-history'.
8023
8024 * calcalg3.el (calc-curve-fit-history): New variable.
8025 (calc-curve-fit): Use `calc-curve-fit-history'.
8026
8027 2006-07-20 Kenichi Handa <handa@m17n.org>
8028
8029 * international/mule-cmds.el (select-safe-coding-system): Fix the
8030 way of deciding eol-type of the coding system.
8031
8032 2006-07-20 Alan Mackenzie <acm@muc.de>
8033
8034 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8035 (c-lang-setvar): New macro.
8036 (c-make-init-lang-vars-fun): Use the initialization forms in
8037 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8038 (comment-start, comment-end, comment-start-skip): Change these from
8039 c-lang-defvar's to c-lang-setvar's.
8040
8041 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8042 which calls make-local-variable on the elements of
8043 c-emacs-variable-inits.
8044 (c-init-language-vars-for): Call this new macro.
8045
8046 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8049 Try to rule out false positives due to time stamps.
8050 (compilation-mode-font-lock-keywords): Remove rules made redundant
8051 because of the above change. Add `segmentation fault' to the known and
8052 highlighted compilation termination messages.
8053
8054 2006-07-19 Kim F. Storm <storm@cua.dk>
8055
8056 * progmodes/grep.el (grep-find-ignored-directories):
8057 Add .svn and _darcs to list.
8058
8059 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8060
8061 * dired.el (dired-mode-map): Add key binding `C-te' for
8062 `tumme-dired-edit-comment-and-tags'.
8063
8064 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8065 image display buffer is displayed before call to
8066 `tumme-display-image.
8067 (tumme-dired-display-image): Make sure image display buffer is
8068 displayed before call to `tumme-display-image.
8069 (tumme-mouse-display-image): Make sure image display buffer is
8070 displayed before call to `tumme-display-image.
8071 (tumme-widget-list): Add.
8072 (tumme-dired-edit-comment-and-tags): Add.
8073 (tumme-save-information-from-widgets): Add.
8074
8075 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8078
8079 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8082 Revert inadvertently installed patch hunk.
8083
8084 * progmodes/compile.el (compilation-find-file): Handle the
8085 cases where the user selects a non-existent file.
8086
8087 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8090
8091 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8092
8093 * subr.el (sit-for): Just sleep-for if noninteractive.
8094
8095 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8098
8099 * custom.el (custom-autoload): Add `noset' argument.
8100 (custom-push-theme): Don't autoload the variable, let callers do it.
8101 (custom-theme-set-variables): Autoload the variable if necessary.
8102
8103 * cus-edit.el (custom-variable-state-set): If the variable was
8104 originally set outside custom, but to the same value as the default,
8105 consider it to be standard.
8106
8107 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8108 file *before* telling Emacs to add the autoloads, in case it fails.
8109
8110 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8111 Use `cond', push', and `dolist'.
8112
8113 2006-07-17 Richard Stallman <rms@gnu.org>
8114
8115 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8116 Add defvars to silence warnings.
8117
8118 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8121 Don't highlight "Compiling file" messages as error.
8122
8123 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8124 file already exists.
8125
8126 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8127
8128 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8129 entry, don't assign to free var; simply return the extracted filename.
8130 (ff-treat-as-special): Incorporate common preamble from callers.
8131 (ff-other-file-name, ff-find-the-other-file):
8132 Update call to ff-treat-as-special.
8133
8134 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8135
8136 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8137
8138 * tumme.el (tumme-get-comment): Fix bug.
8139
8140 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * files.el: Remove spurious * in docstrings.
8143
8144 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8145
8146 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8147 grammar.
8148 (allout-beginning-of-current-line): Beware beginning of buffer.
8149 Also, a comment is simplified.
8150 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8151 when appropriate. (This fix enables use for other than
8152 bullet-hotspot operation.)
8153 (allout-hide-current-subtree): While escalating to sibling-close,
8154 make sure to situate on a topic.
8155
8156 2006-07-14 Kim F. Storm <storm@cua.dk>
8157
8158 * emulation/cua-base.el (cua-delete-selection)
8159 (cua-toggle-set-mark): New defcustoms.
8160 (cua-rectangle-modifier-key): Add `alt' modifier.
8161 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8162 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8163 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8164
8165 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8166
8167 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8168
8169 * allout.el: Require 'cl during byte-compilation/interactive load,
8170 for the `assert' macro.
8171 (allout-mode-deactivate-hook): New hook, run when allout mode
8172 deactivates.
8173 (allout-developer): New allout customization subgroup.
8174 (allout-run-unit-tests-on-load): New allout-developer
8175 customization variable, when true allout unit tests are run towards
8176 end of file load/eval.
8177 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8178 auto-fill-mode.
8179 (allout-resumptions): Remove, to be replaced by...
8180 (allout-add-resumptions): Register variable settings to be
8181 reinstated by `allout-do-resumptions'. The settings are made
8182 buffer-local, but the locality/globality of the suspended setting
8183 is restored on resumption.
8184 (allout-do-resumptions): Reinstate all settings suspended using
8185 `allout-add-resumptions'.
8186 (allout-test-resumptions): Unit tests (and intermediate variables)
8187 for resumptions.
8188 (allout-tests-globally-unbound, allout-tests-globally-true)
8189 (allout-tests-locally-true): Intermediate variables for
8190 resumptions unit tests.
8191 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8192 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8193 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8194 instead of retired `allout-resumptions'. For hook functions, use
8195 `local' parameter so hook settings are created and removed as
8196 buffer-local settings. Revise (resumptions) setting
8197 auto-fill-function so it is set only if already active. (The
8198 related fill-function settings are all made in either case, so
8199 that activating auto-fill-mode activity will have the custom
8200 allout-mode behaviors (hanging indent on topics, if configured for it).
8201 Remove all allout-exposure-category overlays on mode deactivation.
8202 (allout-hotspot-key-handler): New function extracted from
8203 `allout-pre-command-business', so the functionality can be used
8204 for other purposes, eg as a binding in an overlay.
8205 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8206 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8207 customization variable.
8208 (allout-run-unit-tests): Run the (currently quite small)
8209 repertoire of unit tests. Called just before the provide iff user
8210 has customized `allout-run-unit-tests-on-load' non-nil.
8211
8212 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8213
8214 * emacs-lisp/authors.el (authors-aliases): Update.
8215
8216 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8217
8218 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8219 gdb-source-window. Add dedicated argument.
8220 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8221 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8222 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8223 (gdb-display-locals-buffer): Use it.
8224
8225 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8226 Set gdb-source-window.
8227
8228 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8231 minor modes, redundant with the custom-autoload line above.
8232
8233 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8234
8235 * longlines.el (longlines-post-command-function): Handle open-line too.
8236
8237 2006-07-12 Richard Stallman <rms@gnu.org>
8238
8239 * progmodes/grep.el (grep-last-buffer): Doc fix.
8240
8241 * info.el (Info-try-follow-nearest-node): Doc fix.
8242
8243 * emacs-lisp/edebug.el (edebug-instrument-function):
8244 Err if find-function-noselect gives no position.
8245
8246 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8247 If can't find definition, return nil for position.
8248 (find-function-do-it): Handle new return value
8249 of find-definition-noselect.
8250 (find-definition-noselect, find-variable-noselect): Doc fix.
8251 (find-function-noselect): Doc fix.
8252
8253 * help-mode.el (help-variable-def): Handle find-variable-noselect
8254 returning no position.
8255 (help-function-def): Likewise for find-function-search-for-symbol.
8256 (help-face-def): Likewise.
8257
8258 * help-fns.el (describe-variable): Handle find-variable-noselect
8259 returning no position.
8260
8261 * files.el (locate-file-completion): Avoid duplicates in result.
8262
8263 * cus-edit.el (custom-no-edit): New command.
8264 (custom-mode-map): Remap to custom-no-edit instead of
8265 using suppress-keymap.
8266
8267 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8268
8269 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8270 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8271 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8272
8273 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8274
8275 2006-07-11 Kim F. Storm <storm@cua.dk>
8276
8277 * ido.el (ido-copy-current-file-name): Use buffer-name if
8278 buffer-file-name is nil.
8279
8280 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * simple.el (undo-ask-before-discard): Set to nil.
8283
8284 * vc.el (vc-exec-after): Don't delete process manually.
8285 (vc-print-log): Run log-view-mode in process sentinel inside
8286 inhibit-read-only. Don't shrink window due to timing issues.
8287
8288 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8289 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8290
8291 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8294 Fix ambiguity introduced by last change.
8295 (compilation-find-file): Move save-excursion to where it may
8296 make sense. Fix a left over `find-file'.
8297
8298 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8299
8300 * textmodes/texinfmt.el (texinfo-format-separate-node):
8301 Insert a string before point, which fits documentation, not after.
8302 (texinfo-multitable-item): In a multitable row, insert any
8303 additional needed @tabs and spaces.
8304
8305 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8306
8307 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8308 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8309 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8310 instead of shell-command.
8311 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8312 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8313 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8314 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8315 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8316 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8317
8318 2006-07-11 Kim F. Storm <storm@cua.dk>
8319
8320 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8321 Remove special case for seconds < 0. Use (redisplay t) instead.
8322
8323 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8326 avoid compilation error.
8327
8328 * subr.el (sit-for): New function.
8329
8330 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8331
8332 2006-07-10 Richard Stallman <rms@gnu.org>
8333
8334 * ldefs-boot.el (edebug): Update page.
8335
8336 2006-07-10 Kim F. Storm <storm@cua.dk>
8337
8338 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8339 to FOR-RELEASE and TODO.
8340
8341 2006-07-10 Romain Francoise <romain@orebokech.com>
8342
8343 * emacs-lisp/authors.el (authors-aliases): Update.
8344
8345 2006-07-10 Alan Mackenzie <acm@muc.de>
8346
8347 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8348 * cc-mode.el: Changes to eradicate eval-after-load.
8349
8350 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8353 on non-char events.
8354
8355 2006-07-09 Romain Francoise <romain@orebokech.com>
8356
8357 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8358 Don't highlight start/end markers as compilation messages.
8359
8360 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8361 to t.
8362
8363 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8366
8367 2006-07-08 Richard Stallman <rms@gnu.org>
8368
8369 * term/x-win.el (x-handle-display): Add doc string.
8370
8371 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8372
8373 * subr.el (def-edebug-spec): Move here.
8374 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8375
8376 * imenu.el (imenu-choose-buffer-index): Doc fix.
8377
8378 2006-07-08 Romain Francoise <romain@orebokech.com>
8379
8380 * term/x-win.el (x-display-name): Fix typo.
8381
8382 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8383
8384 * hexl.el (hexl-find-file): Doc fix.
8385
8386 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8387
8388 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8389
8390 * term/x-win.el (x-display-name): Doc fix.
8391
8392 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8395 long prefixes.
8396 (fill-region-as-paragraph): Don't round up to a whole line.
8397 (fill-comment-paragraph): Don't include the code-before-the-comment
8398 when calling fill-region-as-paragraph.
8399
8400 * international/mule.el (make-char): Remove redundancy.
8401
8402 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8403 property may contain an anonymous function rather than a symbol.
8404
8405 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8406
8407 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8408 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8409
8410 * dirtrack.el (dirtrack-default-directory-function): Remove.
8411 (dirtrack-directory-function): Use file-name-as-directory.
8412 (dirtrack-windows-directory-function): Simplify.
8413 (dirtrack-forward-slash, dirtrack-backward-slash)
8414 (dirtrack-replace-slash): Remove.
8415 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8416 (dirtrack): Fix wrong parenthesizing; use match-string.
8417
8418 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8419 (inferior-octave-mode): Only change the buffer-local value of
8420 comint-dynamic-complete-functions.
8421 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8422 Move the initialization to the declaration.
8423 (inferior-octave-complete): Remove unused var `filter'.
8424
8425 * shell.el (shell-mode): Only change the buffer-local value of
8426 comint-dynamic-complete-functions.
8427
8428 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8429
8430 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8431 entry is skipped because it has been scheduled.
8432 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8433 changing `:org-archived' and `:org-comment' properties.
8434
8435 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8436
8437 * server.el (server-select-display): Don't make the temp frame
8438 minibuffer-only, in case it's not a temp frame.
8439 (server-process-filter): Don't delete the temp frame if it's the
8440 only one we have on that display.
8441
8442 * files.el (find-alternate-file): Doc fix.
8443
8444 2006-07-05 Richard Stallman <rms@gnu.org>
8445
8446 * files.el (abbreviate-file-name): Add save-match-data.
8447
8448 2006-07-03 Richard Stallman <rms@gnu.org>
8449
8450 * faces.el (read-face-name): Doc fix.
8451
8452 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8453
8454 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8455
8456 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8457
8458 * vc.el (vc-diff-internal): Fix prev change.
8459
8460 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8461
8462 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8463 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8464
8465 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8468 fails if the symbol contains chars like ( or '.
8469 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8470 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8471 `short'.
8472
8473 2006-07-04 Kenichi Handa <handa@m17n.org>
8474
8475 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8476 the current one, don't call set-language-environment, but call one
8477 of set-language-environment-XXX to make INFO effective now.
8478 (set-language-environment): Call set-language-environment-XXX
8479 functions instead of doing the various setups directly.
8480 (set-language-environment-coding-systems): Delete argument eol-type.
8481 (set-language-environment-input-method)
8482 (set-language-environment-nonascii-translation)
8483 (set-language-environment-charset)
8484 (set-language-environment-fontset)
8485 (set-language-environment-unibyte): New functions.
8486
8487 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8488
8489 * locate.el (locate-update-when-revert): New option.
8490 (locate-update-path): New option (suggested by Michael Albinus).
8491 (locate-prompt-for-command): Whitespace change.
8492 (locate-update): No longer offer to update the locate database by
8493 default. Implement the two new options.
8494
8495 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * tooltip.el: Move comment about track-mouse...
8498
8499 * progmodes/gud.el: ...to here.
8500
8501 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8502
8503 * facemenu.el (facemenu-listed-faces): New var.
8504 (facemenu-unlisted-faces): Variable deleted.
8505 (facemenu-add-new-face): Use facemenu-listed-faces.
8506
8507 * emulation/viper-init.el, calendar/calendar.el:
8508 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8509
8510 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8511
8512 * textmodes/org.el (org-mode): Remove no invalid settings for
8513 calc embedded mode.
8514 (org-mode-p): New defsubst.
8515 (org-save-all-org-buffers): New function.
8516 (org-first-headline-recenter): Enclose outline-regexp in group
8517 delimiters.
8518 (org-set-tags): Keep single space after stars.
8519
8520 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * window.el (set-window-text-height): Only set window-min-height to
8523 1 if that's the requested size.
8524
8525 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8526 (diff-unified->context, diff-context->unified)
8527 (diff-reverse-direction): Make sure the end marker stays at the end.
8528 (diff-mode): Add the keymap table at the end of docstring.
8529 Use lexical-let rather than constructing a closure manually.
8530
8531 * files.el (find-file-noselect-1): Remove unused var assignment.
8532 (hack-local-variables-confirm): Print lists of strings as lists of
8533 strings rather than lists of symbols.
8534 (abbreviate-file-name, hack-local-variables-prop-line):
8535 Use match-string.
8536 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8537 (recover-session-finish): Use line-end-position.
8538
8539 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8542
8543 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8544
8545 * progmodes/make-mode.el (makefile-macroassign-regex):
8546 Accept preceding keyword.
8547 (makefile-gmake-statements): Reorganize, now that makepp has
8548 "override" and also handle forgotten "override define".
8549 (makefile-makepp-statements): Add new "global", "override export"
8550 and "override global".
8551
8552 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8553
8554 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8555 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8556 (ada-no-auto-case): Fix typos in docstrings.
8557
8558 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8559
8560 * info.el (Info-find-node-2): Search for makeinfo version more
8561 carefully.
8562
8563 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8564
8565 * textmodes/org.el (org-prepare-agenda-buffers):
8566 Use `invisible-OK' argument for `org-end-of-subtree'.
8567 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8568 (org-beginning-of-item): Fix bug in regular expression for white line.
8569 (org-export-as-html): Enforce space after bullet in plain list items.
8570 (org-set-autofill-regexps): Require space after plain list bullet
8571 for paragraph-start.
8572 (org-ts-regexp3): New constant.
8573 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8574 (org-timestamp-up-day, org-timestamp-down-day)
8575 (org-timestamp-change): Work with inactive timestamps.
8576 (org-ts-regexp1): Don't allow brackets in time stamps.
8577
8578 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8581 for ignoring links.
8582
8583 * faces.el (read-face-name): Use it.
8584
8585 2006-06-28 Juri Linkov <juri@jurta.org>
8586
8587 * buff-menu.el (list-buffers-noselect): Compare Info file
8588 with the string "dir" to detect Info directory.
8589
8590 * complete.el (partial-completion-mode): In lambda for
8591 `choose-completion-string-functions' use full function signature
8592 with 4 args, and move point to the end of the minibuffer only if arg
8593 `mini-p' is non-nil.
8594
8595 2006-06-28 John Paul Wallington <jpw@pobox.com>
8596
8597 * ibuffer.el (ibuffer-mode): Doc fix.
8598
8599 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8600
8601 * textmodes/org.el (org-context): New contexts :item-bullet,
8602 :latex-fragment, :latex-preview.
8603 (org-overlays-at, org-overlay-start, org-overlay-end):
8604 New compatibility functions.
8605 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8606 exact regexp that will be used during export.
8607 (org-latex-regexps): New variable.
8608 (org-cdlatex-mode): Improve advice for `texmathp'.
8609 (turn-on-org-cdlatex): New function.
8610
8611 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8612
8613 * term/mac-win.el (mac-handle-font-selection): Change keys of
8614 mac-atsu-font-table from strings to numbers.
8615 (mac-ts-caret-position): Use also when cursor-type is nil.
8616 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8617 Relax condition for using overlay strings.
8618 Use mac-ts-caret-position face when cursor-type is nil.
8619
8620 2006-06-26 Kim F. Storm <storm@cua.dk>
8621
8622 * help.el (view-emacs-news): Declare `res' in the right let* form.
8623
8624 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8625
8626 * net/rcompile.el (remote-compile): Replace ange-ftp based
8627 implementation by Tramp functions.
8628 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8629
8630 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8631
8632 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8633
8634 * international/fontset.el (setup-default-fontset): Fix a typo in
8635 the "Oriya-Akruti" registry name.
8636
8637 2006-06-23 Lars Hansen <larsh@soem.dk>
8638
8639 * desktop.el (desktop-full-file-name): New function.
8640 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8641 (desktop-revert): Use it.
8642 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8643 (desktop-after-read-hook): Add option list-buffers.
8644 (desktop-locals-to-save): Add tab-width.
8645 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8646 Fix docstring.
8647
8648 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8649
8650 * textmodes/org.el (org-cdlatex-mode-map)
8651 (org-cdlatex-texmathp-advice-is-done): New variables.
8652 (org-cdlatex-mode): New minor mode.
8653 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8654 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8655 (org-export-with-archived-trees): New option.
8656 (org-open-file): Remove the call to `convert-standard-filename'.
8657 (org-archive-tag, org-agenda-skip-archived-trees)
8658 (org-cycle-open-archived-trees)
8659 (org-sparse-tree-open-archived-trees): New options.
8660 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8661 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8662 New functions.
8663 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8664 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8665 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8666 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8667 Call `org-prepare-agenda-buffers'.
8668 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8669 (org-file-apps, org-file-apps-defaults-gnu)
8670 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8671 Handle remote files by forcing them to be opened in Emacs.
8672
8673 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8674
8675 * vc.el (vc-diff-knows-L): New variable.
8676 (vc-diff-internal): Use it to handle "diff" programs that don't
8677 understand -L. This works automatically, no user action is necessary.
8678
8679 2006-06-23 Daniel Brockman <daniel@brockman.se>
8680
8681 * net/rcirc.el (rcirc-default-user-full-name): Default to
8682 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8683 longer exists).
8684 (rcirc-process-list): Check `buffer-live-p' before attempting to
8685 switch to a buffer.
8686
8687 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8688
8689 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8690 based on rcirc-coding-system-alist.
8691
8692 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8693
8694 * cus-edit.el (customize-apropos): A better error message.
8695 (top level) <debug-ignored-errors>: Extend and update the list of
8696 ignored error messages.
8697
8698 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8699
8700 * complete.el (PC-do-completion): Retain capitalization of user
8701 input, when possible, even if completion-ignore-case is set.
8702
8703 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8704
8705 * generic-x.el (bat-generic-mode): Support .cmd files.
8706
8707 * dos-w32.el (top level): Use find-file-not-found-functions
8708 instead of the obsolete find-file-not-found-hooks.
8709
8710 2006-06-22 Kim F. Storm <storm@cua.dk>
8711
8712 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8713 to recognize mode name containing submodes, such as Grep/lw.
8714
8715 2006-06-21 Kim F. Storm <storm@cua.dk>
8716
8717 * simple.el (line-move-1): Check for move-end-of-line instead of
8718 end-of-line when setting temporary-goal-column.
8719
8720 2006-06-21 Miles Bader <miles@gnu.org>
8721
8722 * play/cookie1.el (cookie): Work properly when there's only one entry.
8723
8724 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8725
8726 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8727 (gdb-frame-handler): Generalize frame regexp for templates.
8728
8729 2006-06-20 Glenn Morris <rgm@gnu.org>
8730
8731 * calendar/appt.el (appt-display-format): Default value must be
8732 one of the customize options.
8733
8734 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8735
8736 * term/xterm.el (terminal-init-xterm): Update key availability info.
8737 Bind C-return.
8738
8739 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8740
8741 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8742
8743 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8744 whether or not a local variables list is defined.
8745
8746 * msb.el (msb): Move `sit-for' hack here to handle both
8747 "mouse-down and drag" and "mouse-up and select" situations.
8748 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8749
8750 2006-06-20 Kenichi Handa <handa@m17n.org>
8751
8752 * international/characters.el (word-combining-categories):
8753 Add entries for 2-byte Han characters.
8754
8755 2006-06-19 Richard Stallman <rms@gnu.org>
8756
8757 * bindings.el (mode-line-format): Save some mode line space.
8758
8759 * files.el (find-file-noselect): Improve the question wording.
8760 (basic-save-buffer-2): Mask UMASK against 666.
8761
8762 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8763 (mouse-drag-vertical-line): Call it.
8764
8765 * cus-edit.el (customize-option, customize-option-other-window):
8766 Error if SYMBOL is nil.
8767
8768 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8769
8770 * textmodes/org.el: Require noutline, also on XEmacs.
8771 (org-end-of-subtree): Return point.
8772 (org-dblock-start-re, org-dblock-end-re): New constants.
8773 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8774 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8775 (org-update-all-dblocks, org-find-dblock): New functions.
8776 (org-collect-clock-time-entries): New function.
8777 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8778 (org-fixup-indentation): Modify to deal correctly with lines
8779 starting with TAB. Only one argument DIFF now.
8780 (org-demote, org-promote): Call `org-fixup-indentation' with just
8781 one argument, DIFF.
8782 (org-mode): Don't mark buffer as modified when aligning tables.
8783 (org-clock-sum): Don't mark buffer modified when adding time sum
8784 properties.
8785 (org-export-as-html): Add support for a link validation function.
8786 (org-archive-all-done): New function.
8787 (org-archive-subtree): New prefix argument. When set, archive all
8788 done subtrees in this buffer.
8789 (org-remove-clock-overlays)
8790 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8791 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8792 (org-put-clock-overlay): Don't swallow last headline character
8793 when displaying overlay.
8794 (org-store-link): Link to `image-mode' with just the file name.
8795
8796 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8797
8798 * viper-cmd.el (viper-special-read-and-insert-char):
8799 Use read-key-sequence.
8800 (viper-after-change-undo-hook): Misc enhancements.
8801 (viper-after-change-undo-hook): New hook.
8802 (viper-undo): Use viper-after-change-undo-hook.
8803 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8804 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8805 clicking on that widget/button.
8806
8807 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8808
8809 * ediff-diff (ediff-test-patch-utility): Catch errors.
8810 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8811 (ediff-set-actual-diff-options): New function.
8812 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8813 Use ediff-set-actual-diff-options.
8814 (ediff-extract-diffs): Catch errors.
8815 (ediff-whitespace): Add non-breakable space.
8816 (ediff-same-file-contents): Catch errors.
8817
8818 * ediff-mult.el (ediff-collect-custom-diffs):
8819 Save coding-system-for-read.
8820
8821 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8822 (ediff-vc-internal, ediff-vc-merge-internal):
8823 Use ediff-delete-version-file.
8824 (ediff-delete-version-file): New function.
8825
8826 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8827
8828 * ediff.el (ediff-directories, ediff-directory-revisions)
8829 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8830 (ediff-directories-internal, ediff-merge-directory-revisions)
8831 (ediff-merge-directory-revisions-with-ancestor)
8832 (ediff-directories3): Use read-directory-name.
8833
8834 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8835
8836 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8837 Remove superfluous part of regexp for brace matching which is handled
8838 by `scan-lists' call.
8839
8840 2006-06-16 Richard Stallman <rms@gnu.org>
8841
8842 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8843
8844 * files.el (basic-save-buffer-2): For a new precious file,
8845 use the default modes in the return value.
8846
8847 * facemenu.el (facemenu-color-alist): Doc fix.
8848
8849 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8850
8851 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8852
8853 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8854
8855 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8856 (mac-utxt-to-string): Use it.
8857 (mac-ts-update-active-input-area): Use mac-ae-number.
8858
8859 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8860
8861 * term.el (term-handle-scroll, term-delete-lines)
8862 (term-insert-lines): Fix off by one errors.
8863
8864 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8865
8866 * net/tramp.el (tramp-touch): Use UTC to express time.
8867
8868 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8869
8870 * mail/sendmail.el (mail-send): Search explicitly for
8871 mail-header-separator when checking for corrupted header lines.
8872
8873 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8874
8875 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8876 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8877 (gdb-init-1): Initialise them.
8878 (gdb-starting): Reset gdb-printing
8879 (gdb-starting): Save value of gud-overlay-arrow-position.
8880 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8881 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8882 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8883 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8884
8885 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8888
8889 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8890
8891 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8892 (ldap-search-internal): Keep error messages, and a regexp fix.
8893
8894 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8895
8896 * files.el (hack-local-variables-confirm):
8897 Display string value using its printed representation.
8898
8899 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * server.el (server-edit): No-op if no server buffers exist.
8902
8903 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8904
8905 * textmodes/page-ext.el (pages-directory-for-addresses):
8906 Including `pages-directory-address-mode' in the function results
8907 in the message "Buffer in which pages were found is deleted".
8908
8909 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8910
8911 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8912 clocking functions.
8913
8914 (org-agenda-clock-in, org-check-running-clock)
8915 (org-clock-out-if-current, org-remove-clock-overlays)
8916 (org-put-clock-overlay): New functions.
8917 (org-clock-marker, org-clock-file-total-minutes)
8918 (org-clock-overlays): New variables.
8919 (org-clock-display, org-clock-sum, org-clock-cancel)
8920 (org-clock-out, org-clock-in): New commands.
8921 (org-export): New function.
8922 (org-emph-re): New constant.
8923 (org-set-emph-re, org-do-emphasis-faces): New functions.
8924 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8925 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8926 (org-export-html-convert-emphasize): Use the configurable emphasis.
8927 (org-cleaned-string-for-export): Make multiline emphasis visible
8928 to the exporter. New optional argument PARAMETERS.
8929 (org-export-as-html): Specify :emph-multiline parameter to
8930 `org-cleaned-string-for-export'.
8931
8932 2006-06-10 Richard Stallman <rms@gnu.org>
8933
8934 * help.el (help-for-help-internal): Clean up help text.
8935
8936 2006-06-10 Andreas Schwab <schwab@suse.de>
8937
8938 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8939 in doc string.
8940
8941 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8942
8943 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8944
8945 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8946 spaces after the comment start.
8947
8948 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8949
8950 * play/pong.el (pong-init-buffer):
8951 Fill buffer with spaces instead of ^A.
8952
8953 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8954 launched asynchronously, delete its process instead of being cool.
8955 (ispell-async-processp): Check for `delete-process' existence
8956 instead of `kill-process' one for consistency.
8957
8958 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8959
8960 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8961 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8962 in mode line at startup.
8963
8964 2006-06-08 Kim F. Storm <storm@cua.dk>
8965
8966 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8967 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8968 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8969 (ido-file-internal): Pass full file name to write-file.
8970 (ido-read-internal): Only pop stack elements automatically if they
8971 actually match an existing directory or file name.
8972
8973 2006-06-07 Kenichi Handa <handa@m17n.org>
8974
8975 * international/mule.el (find-auto-coding): Don't handle the short
8976 name `char-trans'.
8977
8978 * files.el (hack-local-variables-prop-line)
8979 (hack-local-variables): Cancel the previous change.
8980
8981 2006-06-06 Jesper Harder <harder@phys.au.dk>
8982
8983 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8984
8985 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8988 diff-default-read-only is non-nil.
8989 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8990 (diff-refine-hunk): Set inhibit-read-only to t.
8991
8992 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8993 modifying the *Diff* buffer.
8994 (diff-process-filter): New filter function for diff process that
8995 sets inhibit-read-only to t when modifying the *Diff* buffer.
8996
8997 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8998
8999 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9000 insertion point and control the number of empty lines.
9001 (org-paste-subtree): Limit the number of empty lines at the end of
9002 the inserted tree.
9003 (org-agenda): Use buffer name of current file for narrowing.
9004 (org-export-as-xml): Command removed.
9005 (org-export-xml-type): Option removed.
9006 (org-mode-map): Call `org-export-as-xoxo' directly.
9007 (org-get-indentation): New optional argument LINE.
9008 (org-fix-indentation, org-remove-tabs): New functions.
9009 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9010 correct indentation for headlines that are converted it items.
9011 (org-skip-comments): Remove table lines that contain narrowing
9012 cookies but no other non-empty fields.
9013 (org-set-tags): Allow groups of mutually exclusive tags.
9014 (org-cmp-time): Sort 24:21 before items without time.
9015 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9016 (org-open-at-point): Require double colon also for numbers.
9017
9018 2006-06-06 Kim F. Storm <storm@cua.dk>
9019
9020 * ido.el (ido-default-file-method, ido-default-buffer-method):
9021 Make choice values consistent with corresponding command names.
9022 (ido-visit-buffer): Update accordingly. Default to selected-window.
9023
9024 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9025
9026 * progmodes/gud.el (gud-running): Fix doc string.
9027 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9028 (gud-tooltip-modes): Add python-mode.
9029 (gud-tooltip-print-command): Add pdb. Remove perldb.
9030
9031 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9032
9033 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9034 Quote $(EMACS).
9035
9036 2006-06-05 Richard Stallman <rms@gnu.org>
9037
9038 * faces.el (defined-colors): Doc fix.
9039
9040 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9041
9042 * vc.el (vc-process-filter): Inhibit undo info collection around
9043 call to insert.
9044 (vc-setup-buffer): Likewise for call to erase-buffer.
9045 (vc-do-command): Likewise for call to process-file.
9046
9047 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9050 for gud-go.
9051 (gud-common-init): Other debuggers may trigger error.
9052
9053 2006-06-05 Kenichi Handa <handa@m17n.org>
9054
9055 * international/mule.el (find-auto-coding):
9056 Handle enable-character-translation in file header.
9057
9058 2006-06-04 Kim F. Storm <storm@cua.dk>
9059
9060 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9061 (authors-fixed-entries): Fix spelling.
9062 (authors-canonical-file-name): Don't report error for wildcards.
9063
9064 * help.el (view-emacs-news): Rewrite to support new NEWS,
9065 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9066 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9067 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9068
9069 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9070
9071 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9072 exec constructs like `foo bar`.
9073 (sh-quoted-subshell): New helper function to search for a possibly
9074 nested subshell (like `` or $()) within a "" quoted string.
9075 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9076 (sh-apply-quoted-subshell): Flag quote characters inside a
9077 subshell, which is itself already in a quoted region, as
9078 punctuation, since this is the closest to what they actually are.
9079 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9080 sh-apply-quoted-subshell.
9081 (sh-font-lock-syntactic-face-function): Apply the new face for
9082 text inside `` instead of the old font-lock-string-face.
9083
9084 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9085
9086 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9087 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9088 (mac-bytes-to-text-range, mac-ae-text-range-array)
9089 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9090 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9091 (mac-ts-unicode-for-key-event): New functions.
9092 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9093 (mac-handle-font-selection): Use mac-ae-number.
9094 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9095 New variables.
9096 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9097 (mac-ts-converted-text, mac-ts-selected-converted-text)
9098 (mac-ts-block-fill-text, mac-ts-outline-text)
9099 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9100 (mac-ts-hilite-style-faces): New constant.
9101 (mac-apple-event-map): Bind text input events.
9102 (mac-dispatch-apple-event): Use command-execute instead of
9103 call-interactively.
9104 (global-map): Don't bind mac-apple-event.
9105 (special-event-map): Bind mac-apple-event.
9106
9107 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9108
9109 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9110 file name.
9111 (emacs): Enclose the value of $(EMACS) in quotes.
9112
9113 2006-06-02 Juri Linkov <juri@jurta.org>
9114
9115 * international/mule.el (sgml-html-meta-auto-coding-function):
9116 Remove the condition `(search-forward "<html" size t)'.
9117 Replace `\"' with `[\"']?' in `re-search-forward'.
9118
9119 2006-06-02 Kenichi Handa <handa@m17n.org>
9120
9121 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9122 as well as `coding'.
9123 (hack-local-variables): Likewise.
9124
9125 * international/mule.el (enable-character-translation):
9126 Put permanent-local and safe-local-variable properties.
9127 (find-auto-coding): Handle char-trans: tag.
9128
9129 2006-06-02 Juri Linkov <juri@jurta.org>
9130
9131 * international/mule.el (sgml-html-meta-auto-coding-function):
9132 Limit the search by the end of the HTML header (if any).
9133
9134 2006-06-01 Richard Stallman <rms@gnu.org>
9135
9136 * subr.el (with-current-buffer): Doc fix.
9137
9138 2006-06-02 Masatake YAMATO <jet@gyve.org>
9139
9140 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9141 Almost rewrite. Underlines over all lines of gcov output are too
9142 uncomfortable to read. Suggested by Dan Nicolaescu.
9143
9144 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9147
9148 * shell.el (shell-mode): Use shell-mode-map in docstring.
9149
9150 * comint.el (comint-send-input): Do not add help-echo and
9151 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9152
9153 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9154
9155 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9156
9157 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9158
9159 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9160 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9161 look up the stack and pop up GUD buffer if necessary.
9162 (gdb-frames-select): Remove redundant call to gud-display-frame.
9163 (gdb-info-threads-custom): Keep point at start of buffer.
9164 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9165
9166 2006-05-31 Juri Linkov <juri@jurta.org>
9167
9168 * replace.el (query-replace-read-from, query-replace-read-to):
9169 Bind `history-add-new-input' to nil. Call `add-to-history'.
9170
9171 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9172
9173 * textmodes/table.el: Convert all HTML tags to lower case for
9174 XHTML compatibility.
9175
9176 2006-05-31 Masatake YAMATO <jet@gyve.org>
9177
9178 * progmodes/compile.el:
9179 (compilation-error-regexp-alist-alist::gcov-called-line):
9180 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9181
9182 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9183
9184 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9185 Revert inadvertent changes made with last commit.
9186
9187 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9188
9189 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9190 New functions.
9191
9192 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9193
9194 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9195
9196 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9197 only matches in the right place.
9198 (org-upcoming-deadline): New face.
9199 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9200 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9201 and make it an option.
9202 (org-export-ascii-bullets): New option.
9203 (org-export-as-html): Many changes to emit valid XHTML.
9204 (org-par-open): New variable.
9205 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9206 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9207 (org-timeline): Pass `org-timeline-show-empty-dates' to
9208 `org-get-all-dates'. Interpret empty dates returned by
9209 `org-get-all-dates'.
9210 (org-get-all-dates): New argument EMPTY. Add dates without
9211 entries to the list, mark large ranges of empty dates.
9212 (org-point-in-group, org-context): New functions.
9213
9214 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9215
9216 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9217
9218 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9219 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9220 to C-mouse-3 (for 2 button mice).
9221 (gdb-send): Do the right thing for C-d.
9222
9223 * speedbar.el (speedbar-detach): Delete.
9224 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9225 it breaks things.
9226 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9227
9228 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9229
9230 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9231 Makeppfile.
9232
9233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9234 Add makepp diagnostic.
9235
9236 2006-05-29 Richard Stallman <rms@gnu.org>
9237
9238 * window.el (fit-window-to-buffer): Doc fix.
9239
9240 * help.el (temp-buffer-max-height): Doc fix.
9241
9242 * subr.el (with-current-buffer): Doc fix.
9243
9244 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9245
9246 * term/x-win.el: Bind F10 to menu-bar-start if available.
9247
9248 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9249
9250 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9251 uses with a simple test.
9252 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9253 (term-send-raw-string, term-send-raw, term-mouse-paste)
9254 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9255 (term-handle-exit, term-read-input-ring)
9256 (term-previous-matching-input-string)
9257 (term-previous-matching-input-string-position)
9258 (term-previous-matching-input-from-input)
9259 (term-replace-by-expanded-history, term-send-input)
9260 (term-skip-prompt, term-bol, term-send-invisible)
9261 (term-kill-input, term-delchar-or-maybe-eof)
9262 (term-backward-matching-input, term-check-source)
9263 (term-proc-query, term-emulate-terminal)
9264 (term-handle-colors-array, term-process-pager, term-pager-line)
9265 (term-pager-bob, term-unwrap-line, term-word)
9266 (term-dynamic-complete-filename)
9267 (term-dynamic-complete-as-filename)
9268 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9269 unlesses.
9270
9271 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9274 during bootstrapping.
9275
9276 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9277 Basically undo the change of 2006-05-26: use extra arguments instead of
9278 dynamic scoping.
9279 (ewoc-locate): Remove unused var `footer'.
9280
9281 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9284
9285 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9286 (generate-file-autoloads): Obey it. Return whether autoloads were
9287 added at point or not.
9288 (update-file-autoloads): Use this new return value.
9289 Remove redundant test for the presence of an autoload cookie.
9290
9291 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9292 This one calls hack-local-variables.
9293 (generate-file-autoloads, update-file-autoloads): Use it.
9294
9295 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9296 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9297 (bibtex-sort-entry-class-alist): Don't set the global value.
9298 (bibtex-init-sort-entry-class-alist): New fun.
9299 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9300 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9301 of bibtex-init-sort-entry-class.
9302
9303 2006-05-28 Richard Stallman <rms@gnu.org>
9304
9305 * subr.el (load-history-regexp): If FILE is relative, insist
9306 entire last name component must match it.
9307 (load-history-filename-element, load-history-regexp): Doc fixes.
9308
9309 2006-05-29 Kim F. Storm <storm@cua.dk>
9310
9311 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9312 `pos' and `raw-data' for clarity, as eval forms may access these.
9313
9314 2006-05-28 Kim F. Storm <storm@cua.dk>
9315
9316 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9317
9318 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9319
9320 * progmodes/make-mode.el (makefile-browser-map)
9321 (makefile-mode-syntax-table): Move initialization inside declaration.
9322 (makefile-fill-paragraph): Use the default comment-filling code.
9323
9324 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * replace.el (query-replace-defaults): New variable.
9327 (query-replace-read-from): Use `query-replace-defaults' for
9328 default value, instead of history list.
9329 (query-replace-read-to): Update `query-replace-defaults'.
9330
9331 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9332
9333 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9334 with no X toolkit.
9335
9336 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9337
9338 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9339 (tumme-show-all-from-dir): Add autoload.
9340
9341 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9342
9343 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9344 (tumme-remove-tag): Fix bug.
9345
9346 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9347
9348 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9349 FOOTER args. Update unique caller.
9350 (ewoc-delete): Compute last node once before looping.
9351 (ewoc--node-branch): Merge into unique caller.
9352 (ewoc--node): Don't define constructor make-ewoc--node for this
9353 structure.
9354 (ewoc): Add member `hf-pp' to this structure.
9355 (ewoc--wrap): New func.
9356 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9357 header/footer pretty-printers. Save header/footer pretty-printer.
9358 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9359
9360 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9361
9362 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9363
9364 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9365 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9366 Tag'. Change "Compare directories..." to "Change Directories...".
9367 Move tumme commands to Operate, Regexp and Immediate menus.
9368 Change "Add Comment" to "Add Image Comment". Change "Add Image
9369 Tag" to "Add Image Tags".
9370
9371 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9372 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9373 `tumme-delete-tag'.
9374
9375 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9376
9377 * shell.el (shell-mode): Call shell-dirtrack-mode after
9378 list-buffers-directory is made a local variable, to avoid setting
9379 the default value.
9380
9381 2006-05-26 Kevin Ryde <user42@zip.com.au>
9382
9383 * info.el (Info-index-next): Use where-is-internal to report
9384 actual binding of Info-index-next, rather than hard-coded `,'.
9385
9386 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9387
9388 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9389 and "Find Command in Manual" to here.
9390
9391 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9392 Info-current-file as the file name.
9393
9394 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9395
9396 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9397 overrides will now be done a different way.
9398 (ses-set-parameter): Reapply this function for undo.
9399 (ses-set-header-row): Reconstruct header row during undo.
9400 (ses-widen): New function.
9401 (ses-goto-data, ses-reconstruct-all): Use new function.
9402 (ses-command-hook): Widen buffer during undo, before unupdating
9403 the cells.
9404 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9405 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9406 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9407 formula hasn't been executed yet.
9408
9409 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9410
9411 * comint.el (comint-kill-whole-line): Rename arg to count.
9412 Fix doc string.
9413
9414 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9417 to copy-file.
9418
9419 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9420
9421 * simple.el (toggle-truncate-lines): Make arg optional for
9422 backward compatibility.
9423
9424 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9425
9426 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9427 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9428 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9429 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9430 (ewoc--adjust): Use ewoc--current-dll.
9431 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9432
9433 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9434
9435 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9436 compact error message.
9437 (org-tags-view): Refresh category table in each file.
9438 (org-table-justify-field-maybe): Remove superfluous arguments to
9439 `format'.
9440 (org-export-as-html): Insert "<p>" before postamble.
9441 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9442
9443 2006-05-26 Kenichi Handa <handa@m17n.org>
9444
9445 * textmodes/po.el (po-find-charset): Pay attention to the case
9446 FILENAME is a cons (NAME . BUFFER).
9447 (po-find-file-coding-system-guts): Likewise.
9448
9449 * arc-mode.el (archive-set-buffer-as-visiting-file):
9450 Call find-operation-coding-system with (FILENAME . BUFFER).
9451
9452 * tar-mode.el (tar-extract): Call find-operation-coding-system
9453 with (FILENAME . BUFFER).
9454
9455 * international/mule.el (decode-coding-inserted-region):
9456 Call find-operation-coding-system with (FILENAME . BUFFER).
9457
9458 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9459
9460 * image-mode.el (image-toggle-display): Use buffer contents to
9461 generate image for a remote file.
9462
9463 2006-05-25 Juri Linkov <juri@jurta.org>
9464
9465 * replace.el (query-replace-read-from, query-replace-read-to):
9466 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9467
9468 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9469
9470 * whitespace.el (whitespace-cleanup): Change to cleanup
9471 region if one is active.
9472 * whitespace.el (whitespace-cleanup-internal): New internal method.
9473
9474 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9475
9476 * dired.el (dired-mode-map): Add help-echo strings to tumme
9477 commands. Bind `tumme-dired-display-image' to C-t i.
9478
9479 * tumme.el (tumme-display-image): Change documentation string slightly.
9480 (tumme-dired-display-image): Add call to `display-buffer'.
9481
9482 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9483
9484 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9485 Signal error if RAW-DATA is a multibyte string.
9486
9487 2006-05-24 Richard Stallman <rms@gnu.org>
9488
9489 * subr.el (with-local-quit): When handling `quit' signal,
9490 make a chance for quit-flag to cause a quit.
9491
9492 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9493 (ad-disable-advice): Add autoloads.
9494
9495 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9496
9497 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9498
9499 * dired.el (dired-mode-map): Change menu items for tumme as per
9500 suggestions in emacs-devel.
9501
9502 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9503
9504 * dired.el (dired-mode-map): Fix breakage.
9505
9506 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9507
9508 * tumme.el (tumme-display-dired-image): Rename to...
9509 (tumme-dired-display-image): ...this.
9510 (tumme-track-movement): Change default value to t.
9511 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9512 used from `tumme-next-line-and-display' and similar commands.
9513
9514 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9515 Immediate menu. Add some tumme commands there.
9516
9517 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9518
9519 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9520
9521 2006-05-24 Chong Yidong <cyd@mit.edu>
9522
9523 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9524 menu entries that open submenus.
9525
9526 2006-05-24 Alan Mackenzie <acm@muc.de>
9527
9528 * startup.el (command-line): For names of preloaded files, don't
9529 append ".elc" (now done in Fload), and call file-truename on the
9530 lisp directory.
9531
9532 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9533 match ANY loaded file with the right name, not just those in
9534 load-path. Put a regexp matching the file name into
9535 after-load-alist, rather than the name itself.
9536
9537 * subr.el (load-history-regexp, load-history-filename-element)
9538 (do-after-load-evaluation): New functions.
9539
9540 * international/mule.el (load-with-code-conversion): Do the
9541 eval-after-load stuff by calling do-after-load-evaluation.
9542
9543 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9544
9545 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9546 has not been killed.
9547
9548 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9549
9550 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9551 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9552 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9553 Optionally set error message in reply.
9554
9555 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9556
9557 * textmodes/org.el (org-open-at-point): Use renamed variable
9558 `org-confirm-shell-link-function'.
9559 (org-confirm-shell-link-function): Rename from
9560 `org-confirm-shell-links'.
9561 (org-export-directory): New function.
9562 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9563 (org-export-icalendar): Use `org-export-directory'.
9564 (org-indent-item): Keep cursor position.
9565 (org-link-file-path-type): New option.
9566 (org-export-as-html): Fix bug with plain lists starting in
9567 column 0.
9568 (org-export-as-html): Remove deadline formatting, this happens
9569 now already in `org-html-handle-time-stamps'.
9570 (org-export-html-style): Deadline class removed.
9571 (org-insert-labeled-timestamps-at-point): New option.
9572 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9573 of `hide-sublevels 1', in case the first headline is not level 1.
9574 (org-overview, org-content): New fuction.
9575 (org-cycle-global-status, org-cycle-subtree-status): Make these
9576 variables buffer-local.
9577 (org-global-cycle): New command.
9578 (org-shifttab): Use `org-global-cycle'.
9579 (org-insert-heading, org-insert-item): Go to end of new
9580 headline/item after creating it.
9581 (org-export-visible): Rename from `org-export-copy-visible'.
9582 Now creates a temporary org-file and applies an exporting command
9583 to it.
9584 (org-table-eval-formula): Support for lisp forms.
9585 (org-agenda-todo-ignore-scheduled): New option.
9586 (org-agenda-get-todos): Use new option
9587 `org-agenda-todo-ignore-scheduled'.
9588 (org-export-html-inline-images): New value `maybe'.
9589 (org-export-as-html): Inlining of images dependent on link description.
9590 (org-archive-subtree): Check for end-of-buffer before trying
9591 `kill-line'.
9592 (org-agenda-follow-mode): New option.
9593 (org-export-with-tags, org-export-with-timestamps): New options.
9594 (org-html-handle-time-stamps): New function.
9595 (org-keyword-time-regexp): New variable.
9596 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9597 (org-agenda-todo-list-sublevels): New option.
9598 (org-html-level-start): When TITLE is nil, just close all levels.
9599 (org-parse-key-lines, org-parse-export-options): Remove functions,
9600 replaced by `org-infile-export-plist'.
9601 (org-combine-plists, org-infile-export-plist)
9602 (org-default-export-plist): New functions.
9603 (org-export-html-preamble, org-export-html-postamble)
9604 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9605 New variables.
9606 (org-export-publishing-directory): New option.
9607 (org-export-as-html, org-export-as-ascii): Use the new property
9608 lists for settings.
9609 (org-export-copy-visible, org-export-as-xoxo):
9610 Respect `org-export-publishing-directory'.
9611 (org-link-search, org-store-link, org-file-apps): Support for
9612 links to BibTeX database entries..
9613 (org-get-current-options, org-set-regexps-and-options):
9614 Implement logging as a startup option.
9615 (org-store-link): Make sure context string is never empty
9616 (org-insert-link): Use relative path when possible.
9617 (org-at-item-checklet-p): New function.
9618 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9619 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9620 (org-metaright, org-metaup, org-metadown, org-shiftup)
9621 (org-shiftdown, org-shiftright, org-shiftleft)
9622 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9623 Dispatch using `call-interactively'.
9624 (org-call-with-arg): New defsubst.
9625 (org-tag-alist, org-use-fast-tag-selection): New options.
9626 (org-complete): Use `org-tag-alist'.
9627 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9628 (org-next-item, org-previous-item): New commands.
9629 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9630 make command.
9631 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9632
9633 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9634
9635 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9636 (ewoc-filter): Use `ewoc-delete'.
9637
9638 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9639
9640 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9643 Signal more user-friendly error messages.
9644
9645 * complete.el (PC-do-completion): Undo the addition of implicit
9646 wildcards if they did not lead to finding any match.
9647 (read-file-name-internal): Don't add the final > if the completion is
9648 not finished.
9649
9650 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9651
9652 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9653 Quote safe-local-variable predicate.
9654
9655 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9656
9657 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9658
9659 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9660
9661 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9662
9663 * progmodes/make-mode.el (makefile-special-targets-list)
9664 (makefile-macro-table, makefile-target-table): Mark as risky.
9665 (makefile-query-one-target-method): Make this the alias for the
9666 following variable.
9667 (makefile-query-one-target-method-function): Make this the real name.
9668
9669 * textmodes/artist.el (artist-text-renderer): Make this the alias
9670 for the following variable.
9671 (artist-text-renderer-function): Make this the real name.
9672
9673 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9674 the alias for the following variable.
9675 (flyspell-generic-check-word-predicate): Make this the real name.
9676
9677 * textmodes/ispell.el (ispell-format-word): Make this the alias
9678 for the following variable.
9679 (ispell-format-word-function): Make this the real name.
9680 (ispell-message-text-end): Mark as risky.
9681
9682 * skeleton.el (skeleton-transformation, skeleton-filter)
9683 (skeleton-pair-filter): Make these the aliases for the following
9684 variables.
9685 (skeleton-transformation-function, skeleton-filter-function)
9686 (skeleton-pair-filter-function): Make these the real names.
9687
9688 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9689 and skeleton-pair-filter-function.
9690
9691 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9692 alias for the following variable.
9693 (sgml-transformation-function): Make this the real name.
9694 (sgml-tag-alist): Mark as risky.
9695
9696 2006-05-21 Richard Stallman <rms@gnu.org>
9697
9698 * simple.el (kill-region): Interactively, pass point, then mark.
9699
9700 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9701
9702 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9703
9704 2006-05-21 Romain Francoise <romain@orebokech.com>
9705
9706 * dired-x.el (dired-mode-map): Don't bind M-g.
9707
9708 2006-05-20 Richard Stallman <rms@gnu.org>
9709
9710 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9711 (dired-goto-file): Doc fix.
9712
9713 2006-05-21 Kim F. Storm <storm@cua.dk>
9714
9715 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9716 way to enable built-in cua-mode if user loads older CUA-mode package.
9717
9718 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9719 if default-filename is specified.
9720
9721 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9722
9723 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9724
9725 * info.el (info-apropos): Make sure current-file and current-node
9726 have non-nil values. Speed up by using add-to-list instead of
9727 manual consing.
9728
9729 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9730
9731 * progmodes/make-mode.el (makefile-mode): Doc fix.
9732
9733 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9734
9735 * dired-aux.el (dired-do-shell-command): Doc fix.
9736
9737 2006-05-20 Kevin Ryde <user42@zip.com.au>
9738
9739 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9740 ``(custom-manual :tag "Foo" "(foo)Node")''.
9741
9742 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9743
9744 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9745 value is an integer.
9746
9747 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9748
9749 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9750 "format".
9751 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9752
9753 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9754
9755 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9756 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9757
9758 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9761 regexp for keywords.
9762
9763 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9764
9765 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9766 replace-regexp-in-string.
9767
9768 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9769 encode, and escape file name on conversion to URL.
9770
9771 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9772
9773 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9774 Don't unescape URL.
9775 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9776
9777 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9778 on conversion to URLs.
9779
9780 * net/browse-url.el (browse-url-file-url): Encode file name on
9781 conversion to URL.
9782
9783 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9784 conversion to URL.
9785
9786 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9787
9788 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9789
9790 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9791
9792 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9793 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9794
9795 2006-05-19 Glenn Morris <rgm@gnu.org>
9796
9797 * calendar/diary-lib.el (diary-bahai-date)
9798 (list-bahai-diary-entries, mark-bahai-diary-entries)
9799 (mark-bahai-calendar-date-pattern): Not interactive.
9800 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9801 (diary-entries-list): Change format of 4th element in each entry.
9802 (diary-list-entries): Use add-to-diary-list.
9803 (diary-goto-entry): Handle the case where the buffer visiting the
9804 diary has been killed.
9805 (fancy-diary-display): Add 'locator to button rather than 'marker.
9806 Only generate temp-face when there are marks to apply.
9807 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9808 (diary-fancy-date-pattern): New variable.
9809 (diary-time-regexp): Doc fix.
9810 (diary-anniversary, diary-time): New faces.
9811 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9812 diary-time-regexp. Add font-lock-multiline property where needed.
9813 Use new faces diary-anniversary and diary-time.
9814 (diary-fancy-font-lock-fontify-region-function): New function, to
9815 handle multiline font-lock pattern in fancy diary.
9816 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9817 (diary-font-lock-keywords): Tweak time regexp. Use new face
9818 diary-time.
9819
9820 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9821
9822 * international/code-pages.el (mik): Table corrected.
9823
9824 2006-05-18 Kim F. Storm <storm@cua.dk>
9825
9826 * progmodes/grep.el (grep-find): Don't check grep-find-command
9827 before running command (breaks non-interactive usage).
9828
9829 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9830
9831 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9832 (ewoc--insert-new-node): Don't insert trailing newline.
9833 Instead, adjust successor nodes's start markers.
9834 (ewoc--refresh-node): Delete all text from current node's start
9835 marker to the next one's; adjust successor nodes's start markers.
9836 (ewoc--create): Doc fixes.
9837 (ewoc--refresh): Don't insert newline.
9838 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9839 * pcvs.el (cvs-make-cvs-buffer):
9840 Specify extra newline for ewoc's header and footer.
9841 (cvs-update-header): Update initial header recognition.
9842 Append newline to final header and footer values.
9843 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9844
9845 2006-05-17 Richard Stallman <rms@gnu.org>
9846
9847 * files.el (file-name-extension): Doc fix.
9848
9849 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9852 we can explicitly enable/disable rather than toggle.
9853 (shell-mode): Use it.
9854 (shell-cd): Don't try to reproduce what `cd' does.
9855
9856 2006-05-17 Kim F. Storm <storm@cua.dk>
9857
9858 * ido.el (ido-read-internal): Use only nondirectory part of
9859 default item.
9860
9861 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9862
9863 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9864 (ewoc-nth): Doc fix.
9865
9866 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9867
9868 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9869
9870 * international/mule.el (auto-coding-alist): Add .lha to files
9871 read with no-conversion.
9872
9873 * files.el (auto-mode-alist): Add .lha files to archive file
9874 extensions.
9875
9876 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9877 Convert csize to integer when computing offsets within the
9878 compressed archive file.
9879
9880 2006-05-16 Kim F. Storm <storm@cua.dk>
9881
9882 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9883 with read-from-minibuffer.
9884
9885 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9886
9887 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9888 (byte-compile-warnings): Fix safe-local-variable property.
9889
9890 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9891
9892 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9893 (allout-stylish-prefixes, allout-numbered-bullet)
9894 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9895 predicates to qualify `safe-local-variable' property, when
9896 available, else use equivalent lambda.
9897 (allout-current-topic-collapsed-p): Do the right thing regarding
9898 trailing blank lines.
9899
9900 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * server.el (server-start): Only create a directory if needed.
9903 (server-edit, server-unload-hook): server-start => server-mode.
9904 (kill-emacs-hook): Cleanup upon exit.
9905
9906 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * hexl.el (hexlify-buffer): Encode process arguments manually.
9909
9910 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9911
9912 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9913 call to gdb-tooltip-print.
9914
9915 2006-05-15 Romain Francoise <romain@orebokech.com>
9916
9917 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9918 systems, default to "tar" since those systems probably have GNU tar.
9919
9920 2006-05-14 Lars Hansen <larsh@soem.dk>
9921
9922 * desktop.el (desktop-missing-file-warning): Fix docstring.
9923 (desktop-restore-file-buffer): Correct question asked on missing file.
9924
9925 2006-05-14 Kim F. Storm <storm@cua.dk>
9926
9927 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9928 Add CUA move property.
9929
9930 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * custom.el (custom-push-theme): Load the variable before checking
9933 its `standard-value'.
9934
9935 2006-05-13 Lars Hansen <larsh@soem.dk>
9936
9937 * desktop.el (desktop-save): Use with-temp-buffer.
9938
9939 2006-05-12 Glenn Morris <rgm@gnu.org>
9940
9941 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9942 * calendar/calendar.el (calendar-mode-map):
9943 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9944 * calendar/appt.el (appt-check, appt-make-list): Refer to
9945 diary-view-entries, diary-list-entries, diary-show-all-entries
9946 rather than obsolete aliases.
9947
9948 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * simple.el (line-move-finish): Avoid calling point motion hooks
9951 while processing intangibility.
9952
9953 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9954
9955 * term/xterm.el (terminal-init-xterm): Fix typo.
9956
9957 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9958
9959 * allout.el (allout-view-change-hook): Mark as being deprecated,
9960 to be replaced by `allout-exposure-change-hook'.
9961 (allout-exposure-change-hook): New, replacing
9962 `allout-view-change-hook'.
9963 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9964 in addition to `allout-view-change-hook'.
9965 (allout-show-bodies, allout-old-style-prefixes)
9966 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9967 lambda forms to prevent their showing up in variable help
9968 presentations as inscrutable byte-compiled code.
9969 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9970 Use string-or-null-p to qualify safe-local-variable values.
9971 (allout-reindent-bodies): Use memq to qualify matches against
9972 valid safe-local-variable values. Also, quote the lambda as above.
9973 (allout-use-mode-specific-leader): Add missing candidate-value
9974 symbols, use memq, and quote the lambda.
9975 (allout-overlay-interior-modification-handler): Remove unused
9976 variables `msg' and 'opened'.
9977 (allout-hidden-p): Constrain invisibility consideration to allout's
9978 invisibility spec, disregarding invisibility for other reasons.
9979
9980 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9981
9982 * files.el (version-control): Correct safe values.
9983
9984 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9985
9986 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9987
9988 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9989 (ewoc--insert-new-node): New func.
9990 Update callers of deleted funcs to use it, instead.
9991
9992 2006-05-11 Glenn Morris <rgm@gnu.org>
9993
9994 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9995 obsolete alias `show-all-diary-entries'.
9996 (make-diary-entry): Not interactive.
9997 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9998 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9999 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10000 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10001 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10002 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10003
10004 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10005
10006 * calendar/calendar.el (calendar-french-date-string)
10007 (calendar-mayan-date-string, calendar-chinese-date-string)
10008 (calendar-astro-date-string, calendar-iso-date-string)
10009 (calendar-islamic-date-string, calendar-bahai-date-string)
10010 (calendar-hebrew-date-string, calendar-coptic-date-string)
10011 (calendar-ethiopic-date-string, calendar-persian-date-string):
10012 These functions are not interactive.
10013
10014 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10015
10016 * files.el: Balance parentheses.
10017
10018 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10019
10020 * files.el, newcomment.el, outline.el, simple.el,
10021 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10022 * progmodes/cc-vars.el, progmodes/compile.el:
10023 Move `safe-local-variable' declarations to the respective files.
10024
10025 * help-fns.el (describe-variable): Don't print safe-var if it is
10026 byte-code. Improve wording as suggested by Luc Teirlinck.
10027
10028 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10029
10030 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10031 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10032 Use a token for pending-triggers to ensure gdb-var-update
10033 gets called once per user input again for pre-GDB 6.4.
10034 (gdb-var-delete): Match on more complex expressions.
10035 (gdb-var-list-children-handler, gdb-var-create-handler):
10036 Use a token for consistency.
10037
10038 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10039
10040 * textmodes/org.el (org-read-date, org-goto-calendar)
10041 (org-agenda-goto-calendar):
10042 Bind `view-calendar-holidays-initially' to nil.
10043
10044 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10045
10046 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10047 Update all callers to do it there, instead.
10048
10049 2006-05-10 Glenn Morris <rgm@gnu.org>
10050
10051 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10052 prefix arg case, to avoid view-diary-entries-initially error.
10053 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10054 (calendar-date-is-legal-p): Handle dates with no day part.
10055
10056 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * comint.el (comint-insert-input): Just make it when
10059 comint-use-prompt regexp is nil (default) and with the mouse.
10060 (comint-copy-old-input): Reinstate from 2004-06-23.
10061 (comint-mode-map): Bind C-c C-m to it.
10062
10063 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10064
10065 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10066 Remove spurious move to point-max (new comint behavior fixes).
10067
10068 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10069 compatibility function (Emacs 18/19).
10070 (idlwave-is-continuation-line): Always return point at start of
10071 previous non-blank continuation line.
10072 (keyword-parameters): Fix continued comment font-lock matcher.
10073 (idlwave-font-lock-fontify-region): Written, use as
10074 font-lock-fontify-region-function, to fix continued keyword
10075 fontification issues.
10076
10077 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10078
10079 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10080 (mac-service-selection, mac-service-open-file)
10081 (mac-service-open-selection, mac-service-mail-selection)
10082 (mac-service-mail-to, mac-service-insert-text): Rename from
10083 mac-services-*. All uses changed.
10084 (mac-apple-event-map): Rename event symbol `services' to `service'.
10085
10086 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10087
10088 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10089 (ewoc--node-enter-first, ewoc--node-enter-last)
10090 (ewoc--delete-node-internal): Merge funcs into unique callers.
10091
10092 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10095 return value of read-from-minibuffer for empty input.
10096
10097 2006-05-09 Miles Bader <miles@gnu.org>
10098
10099 * comint.el (comint-insert-input): Remove redundant calls to setq
10100 and goto-char.
10101
10102 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10103
10104 * comint.el (comint-insert-input): Make it work when
10105 comint-use-prompt-regexp is t.
10106
10107 2006-05-10 Miles Bader <miles@gnu.org>
10108
10109 * subr.el (field-at-pos): New function.
10110
10111 * comint.el (comint-insert-input): Use it.
10112
10113 2006-05-09 Juri Linkov <juri@jurta.org>
10114
10115 * battery.el (battery-linux-proc-acpi): Also try
10116 `/proc/acpi/thermal_zone/THR2/temperature'.
10117
10118 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10119 for now unused lambda `string-or-null'.
10120
10121 * add-log.el (change-log-default-name): Put `string-or-null-p'
10122 instead of lambda on `safe-local-variable' property.
10123
10124 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10125 `region-end' instead of `mark' and `point'.
10126 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10127 Operate on region in Transient Mark mode when the mark is active.
10128 Use `region-beginning' and `region-end' instead of `mark' and
10129 `point'.
10130 (diff-hunk-text, diff-goto-source): Doc fix.
10131
10132 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10133 face `mode-line-buffer-id' for mode-line buffer face instead of
10134 hard-coded `(:weight bold)'.
10135
10136 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10137 buffer-undo-list to t (undo-ask is reproducible by visiting
10138 nested archives).
10139
10140 2006-05-09 Kim F. Storm <storm@cua.dk>
10141
10142 * progmodes/grep.el (rgrep): Set default directory of *grep*
10143 buffer if we start M-x rgrep in the *grep* buffer and choose
10144 a different base directory.
10145
10146 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10147
10148 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10149 completion also when ido is loaded.
10150
10151 2006-05-09 Masatake YAMATO <jet@gyve.org>
10152
10153 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10154 "warning" and "import".
10155 (cpp-font-lock-keywords): Added "warning".
10156
10157 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10158
10159 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10160
10161 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10164 pages at a time, if we signal the end, we should indeed reach that end.
10165
10166 2006-05-08 David Reitter <david.reitter@gmail.com>
10167
10168 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10169 output during execution of the body.
10170
10171 2006-05-08 Kim F. Storm <storm@cua.dk>
10172
10173 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10174
10175 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10176
10177 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10178 Use with-current-buffer.
10179
10180 2006-05-07 Kim F. Storm <storm@cua.dk>
10181
10182 * subr.el (add-to-history): Remove keep-dups arg.
10183
10184 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10185 to nil around call to add-to-history.
10186
10187 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10190 than after a buffer modification.
10191
10192 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10193
10194 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10195 call to...
10196 (gud-watch): ...here so speedbar is raised for already watched
10197 expressions.
10198 (gdb-speedbar-refresh): Delete function.
10199 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10200 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10201 earlier change).
10202 (gdb-var-evaluate-expression-handler)
10203 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10204
10205 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10206 Update localized contents for all buffers except ignored modes.
10207
10208 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10209
10210 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10211 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10212 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10213 (mac-handle-font-panel-closed, mac-handle-font-selection):
10214 New functions.
10215 (mac-font-panel-mode): New minor mode.
10216 (mac-apple-event-map): Add bindings for toolbar toggle button and
10217 font panel.
10218 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10219
10220 2006-05-07 John Paul Wallington <jpw@pobox.com>
10221
10222 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10223 Avoid `regexp-opt'; simplify regexp for readability.
10224
10225 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10226
10227 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10228 * files.el (buffer-stale-function):
10229 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10230 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10231 links to the main manual, not to emacs-xtra.
10232
10233 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10234
10235 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10236 MacJapanese if text is ASCII-only.
10237
10238 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10239
10240 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10241 unless so nil isn't returned.
10242 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10243
10244 2006-05-06 Kim F. Storm <storm@cua.dk>
10245
10246 * subr.el (add-to-history): New function.
10247
10248 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10249 (ediff-merge-files-with-ancestor):
10250 * env.el (setenv):
10251 * isearch.el (isearch-update-ring):
10252 * server.el (server-visit-files):
10253 * progmodes/grep.el (lgrep, rgrep):
10254 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10255 * progmodes/xscheme.el (xscheme-insert-expression):
10256 Use add-to-history.
10257
10258 * kmacro.el (kmacro-push-ring): Use add-to-history.
10259 (kmacro-ring-length): Remove unused defun.
10260 (kmacro-start-macro): Use kmacro-push-ring.
10261
10262 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10263
10264 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10265 directly instead of a lambda expression that calls it.
10266
10267 2006-05-06 Kim F. Storm <storm@cua.dk>
10268
10269 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10270 instead of compute-motion.
10271
10272 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10273
10274 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10275 change.
10276
10277 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10278
10279 * startup.el (command-line-1): Refer to "Pure Storage" on
10280 pure-space-overflow.
10281
10282 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10283
10284 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10285 provided faces once they all have been used up.
10286
10287 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10288
10289 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10290 reference to the Lisp manual to the warning about pure space
10291 overflow.
10292
10293 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10294
10295 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10296 argument to avoid the call to `ispell-internal-change-dictionary'
10297 when not needed.
10298 (ispell-change-dictionary): Use this argument and call
10299 `ispell-internal-change-dictionary' after the possible change
10300 to `ispell-local-dictionary'.
10301 (ispell-internal-change-dictionary): Check for a change in
10302 personal dictionary use too.
10303
10304 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10305
10306 * startup.el (command-line): On MS-Windows, probe "~", not
10307 "~USER", for warning about non-existent home directory
10308
10309 * arc-mode.el (archive-l-e): New optional argument `float' means
10310 generate a float value.
10311 (archive-arc-summarize, archive-lzh-summarize)
10312 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10313 with 3rd argument non-nil when file's size is being computed.
10314 Format the file sizes with %8.0f instead of %8d.
10315
10316 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10317
10318 * cus-start.el (all): Add mac-dnd-known-types.
10319
10320 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10321 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10322 (mac-TIFF-to-string): New functions.
10323 (x-get-selection, x-selection-value)
10324 (mac-select-convert-to-string): Use them.
10325 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10326 (mac-dnd-types-alist): New customization variable.
10327 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10328 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10329 (mac-dnd-handle-drag-n-drop-event): New functions.
10330 (mac-drag-n-drop): Remove function.
10331 (global-map): Bind drag-n-drop and M-drag-n-drop to
10332 mac-dnd-handle-drag-n-drop-event.
10333
10334 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10335
10336 * progmodes/perl-mode.el (perl-beginning-of-function):
10337 Skip anonymous subs.
10338
10339 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10340
10341 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10342 regexp-opt at run time.
10343
10344 * term.el (term-handle-ansi-escape): Fix off by one error.
10345
10346 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10347
10348 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10349 (gdb-init-1, gdb-post-prompt): ...and references to it.
10350 (gdb-frame-handler): Strip directory name from filename if present.
10351
10352 * progmodes/gud.el (gdb-force-update): Delete defvar
10353 (gud-speedbar-buttons): ...and references to it. Use window-start
10354 to try to keep positon in watch expression.
10355
10356 2006-05-03 Richard Stallman <rms@gnu.org>
10357
10358 * simple.el (next-history-element, previous-history-element): Doc fix.
10359
10360 * isearch.el (isearch-update-ring): Doc fix.
10361
10362 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10363
10364 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10365 into consideration. Replace one arm ifs with whens.
10366
10367 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10368
10369 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10370 (menu): Fix typo.
10371
10372 2006-05-02 Miles Bader <miles@gnu.org>
10373
10374 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10375
10376 2006-05-02 Jay Belanger <belanger@truman.edu>
10377
10378 * calc/calc-embed.el (calc-override-minor-modes-map)
10379 (calc-override-minor-modes): New variables.
10380 (calc-do-embedded): Make sure that Calc keystrokes aren't
10381 overwritten by minor modes.
10382
10383 2006-05-02 Chong Yidong <cyd@mit.edu>
10384
10385 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10386
10387 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10388
10389 * startup.el (command-line-1): Refer to Lisp manual when
10390 pure-space-overflow occurs.
10391
10392 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10393 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10394 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10395 (version-control): Don't use `t' for safe-local-variable declarations.
10396
10397 2006-05-01 Richard Stallman <rms@gnu.org>
10398
10399 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10400 M-r, M-R, M-A, M-SPC or M-DEL.
10401 (diff-mode-map): diff-refine-hunk now on C-c C-w
10402 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10403
10404 * help-mode.el (help-mode): view-exit-action calls delete-window
10405 only when it is safe and possible.
10406
10407 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10408 in messages.
10409
10410 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10411
10412 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10413 in the default tool-bar-map.
10414
10415 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp.el (tramp-completion-file-name-handler-alist)
10418 (tramp-run-real-handler, tramp-completion-run-real-handler)
10419 (tramp-completion-handle-file-name-all-completions)
10420 (tramp-completion-handle-file-name-completion): Autoload them.
10421 (tramp-completion-handle-file-exists-p)
10422 (tramp-completion-handle-file-name-directory)
10423 (tramp-completion-handle-file-name-nondirectory)
10424 (tramp-completion-handle-expand-file-name): Remove them.
10425 (tramp-handle-file-name-directory): Return the real directory name.
10426 Returning "/" only doesn't need to be necessary any longer.
10427 (tramp-file-name-handler): Make special attention when in hostname
10428 completion mode.
10429 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10430 (tramp-register-file-name-handlers):
10431 Register `tramp-completion-file-name-handler' only when
10432 `partial-completion-mode' is enabled.
10433 (tramp-completion-handle-file-name-all-completions):
10434 Delete directory part from results.
10435 (tramp-get-completion-methods, tramp-get-completion-user-host):
10436 Discard deleting "/", it doesn't work after the change of
10437 `tramp-handle-file-name-directory' above.
10438
10439 2006-05-01 Kim F. Storm <storm@cua.dk>
10440
10441 * progmodes/grep.el (grep-expand-template): Use save-match-data
10442 and symbol-value.
10443
10444 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10445
10446 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10447 Use select-frame-set-input-focus instead of raise-frame.
10448 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10449
10450 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10451
10452 * progmodes/gud.el (gud-def): Add %c case.
10453 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10454 (gud-format-command): Make match case sensitive. Match on %F.
10455
10456 2006-04-30 Glenn Morris <rgm@gnu.org>
10457
10458 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10459 (cal-tex-preamble): Use cal-tex-preamble-extra.
10460 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10461 than alias `list-diary-entries'.
10462
10463 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10464
10465 * help-fns.el (describe-variable): Add info about safe local variables.
10466
10467 2006-04-29 Richard Stallman <rms@gnu.org>
10468
10469 * bindings.el (mode-line-format): help-echo doc fixes.
10470
10471 * net/tramp.el (tramp-file-name-handler-alist): Delete
10472 expand-file-name and other operations that can cause spurious loading.
10473
10474 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * files.el (safe-local-variable-p): Remove support for the special
10477 value t.
10478
10479 * textmodes/paragraphs.el (sentence-end-without-space):
10480 Fix safety predicate.
10481 (sentence-end-double-space, sentence-end-without-period)
10482 (paragraph-ignore-fill-prefix):
10483 * textmodes/fill.el (colon-double-space):
10484 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10485
10486 * subr.el (booleanp): New fun.
10487
10488 * textmodes/reftex-vars.el (reftex-guess-label-type):
10489 Tighten the safety predicate.
10490
10491 2006-04-28 Kim F. Storm <storm@cua.dk>
10492
10493 * progmodes/grep.el (defgroup grep): Doc fix.
10494 (grep-auto-highlight): Remove.
10495 (grep-template): New defcustom.
10496 (grep-find-template): Rename from grep-tree-template.
10497 (grep-files-aliases): Rename from grep-tree-files-aliases.
10498 Remove "all" alias, add "l" alias.
10499 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10500 (grep-find-ignored-directories): New defcustom to replace
10501 grep-tree-ignore-CVS-directories, to facilitate ignoring
10502 subdirectories for multiple version control systems.
10503 (grep-mode-map): Add Recursive grep item to GREP menu.
10504 (grep-regexp-history, grep-files-history): New defvars.
10505 (grep-probe): New helper function.
10506 (grep-compute-defaults): Use it to simplify code.
10507 Adapt to name changes.
10508 Use `.' as base in grep-find-template rather than <D>.
10509 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10510 Call grep-compute-defaults unconditionally.
10511 (grep-expand-keywords): New defconst.
10512 (grep-expand-template): Rename from grep-expand-command-macros.
10513 Simplify via grep-expand-keywords. Look at case-fold-search instead
10514 of grep-tree-ignore-case to add -i option.
10515 Bind case-fold-search to nil while matching keywords.
10516 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10517 (grep-read-regexp, grep-read-files): New helper functions.
10518 (rgrep): Rename from grep-tree. Rework to use proper histories.
10519 Adapt to changes in defcustoms and functions above.
10520 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10521
10522 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/tramp.el (tramp-completion-file-name-handler):
10525 Disable Tramp's functionality while loading Tramp itself.
10526 (tramp-register-file-name-handlers): That's a defsubst now.
10527 Code from `tramp-repair-jka-compr' moved here. Apply it via
10528 `after-init-hook'.
10529 (tramp-repair-jka-compr): Remove.
10530
10531 2006-04-27 Jay Belanger <belanger@truman.edu>
10532
10533 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10534 read expression when `math-read-big-expr' doesn't work.
10535
10536 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10537
10538 * startup.el (command-line-1): Display warning when
10539 pure-space-overflow is non-nil.
10540
10541 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10542
10543 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10544 risky.
10545
10546 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10547
10548 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10549 Return the URL or nil if none can be generated.
10550
10551 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10552
10553 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10554 byte compiler warnings.
10555 (gud-basic-call, gud-find-expr): Let user select an expression
10556 for printing. Print expression as well as value in GUD buffer.
10557
10558 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10559
10560 * allout.el: Remove local autoload declaration for
10561 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10562 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10563 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10564 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10565 (allout-stylish-prefixes, allout-numbered-bullet)
10566 (allout-file-xref-bullet, allout-presentation-padding)
10567 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10568 safe-local-variable with suitable value spec, and add autoload
10569 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10570 (move-beginning-of-line, move-end-of-line): Repair so these compat
10571 functions now actually resituate the point, when appropriate.
10572
10573 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10576
10577 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10578 (add-log-iso8601-time-string): Fix call to format-time-string.
10579
10580 2006-04-26 Kim F. Storm <storm@cua.dk>
10581
10582 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10583
10584 2006-04-26 Masatake YAMATO <jet@gyve.org>
10585
10586 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10587 Add support for "//" style comments. Remove `b' flag
10588 from ?* in `asm-mode-syntax-table'.
10589
10590 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * follow.el: Use (featurep 'xemacs) everywhere.
10593 (follow-mode): Use define-minor-mode.
10594 (follow-mode-map): Move initialization into the declaration.
10595 Use command remapping.
10596 (follow-emacs-version-xemacs-p): Remove.
10597 (follow-submit-feedback): Remove.
10598
10599 * allout.el (allout-layout, allout-passphrase-verifier-string)
10600 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10601
10602 * textmodes/reftex-vars.el (reftex-vref-is-default)
10603 (reftex-fref-is-default, reftex-guess-label-type):
10604 Tighten up a bit the safety predicate.
10605
10606 * textmodes/paragraphs.el (sentence-end-double-space)
10607 (sentence-end-without-period, sentence-end-without-space)
10608 (page-delimiter, paragraph-ignore-fill-prefix):
10609 Tighten up a bit the safety predicate.
10610
10611 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10612
10613 * progmodes/python.el (python-continuation-line-p)
10614 (python-beginning-of-statement): syntax-ppss may return
10615 a negative depth.
10616 (python-mode): Don't forcefully enable font-lock.
10617
10618 * time-stamp.el (time-stamp-start, time-stamp-end)
10619 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10620
10621 * add-log.el: Remove spurious * in docstrings.
10622 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10623 (add-change-log-entry): Use it here, since it's not specific
10624 to iso8601.
10625 (add-log-iso8601-time-string): Don't use it here any more.
10626 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10627
10628 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10629
10630 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10631
10632 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10633 (rcirc-toggle-low-priority): Doc fix.
10634 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10635 ChanServ regexp.
10636 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10637 #emacs.
10638 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10639 (rcirc-decode-coding-system): Use utf-8 as the default.
10640 (rcirc-multiline-minor-mode): Set the fill-column.
10641 (rcirc-format-response-string): Display bright and dim nicks.
10642 (rcirc-browse-url): Update interactive spec to fill ARG.
10643 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10644 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10645
10646 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10647
10648 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10649 case for @Article, etc.
10650
10651 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10652
10653 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10654 Added with autoload cookie.
10655 (tramp-unload-file-name-handlers): Rename from
10656 `tramp-unload-file-name-handler-alist'.
10657
10658 2006-04-23 Romain Francoise <romain@orebokech.com>
10659
10660 * comint.el (comint-match-partial-filename): Doc fix.
10661
10662 2006-04-21 Glenn Morris <rgm@gnu.org>
10663
10664 * calendar/cal-menu.el (calendar-mode-map): Refer to
10665 `diary-view-entries' rather than alias `view-diary-entries'.
10666 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10667
10668 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10669
10670 * progmodes/antlr-mode.el (antlr-default):
10671 * cus-edit.el (custom-documentation):
10672 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10673 in defface.
10674
10675 2006-04-21 Kim F. Storm <storm@cua.dk>
10676
10677 * image.el (image-type): New defun split out of create-image.
10678 (create-image): Use it.
10679
10680 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10681
10682 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10683 (org-open-at-point): Remove the "...done" message to keep output
10684 in the echo area visible.
10685 (org-export-as-xoxo): Fix call to `indent-region'.
10686
10687 2006-04-21 Kevin Ryde <user42@zip.com.au>
10688
10689 * international/mule.el (keyboard-coding-system): defcustom
10690 info-link fixes: "Specify Coding" has been split, keyboard now in
10691 "Terminal Coding", and "Single-Byte Character Support" is now
10692 "Unibyte Mode".
10693
10694 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10695
10696 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10697 Use font-lock-warning-face for any errors e.g. no stack.
10698 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10699
10700 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10701
10702 * progmodes/sh-script.el (sh-shell): Mark as safe.
10703
10704 * newcomment.el (comment-start, comment-start-skip)
10705 (comment-end-skip, comment-end): Mark as safe.
10706
10707 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10708
10709 * textmodes/org.el (org-deadline-announce): Face removed.
10710 (org-level-faces, org-n-levels): Convert to constant.
10711 (org-compatible-face): New function.
10712 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10713 (org-level-5, org-level-6, org-level-7, org-level-8)
10714 (org-special-keyword, org-warning, org-headline-done, org-link)
10715 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10716 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10717 Face definition revised for better color tty support.
10718 (org-bold-re, org-italic-re, org-underline-re): New constants.
10719 (org-set-font-lock-defaults): Use the new constants.
10720 (org-agenda-highlight-todo): New function.
10721 (org-agenda-todo): Fix bug with point at end of line.
10722 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10723 Fontify TODO keywords.
10724 (org-insert-link): Preserve relative path in ../ links.
10725 (org-export-as-html): Convert links pointing to .org files into
10726 links that will work beteen the exported HTML files.
10727 (org-todo-list): Fix bug when arg=0.
10728 (org-insert-heading): More fine-tuning.
10729
10730 2006-04-19 Romain Francoise <romain@orebokech.com>
10731
10732 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10733 from `rmail-mime-charset-pattern'.
10734
10735 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10736
10737 * progmodes/python.el (python-mode): Fix typo.
10738
10739 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10740
10741 * comint.el (comint-previous-input): Don't clobber input line
10742 when moving off either end of the input history ring.
10743 (comint-delete-input): New function, used by
10744 `comint-previous-input' and others.
10745 (comint-previous-matching-input):
10746 Use `coming-delete-input'. Save the partial input if leaving the
10747 edit line. Goto point-max before deleting input to avoid
10748 partial input fragments hanging around.
10749 (comint-restore-input): New function, used by `comint-previous-input'.
10750
10751 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10752
10753 * imenu.el (imenu--index-alist): Balance parentheses.
10754
10755 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10756
10757 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10758
10759 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10760
10761 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10762 file is nil.
10763
10764 2006-04-18 Richard Stallman <rms@gnu.org>
10765
10766 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10767
10768 * imenu.el (imenu-create-index-function, imenu--index-alist)
10769 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10770 (imenu-default-create-index-function, imenu--generic-function):
10771 Doc fixes.
10772
10773 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10774
10775 * help-mode.el (help-mode): Set view-exit-action to delete window.
10776
10777 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10778 now works by passing nil as arg.
10779
10780 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10781
10782 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10783 (read-abbrev-file): Provide default when reading filename.
10784
10785 * files.el (enable-local-variables): Allow :all as value.
10786 (hack-local-variables): Implement that value.
10787 (safe-local-variable-values, safe-local-eval-forms)
10788 (enable-local-variables): Mark as risky.
10789 (find-file-visit-truename, kept-old-versions): Mark safe.
10790
10791 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10792 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10793 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10794
10795 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10798 Use forward-line so as to get to BOL even in the presence of fields.
10799 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10800 in return.
10801 (inferior-tcl): Tell tclsh to work in interactive mode.
10802
10803 * complete.el (partial-completion-mode):
10804 Use 'choose-completion-string-functions to make sure that
10805 choose-completion fills the minibuffer properly.
10806
10807 * complete.el (PC-old-read-file-name-internal): Remove.
10808 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10809 of read-file-name-internal.
10810 (partial-completion-mode): Enable/disable this advice.
10811
10812 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10813
10814 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10815 of 2006-04-17.
10816
10817 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10818
10819 * textmodes/org.el (org-insert-heading): Insert heading before
10820 current if at beginning of line.
10821 (org-todo, org-date): New faces.
10822 (org-table-align): Make sure tooltip window contains full text.
10823 (org-no-properties): New defsubst.
10824 (org-set-font-lock-defaults): Use new faces.
10825
10826 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10827
10828 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10829 for root variables.
10830
10831 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10832 (gdb-frame-address): Re-use to identify frame for watch expression.
10833 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10834 variables.
10835 (gdb-init-1, gdb-source, gdb-post-prompt)
10836 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10837 (gdb-frame-handler): Get gdb-frame-address.
10838
10839 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10840
10841 Sync with Tramp 2.0.53.
10842
10843 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10844 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10845 (tramp-completion-file-name-handler): Add autoload cookie for
10846 adding to `file-name-handler-alist'.
10847
10848 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10849 the prompt. If it returns earlier (when detecting an error
10850 message), the rest of the output will merge accidently with the
10851 output of the next command. Reported by M Jared Finder
10852 <jared@hpalace.com>.
10853
10854 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10855 for `process-file', in order to let it work for older Emacsen too.
10856
10857 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10858
10859 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10860 (tex-font-lock-keywords-3): Use it.
10861
10862 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * newcomment.el (comment-add): New function.
10865 (comment-region-default, comment-dwim): Use it.
10866
10867 2006-04-15 Michael Olson <mwolson@gnu.org>
10868
10869 * emacs-lisp/tq.el: Improve comments.
10870 (tq-queue-head-question): New accessor function.
10871 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10872 Update for modified queue structure.
10873 (tq-queue-add): Accept `question' argument.
10874 (tq-queue-pop): If a question is pending, send it.
10875 (tq-enqueue): Accept new optional argument `delay-question'.
10876 If this is non-nil, and at least one other question is pending a
10877 response, queue the question rather than sending it immediately.
10878
10879 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10880
10881 * calendar/appt.el (appt-add): Check whether an appointment is
10882 already present in appt-time-msg-list. Simplify code.
10883
10884 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * progmodes/cc-langs.el (c-mode-menu):
10887 Don't presume c-subword-mode is bound.
10888
10889 2006-04-13 Bill Wohler <wohler@newt.com>
10890
10891 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10892 (customize-package-emacs-version): Use cdr instead of cadr now
10893 that alists use dotted pairs.
10894
10895 * custom.el (defcustom): Fix docstring for :package-version.
10896
10897 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10898
10899 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10900 (tramp-handle-shell-command): Display output buffer only when
10901 `tramp-display-shell-command-buffer' is true.
10902 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10903
10904 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10905
10906 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10907 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10908
10909 2006-04-13 Romain Francoise <romain@orebokech.com>
10910
10911 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10912 leaving temporary .cvsignore buffers behind.
10913
10914 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10915
10916 * textmodes/org.el (org-set-regexps-and-options)
10917 (org-get-current-options): Better names for the startup folding
10918 options.
10919
10920 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10921
10922 * vc.el (vc-annotate): Arrange for point to end up at the same
10923 line number as in the original, but only when using a new buffer.
10924
10925 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10926
10927 * files.el (hack-one-local-variable-eval-safep):
10928 Recognize `edebug-form-spec' for `put', but only if it passes
10929 `edebug-basic-spec'. Generalize `put' handling.
10930
10931 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10932 vetting file-local form specs.
10933
10934 * allout.el (allout-layout): Autoload its `safe-local-variable'
10935 property.
10936
10937 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10938
10939 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10940 (org-agenda-mouse-1-follows-link)
10941 (org-mouse-1-follows-link): New options.
10942 (org-format-agenda-item): Fix bug if TAGS is nil.
10943 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10944
10945 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10946
10947 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10948 GDB 6.1+ gives full filename for "info sources" so use
10949 file-name-nondirectory.
10950
10951 2006-04-12 Romain Francoise <romain@orebokech.com>
10952
10953 * subr.el (read-passwd): Bind `message-log-max' to nil.
10954
10955 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * progmodes/perl-mode.el (perl-indent-new-calculate):
10958 Recompute parse-start after jumping backward by a whole sexp.
10959
10960 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10963 window configuration.
10964 (vc-annotate-display-select): Select the buffer so that current-buffer
10965 (and selected-window) is the output buffer at the end of vc-annotate.
10966
10967 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10968
10969 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10970 8-color terminals, to use all of the colors in a sensible order.
10971 256-color terminals work well with the standard map.
10972 (vc-annotate-lines): Only strip the first color character if it
10973 is "#", to allow for terminal-style named colors.
10974 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10975 the correct buffer is scrolled.
10976
10977 2006-04-11 Richard Stallman <rms@gnu.org>
10978
10979 * emacs-lisp/bytecomp.el (byte-compile-file):
10980 Bind enable-local-variables to :safe, and make normal-mode obey it.
10981
10982 * files.el (enable-local-variables): Allow value :safe.
10983 (normal-mode): Doc fix.
10984 (hack-local-variables): Implement enable-local-variables = :safe.
10985 (hack-local-variables-confirm): Don't prevent quitting.
10986
10987 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10988
10989 * loadhist.el (unload-feature): A bit of sanity check of
10990 load-history entries. Cancel timer-vars before unbinding them.
10991
10992 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10993 quote special chars, and make the trick work on the hex part of the
10994 buffer as well.
10995 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10996 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10997
10998 * startup.el (normal-splash-screen): Fix last change so we don't wait
10999 2 minutes if we don't show the splash screen.
11000
11001 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11002
11003 * textmodes/org.el (org-export-plain-list-max-depth)
11004 (org-table-spaces-around-separators)
11005 (org-radio-targets, org-activate-camels)
11006 (org-table-spaces-around-invisible-separators): Options removed.
11007 (org-time-stamp-rounding-minutes, org-remember-templates)
11008 (org-ellipsis, org-activate-links, org-descriptive-links):
11009 New options.
11010 (org-remember-apply-template, org-current-time)
11011 (org-finish-edit-table-field)
11012 (org-link-unescape, org-link-escape)
11013 (org-string-width, org-table-clean-line, org-html-do-expand)
11014 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11015 (org-read-agenda-file-list): New functions.
11016 (org-table-edit-field)
11017 (org-table-create-or-convert-from-region): New commands
11018 (org-table-toggle-vline-visibility): Command removed.
11019 (org-table-convert-region): Made a command.
11020 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11021 Replace with the normal org- functions.
11022 (org-self-insert-command): Don't trigger realign unnecessarily
11023 when blanking a field that is not full.
11024 (org-mode): `Set buffer-invisibility-spec' for links.
11025 (org-activate-links2): Hide link part and only show descriptive
11026 part of the link.
11027 (org-insert-link): Modify for new linking system.
11028 (org-store-link): Store description separately, for use by
11029 `org-insert-link'.
11030 (org-table-align): Use `org-string-width'.
11031 (defgroup): Completely new group structure for custom variables.
11032 (org-agenda-files): Option: Single file name allowed. Function:
11033 Optional argument unrestrited means ignore any restricitons.
11034 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11035 trying to modify the menu. Use generalized access to
11036 `org-agenda-files.'
11037 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11038 (org-agenda-file-to-front, org-remove-file, org-diary)
11039 (org-tags-view, org-export-icalendar-all-agenda-files)
11040 (org-export-icalendar-combine-agenda-files): Use generalized
11041 access to `org-agenda-files'.
11042 (org-remember-handler): Correctly preserve heading if present.
11043 (org-table-insert-row, org-table-insert-hline): Deal with
11044 invisible characters.
11045
11046 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11047
11048 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11049 (vc-annotate-color-map): New 18 element constant
11050 value/saturation, rotating hue colormap, from red->blue.
11051 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11052 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11053 (vc-annotate): To avoid killing the required local variables,
11054 set them before the end of `with-output-to-temp-buffer', and
11055 after first switching to annotate-mode.
11056 (vc-annotate-warp-version): Add buffer argument in goto-line to
11057 ensure annotation, not source, is scrolled.
11058
11059 2006-04-10 Bill Wohler <wohler@newt.com>
11060
11061 * custom.el (defcustom, custom-handle-keyword):
11062 Add :package-version keyword.
11063 (custom-add-package-version): New function. Sets value of new
11064 property 'custom-package-version from :package-version keyword.
11065 (defcustom): Create Common Keywords section in docstring.
11066 (defface, defgroup): Replace definitions of a select few keywords
11067 with a reference to the Common Keywords in defcustom.
11068 (defcustom, defface, defgroup): Replace reference to Customization
11069 chapter in manual with hyperlink.
11070
11071 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11072 (customize-changed-options): Add check for custom-package-version.
11073 (customize-package-emacs-version): New function to look up Emacs
11074 version corresponding to the given package version.
11075
11076 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11077 defun name, in similar fashion to find-variable-regexp.
11078
11079 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11080
11081 * international/mule-cmds.el (set-locale-environment): Fix last
11082 change for when the locale's preferences don't specify any encoding.
11083
11084 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11087 so the defined var/fun doesn't need to be quoted.
11088
11089 2006-04-10 Richard Stallman <rms@gnu.org>
11090
11091 * finder.el (finder-mode-map): Add n and p bindings.
11092
11093 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11094
11095 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11096 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11097 (gdb-setup-windows): Put something in source window if we can't find
11098 the source file.
11099 (gdb-frame-handler): Make it work again with just assembly.
11100 (gdb-data-list-register-values-handler): Make it work when there is
11101 no stack.
11102
11103 2006-04-09 Richard Stallman <rms@gnu.org>
11104
11105 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11106 specs while looking for charset.
11107
11108 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11109
11110 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11111 Make them faces.
11112 (lm-font-lock-keywords): Update appropriately.
11113
11114 2006-04-10 Kim F. Storm <storm@cua.dk>
11115
11116 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11117 it can also replace buffer-substring-no-properties.
11118
11119 * emulation/cua-base.el (cua-delete-region, cua-paste)
11120 (cua-repeat-replace-region): Use filter-buffer-substring.
11121
11122 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11123 (cua-cut-region-to-global-mark): Likewise.
11124
11125 * emulation/cua-rect.el (cua--extract-rectangle)
11126 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11127
11128 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11129
11130 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11131 entry-type. Add field delimiters to numerical fields if they are
11132 not present.
11133
11134 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11135
11136 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11137 string-const to return value.
11138 (bibtex-remove-delimiters): Use it.
11139
11140 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11143 cl-byte-compile-compiler-macro unless it exists.
11144
11145 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11146
11147 * files.el (hack-local-variables-confirm) <offer-save>:
11148 Clarify message text. Suggested by Ralf Angeli.
11149
11150 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11151
11152 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11153 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11154 instead of `buffer-substring' and `delete-region'. (Most of the
11155 code actually copied from `kill-region'.)
11156
11157 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11158
11159 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11160 (rcirc-default-port): Rename from rcirc-port.
11161 (rcirc-default-nick): Rename from rcirc-nick.
11162 (rcirc-default-user-name): Rename from rcirc-user-name.
11163 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11164 (rcirc-low-priority-flag): New variable.
11165 (rcirc-decode-coding-system): New defcustom.
11166 (rcirc-encode-coding-system): New defcustom.
11167 (rcirc-coding-system-alist): New defcustom.
11168 (rcirc-multiline-major-mode): New defcustom.
11169 (rcirc-nick): New internal variable.
11170 (rcirc-process): Remove variable.
11171 (rcirc-server-buffer): New variable.
11172 (rcirc): Update to use rcirc-default-* variables above.
11173 (rcirc-connect): Do not add window-configuration-hook-here.
11174 (rcirc-server): New internal variable.
11175 (rcirc-connect): Do not send keepalive pings if
11176 rcirc-keepalive-seconds is nil.
11177 (with-rcirc-server-buffer): New macro.
11178 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11179 (rcirc-server-name): Rename from rcirc-server.
11180 (rcirc-buffer-process): New function.
11181 (rcirc-buffer-nick): New function.
11182 (rcirc-buffer-target): Remove function.
11183 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11184 New commands.
11185 (rcirc-mode-map): Change binding of C-c C-l to
11186 rcirc-toggle-low-priority.
11187 (rcirc-mode): Initialize coding system based on
11188 rcirc-coding-system-alist. New change-major-mode-hook to part the
11189 channel on a mode change. Make kill-buffer-hook buffer-local.
11190 (rcirc-change-major-mode-hook): New function.
11191 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11192 (rcirc-last-post-time): New variable.
11193 (rcirc-process-message): Store the last time user posted a message
11194 to this target.
11195 (rcirc-multiline-minor-mode): New mode.
11196 (rcirc-multiline-minor-mode-map): New mode map.
11197 (rcirc-edit-multiline): Put multiline-edit buffer in
11198 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11199 (rcirc-print): Ignore any line starting with an ignored nick.
11200 (rcirc-print): Decode using rcirc-decode-coding-system.
11201 (rcirc-track-minor-mode): Update global-mode-string when disabling
11202 this mode.
11203 (minor-mode-alist): Add LowPri indicator.
11204 (rcirc-toggle-low-priority): New function.
11205 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11206 next lowpriority buffer with activity.
11207 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11208 last time the user posted a message in to the target.
11209 (rcirc-update-activity-string): New formatting for low priority
11210 buffers.
11211 (rcirc-split-activity): New function.
11212 (rcirc-handler-PART, rcirc-handler-KICK)
11213 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11214 (rcirc-nick-away-alist): New variable.
11215 (rcirc-handler-301): New handler. Away messages are printed once
11216 per change.
11217
11218 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11219
11220 * info.el (Info-follow-nearest-node): Doc fix.
11221
11222 * international/mule-cmds.el (set-locale-environment): Make sure
11223 the coding-system preferred by the locale's language has the same
11224 EOL conversion type as the original buffer-file-coding-system.
11225 (locale-language-names): Add a few MS Windows language codes.
11226
11227 2006-04-07 Richard Stallman <rms@gnu.org>
11228
11229 * simple.el (eval-expression): Doc fix.
11230
11231 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11232 (eval-defun): Doc fixes.
11233
11234 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11235
11236 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11237
11238 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11239
11240 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11241 GDB list command without argument for greater generality.
11242
11243 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11244
11245 * subr.el (string-or-null-p): New function.
11246
11247 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11248
11249 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11250
11251 * files.el: Update comment about safe-local-variable declarations.
11252
11253 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11254
11255 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11256 See idlwave.org.
11257
11258 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11259 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11260
11261 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11262 See idlwave.org.
11263
11264 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11265 version 6.0 (minimal changes). See idlwave.org.
11266
11267 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11268 6.0 (minimal changes). See idlwave.org.
11269
11270 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11271
11272 2006-04-06 Romain Francoise <romain@orebokech.com>
11273
11274 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11275 symmetric encryption features and a new asynchronous interface to
11276 GnuPG. This new version is version 1.4, plus whitespace changes.
11277
11278 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11279
11280 * files.el: Move some `safe-local-variable' declarations to the
11281 respective files.
11282
11283 * textmodes/ispell.el (ispell-check-comments)
11284 (ispell-local-dictionary): Mark as safe.
11285
11286 * abbrev.el (abbrev-mode): Mark as safe.
11287
11288 * add-log.el (change-log-default-name): Mark as safe.
11289
11290 * textmodes/reftex-vars.el (reftex-vref-is-default)
11291 (reftex-fref-is-default, reftex-level-indent)
11292 (reftex-guess-label-type): Mark as safe.
11293
11294 * textmodes/fill.el (colon-double-space): Mark as safe.
11295
11296 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11297 (sentence-end-double-space, sentence-end-without-period)
11298 (sentence-end-without-space, sentence-end, sentence-end-base)
11299 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11300
11301 2006-04-06 Kim F. Storm <storm@cua.dk>
11302
11303 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11304 the :set-after list.
11305 (ido-downcase-unc-hosts): New user option. Default on.
11306 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11307 when it is set, as regexps are now applied on the fly.
11308 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11309 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11310 on the fly, but only when ido-process-ignore-lists is set.
11311 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11312 Only downcase names if ido-downcase-unc-hosts is set.
11313
11314 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11317
11318 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11319
11320 2006-04-05 Kim F. Storm <storm@cua.dk>
11321
11322 * ido.el (ido-mode): Set after ido-unc-hosts and
11323 ido-ignore-unc-host-regexps.
11324 (ido-save-history): Save ido-unc-hosts-cache.
11325 (ido-load-history): Load ido-unc-hosts-cache.
11326 (ido-reread-directory): Refresh unc hosts cache in // dir.
11327
11328 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11329 to nil while displaying slash screen.
11330
11331 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11332
11333 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11334 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11335
11336 2006-04-05 Kenichi Handa <handa@m17n.org>
11337
11338 * international/characters.el: Setup cases of Latin, Greek, and
11339 Cyrillic characters in CJK charsets.
11340
11341 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11342
11343 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11344 default-enable-multibyte-characters. This reverts the change from
11345 revision 6.17 which is no longer necessary because the passphrase
11346 is sent separately now. GnuPG messages are unreadable under
11347 multibyte locales with default-enable-multibyte-characters set to nil.
11348
11349 2006-04-04 Andreas Schwab <schwab@suse.de>
11350
11351 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11352 and `byte-compile-warnings' as `safe-local-variable'.
11353
11354 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * man.el (Man-mode-map): Restore the \r binding.
11357 (Man-abstract-xref-man-page): If Man-target-string is a function,
11358 call it.
11359 (Man-highlight-references): Use Man-default-man-entry to get the
11360 target. Deal with xrefs too.
11361 (Man-highlight-references0): Don't call the target function.
11362
11363 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11364 cannot deal with it.
11365
11366 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11367
11368 * pgg-gpg.el: Clean up process buffers every time gpg processes
11369 complete.
11370
11371 2006-04-04 Kenichi Handa <handa@m17n.org>
11372
11373 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11374 here.
11375 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11376 Temporarily bind inhibit-field-text-motion to t.
11377
11378 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * startup.el (normal-splash-screen): Only set mode-line-format in the
11381 splash buffer, so as not to interfere when debugging the code.
11382 Ignore errors when switching buffer.
11383
11384 2006-04-03 Romain Francoise <romain@orebokech.com>
11385
11386 * dired.el (dired-dnd-protocol-alist): Fix typo.
11387
11388 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11389
11390 * savehist.el (savehist): Add :version.
11391 (savehist-ignored-variables): New variable.
11392 (savehist-minibuffer-hook): Don't save variables listed in
11393 `savehist-ignored-variables'.
11394
11395 * dired.el (dired-dnd-protocol-alist): Mention that change does
11396 only apply to new buffers in doc string.
11397
11398 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11399
11400 * recentf.el (recentf-open-files-item): Include newline in button
11401 field, so opening a file will work, when the point is at the end
11402 of the file name. Allow, for example, to [i]search a file by
11403 extension and just push RET to open it.
11404
11405 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11406
11407 * pgg-gpg.el (pgg-gpg-process-filter)
11408 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11409
11410 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11411 lines, temporary fix.
11412
11413 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11414
11415 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11416
11417 2006-04-02 Richard Stallman <rms@gnu.org>
11418
11419 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11420
11421 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11422
11423 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11424 header-mouse-map.
11425
11426 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11427 (ibuffer-mode-header-map): New keymaps.
11428 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11429 and keybindings for column headers.
11430 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11431 property.
11432
11433 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11434
11435 * speedbar.el (speedbar-after-create-hook): Doc fix.
11436
11437 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11438
11439 * shell.el (shell-directory-tracker)
11440 (shell-dynamic-complete-command): Doc fixes.
11441
11442 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11443
11444 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11445 terminals.
11446
11447 2006-04-01 Kim F. Storm <storm@cua.dk>
11448
11449 * ido.el (ido-unc-hosts-cache): New defvar.
11450 (ido-unc-hosts): If value of defcustom is a function, call it to
11451 get list of UNC hosts. Add function-item choices to specify
11452 ido-unc-hosts-net-view or user function.
11453 (ido-ignore-unc-host-regexps): New defcustom.
11454 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11455 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11456 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11457
11458 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11461 wwidth.
11462
11463 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11466 (ido-max-work-file-list, ido-switch-buffer)
11467 (ido-read-file-name-as-directory-commands):
11468 Fix typos in docstrings.
11469
11470 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11471
11472 * term/mac-win.el (mac-system-coding-system): Define and use after
11473 Mac-specific coding systems are ready.
11474
11475 2006-03-27 Romain Francoise <romain@orebokech.com>
11476
11477 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11478
11479 * ldefs-boot.el: Update.
11480
11481 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11482
11483 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11484 passphrases when it is not needed.
11485 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11486 passphrase stuff from gpg, should only be necessary when you use
11487 gpg with a smartcard.
11488
11489 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11490
11491 * comint.el (comint-dynamic-list-completions): Allow user to
11492 select *Completions* buffer.
11493
11494 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11495
11496 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11497
11498 2006-03-26 Andreas Schwab <schwab@suse.de>
11499
11500 * progmodes/gud.el (gdb): Only complain about multiple debugging
11501 when the gdb process is still running.
11502
11503 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11504
11505 * mail/rmail.el (tool-bar-map): Defvar it.
11506 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11507 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11508
11509 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11510
11511 * help.el (print-help-return-message): Suggest to use
11512 display-buffer instead of switch-to-buffer-other-window to restore
11513 the previous window without selecting it.
11514
11515 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11516
11517 * frame.el (select-frame-by-name): Call x-focus-frame also when
11518 window-system is mac.
11519
11520 * term/mac-win.el: Adjust Courier font specifications in
11521 x-fixed-font-alist.
11522 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11523 when directly encoding to UTF-16 in native byte order, no BOM.
11524
11525 2006-03-25 Kim F. Storm <storm@cua.dk>
11526
11527 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11528 (cua--init-keymaps): Use it instead of fixed C-return.
11529 (cua-mode): Set after it.
11530
11531 * emulation/cua-rect.el (cua--init-rectangles):
11532 Use cua-rectangle-mark-key instead of fixed C-return.
11533
11534 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11535
11536 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11537 "run" in .gdbinit.
11538 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11539
11540 2006-03-24 Romain Francoise <romain@orebokech.com>
11541
11542 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11543 `display-buffer-other-frame'.
11544
11545 2006-03-24 Kim F. Storm <storm@cua.dk>
11546
11547 * apropos.el (apropos-synonyms): Add selection => region.
11548
11549 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11550
11551 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11552 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11553 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11554 (gdb-data-list-register-values-regexp)
11555 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11556 Future proof against new fields being added to MI output.
11557 (gdb-send): Don't treat backslashes for program input as
11558 continuations.
11559 (gdb-assembler-handler): Don't use window-start for this handler.
11560 (gdb-frame-handler): Don't change to hollow arrow if overlay
11561 arrow doesn't move to new frame.
11562
11563 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11564
11565 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11566 prevent compiler warnings.
11567 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11568 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11569 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11570 buffer too.
11571
11572 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11573
11574 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11575 make-network-process, so we can use the same code in Gnus v5-10
11576 too and have this file fully synchronized with that release.
11577
11578 2006-03-23 Romain Francoise <romain@orebokech.com>
11579
11580 * ibuf-ext.el (ibuffer-read-filter-group-name):
11581 Use `ibuffer-generate-filter-groups' to make completion list match
11582 the filter groups that are really displayed in the Ibuffer buffer.
11583 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11584
11585 2006-03-23 Kenichi Handa <handa@m17n.org>
11586
11587 * international/mule-cmds.el (sort-coding-systems): Describe that
11588 the argument is modified in docstring.
11589
11590 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11591
11592 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11593 (pgg-gpg-update-agent): New function.
11594 (pgg-gpg-use-agent-p): New function.
11595 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11596 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11597 (pgg-gpg-sign-region): Use it.
11598
11599 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11600
11601 * cus-edit.el (custom-face-set): Call custom-push-theme before
11602 face-spec set so that `changed' theme is correctly saved.
11603 (custom-face-reset-standard): Reset to recalculated face rather
11604 than defface spec.
11605
11606 * custom.el (custom-push-theme): Only save `changed' theme if the
11607 current face does not match the defface specs.
11608
11609 2006-03-21 Simon Josefsson <jas@extundo.com>
11610
11611 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11612 <wilde@sha-bang.de>.
11613 (pgg-gpg-use-agent): New variable.
11614 (pgg-gpg-process-region): Use it.
11615 (pgg-gpg-encrypt-region): Likewise.
11616 (pgg-gpg-encrypt-symmetric-region): Likewise.
11617 (pgg-gpg-decrypt-region): Likewise.
11618 (pgg-gpg-sign-region): Likewise.
11619 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11620
11621 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11622
11623 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11624 bracket links.
11625
11626 2006-03-21 Kim F. Storm <storm@cua.dk>
11627
11628 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11629 fringe-indicator-alist instead of modifying global value.
11630 (gdb-frame-handler): Likewise.
11631
11632 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11633
11634 * diff-mode.el (diff-function): Make it inherit from diff-header
11635 instead of diff-context.
11636
11637 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11638 bitmap.
11639 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11640 change names in macro above for consistency.
11641 (gdb-frame-handler): Use hollow-right-triangle for all selected
11642 frames which except the innermost (where execution has stopped).
11643 (gdb-reset): Reset buffer-local values of overlay-arrow.
11644
11645 2006-03-20 Richard Stallman <rms@gnu.org>
11646
11647 * simple.el (set-mark-command): Doc fix.
11648
11649 * files.el (display-buffer-other-frame): New command.
11650 (ctl-x-4-map): Bind C-x 5 C-o to it.
11651
11652 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11655 rather than just defer-time, in case defer-time has been changed but
11656 the timer isn't running yet.
11657 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11658
11659 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11660
11661 * help-mode.el (help-follow-symbol): New function.
11662 Essentially identical to the old `help-follow', but do not let
11663 `push-button' do the work when on an xref.
11664 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11665
11666 2006-03-19 Richard Stallman <rms@gnu.org>
11667
11668 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11669 preceded by the word `program'.
11670 (help-follow-mouse, help-follow): Throw error if not on xref.
11671 Delete no longer used args.
11672
11673 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11674
11675 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11676 annotation ensure gud-overlay-arrow-position is redisplayed.
11677
11678 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11679
11680 * textmodes/bibtex.el (bibtex-include-OPTkey)
11681 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11682 (bibtex-autokey-name-case-convert)
11683 (bibtex-autokey-titleword-case-convert): Make these the aliases
11684 for the following two variables.
11685 (bibtex-autokey-name-case-convert-function)
11686 (bibtex-autokey-titleword-case-convert-function): Make these the
11687 real names.
11688 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11689 bibtex-font-lock-crossref sublists.
11690 (bibtex-mode): Revert 2005-12-30 change (which made
11691 completion-ignore-case buffer-local).
11692 (bibtex-url): Simplify.
11693
11694 2006-03-19 Kim F. Storm <storm@cua.dk>
11695
11696 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11697 cursor property value to 2 (to align with C level change).
11698
11699 2006-03-19 Bill Wohler <wohler@newt.com>
11700
11701 * image.el (image-load-path-for-library): Shorten first line in
11702 docstring.
11703
11704 2006-03-18 Richard Stallman <rms@gnu.org>
11705
11706 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11707
11708 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11709
11710 * isearch.el (isearch-other-meta-char): Handle user bindings for
11711 shifted control characters.
11712
11713 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11714
11715 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11716 part that matches email addresses, file names, etc.
11717
11718 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11719
11720 * term/w32-win.el (mouse-set-font):
11721 Mention w32-list-proportional-fonts in the doc string.
11722
11723 2006-03-18 Kim F. Storm <storm@cua.dk>
11724
11725 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11726 (ido-unc-hosts): New user option to explicitly define list of know
11727 UNC-style hosts for completion.
11728 (ido-cache-unc-host-shares-time): New user option.
11729 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11730 New helper functions for UNC file-name support.
11731 (ido-may-cache-directory): Check for UNC host. Simplify.
11732 (ido-wash-history): Clean out old UNC hosts.
11733 (ido-nonreadable-directory-p): UNC hosts are always readable.
11734 (ido-directory-too-big-p): UNC hosts are never too big.
11735 (ido-set-current-directory): Handle UNC root path.
11736 (ido-file-name-all-completions): Complete UNC host names from
11737 ido-unc-hosts list. Cache UNC host shares.
11738 (ido-make-file-list-1): Don't filter UNC root.
11739 (ido-exhibit): Check for // in root directory, and switch to UNC
11740 mode by setting ido-current-directory to //.
11741
11742 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11743
11744 * cus-edit.el (customize-changed-options): Mention explicit
11745 version number as default in prompt.
11746
11747 2006-03-17 Bill Wohler <wohler@newt.com>
11748
11749 * image.el (image-load-path-for-library): Minor docstring fix.
11750
11751 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11752
11753 * textmodes/org.el (org-read-date): Include subgroup 5 into
11754 replacement text.
11755 (org-popup-calendar-for-date-prompt): Fix customization type.
11756
11757 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11758
11759 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11760 (gdb-continuation): New variable.
11761 (gdb-send): Deal with continuation lines.
11762
11763 * progmodes/gud.el (gud-gdb-complete-command)
11764 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11765 expressions.
11766 (gud-tooltip-mode): Use buffer-local value.
11767
11768 2006-03-16 Kim F. Storm <storm@cua.dk>
11769
11770 * ido.el (ido-edit-input): Use selected match, if any.
11771
11772 2006-03-16 Bill Wohler <wohler@newt.com>
11773
11774 * image.el (image-load-path-for-library): Prefer user's images in
11775 image-load-path.
11776
11777 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11778
11779 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11780 when checking for attempt to drag leftmost or rightmost scrollbar.
11781
11782 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11783
11784 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11785 (gdb-force-mode-line-update): New function.
11786 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11787 (gdb-exited): Use them.
11788 (gdb-signal): New function.
11789 (gdb-annotation-rules): Provide a rule for it.
11790
11791 2006-03-16 Kenichi Handa <handa@m17n.org>
11792
11793 * international/mule.el (auto-coding-regexp-alist): Add entries
11794 for Unicode BOM.
11795
11796 * sort.el (sort-build-lists): Temporarily bind
11797 inhibit-field-text-motion to t.
11798
11799 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11800
11801 * locate.el (locate-command, locate-make-command-line)
11802 (locate-fcodes-file, locate-update-command)
11803 (locate-prompt-for-command, locate, locate-with-filter)
11804 (locate-get-file-positions): Doc fixes.
11805 (locate-buffer-name, locate-header-face): Remove leading `*' in
11806 defcustom.
11807 (locate-filter-output): Use `keep-lines' instead of its alias
11808 `delete-non-matching-lines'.
11809 (locate-get-filename, locate-get-dirname): Add introductory comment.
11810 (locate-find-directory-other-window): Give appropriate error
11811 message if used outside main listing.
11812
11813 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11816 the new extend-region feature.
11817 (font-lock-after-change-function): Update correspondingly.
11818 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11819 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11820
11821 2006-03-15 Bill Wohler <wohler@newt.com>
11822
11823 * image.el (image-load-path-for-library): Fix example by not
11824 recommending that one binds image-load-path. Just defvar it to
11825 placate compiler and only use it if previously defined.
11826
11827 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11828
11829 * textmodes/org.el (org-insert-centered): Use `string-width' to
11830 make underlining work for wide characters.
11831 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11832 TAB to `org-cycle', to make sure that no binding in
11833 `outline-mode-map' can supercede it.
11834
11835 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11836
11837 * allout.el: Increment version to 2.2.1 in file commentary.
11838
11839 (allout-version): Increment to 2.2.1.
11840
11841 (allout-default-layout): New customization variable, used when the
11842 file lacks a specific allout-layout. Uses allout-layout-type for
11843 recursively nested definition.
11844
11845 (allout-layout-type): Widget defining allout layouts, necessary for
11846 self-recursive definition.
11847
11848 (allout-mode): Incorporate allout-default-layout as fallback for
11849 allout-layout.
11850
11851 (allout-layout): Mark as 'safe-local-variable', and refer mention
11852 fallback to `allout-default-layout' in absence of a specified value.
11853 (allout-passphrase-verifier-string)
11854 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11855
11856 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11857
11858 (allout-get-encryption-passphrase-verifier): Use correct name of
11859 passphrase verifier in docstring.
11860
11861 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11862
11863 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11864 elements.
11865 (gdb-find-watch-expression): Make it work for arrays too.
11866 Follow change to gdb-var-list.
11867 (gud-watch): Allow the user to enter variable name with a prexix
11868 arg. Create keybindings.
11869 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11870 (gdb-var-list-children-handler, gdb-var-update-handler)
11871 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11872 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11873 Follow change to gdb-var-list.
11874 (gdb-starting): Don't show the overlay arrows when program is running.
11875
11876 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11877 gdb-var-list.
11878
11879 2006-03-14 Bill Wohler <wohler@newt.com>
11880
11881 * image.el (image-load-path-for-library): Pass value of path
11882 rather than symbol. Always return list of directories.
11883 Guarantee that image directory comes first.
11884
11885 2006-03-14 Alan Mackenzie <acm@muc.de>
11886
11887 * font-core.el (font-lock-extend-region\(-function\)?.):
11888 New function/variable.
11889
11890 * font-lock.el (font-lock-after-change-function):
11891 Call font-lock-extend-region. Obey font-lock-lines-before.
11892 (font-lock-default-fontify-region): Remove reference to
11893 font-lock-lines-before.
11894
11895 * jit-lock.el (jit-lock-after-change):
11896 Call font-lock-extend-region. Obey font-lock-lines-before.
11897
11898 2006-03-14 David Ponce <david@dponce.com>
11899
11900 * tree-widget.el (tree-widget-themes-load-path)
11901 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11902
11903 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11904
11905 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11906 (rcirc-print): Mark the start of text at the end of the prompt.
11907 (rcirc-track-minor-mode): Add autoload cookie.
11908 (rcirc-update-activity-string): Add space to front of mode-line
11909 indicator.
11910
11911 2006-03-13 Miles Bader <miles@gnu.org>
11912
11913 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11914 (rcirc-abbrev-nick): Remove function.
11915 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11916
11917 2006-03-13 David Ponce <david@dponce.com>
11918
11919 * tree-widget.el: Handle themes across all occurrences of the main
11920 themes sub-directory found in tree-widget-themes-load-path.
11921 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11922 (tree-widget--locate-sub-directory): Return all occurrences.
11923 (tree-widget-themes-path): New function.
11924 Replace tree-widget-themes-directory, and return a list of directories.
11925 (tree-widget-set-parent-theme)
11926 (tree-widget-lookup-image): Use it.
11927
11928 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11929
11930 * textmodes/org.el (org-link-search): Avoid self-matching of
11931 links, allow target text to be distributed over several lines.
11932 (org-search-not-link): New function.
11933 (org-set-regexps-and-options, org-get-current-options):
11934 New startup options.
11935 (org-export-as-html): Take odd-level setting from local variable.
11936 (org-fontify-emphasized-text): New option.
11937 (org-set-font-lock-defaults): Include emphasized text.
11938 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11939 (org-font-lock): Customize group renamed from `org-faces'.
11940
11941 2006-03-13 John Paul Wallington <jpw@pobox.com>
11942
11943 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11944 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11945
11946 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11947
11948 * cus-start.el (all): Delete :version keyword for members of the
11949 fringe group, since the entire group is new in 22.1.
11950
11951 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11952
11953 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11954 map if value is hexadecimal (an address).
11955 (gud-watch): Only search roots for existing watch expressions.
11956 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11957 prevent caching problems with speedbar-update-directory-contents.
11958
11959 2006-03-12 Juri Linkov <juri@jurta.org>
11960
11961 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11962 before comparing with `low' and `warn'.
11963
11964 * info.el (Info-dir-remove-duplicates): Move point to the
11965 beginning of the current line after deleting the entries from
11966 redundant heading. Use marker for `limit' and compare it with
11967 point before calling `re-search-forward'.
11968
11969 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * simple.el (yank): Fix typo in docstring.
11972
11973 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11974
11975 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11976 messages, where "D" is the 6th character.
11977
11978 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11979
11980 * simple.el (yank): Fix last change.
11981
11982 2006-03-11 David Ponce <david@dponce.com>
11983
11984 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11985 merging elements from the standard ispell-dictionary-alist.
11986 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11987 alist, and return the new alist.
11988
11989 2006-03-11 Richard Stallman <rms@gnu.org>
11990
11991 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11992
11993 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11994 the way it is implemented is too unclean.
11995
11996 * simple.el (kill-region, yank): Doc fix.
11997
11998 * battery.el (battery-echo-area-format): Doc fix.
11999 (battery-mode-line-format): Likewise.
12000 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12001 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12002
12003 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12004
12005 * progmodes/octave-mod.el (octave-indent-for-comment):
12006 Behave according to do string.
12007
12008 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12009
12010 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12011 Be visible only if major mode is Mail Mode.
12012
12013 * textmodes/flyspell.el (flyspell-external-point-words)
12014 (flyspell-process-localwords): Fix last changes.
12015
12016 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12017
12018 * calendar/holidays.el (list-holidays): Doc fix.
12019
12020 * international/mule.el (auto-coding-alist): Add .odt
12021 (OpenOffice's open document) files.
12022
12023 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12024 document) files. Mention in the doc string the need to sync with
12025 auto-coding-alist.
12026
12027 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12028
12029 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12030 enable-local-variables is set to always query, or there is no
12031 savable variable.
12032
12033 2006-03-10 Bill Wohler <wohler@newt.com>
12034
12035 * image.el (image-load-path-for-library): Merge at least three
12036 functions from Gnus and MH-E into this one function that can now
12037 be shared.
12038
12039 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12040
12041 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12042 gdb-remove-mouse-face and remove help-echo too.
12043 (gdb-enqueue-input): Correct conditional clause.
12044
12045 2006-03-10 Glenn Morris <rgm@gnu.org>
12046
12047 * calendar/calendar.el (calendar-holidays): Doc fix.
12048 * calendar/holidays.el (list-holidays): Doc fix.
12049
12050 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12051
12052 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12053 it gets called in gdb-prompt anyway.
12054 (gdb-use-separate-io-buffer): Only restore window arrangement for
12055 gdb-many-windows.
12056 (gdb-enqueue-input): Make it harder to send GDB input when program
12057 is running.
12058 (gdb-buffer-list): New variable.
12059 (gdb-remove-mouse-face): New function.
12060 (gdb-starting): Use it when GDB input won't get sent.
12061
12062 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12063
12064 * help.el (view-lossage): Remove trailing whitespace before
12065 inserting "\n".
12066
12067 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12068
12069 * files.el (hack-local-variables-confirm):
12070 Set coding-system-for-read to nil before writing to .emacs.
12071
12072 * arc-mode.el (archive-extract): Check if an existing buffer name
12073 comes from a different archive.
12074
12075 * help.el (describe-key-briefly): If KEY is a down event, read and
12076 discard the up event.
12077
12078 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12079
12080 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12081 be edited and use font-lock-warning-face for any changes.
12082
12083 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12084 (gdb-edit-value): Use it to report any errors.
12085
12086 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12087
12088 * help.el (describe-key): Remove leftover test code.
12089
12090 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12091
12092 * textmodes/org.el: Move defvars out of eval-when-compile.
12093 Use buffer-file-name variable.
12094 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12095 arg `file'.
12096 (org-level-faces): Remove startup dependency.
12097 (org-cycle, org-map-tree, org-scan-tags)
12098 (org-remember-handler): Don't call `outline-level' directly.
12099 (org-mhe-search-all-folders): New option.
12100 (org-mhe-get-message-folder-from-index)
12101 (org-mhe-get-message-folder): Fix indexing search.
12102 (org-format-agenda-item): Handle nil TAGS argument.
12103 (org-cleaned-string-for-export, org-activate-target-links)
12104 (org-make-target-link-regexp): Deal with empty radio target list.
12105 (org-tag): New face.
12106 (org-get-level-face): New function.
12107 (org-set-font-lock-defaults): Simplify setup for headlines.
12108 (org-complete): Pass common substring to `display-completion-list'.
12109
12110 2006-03-06 David Ponce <david@dponce.com>
12111
12112 * tree-widget.el: Update Commentary header.
12113 (tree-widget-theme-name): Ignore parent themes.
12114 (tree-widget-set-parent-theme): New function.
12115 (tree-widget-set-theme): Use it.
12116 (tree-widget-set-image-properties): Move definition. Does nothing
12117 if image properties have already been set.
12118 (tree-widget-image-properties): Move definition. Receive an image
12119 name. Set the :pointer property.
12120 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12121 Don't set the :pointer image property.
12122 (tree-widget-convert-widget): New function. Handle :dynargs
12123 compatibility here.
12124 (tree-widget): Use it to :convert-widget. Add the :expander-p
12125 predicate to control when the :expander function is entered.
12126 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12127 (tree-widget-value-create): Handle :expander-p. widget-apply
12128 :expander.
12129 (tree-widget-expander-p): New function. Default value of the
12130 :expander-p property.
12131
12132 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12133
12134 * help.el (describe-key): Properly handle the return value of
12135 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12136 remaps. Handle string and vector `follow-link' values.
12137
12138 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * complete.el (PC-expand-many-files): Try be more careful when parsing
12141 the shell's output.
12142
12143 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * outline.el (hide-sublevels): Provide better interactive default.
12146
12147 2006-03-06 Kenichi Handa <handa@m17n.org>
12148
12149 * international/fontset.el (create-fontset-from-fontset-spec):
12150 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12151
12152 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12153
12154 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12155 backslashes instead of one in regexp.
12156 (gud-tooltip-dereference): Add missing optional argument.
12157
12158 2006-03-04 John Paul Wallington <jpw@pobox.com>
12159
12160 * wdired.el (toplevel): Require `cl' at compile-time.
12161
12162 2006-03-04 Andreas Schwab <schwab@suse.de>
12163
12164 * server.el (server-process-filter): Handle errors during
12165 evaluation of the argument.
12166
12167 2006-03-03 John Paul Wallington <jpw@pobox.com>
12168
12169 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12170 escape parentheses at beginning of line.
12171 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12172 (t-mouse-mode): Remove period from end of error message.
12173
12174 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12175
12176 * textmodes/flyspell.el (flyspell-process-localwords):
12177 Be case-sensitive.
12178
12179 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12180
12181 * cus-edit.el (custom-quote): Remove function, since it has been
12182 moved to custom.el.
12183
12184 * font-lock.el (lisp-font-lock-keywords-2)
12185 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12186 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12187 they have no special meaning.
12188
12189 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12190 indirect buffer gets killed before indirect buffer. Use dolist.
12191
12192 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12193
12194 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12195 value instead of a literal constant (1) on more pauses.
12196
12197 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12198
12199 * textmodes/flyspell.el (flyspell-external-point-words):
12200 Be case-sensitive.
12201
12202 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12203
12204 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12205 with "www".
12206
12207 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12208
12209 * allout.el: Restablish intermediate missing comment header to
12210 preserve outline structure.
12211 (allout-beginning-of-current-entry): Skip invisible text.
12212 (allout-open-topic): Fix opening a topic at end-of-buffer.
12213 (allout-minor-mode): Move nearer to allout-mode function.
12214
12215 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12216
12217 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12218
12219 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12220
12221 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12222 is nil.
12223
12224 * progmodes/gud.el (gud-speedbar-menu-items):
12225 Use buffer-local-value and add missing :visible keyword.
12226
12227 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12228
12229 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12230
12231 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12232 must be `follow-link'.
12233
12234 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12235
12236 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12237 formatting: No nested anchors.
12238 (org-all-targets): Fix bug with XEmacs compatibility.
12239 (org-read-date): Add (require 'parse-time).
12240 (org-set-tags): Fix bug with extra inserted space.
12241 (org-export-html-style): Define a style class for targets.
12242 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12243 (org-hide-leading-stars): New option.
12244 (org-hide): New face.
12245 (org-set-font-lock-defaults): Allow to hide leading stars.
12246 (org-get-legal-level, org-tr-level): New functions.
12247 (org-odd-levels-only): New option.
12248 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12249 (org-demote, org-promote): Deal with double-star levels.
12250 (org-convert-to-odd-levels): New command.
12251
12252 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12253
12254 * speedbar.el (speedbar-update-localized-contents): Try to
12255 preserve window-start.
12256 (speedbar-update-directory-contents): Try to preserve window-start
12257 and window-point.
12258 (speedbar-update-special-contents): Don't move back to start of window.
12259
12260 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12261 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12262 speedbar-timer-fn.
12263 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12264 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12265 instead of gdb-speedbar-timer-fn.
12266
12267 2006-02-28 Jay Belanger <belanger@truman.edu>
12268
12269 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12270 (math-compose-expr): Use latex option when calling
12271 `math-compose-tex-matrix' for latex mode.
12272
12273 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12274
12275 * speedbar.el: Re-instate comments about developing for speedbar
12276 [this is what info and gdb-ui use even if better methods exist now].
12277
12278 * t-mouse.el: New file.
12279 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12280 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12281 (t-mouse-make-event-element): Use posn-at-x-y instead.
12282 (t-mouse-make-event): Deal with Fedora Core 3.
12283 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12284 (t-mouse-mouse-position-function): New function. Use it instead
12285 of advising mouse-position.
12286 (t-mouse-mode): New minor mode.
12287 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12288
12289 2006-02-27 Glenn Morris <rgm@gnu.org>
12290
12291 * calendar/calendar.el (calendar-holidays): Doc fix.
12292
12293 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12294
12295 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12296 Re-introduce the concept of a source window.
12297 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12298 consistency with get-buffer-create.
12299 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12300 (gdb-data-list-register-values-handler)
12301 (gdb-stack-list-locals-handler): Try to preserve window-start as
12302 well as window-point.
12303 (gdb-display-source-buffer): New function (old concept).
12304 (gdb-goto-breakpoint): Use it.
12305
12306 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12307 for gdb-ui/gdb-mi (old concept).
12308
12309 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12310
12311 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12312 binding.
12313
12314 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12315
12316 * textmodes/reftex-sel.el (reftex-select-label-map)
12317 (reftex-select-bib-map): Add `follow-mouse' binding.
12318
12319 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12320
12321 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12322 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12323 Give :set functions to provide automatic updating.
12324 Update docstring. Give compiler defvars early in the file
12325 and move the defcustoms to a later spot where all called functions
12326 are defined.
12327 (jka-compr-file-name-handler-entry): Doc fix.
12328 (jka-compr-compression-info-list--internal)
12329 (jka-compr-mode-alist-additions--internal)
12330 (jka-compr-load-suffixes--internal): New variables.
12331 (jka-compr-install): Set the three above variables.
12332 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12333 (jka-compr-update, jka-compr-set): New functions.
12334 (auto-compression-mode): Doc fix.
12335
12336 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12337 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12338 Use jka-compr-compression-info-list--internal,
12339 jka-compr-mode-alist-additions--internal and
12340 jka-compr-load-suffixes--internal.
12341
12342 * files.el (load-library):
12343 * loadhist.el (file-loadhist-lookup):
12344 * startup.el (command-line):
12345 * subr.el (locate-library):
12346 * emacs-lisp/autoload.el (update-directory-autoloads):
12347 * emacs-lisp/find-func.el (find-library-suffixes):
12348 Use `get-load-suffixes' instead of `load-suffixes'.
12349
12350 * subr.el (locate-library):
12351 * emacs-lisp/find-func.el (find-library-name):
12352 Use `load-file-rep-suffixes' instead of '("").
12353
12354 2006-02-26 Kim F. Storm <storm@cua.dk>
12355
12356 * ido.el (ido-save-history, ido-load-history): Simplify.
12357 Don't use find-file-noselect to avoid interference from other modes.
12358
12359 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12360
12361 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12362 to use the default shell if filename is not available.
12363 Reported by Giorgos Keramidas.
12364
12365 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12366
12367 * progmodes/etags.el (tags-completion-table): Do completion from
12368 all the tables in the current list, as documented in the manual.
12369
12370 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12371
12372 * CC Mode Update to 5.31.3.
12373
12374 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12375
12376 * progmodes/cc-mode.el (c-postprocess-file-styles):
12377 Bind inhibit-read-only to t, around the call to
12378 c-remove-any-local-eval-or-mode-variables, so that it works on a
12379 RO file.
12380
12381 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12382
12383 * progmodes/cc-awk.el: Correct a typo.
12384
12385 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12386
12387 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12388 c-hungry-delete-backwards, at the request of RMS. Leave the old
12389 name as an alias.
12390
12391 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12392
12393 * progmodes/cc-mode.el: Correct a typo.
12394
12395 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12396
12397 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12398
12399 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12400
12401 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12402 brace-else-brace (error due to mbeg, mend being undefined).
12403
12404 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12405
12406 * progmodes/cc-mode.el: File Local variables: Solve the problem
12407 where both `mode' and c-file-offsets are specified: `mode' will
12408 overwrite c-f-o's settings:
12409 (c-remove-any-local-eval-or-mode-variables): New function.
12410 (c-postprocess-file-styles): Call the above new function, within
12411 c-tentative-buffer-change, to splat `mode' and `eval' before the
12412 second hack-local-variables.
12413
12414 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12415
12416 * progmodes/cc-mode.el:
12417 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12418 (c-after-change): Protect the match data with save-match-data.
12419 It was getting corrupted by c-after-change-check-<>-operators.
12420
12421 * cc-defs.el: [Supersedes patch V1.38]:
12422 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12423 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12424
12425 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12426 with save-match-data. It was being corrupted when Font Lock was
12427 not enabled.
12428
12429 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12430
12431 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12432 Mode and Subword Mode.
12433
12434 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12435 real labels ("case 1:" or "foo:") from non-labels ("public:").
12436 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12437 coding; c-f-t-2 doesn't move over a token at EOB.
12438
12439 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12440
12441 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12442 (c-update-modeline): Concatenate the minor mode indicators
12443 directly onto mode-name, removing c-submode-indicators.
12444 Sometimes, c-s-i got separated from the mode name on the mode line.
12445
12446 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12447 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12448
12449 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12450
12451 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12452 error message when there's an evaluation error to show whether
12453 it's loaded from source or not.
12454 (c-filter-ops): Make it available at runtime too to work when
12455 `c-make-init-lang-vars-fun' needs to evaluate from source.
12456
12457 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12458
12459 * help.el (help): Revert last part of 2006-02-23 change (deletion
12460 of the `provide' call).
12461
12462 2006-02-23 Juri Linkov <juri@jurta.org>
12463
12464 * compare-w.el (compare-windows-highlight): Add new value
12465 `persistent' and change :type from `boolean' to `choice'.
12466 (compare-windows-overlays1, compare-windows-overlays2):
12467 New internal variables.
12468 (compare-windows-highlight): If compare-windows-highlight is
12469 `persistent', add current overlays to compare-windows-overlays[12]
12470 instead of adding compare-windows-dehighlight to pre-command-hook.
12471 (compare-windows-dehighlight): Delete all overlays from
12472 compare-windows-overlays[12].
12473
12474 * info.el (Info-search): Don't bind search-spaces-regexp to
12475 Info-search-whitespace-regexp in non-regexp isearch mode.
12476
12477 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12480
12481 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12482
12483 * textmodes/org.el (org-xemacs-p)
12484 (org-export-html-show-new-buffer, org-table-may-need-update)
12485 (org-insert-item, org-mhe-get-message-real-folder)
12486 (org-mhe-get-message-folder-from-index)
12487 (org-mhe-get-message-folder, org-mhe-get-message-num)
12488 (org-mhe-get-header, org-make-org-heading-search-string)
12489 (org-make-org-heading-camel, org-table-sort-lines)
12490 (org-format-org-table-html, org-format-table-table-html):
12491 Fix typos in docstrings.
12492
12493 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12494
12495 * textmodes/org.el (org-cleaned-string-for-export)
12496 (org-solidify-link-text): New function.
12497 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12498 XEmacs, just to silence the compiler.
12499 (org-export-as-ascii, org-export-as-html-and-open):
12500 Use `org-cleaned-string-for-export' and create internal links.
12501 (org-follow-mhe-link): Require mh-e, use folder.
12502
12503 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12504
12505 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12506
12507 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12508 gdb-debug-log-length.
12509 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12510 it a real ring but...
12511 (gud-gdba-marker-filter): ...make it work like mark-ring.
12512 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12513 (gdb-mouse-jump): New function. Add bindings.
12514
12515 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12516
12517 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12518 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12519 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12520 (gdb-debug-log-length): Customize it's length.
12521 (gud-watch, gdb-var-create-handler): Display function::var format
12522 but don't use to create variable object.
12523 (gdb-var-create-handler): Use message-box in place of message.
12524 (gdb-stopped): Call gdb-exited if signalled.
12525
12526 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12527
12528 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12529
12530 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12531
12532 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12533 if `reftex-try-all-extensions' is set.
12534
12535 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12536 fail silently when there is no valid argument at point.
12537 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12538 `fail-silently' argument. From a patch by David Reiter.
12539
12540 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12541 New commands.
12542 (org-mark-ring): New variable.
12543 (org-mark-ring-length): New option.
12544 (org-open-at-point, org-goto, org-open-file): Push old position
12545 onto the mark ring.
12546 (org-add-hook): New function.
12547 (org-export-table-remove-special-lines): New option.
12548 (org-skip-comments, org-format-org-table-html): Respect new
12549 option `org-export-table-remove-special-lines'.
12550 (org-open-file): Allow special command configuration for
12551 directory link.
12552 (org-file-apps): Fix bugs in customize type, added setting
12553 for directories.
12554 (org-activate-tags, org-format-agenda-item, org-complete)
12555 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12556 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12557 (org-link-search, org-make-org-heading-search-string)
12558 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12559 (org-radio-targets, org-file-link-context-use-camel-case)
12560 (org-activate-camels): New options.
12561 (org-update-radio-target-regexp, org-all-targets)
12562 (org-make-target-link-regexp, org-activate-target-links):
12563 New functions.
12564 (org-make-org-heading-search-string): New function.
12565 (org-store-link, org-insert-link): Use new option
12566 `org-file-link-context-use-camel-case'.
12567 (org-activate-camels): Use new option `org-activate-camels'.
12568 (org-link-regexp): Add mhe prefix.
12569 (org-open-at-point, org-store-link): Support for mhe links.
12570 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12571 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12572 (org-mhe-get-header, org-follow-mhe-link): New functions.
12573 (org-remove-angle-brackets, org-add-angle-brackets):
12574 New functions.
12575 (org-bracket-link-regexp): New constant.
12576 (org-read-date): Fix bug that was rejecting all typed dates.
12577 (org-link-search): Make hierarchy above visible after a match.
12578 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12579 (org-store-link): Fix bug with link creation when cursor is in
12580 an empty line.
12581 (org-open-at-point): Fix bug with matching a link.
12582 Fixed buggy argument sequence in call to `org-view-tags'.
12583 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12584 (org-prefix-has-tag): New variable.
12585 (org-format-agenda-item): Remove tags from headline
12586 if appropriate.
12587 (org-agenda-remove-tags-when-in-prefix): New option.
12588
12589 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12590
12591 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12592 Fix the regular expressions.
12593
12594 2006-02-21 Richard M. Stallman <rms@gnu.org>
12595
12596 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12597 if there's no other specific basis.
12598
12599 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12600 as variables at all.
12601 (unsafep-variable): Rename arg; doc fix.
12602
12603 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12604
12605 * calendar/appt.el (diary-selective-display): Add defvar.
12606
12607 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12608
12609 * isearch.el (search-whitespace-regexp): Fix custom type.
12610
12611 * help.el (describe-key-briefly): Compute interactive args
12612 in same was as before previous change.
12613
12614 * files.el (enable-local-variables): Doc fix.
12615
12616 2006-02-21 Kim F. Storm <storm@cua.dk>
12617
12618 * fringe.el: Cleanup as file is now pre-loaded.
12619 (fringe-bitmaps): Initialize unconditionally.
12620 (fringe-mode, set-fringe-style): Remove autoload cookies.
12621
12622 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12623
12624 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12625 `horizontal-bar'.
12626 (fringe-cursor-alist): Use `horizontal-bar'.
12627
12628 2006-02-20 Kim F. Storm <storm@cua.dk>
12629
12630 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12631 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12632
12633 * loadup.el: Load "fringe" on window systems.
12634
12635 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12636
12637 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12638 out of scope components.
12639
12640 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12641 default.
12642
12643 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12644
12645 * custom.el (customize-mark-to-save, customize-mark-as-set):
12646 Load the symbol first.
12647
12648 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12649
12650 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12651 strech spec so it doesn't display as "^J" on the header line
12652 when `Buffer-menu-use-header-line' is t.
12653
12654 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12655
12656 * speedbar.el (speedbar-make-button): Keep text properties
12657 of string arguments if desired.
12658
12659 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12660 expessions.
12661
12662 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12663 of speedbar.
12664
12665 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12666
12667 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12668 to value of `read-file-name-completion-ignore-case'.
12669
12670 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12671
12672 * custom.el (customize-mark-as-set): Push to `user' theme.
12673
12674 * cus-edit.el (custom-save-variables): Allow unthemed values.
12675 (customize-set-variable): Push setting to `user' theme.
12676
12677 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12678
12679 * progmodes/gud.el: Don't require font-lock as it's now
12680 automatically loaded.
12681 (gud-speedbar-buttons): Replace gdb-var-changed with
12682 gdb-force-update.
12683
12684 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12685 gdb-var-changed.
12686 (gdb-post-prompt): Use it.
12687 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12688 (gdb-var-update-handler, gdb-var-delete)
12689 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12690 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12691 gdb-force-update in gdb-post-prompt.
12692 (gdb-reset): Clear watch expressions from speedbar when quitting.
12693
12694 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12695
12696 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12697 (viper-change-state-to-vi, viper-change-state-to-emacs):
12698 Make aware of cursor coloring in the Emacs state.
12699 (viper-special-read-and-insert-char): Use read-char-exclusive.
12700 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12701
12702 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12703
12704 * viper-util.el (viper-save-cursor-color)
12705 (viper-get-saved-cursor-color-in-replace-mode)
12706 (viper-get-saved-cursor-color-in-insert-mode)
12707 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12708 state.
12709 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12710
12711 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12712 (ediff-ignore-case-option3, ediff-actual-diff-options)
12713 (ediff-actual-diff3-options): New variables to control case sensitivity.
12714 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12715 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12716 (ediff-toggle-ignore-case): New function.
12717 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12718
12719 * ediff-help.el (ediff-long-help-message-narrow2)
12720 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12721 (ediff-long-help-message-word-mode): Add ignore-case command.
12722 (ediff-help-for-quick-help): Add ignore-case command.
12723
12724 * ediff-merg.el: Move provide to the end.
12725
12726 * ediff-ptch.el: Move provide to the end.
12727
12728 * ediff-wind.el: Move provide to the end.
12729
12730 * ediff-mult.el: Move provide to the end.
12731 (ediff-set-meta-overlay): Enable follow-link.
12732
12733 * ediff.el: Move provide to the end.
12734 Break recursive load cycle in eval-when-compile.
12735 (ediff-patch-buffer): Better heuristics.
12736
12737 * ediff-util.el: Move provide to the end.
12738 Break recursive load cycle in eval-when-compile.
12739 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12740 defuns.
12741 (ediff-submit-report): Pass the values of ediff-diff3-program,
12742 ediff-diff3-options.
12743
12744 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12745
12746 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12747 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12748 `' (for example, in the docstring of `windmove-default-keybindings').
12749
12750 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12751
12752 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12753 shadow face. Don't provide binding to edit variable when it is
12754 out of scope.
12755
12756 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12757 (gdb-var-update-handler): Detect out of scope variables with pre
12758 GDB 6.4 too.
12759 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12760 Reset status of variable objects to nil in update handlers.
12761 (gdb-var-update-handler-1): Detect when a variable object comes
12762 in scope. setcar on var changes gdb-var-list directly.
12763
12764 2006-02-17 Juri Linkov <juri@jurta.org>
12765
12766 * ffap.el (ffap) <defface>: Add explicit face declaration.
12767 (ffap-highlight): Use face `ffap' directly instead of checking
12768 for its existence.
12769
12770 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12771 `visible-ok' of `other-buffer' to find the right original buffer.
12772
12773 * info.el (Info-search): Skip `Local Variables' node.
12774
12775 2006-02-17 Juri Linkov <juri@jurta.org>
12776
12777 * info.el (Info-find-file): Check for symbols `apropos', `history',
12778 `toc' in the input filename, and return these symbols as is.
12779 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12780 `history', `toc' instead of strings.
12781 (Info-set-mode-line): For non-string Info-current-file use the
12782 symbol's name inside **.
12783 (Info-isearch-push-state): Add quote before Info-current-file and
12784 Info-current-node.
12785 (Info-isearch-pop-state): Use `equal' instead of `string='.
12786 (Info-extract-pointer, Info-following-node-name): Use
12787 `match-string-no-properties' instead of `match-string'.
12788 (Info-up): Check `old-file' for `stringp'.
12789 (Info-history): Use `equal' instead of `string-equal'.
12790 Check `file' for `stringp'.
12791 (Info-history): Use symbol `history' instead of string as first arg
12792 of `Info-find-node'.
12793 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12794 `toc' instead of string.
12795 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12796 instead of `buffer-substring', and `match-string-no-properties'
12797 instead of `match-string'.
12798 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12799 instead of strings.
12800 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12801 Use symbol `apropos' instead of string.
12802 (Info-copy-current-node-name): Check `Info-current-file' for
12803 `stringp' and construct a command with `Info-find-node' from it.
12804 (Info-fontify-node): Use `match-string-no-properties' instead of
12805 `match-string' and check file names for `stringp'.
12806 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12807 `history', `toc' instead of strings.
12808
12809 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12810
12811 * files.el: Rearrange functions and variables in the file local
12812 variables section.
12813
12814 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12815
12816 * files.el: Add truncate-lines, ispell-check-comments and
12817 ispell-local-dictionary as safe local variables.
12818
12819 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12820
12821 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12822 out of scope variables.
12823 (gud-speedbar-buttons): Use unless.
12824
12825 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12826 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12827 (gdb-show-changed-values): Also use for out of scope variables.
12828 (gdb-var-update-handler-1): Note if variable goes out of scope.
12829
12830 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12831
12832 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12833 default to global variable values for unsupplied args.
12834 (rcirc-get-buffer-create): Fix bug with setting the target.
12835 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12836 test for rcirc-always-use-server-buffer-flag here.
12837 (rcirc-response-formats): Add %N, which is a facified nick. %n
12838 uses the default face. Change the ACTION format string. If the
12839 "nick" is the server, don't print anything for that field.
12840 Comment fixes.
12841 (rcirc-target-buffer): Don't test
12842 rcirc-always-use-server-buffer-flag here.
12843 (rcirc-print): Squeeze extra spaces out of the text before message.
12844 (rcirc-put-nick-channel): Strip potential "@" char from nick
12845 before adding them to nick table.
12846 (rcirc-url-regexp): Improve to match address like "foo.com".
12847
12848 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12849
12850 * allout.el (allout-hidden-p): Move this defsubst before
12851 allout-overlay-interior-modification-handler, where it is first
12852 used.
12853
12854 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12855
12856 * allout.el: Use allout invisible-text overlays instead of
12857 selective display for concealed text. Also, lots of general
12858 cleanup, and improved compatibility code.
12859
12860 (allout-version) Incremented, corrected, revised, and refined
12861 module commentary.
12862
12863 (provide 'allout): Moved to the bottom, added a require of overlay.
12864
12865 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12866 `except-current'.
12867 (allout-write-file-hook-handler): Minimize delay.
12868 (count-trailing-whitespace-region): New function so
12869 auto-encryption of current topic can resituate cursor exactly.
12870 PGP/GPG encryption trims trailing whitespace from lines, which
12871 must be accounted for across encryption then decryption.
12872
12873 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12874 just plain "\C-c", to avoid intruding on user's keybinding space.
12875
12876 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12877 parameter, so user request to provide a new password is done.
12878
12879 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12880 Refined mechanism for auto-filling behavior while in allout mode.
12881
12882 (allout-mode): Explicitly specify the mode map in the docstring.
12883 Clarify provision for various write-file hook var names.
12884 Adjusted for invisible-text overlays instead of selective-display.
12885
12886 (allout-depth): Really return 0 if not within any topic. This
12887 rectifies `allout-beginning-of-level' and sequence numbering
12888 errors that occur when cutting and pasting numbered topics.
12889 Changed from a in-line subst to a regular function, as well.
12890
12891 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12892
12893 (allout-end-of-subtree, allout-end-of-subtree)
12894 (allout-end-of-entry, allout-end-of-current-heading)
12895 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12896 (allout-show-children, allout-show-to-offshoot)
12897 (allout-hide-current-entry, allout-show-current-entry): Rectified
12898 handling of trailing blank lines between items.
12899
12900 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12901 (allout-current-depth, allout-unprotected, allout-hidden-p)
12902 (allout-on-current-heading-p, allout-listify-exposed)
12903 (allout-chart-subtree, allout-goto-prefix)
12904 (allout-back-to-current-heading, allout-get-body-text)
12905 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12906 (allout-hide-region-body, allout-toggle-subtree-encryption)
12907 (allout-encrypt-string, allout-encrypted-key-info)
12908 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12909 (allout-file-vars-section-data): Adjusted for use with
12910 invisible-text overlays instead of selective-display.
12911
12912 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12913 Reworked for use with invisible text overlays.
12914
12915 (allout-current-topic-collapsed-p): New function.
12916
12917 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12918 to know when to close the containing topic.
12919
12920 (allout-pre-command-business, allout-post-command-business):
12921 Simplify undo-batching and dynamic isearch exposure.
12922
12923 (allout-set-overlay-category): New for invisible-text overlays.
12924 Sets properties of allout-overlay-category, used by
12925 allout-flag-region to set invisible-text overlay properties.
12926 (allout-get-invisibility-overlay): Get the first qualifying
12927 invisibility overlay, so we can find the extent of it.
12928 (allout-back-to-visible-text): Get to just before the beginnining
12929 of the current invisibility overlay, if any.
12930
12931 (allout-overlay-insert-in-front-handler)
12932 (allout-overlay-interior-modification-handler)
12933 (allout-before-change-handler, allout-isearch-end-handler): New
12934 functions to handle extraordinary actions affecting concealed
12935 text.
12936
12937 (allout-flag-region): Use overlays instead of selective-display
12938 for invisible text - by inheritence from the properties of
12939 allout-overlay-category in mainline Emacs, and applied
12940 property-by-property in XEmacs, some recent versions of which
12941 don't inherit the properties from the category. Provisions to
12942 respond to concealed-text edits simplified drastically.
12943
12944 (allout-isearch-rectification, allout-isearch-was-font-lock)
12945 (allout-isearch-expose, allout-enwrap-isearch)
12946 (allout-isearch-abort, allout-pre-was-isearching)
12947 (allout-isearch-prior-pos, allout-isearch-did-quit)
12948 (allout-isearch-dynamic-expose)
12949 (allout-hide-current-entry-completely): Functions deleted.
12950
12951 (allout-undo-aggregation): Explicit undo aggregation no longer
12952 necessary due to transition away from selective-display.
12953
12954 (set-allout-regexp, allout-up-current-level)
12955 (allout-next-visible-heading, allout-forward-current-level)
12956 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12957 (allout-kill-line, allout-yank-processing, allout-show-children)
12958 (allout-expose-topic, allout-old-expose-topic)
12959 (allout-listify-exposed, allout-insert-latex-header)
12960 (allout-toggle-subtree-encryption, allout-encrypt-string)
12961 (remove-from-invisibility-spec, allout-hide-current-subtree):
12962 Ditched unused variables.
12963
12964 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12965
12966 * textmodes/ispell.el (ispell-change-dictionary): Call
12967 ispell-buffer-local-dict instead of
12968 ispell-accept-buffer-local-defs.
12969 (ispell-local-dictionary-alist): Accept as valid any coding-system
12970 supported by Emacs.
12971 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12972 changed to iso-8859-3.
12973
12974 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12975
12976 * speedbar.el (speedbar-frame-width): Make an inline function
12977 instead of a macro. Use frame-width.
12978 (speedbar-try-completion, speedbar-update-contents)
12979 (speedbar-timer-fn): Use consp.
12980 (speedbar-update-localized-contents): Try to preserve point.
12981
12982 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12983 (menu): Re-order menu items.
12984 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12985 field.
12986 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12987 (gdb-post-prompt): Speed things by not forcing update.
12988
12989 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12990
12991 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12992 press and perform default action if we get a mouse movement event.
12993
12994 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12995
12996 * calendar/icalendar.el (icalendar--get-event-property)
12997 (icalendar--get-event-property-attributes): Fix typos in
12998 docstrings.
12999
13000 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13001 docstring.
13002
13003 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13004
13005 * bs.el (bs-mode): Use `buffer-disable-undo'.
13006 (bs--get-file-name): Simplify.
13007 (bs-show-in-buffer): Mark the buffer as not modified.
13008
13009 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13010
13011 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13012 widget-button-click.
13013
13014 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13015 (custom-mode): Update docstring.
13016
13017 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13018 binding.
13019
13020 * files.el (hack-local-variables-confirm): Allow scrolling if the
13021 file variable list is too long. Kill temp buffer after use.
13022
13023 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13024
13025 * progmodes/gud.el (gdb): Improve doc string.
13026 (gdb-script-font-lock-keywords): Expand allowed character set.
13027
13028 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13029 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13030 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13031 (gdb-separate-io-stop, gdb-separate-io-eof):
13032 Rename from gdb-inferior-* to gdb-separate-*.
13033 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13034
13035 2006-02-14 Jay Belanger <belanger@truman.edu>
13036
13037 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13038 expression is a symbol before checking that it is bound.
13039
13040 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13041 test to see if equation can be solved.
13042
13043 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13044
13045 * wid-edit.el (widget-button-click): Use :pressed-face property
13046 for overlay face, if it exists.
13047
13048 * cus-edit.el (custom-manual, custom-add-see-also)
13049 (custom-add-parent-links, custom-group-link): Add :pressed-face
13050 property to links.
13051
13052 * files.el (hack-local-variables): Remove ignored variables before
13053 checking if any variables need setting.
13054
13055 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13056
13057 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13058
13059 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13060
13061 * help.el (where-is): Fix message for remapped commands.
13062
13063 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13064 Fix typos in docstrings.
13065
13066 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * files.el (safe-local-variable-values): New option.
13069 (hack-local-variables-prop-line): Return a list of variable-value
13070 pairs if MODE-ONLY is non-nil.
13071 (hack-local-variables): Construct list of variable-value pairs,
13072 and apply or reject them in one go. Ask for confirmation if
13073 variables are not known safe.
13074 (hack-local-variables-confirm): Complete rewrite. Support
13075 `safe-local-variable-values'.
13076 (enable-local-variables): Update docstring to reflect new
13077 behavior.
13078 (ignored-local-variables): Ignore ignored-local-variables and
13079 safe-local-variable-values.
13080 (safe-local-variable-p): New function.
13081 (risky-local-variable-p): `safe-local-variable' property check
13082 moved to safe-local-variable-p.
13083 (hack-one-local-variable): Checks moved to hack-local-variables.
13084
13085 (byte-compile-dynamic, c-basic-offset, c-file-style)
13086 (c-indent-level, comment-column, fill-column, fill-prefix)
13087 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13088 (no-update-autoloads, outline-regexp, page-delimiter)
13089 (paragraph-start, paragraph-separate, sentence-end)
13090 (sentence-end-double-space tab-width, version-control):
13091 Add `safe-local-variable' property.
13092
13093 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13094
13095 * icomplete.el, play/landmark.el: Change nonexistent
13096 `outline-layout' file variable to `allout-layout'.
13097
13098 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13099
13100 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13101 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13102 to gud-comint-buffer.
13103 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13104 gdb-ui.el for gdb-mi.el.
13105 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13106 registers buffer to gdb-get-changed-registers.
13107 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13108 deletion of catchpoints (throw and catch).
13109 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13110 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13111 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13112 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13113 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13114
13115 2006-02-13 Jay Belanger <belanger@truman.edu>
13116
13117 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13118 expression is a symbol before checking that it is bound.
13119
13120 2006-02-13 Richard M. Stallman <rms@gnu.org>
13121
13122 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13123 for the minibuffer too, but not if resize-mini-windows will interfere.
13124
13125 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13126 inside `interactive' spec.
13127 (describe-key-briefly-internal, describe-key-internal):
13128 Functions merged back into their callers.
13129
13130 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13131
13132 * info.el (info-xref-visited): Inherit from info-xref too.
13133 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13134 when propertizing Info-current-file and Info-current-node.
13135
13136 2006-02-13 Juri Linkov <juri@jurta.org>
13137
13138 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13139 (tumme-thumb-name): Fix per-directory format.
13140
13141 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13142
13143 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13144
13145 2006-02-12 Miles Bader <miles@gnu.org>
13146
13147 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13148
13149 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13150
13151 * tumme.el: Remove history section. If someone needs the it, it
13152 can always be found in CVS.
13153
13154 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13155
13156 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13157 about the Thumbnail Managing Standard option.
13158
13159 2006-02-12 Richard M. Stallman <rms@gnu.org>
13160
13161 * subr.el (substitute-key-definition): Doc fix.
13162
13163 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13164
13165 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13166
13167 * info.el (Info-mode): Doc fix.
13168
13169 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13170
13171 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13172
13173 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13174 because on Solaris a POSIX compatible "id" is needed. Reported by
13175 Magnus Henoch <mange@freemail.hu>.
13176
13177 2006-02-12 Juri Linkov <juri@jurta.org>
13178
13179 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13180 (tumme) <defgroup>: Change :group to `multimedia'.
13181 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13182 Managing Standard.
13183 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13184 Fix dostring.
13185 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13186 and %y. Fix docstring.
13187 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13188 (tumme-cmd-create-standard-thumbnail-command): New user options.
13189 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13190 is `standard'. Fix docstring.
13191 (tumme-thumb-width, tumme-thumb-height): New user options.
13192 (tumme-external-viewer): Try to find various viewers.
13193 (tumme-get-thumbnail-image): Use `create-image' instead of
13194 constructing the `image' structure.
13195 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13196 `standard'.
13197 (tumme-thumb-name): Add file name generation for standard storage.
13198 Simplify code for other storages.
13199 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13200 Add modification time %m and thumbnail-nq8 %q.
13201 Use `tumme-cmd-create-standard-thumbnail-command' if
13202 tumme-thumbnail-storage is `standard'.
13203 (tumme-dired-insert-marked-thumbs): New autoload command.
13204 (tumme-dired-after-readin-hook): New function.
13205 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13206 `tumme-thumb-size'.
13207 (tumme-display-image): Replace size-x %x and size-y %y with
13208 width %w and height %h.
13209
13210 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13211 `tumme-dired-insert-marked-thumbs'.
13212
13213 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13214
13215 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13216 include path).
13217 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13218 matching tag.
13219
13220 2006-02-12 Miles Bader <miles@gnu.org>
13221
13222 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13223 New variables.
13224 (rcirc-abbrev-nick): New function.
13225 (rcirc-format-response-string): Rewrite to use the formats in
13226 `rcirc-response-formats' and expand escape sequences therein.
13227 A text-property `rcirc-text' is added over the actual response
13228 text to make easy to find inside the returned string.
13229 (rcirc-print): When filling, just look for the `rcirc-text'
13230 text-property to find the appropriate fill prefix, instead of
13231 using hardwired patterns.
13232
13233 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13234
13235 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13236 Managing Standard.
13237
13238 2006-02-11 Kim F. Storm <storm@cua.dk>
13239
13240 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13241 Don't use insert-buffer; do insert-buffer-substring directly.
13242 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13243
13244 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13245
13246 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13247 with inhibit-read-only. Suggested by Stefan Monnier.
13248 (revert-buffer): Let insert-file-contents discard
13249 buffer-undo-list. Simplify code.
13250 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13251
13252 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13253
13254 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13255
13256 * help.el (describe-key-briefly): Now a wrapper for
13257 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13258 to t. Populate yank-menu if empty.
13259 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13260 (describe-key): Now a wrapper for describe-key-internal. Bind
13261 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13262 (describe-key-internal): Renamed from describe-key.
13263
13264 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13265
13266 * progmodes/glasses.el (glasses-separator): Doc fix.
13267 (glasses-original-separator): New defcustom.
13268 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13269
13270 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13271
13272 * mwheel.el (mouse-wheel-up-event): Doc fix.
13273
13274 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13275
13276 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13277 (tumme-dir): New function. Copied from thumbs.el.
13278
13279 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13280
13281 * desktop.el (desktop-outvar): Fix typo.
13282 (desktop-save-buffer-p): Doc fix.
13283
13284 * subr.el (substitute-key-definition): Fix typo.
13285
13286 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13287
13288 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13289 when window-system is mac.
13290
13291 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13292
13293 2006-02-10 Kim F. Storm <storm@cua.dk>
13294
13295 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13296 indirect-function instead of using condition-case.
13297
13298 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13299
13300 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13301 less `colloquial'...
13302
13303 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13304
13305 * tumme.el: Add a couple of todo items.
13306
13307 2006-02-09 Lars Hansen <larsh@soem.dk>
13308
13309 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13310 (highlight-changes-mode): Don't change desktop-locals-to-save.
13311
13312 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * image-mode.el (image-toggle-display): Clear image cache if using
13315 filename.
13316
13317 2006-02-09 Masatake YAMATO <jet@gyve.org>
13318
13319 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13320 a `dired-man' target.
13321
13322 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13323 boundary of symbols.
13324
13325 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13326
13327 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13328
13329 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13330
13331 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13332 `mapcar'; return nil.
13333
13334 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13337 some other event.
13338
13339 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13340
13341 * net/rcirc.el (rcirc-startup-channels-alist):
13342 Add irc.freenode.net and #emacs as defaults.
13343 (rcirc-ignore-all-activity-flag): Remove variable.
13344 (rcirc-authinfo): New variable.
13345 (rcirc-authinfo-filename): Remove variable.
13346 (rcirc-always-use-server-buffer-flag): New flag.
13347 (rcirc): M-x rcirc will automatically connect without prompting.
13348 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13349 connection in lisp.
13350 (rcirc-process-server-response-1): Remove everything but the nick
13351 portion of the sender so it doesn't need to be done everywhere
13352 else. Update related code.
13353 (global-map): Remove global keybindings.
13354 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13355 (rcirc-send-input): Split into several functions.
13356 (rcirc-process-input-line, rcirc-process-message)
13357 (rcirc-process-command): New functions.
13358 (rcirc-target-buffer): New function to determine where to route
13359 messages.
13360 (rcirc-user-nick): Save match data.
13361 (rcirc-toggle-ignore-buffer-activity)
13362 (rcirc-update-activity-string): Remove global ignore functionality,
13363 which can be done now by toggling rcirc-track-minor-mode.
13364 (rcirc-track-minor-mode-map): New keymap.
13365 (rcirc-track-minor-mode): New minor-mode.
13366 (ignore): Make the ignore output nicer. Always print it when
13367 adding or removing nicks.
13368 (rcirc-url-regexp): Improve.
13369 (rcirc-mangle-text): Remove properties before using text in the
13370 modeline.
13371 (rcirc-authenticate): Authentication data comes from
13372 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13373 (rcirc-server-prefix): Inherit from rcirc-server.
13374
13375 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13376
13377 * Makefile.in (compile): Append "|| true" to the end of the `find'
13378 command, like compile-always does.
13379
13380 2006-02-08 Sam Steingold <sds@gnu.org>
13381
13382 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13383 output from a dead connection.
13384
13385 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13386
13387 * dired.el (dired-mode-map): Add more bindings for tumme.
13388
13389 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * wdired.el (wdired-mode-map): Use remap.
13392 (wdired-get-filename): Massage.
13393 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13394 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13395 `keymap' property rather than `local-map'.
13396
13397 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13398
13399 * tumme.el (tumme-get-thumbnail-image): New utility function.
13400 Suggested by from Chong Yidong.
13401 (tumme-dired-with-window-configuration): Rename from
13402 `tumme-dired'. Add code to save window configuration.
13403 (tumme-restore-window-configuration): New command to restore the
13404 window configuration that `tumme-dired-with-window-configuration'
13405 saves before it changes the window configuration.
13406 (tumme-show-all-from-dir): New command to display thumbnails for
13407 all files in a directory entered by the user, like M-x thumbs.
13408 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13409 have been created.
13410 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13411 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13412 Remove obsolete test function.
13413
13414 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13415
13416 * vc.el (small-temporary-file-directory): Remove defvar; there's
13417 a defcustom for it in files.el.
13418
13419 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13420 Fix typo in message.
13421 (tumme-gallery-generate): Fix typo in `error' message.
13422 (tumme-display-window-height-correction)
13423 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13424 (tumme-line-up-interactive): Dox fixes.
13425 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13426 (tumme-restore-window-configuration, tumme-format-properties-string)
13427 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13428 Fix typos in docstrings.
13429
13430 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13431
13432 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13433
13434 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13435
13436 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13437 User should use hook if desired.
13438
13439 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13440 buffer if necessary.
13441 (gdb-delete-frame-or-window): New function.
13442 (gdb-breakpoints-mode-map): Bind "q" to it.
13443
13444 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13445
13446 * textmodes/nroff-mode.el: Clean up name space.
13447 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13448 (nroff-mode): Obey the global setting of nroff-electric-mode.
13449 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13450
13451 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13452
13453 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13454
13455 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13456
13457 2006-02-06 Lars Hansen <larsh@soem.dk>
13458
13459 * generic-x.el (etc-fstab-generic-mode): Add file system types
13460 cifs and usbdevfs. Allow special chars in file names.
13461
13462 2006-02-05 Jay Belanger <belanger@truman.edu>
13463
13464 Update copyright notices of the files in lisp/calc.
13465
13466 2006-02-05 Romain Francoise <romain@orebokech.com>
13467
13468 Update copyright notices of all files in the lisp/play directory.
13469
13470 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13471
13472 * ldefs-boot.el: Regenerate.
13473
13474 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13475
13476 2006-02-05 Kim F. Storm <storm@cua.dk>
13477
13478 * files.el (magic-mode-regexp-match-limit): New defvar.
13479 (set-auto-mode): Use it to limit magic-mode-alist matching.
13480
13481 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13482
13483 * info.el (Info-index, Info-mode): Improve the description of the
13484 `i' command.
13485
13486 * ldefs-boot.el: Regenerate.
13487
13488 2006-02-03 Werner Lemberg <wl@gnu.org>
13489
13490 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13491 greedy to find the closing bracket in \*[...] and similar
13492 expressions. This is a first rough fix -- many additional
13493 refinements are necessary to make nroff mode really usable with groff.
13494
13495 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13496
13497 * international/mule-cmds.el (set-locale-environment):
13498 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13499 libX11.
13500
13501 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13502
13503 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13504 archive are created in archive-tmpdir.
13505
13506 2006-02-02 John Paul Wallington <jpw@pobox.com>
13507
13508 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13509 (ibuffer-fontification-alist): Use it.
13510 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13511 to "* z" and the Ibuffer Mark menu.
13512
13513 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13514
13515 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * textmodes/table.el (*table--cell-describe-mode)
13518 (*table--cell-describe-bindings): Undo last change since
13519 print-help-return-message is not obsoleted by anything at all.
13520
13521 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13522
13523 * emulation/cua-base.el (cua-mode): Doc fix.
13524
13525 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13526
13527 * dframe.el (dframe-handle-make-frame-visible)
13528 (dframe-handle-iconify-frame, dframe-get-focus)
13529 (dframe-select-attached-frame, dframe-power-click)
13530 (dframe-frame-mode): Fix typos in docstrings.
13531
13532 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13533 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13534 Fix typos in docstrings.
13535
13536 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13537 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13538 (hi-lock-archaic-interface-message-used)
13539 (hi-lock-file-patterns-range): Fix typos in docstrings.
13540
13541 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13542 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13543
13544 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13545 Fix typo in docstring.
13546
13547 * net/newsticker.el (newsticker--decode-iso8601-date)
13548 (newsticker--set-customvar, newsticker--buffer-insert-item)
13549 (newsticker--do-run-auto-mark-filter)
13550 (newsticker--parse-generic-feed): Doc fixes.
13551 (newsticker--retrieval-timer-list, newsticker-url-list)
13552 (newsticker-hide-immortal-items-in-echo-area)
13553 (newsticker-hide-obsolete-items-in-echo-area)
13554 (newsticker-new-item-face, newsticker--enclosure)
13555 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13556 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13557 (newsticker--parse-generic-feed, newsticker--cache-contains)
13558 (newsticker--stat-num-items, newsticker-download-enclosures):
13559 Fix typos in docstrings.
13560
13561 * net/rcirc.el (rcirc-debug): Doc fix.
13562 (rcirc-fill-column, rcirc-receive-message-hooks)
13563 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13564 (rcirc-mode, rcirc-generate-new-buffer-name)
13565 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13566 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13567 Fix typos in docstrings.
13568 (rcirc-print): "?\ " -> "?\s".
13569 (rcirc-cmd-join): Improve argument/docstring consistency.
13570
13571 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13572
13573 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13574 before narrow-to-region.
13575
13576 2006-02-01 Richard M. Stallman <rms@gnu.org>
13577
13578 * simple.el (move-beginning-of-line): Scan properly for invis change.
13579
13580 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13581
13582 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13583
13584 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13585 change bit only when id-format is 'integer. Reported by Matt
13586 Hodges <M.P.Hodges@rl.ac.uk>.
13587
13588 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * hilit-chg.el (highlight-changes-initial-state)
13591 (highlight-changes-global-initial-state): Doc fixes.
13592 (highlight-changes-global-modes, global-highlight-changes):
13593 Fix typos in docstrings.
13594
13595 2006-02-01 Kim F. Storm <storm@cua.dk>
13596
13597 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13598 transient-mark-mode in doc string.
13599
13600 2006-01-31 Richard M. Stallman <rms@gnu.org>
13601
13602 * replace.el (multi-occur): Doc fix.
13603 (multi-occur-in-matching-buffers): Rename from
13604 multi-occur-by-filename-regexp. Prefix arg says match
13605 buffer names instead of file names.
13606
13607 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13608
13609 * bs.el: Allow non-default values of `bs-header-lines-length'.
13610 (bs--running-in-xemacs): Remove (not needed anymore).
13611 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13612 instead of `shrink-window', thus avoiding having to compute the
13613 height of the window.
13614 (bs--up): Wrap around even when there's no header.
13615 (bs--down): Use `forward-line' instead of `next-line'.
13616
13617 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13618
13619 * image-mode.el (image-toggle-display): Use file name if possible,
13620 instead of unnecessarily allocating a (possibly huge) lisp string.
13621
13622 2006-01-30 John Paul Wallington <jpw@pobox.com>
13623
13624 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13625 because the `assert' macro signals it at runtime.
13626
13627 * emacs-lisp/cl.el (toplevel): Remove definition of
13628 `cl-assertion-failed' condition.
13629
13630 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13631
13632 * thumbs.el (thumbs-marked-list): Make buffer-local and
13633 permanent-local.
13634 (thumbs-insert-thumb): Make help-echo non-sticky.
13635 (thumbs-file-alist): Use eolp as check for (non)-image.
13636
13637 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13638
13639 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13640 (ediff-before-session-group-setup-hooks)
13641 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13642 Fix typos in docstrings.
13643
13644 * window.el (bw-dir, bw-eqdir, balance-windows)
13645 (split-window-keep-point): Fix typos in docstrings.
13646
13647 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13648 (org-quote-string, org-calendar-to-agenda-key)
13649 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13650 (org-show-following-heading, org-tags-column)
13651 (org-use-tag-inheritance, org, org-allow-space-in-links)
13652 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13653 (org-enable-table-editor, org-calc-default-modes)
13654 (org-table-allow-automatic-line-recalculation)
13655 (org-export-html-style, org-export-with-fixed-width)
13656 (org-export-with-sub-superscripts, org-special-keyword)
13657 (org-formula, org-time-grid, org-table-may-need-update)
13658 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13659 (org-goto-quit, org-get-indentation, org-end-of-item)
13660 (org-move-item-down, org-move-item-up)
13661 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13662 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13663 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13664 (org-agenda-log-mode, org-agenda-toggle-diary)
13665 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13666 (org-agenda-file-to-end, org-agenda-no-heading-message)
13667 (org-agenda-get-closed, org-format-agenda-item)
13668 (org-cmp-priority, org-cmp-category, org-cmp-time)
13669 (org-agenda-change-all-lines, org-agenda-diary-entry)
13670 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13671 (org-link-search, org-camel-to-words, org-open-file)
13672 (org-remember-handler, org-table-convert-region)
13673 (org-table-move-row-down, org-table-move-row-up)
13674 (org-table-copy-region, org-table-wrap-region)
13675 (org-table-toggle-vline-visibility)
13676 (org-table-get-vertical-vector, org-table-modify-formulas)
13677 (org-table-get-specials, org-recalc-commands)
13678 (org-table-rotate-recalc-marks, org-table-eval-formula)
13679 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13680 (org-level-color-stars-only, org-insert-heading):
13681 Fix typos in docstrings.
13682 (last-arg): Add defvar.
13683
13684 * makefile.w32-in (WINS): Add erc.
13685 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13686
13687 2006-01-29 Bill Wohler <wohler@newt.com>
13688
13689 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13690 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13691 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13692 (mh-autoloads): Don't use comments on otherwise empty lines.
13693
13694 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13695
13696 * emulation/viper.el (viper-major-mode-modifier-list): Add
13697 insert-state and vi-state entries for erc-mode.
13698 (viper-go-away, viper-set-hooks): Add and remove
13699 viper-comint-mode-hook from erc-mode-hook as appropriate.
13700
13701 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13702
13703 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13704
13705 * bs.el (bs--format-aux): Implement `middle' alignment as
13706 described in the docstring for `bs-attributes-list'.
13707 (bs--get-name): Simplify. Don't pad the buffer name.
13708
13709 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13710
13711 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13712 English aspell dictionary is installed, use the first entry of
13713 ispell-dictionary-alist-1.
13714
13715 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13716
13717 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13718 Doc fix.
13719
13720 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13721
13722 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13723 for `process-file', in order to let it work for older Emacsen too.
13724
13725 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13726
13727 * international/latexenc.el: Add a suitable `coding:' tag.
13728 (latexenc-find-file-coding-system): Undo last change.
13729
13730 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13731
13732 * international/latexenc.el (latexenc-find-file-coding-system):
13733 Make sure latexenc-main-file is a regular file and is readable.
13734
13735 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13736
13737 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13738 Pass FILE to vc-user-login-name.
13739
13740 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13741
13742 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13743
13744 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13745 there are no more images to display.
13746 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13747 the next image.
13748
13749 2006-01-26 Richard M. Stallman <rms@gnu.org>
13750
13751 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13752
13753 * wid-edit.el (advertised-widget-backward): New alias.
13754 (widget-keymap): Use advertised-widget-backward for S-TAB.
13755
13756 * tumme.el: Correct the keywords.
13757 (tumme-dir-max-size): Use defvar.
13758 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13759
13760 * simple.el (move-beginning-of-line): Take account of fields.
13761 (clone-indirect-buffer-other-window): Take args like
13762 clone-indirect-buffer, and work like it.
13763
13764 * help-fns.el (describe-function): Don't pass `nil' as default.
13765
13766 * files.el (risky-local-variable-p): Follow var aliases.
13767
13768 * subr.el (lazy-completion-table): Doc fix.
13769
13770 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13771 global binding of `line'.
13772
13773 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13774
13775 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13776 Tramp.
13777
13778 * vc.el (vc-default-dired-state-info): Pass FILE to
13779 vc-user-login-name.
13780 (vc-default-update-changelog): Don't use vc-user-login-name, we
13781 don't need it here.
13782
13783 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13784 no longer necessary.
13785
13786 2006-01-25 Kenichi Handa <handa@m17n.org>
13787
13788 * international/mule.el (decode-char): Avoid the overhead of
13789 calling utf-lookup-subst-table-for-decode if
13790 utf-translate-cjk-mode is nil.
13791 (encode-char): Avoid the overhead of calling
13792 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13793 nil.
13794
13795 2006-01-22 Kenichi Handa <handa@m17n.org>
13796
13797 * international/mule.el (make-subsidiary-coding-system): Reset
13798 `coding-system-define-form' property of subsidiaries to nil.
13799 Avoid duplicated entry in coding-system-alist.
13800 (make-coding-system): Avoid duplicated entry in
13801 coding-system-alist.
13802 (define-coding-system-alias): Likewise.
13803
13804 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13805
13806 * completion.el: Minor fixes in introductory comment.
13807 (completion-def-wrapper): Fix alist.
13808
13809 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13810
13811 * thumbs.el (thumbs-new-image-size): New function.
13812 (thumbs-increment-image-size-element)
13813 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13814 (thumbs-decrement-image-size): Delete.
13815 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13816 temp files and use to resize.
13817 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13818 Use increment argument to enlarge/shrink. Preserve point.
13819 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13820 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13821 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13822 (thumbs-mark, thumbs-unmark): Preserve point.
13823 (thumbs-modify-image): Keep old temp files and use to modify.
13824 Cleanup old temp files at load time. Preserve point.
13825 (thumbs-view-image-mode-map): Use new command names.
13826
13827 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13830
13831 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13832 the nastiest part of the cyclic dependency.
13833 (cal-menu-update): Use dotimes and calendar-increment-month.
13834
13835 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13836 (calendar-week-start-day): Add an :initializer.
13837 (calendar-mode-map): Use suppress-keymap, and command remapping.
13838 (describe-calendar-mode): Setup xref-stack info for the back button.
13839 (calendar-star-date): Insert before delete.
13840 (calendar-set-mode-line): Add file-modified info if applicable.
13841 (calendar-increment-month): New function.
13842
13843 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13844
13845 * font-lock.el (lisp-font-lock-keywords-2):
13846 Recognize "& keywords" only at word boundaries.
13847
13848 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13849
13850 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13851 and permanent-local.
13852 (thumbs-max-image-number): New variable.
13853 (thumbs-do-thumbs-insertion): Use them.
13854 (thumbs-per-line): Change default to 4.
13855 (thumbs-marked-list): Rename from thumbs-markedL.
13856 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13857 (thumbs-rename-images): Use -list instead of L for internal variables.
13858 (thumbs-call-convert): Use call-process instead of shell-command.
13859 (thumbs-insert-thumb): Add filename as help-echo to each image.
13860 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13861 Give dir to thumbs-show-thumbs-list.
13862 (thumbs-show-thumbs-list): Set default-directory to that of images.
13863 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13864 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13865 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13866 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13867
13868 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * ses.el (ses-read-cell): Provide a default value.
13871
13872 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13873
13874 * term/w32-win.el (image-library-alist): Add additional names for
13875 GIF library.
13876
13877 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13878
13879 * international/latexenc.el (latexenc-find-file-coding-system):
13880 Add file-regular-p check.
13881
13882 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13883
13884 * simple.el (clone-buffer): Don't show the new buffer in the same
13885 window.
13886
13887 2006-01-23 Juri Linkov <juri@jurta.org>
13888
13889 * faces.el (link, link-visited): New faces based on default values
13890 of `info-xref' and `info-xref-visited'.
13891
13892 * info.el (info-xref): Inherit from `link'.
13893 (info-xref-visited): Inherit from `link-visited'.
13894
13895 * cus-edit.el (custom-buffer-create-internal): Use widget type
13896 `custom-manual' instead of `info-link' and don't set properties
13897 `button-face' and `mouse-face' explicitly.
13898 (custom-browse-group-tag, custom-browse-variable-tag)
13899 (custom-browse-face-tag): Inherit from widget class
13900 `custom-group-link' instead of `push-button'.
13901 (custom-button-unraised): Inherit from `underline' face.
13902 (custom-link): Inherit from `link' face. Fix doc and group.
13903 (custom-add-parent-links, custom-group-value-create): Don't set
13904 properties `button-face' and `mouse-face' explicitly for
13905 `custom-group-link' widget.
13906 (custom-group-link): Add properties `button-face' and `mouse-face'
13907 to widget definition.
13908 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13909 editable-field's :keymap property.
13910 (custom-mode): Fix docstring: substitute keybindings for
13911 `widget-forward' and `widget-backward' from `widget-keymap',
13912 `widget-complete' from `custom-field-keymap', replace old
13913 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13914
13915 * desktop.el (desktop-load-file): Check for `fboundp' before
13916 calling `symbol-function'.
13917
13918 * simple.el (clone-buffer, clone-indirect-buffer)
13919 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13920 `read-string'. Fix prompts.
13921
13922 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13923
13924 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13925
13926 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13927
13928 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13929
13930 * startup.el (inhibit-splash-screen, initial-scratch-message):
13931 Doc fixes.
13932
13933 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13934
13935 Sync with Tramp 2.0.52.
13936
13937 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13938 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13939 `tramp-unload-tramp' for checklist.
13940
13941 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13942 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13943 (tramp-unload-file-name-handler-alist)
13944 (tramp-unload-tramp): New defuns.
13945 (tramp-advice-PC-expand-many-files): New defadvice.
13946 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13947 removed.
13948 (tramp-handle-expand-file-name): Remove double slash.
13949 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13950 It doesn't matter, because it will be converted later on.
13951 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13952 implementation was just heuristic.
13953 (tramp-post-connection): Set uid and gid properties.
13954 (tramp-convert-file-attributes): Set file's gid change bit.
13955 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13956 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13957 in case of su(do)? methods. The home directory of the local user
13958 will be taken else.
13959 (tramp-open-connection-telnet)
13960 (tramp-open-connection-rsh, tramp-open-connection-su)
13961 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13962 local shell prompt could hurt. Reported by Romain Francoise
13963 <romain@orebokech.com>.
13964 (tramp-let-maybe): Add `edebug-form-spec' property.
13965 (tramp-handle-expand-file-name): Bind `default-directory' locally
13966 to "/" in order to avoid problems with UNC shares or Cygwin
13967 mounts.
13968 (tramp-md5-function): Fix typo in error message.
13969
13970 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13971
13972 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13973 for byte-compiler pacification.
13974
13975 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13976
13977 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13978 ID-FORMAT `string'. This allows us to get rid of
13979 `vc-user-login-name UID'.
13980
13981 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13982
13983 2006-01-22 John Paul Wallington <jpw@pobox.com>
13984
13985 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13986
13987 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13988
13989 * emacs-lisp/find-func.el (find-definition-noselect)
13990 (find-variable-noselect): Search variables in C source code too.
13991 (find-function-C-source, find-function-noselect, find-function)
13992 (find-function-other-frame, find-variable-noselect, find-variable)
13993 (find-variable-other-frame, find-variable-at-point):
13994 Fix docstrings.
13995
13996 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13997
13998 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13999
14000 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14001
14002 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14003 Default to disabling the "Save affix" question.
14004
14005 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14006
14007 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14008 the first arg to run-python.
14009
14010 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14011
14012 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14013 is not loaded.
14014
14015 2006-01-20 Jay Belanger <belanger@truman.edu>
14016
14017 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14018 limit is 0.
14019
14020 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14021 the correct variable.
14022
14023 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14024
14025 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14026 link. Fixed buggy argument sequence in call to `org-view-tags'.
14027 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14028 (org-prefix-has-tag): New variable.
14029 (org-format-agenda-item): Remove tags from headline if
14030 appropriate.
14031 (org-agenda-remove-tags-when-in-prefix): New option.
14032 (org-get-tags-at): New function.
14033
14034 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14035
14036 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14037 (thumbs-find-image): Move image name and number from buffer name
14038 to mode name. Set thumbs-buffer. Preserve point so that large
14039 images remain visible.
14040 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14041 order.
14042 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14043 mode name.
14044 (thumbs-next-image, thumbs-previous-image): Make them work.
14045
14046 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14047
14048 * cus-edit.el (custom-buffer-create-internal): State in the text above
14049 the whole buffer buttons that they do not operate on hidden items.
14050 (custom-face-menu): Use `custom-face-save' instead of
14051 `custom-face-save-command'.
14052 (custom-face-save-command): Make it an alias for `custom-face-save'
14053 and declare it obsolete.
14054 (custom-face-save): Doc fix.
14055
14056 * dired.el (dired-no-confirm): Add quote.
14057 (dired-subdir-alist-pre-R): Add quote in
14058 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14059
14060 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * textmodes/table.el (table-mode-indicator): Typo in last change.
14063
14064 2006-01-19 Richard M. Stallman <rms@gnu.org>
14065
14066 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14067 Fixes bug reported in Nov 2005.
14068
14069 * isearch.el (isearch-forward): Doc fix.
14070
14071 * dired.el (dired-move-to-filename-regexp): Define as alias.
14072 (dired-no-confirm): Use defcustom.
14073 (dired-subdir-alist-pre-R): Put defvar at top level.
14074
14075 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14076
14077 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14078 Mark as risky.
14079
14080 * simple.el (set-mark-command): Doc fix.
14081 (clone-indirect-buffer-other-window):
14082 Read arg like clone-indirect-buffer.
14083 (move-beginning-of-line): Skip invisible newlines.
14084
14085 2006-01-19 Masatake YAMATO <jet@gyve.org>
14086
14087 * progmodes/cpp.el (cpp-edit-load): Make the order of
14088 listed conditions in a base C code buffer and its associate
14089 CPP Edit buffer the same.
14090
14091 2006-01-19 Kenichi Handa <handa@m17n.org>
14092
14093 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14094 (rmail-mime-feature): Likewise.
14095 (rmail-require-mime-maybe): Use display-warning to show a warning
14096 message.
14097
14098 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14099 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14100
14101 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14102
14103 * array.el: Move defvars out of eval-when-compile.
14104 (array-make-template): Replace undeclared global var with a local one.
14105 (array-mode): Inline initialization functions.
14106 (array-init-local-variables, array-init-max-row)
14107 (array-init-max-column, array-init-columns-per-line)
14108 (array-init-field-width, array-init-rows-numbered)
14109 (array-init-line-length, array-init-lines-per-row): Remove.
14110
14111 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14112 (doc-mode-map): Define explicitly.
14113 (doctor-txtype): Use mapc.
14114
14115 * textmodes/table.el: Move defvars out of eval-when-compile.
14116 Remove harmful code meant to avoid byte-compiler warnings.
14117 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14118 specification that checks table-fixed-width-mode directly.
14119 (table-recognize-region, table-recognize-cell):
14120 Use restore-buffer-modified-p.
14121 (table-fixed-width-mode): Remove code that refreshes
14122 table-fixed-mode-indicator.
14123 (*table--cell-describe-bindings, *table--cell-describe-mode):
14124 Avoid obsolete name print-help-return-message.
14125 (table--test-cell-list): Don't use replace-regexp from elisp.
14126 (table--point-entered-cell-function, table--point-left-cell-function):
14127 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14128
14129 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14130 that was after the end of file. Use buffer-file-name variable.
14131 (org-timestamp-change): Use with-current-buffer.
14132 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14133 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14134 `file'.
14135
14136 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14137 (fortran-break-line): Remove unused var `opoint'.
14138 (fortran-abbrev-start): Obey help-event-list.
14139
14140 2006-01-18 Jesper Harder <harder@phys.au.dk>
14141
14142 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14143
14144 2006-01-18 Masatake YAMATO <jet@gyve.org>
14145
14146 * progmodes/make-mode.el (makefile-imake-mode): New mode
14147 derived from makefile-mode.
14148 (makefile-imake-mode-syntax-table): New syntax table
14149 derived from makefile-mode-syntax-table.
14150 (makefile-mode): Write about makefile-imake-mode in doc string.
14151 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14152 (makefile-imake-font-lock-keywords): New font lock keywords.
14153
14154 * files.el (auto-mode-alist): Add Imakefile.
14155
14156 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14157
14158 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14159 loading the file rather than when turning on flyspell-mode.
14160
14161 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14162
14163 * cus-edit.el (customize-rogue): Minor doc fix.
14164
14165 2006-01-17 Juri Linkov <juri@jurta.org>
14166
14167 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14168 instead of the file at the mark as default if the file at the mark
14169 is the same as the file at point or if dired-dwim-target-directory
14170 is not the same as the current directory and the mark is not active.
14171
14172 * log-view.el (log-view-minor-wrap): Use the same logic to get
14173 revisions as `log-view-diff'.
14174
14175 * info.el (Info-revert-find-node): Check for Info-current-file
14176 before preserving new-history.
14177
14178 * man.el (Man-heading-regexp): Add `/'.
14179
14180 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14181 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14182
14183 2006-01-16 Juri Linkov <juri@jurta.org>
14184
14185 * faces.el (mode-line-faces): New defgroup.
14186 (mode-line-highlight): Move definition after new defgroup.
14187 (mode-line, mode-line-inactive, mode-line-highlight):
14188 Replace :group `modeline' with `mode-line-faces'.
14189 (mode-line-buffer-id): New face.
14190 (modeline-buffer-id): New face alias.
14191 (vertical-border): Remove :group `modeline'.
14192
14193 * bindings.el (propertized-buffer-identification): Use face
14194 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14195 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14196 (mode-line-buffer-identification-keymap): For mouse-1 replace
14197 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14198 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14199 mouse-3.
14200
14201 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14202 Buffer-menu-buffer. Doc fix.
14203 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14204 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14205 `Buffer-menu-buffer'.
14206
14207 * info.el (Info-mode-line-node-keymap): New defvar.
14208 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14209 Propertize Info-current-node with `mode-line-buffer-id' and
14210 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14211
14212 * time.el (display-time-mail-face): Replace :group `faces' with
14213 `mode-line-faces'.
14214
14215 2006-01-16 Kenichi Handa <handa@m17n.org>
14216
14217 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14218
14219 * language/european.el (cp1252): New alias for windows-1252.
14220
14221 * international/mule.el (autoload-coding-system): Prepare for EOL
14222 variants.
14223
14224 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14225
14226 * term.el (term-raw-map): Add mapping for insert.
14227 (term-send-insert): New.
14228 (term-mode): Make variables local here instead of doing it in
14229 `term-emulate-terminal'.
14230 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14231 Scroll reverse needs to take into account the scroll region.
14232 Saving and restoring the cursor should save the color attributes too.
14233 (term-reset-terminal): Reset the scroll region.
14234 (term-handle-ansi-escape): Cursor up and down should take into
14235 account the scroll region.
14236 (term-set-scroll-region): Rename from `term-scroll-region'.
14237 Move to 0,0 after setting the region.
14238 (term-handle-scroll): Handle scroll up.
14239 (term-down): Fix off by one error.
14240 (term-delete-lines): Do not delete outside the scroll region.
14241 (term-insert-lines): Take into account the scroll region.
14242
14243 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * textmodes/ispell.el (ispell-internal-change-dictionary)
14246 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14247 (start, end): Move declaration outside of eval-when-compile.
14248
14249 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14250 (flyspell-mode-on): Use it.
14251
14252 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14253 ispell-kill-ispell-hook.
14254
14255 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14256
14257 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14258 (Custom-reset-saved): Do not ask for confirmation in single option
14259 buffers.
14260
14261 2006-01-13 Richard M. Stallman <rms@gnu.org>
14262
14263 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14264
14265 2006-01-13 Romain Francoise <romain@orebokech.com>
14266
14267 * add-log.el (add-change-log-entry, change-log-merge):
14268 Conditionally use `hard-newline'.
14269
14270 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14271
14272 * wid-edit.el (widget-field-end): If the overlay is no longer
14273 associated with a buffer, behave as if the overlay didn't exist.
14274
14275 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14276 Make sure the links use the `custom-link' face.
14277
14278 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14279
14280 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14281 (ld-script-mode): Don't set indent-line-function since we don't
14282 have one.
14283
14284 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14285
14286 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14287 application.
14288 (org-file-apps-defaults-gnu): Use mailcap as the default for
14289 selecting an application on a UNIX system.
14290 (org-agenda-show-tags): New command.
14291 (org-table-insert-hline): Keep cursor in current table line.
14292 (org-table-convert): Offset effect of modifying
14293 `org-table-insert-hline'.
14294 (org-format-agenda-item): New optional argument TAG.
14295 (org-compile-prefix-format): Handle %T format for the tag.
14296 (org-expand-wide-chars): New function.
14297 (org-table-insert-row, org-table-insert-hline):
14298 Use `org-expand-wide-chars'.
14299 (org-open-file): Fix bug in program launch.
14300 (org-get-time-of-day): Fix bug with times before 1am.
14301 (org-agenda-menu): Add tags commands.
14302
14303 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14304
14305 * textmodes/ispell.el (ispell-init-process): Include the used
14306 dictionary in ispell process start message.
14307 (ispell-internal-change-dictionary): When flyspell-mode is active
14308 and dictionary is changed, make sure ispell process is restarted
14309 and flyspell word cache cleared out for the current buffer.
14310 (ispell-change-dictionary): Make sure flyspell word cache is
14311 cleared out in all buffers with active flyspell mode when
14312 dictionary is globally changed.
14313 Call ispell-internal-change-dictionary after dictionary change.
14314
14315 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14316
14317 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14318
14319 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14320 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14321 years. Fix small differences wrt Makefile.in.
14322 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14323 Makefile.in does.
14324
14325 2006-01-12 Bill Wohler <wohler@newt.com>
14326
14327 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14328 mh-search.el.
14329
14330 2006-01-12 Masatake YAMATO <jet@gyve.org>
14331
14332 * progmodes/ld-script.el: Update copyright year.
14333
14334 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14335
14336 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14337 Don't add widget if setting undefined.
14338
14339 2006-01-12 John Paul Wallington <jpw@pobox.com>
14340
14341 * help-fns.el (describe-variable): Remove newlines from void
14342 variable output.
14343
14344 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14345
14346 * wdired.el (wdired-mode-map): Add help echo for
14347 wdired-abort-changes.
14348
14349 * man.el (Man-file-name-regexp): Adjust for a list of files.
14350
14351 2006-01-12 Masatake YAMATO <jet@gyve.org>
14352
14353 * progmodes/ld-script.el (auto-mode-alist): Support
14354 suffix conventions used in netbsd and eCos.
14355
14356 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14357
14358 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14359 (custom-variable-menu, custom-face-menu, custom-group-menu)
14360 (Custom-mode-menu): Change names of menu items. (As discussed on
14361 emacs-devel.)
14362 (custom-face-menu): Add "Undo Edits" item.
14363
14364 * startup.el (init-file-user): defcustom -> defvar.
14365
14366 * tooltip.el (tooltip-mode): Doc fix.
14367
14368 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * reveal.el (reveal-post-command): window-buffer signals an error on
14371 dead windows rather than returning nil.
14372 (reveal-open-new-overlays): An overlay might die while we open others.
14373
14374 2006-01-11 Bill Wohler <wohler@newt.com>
14375
14376 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14377 phrasing in docstring.
14378
14379 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14380 can give some systems gas. Add new file mh-buffers.el.
14381
14382 2006-01-06 Masatake YAMATO <jet@gyve.org>
14383
14384 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14385 C preprocessor forward ported from GNU Emacs 21.2.
14386
14387 * progmodes/asm-mode.el (asm-font-lock-keywords):
14388 Use `cpp-font-lock-keywords'.
14389
14390 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14391
14392 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14393 of $ for "\\.ld[s]?".
14394
14395 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14396
14397 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14398 (tcl-indent-line): Return `noindent' if inside a string.
14399
14400 * progmodes/flymake.el (flymake-split-string): Remove more than one
14401 empty string at beg/end of the result.
14402 (flymake-find-buildfile, flymake-find-possible-master-files):
14403 Use expand-file-name.
14404 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14405 since expand-file-name does it for us. Use directory-file-name.
14406 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14407 (flymake-ler-get-type, flymake-ler-get-text)
14408 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14409 (flymake-current-line-no): Remove spurious interactive spec.
14410 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14411 (flymake-check-include): Remove arg inc-path merged into inc-name.
14412 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14413 Arg regexp-list replaced by a simple regexp.
14414 (flymake-master-make-header-init, flymake-master-tex-init):
14415 Correspondingly replace regexp-list with a regexp. Fix regexp.
14416
14417 2006-01-10 Simon Josefsson <jas@extundo.com>
14418
14419 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14420 describing AUTH PLAIN fix.
14421
14422 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14423
14424 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14425 (report-emacs-bug): Don't record initial prompt text.
14426 Instead, add text properties to prompting text.
14427 (report-emacs-bug-hook): Delete prompting text.
14428
14429 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14432 `dirs'. Adjust callers.
14433
14434 2006-01-09 John Paul Wallington <jpw@gnu.org>
14435
14436 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14437
14438 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * reveal.el (reveal-open-new-overlays): New extracted fun.
14441 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14442 using them. Simplify the code.
14443 (reveal-post-command): Use them. Fix up obsolete windows in
14444 reveal-open-spots.
14445
14446 * progmodes/flymake.el: Use `require' rather than autoload for
14447 XEmacs's overlays.
14448 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14449 Delete. Use file-relative-name instead.
14450 (flymake-get-syntax-check-program-args, flymake-perl-init):
14451 Simplify the resulting code.
14452
14453 * log-view.el (log-view-file-re, log-view-message-re): Add support
14454 for DaRCS output.
14455
14456 2006-01-09 Alex Schroeder <alex@gnu.org>
14457
14458 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14459 identifiers sometimes added in square brackets at the beginning of
14460 subject lines.
14461
14462 2006-01-07 Richard M. Stallman <rms@gnu.org>
14463
14464 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14465 (Custom-reset-current, Custom-reset-saved): Change question text.
14466 (Custom-reset-standard): Likewise.
14467 (custom-variable-reset-saved): Doc fix.
14468
14469 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14470
14471 * startup.el (init-file-user): Doc fix.
14472
14473 2006-01-07 Alex Schroeder <alex@gnu.org>
14474
14475 * mail/rmail.el (rmail-current-subject): New function.
14476 (rmail-current-subject-regexp): New function.
14477 (rmail-next-same-subject): Use it.
14478
14479 * mail/rmailsum.el (rmail-summary-by-topic):
14480 Use rmail-current-subject and rmail-current-subject-regexp.
14481 (rmail-summary-next-same-subject): Ditto.
14482
14483 * net/rcirc.el (rcirc-send-input): No longer check whether the
14484 process is open, since not all commands need an open process.
14485 (rcirc-send-string): Check whether the process is open before
14486 sending anything.
14487 (rcirc-ignore-list): New option.
14488 (rcirc-ignore-list-automatic): New variable.
14489 (rcirc-print): Take rcirc-ignore-list into account.
14490 (rcirc-cmd-ignore): New command.
14491 (rcirc-ignore-update-automatic): New function.
14492 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14493 list if ignored nicks.
14494 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14495
14496 2006-01-06 David Reitter <david.reitter@gmail.com>
14497
14498 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14499 reflect the address to which the report will be sent.
14500
14501 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14502
14503 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14504 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14505
14506 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14507
14508 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14509
14510 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14511 the doc string: "functoin" => "function".
14512 * ldefs-boot.el: Likewise.
14513
14514 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14515 message text: "Duplicat" => "Duplicate".
14516
14517 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14518
14519 * files.el (basic-save-buffer-2): If backing-up failed, reset
14520 buffer-backed-up to nil.
14521
14522 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14523
14524 * progmodes/gud.el (gdb-script-skip-to-head)
14525 (gdb-script-calculate-indentation): Indent for breakpoint command
14526 lists also.
14527
14528 2006-01-05 Bill Wohler <wohler@newt.com>
14529
14530 * Makefile.in (compile-always): Add mh-autoloads dependency.
14531 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14532 provides it.
14533 (updates): Remove mh-autoloads dependency, since it probably has
14534 already run recently (via recompile).
14535
14536 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14539 argument `force' to disable the flyspell-last-buffer optimization.
14540 (flyspell-mode-on): Use it.
14541
14542 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14543 flymake-simple-cleanup.
14544 (flymake-allowed-file-name-masks): Use this new default.
14545 All the functions are now called in the right buffer rather than
14546 passing the buffer as argument.
14547 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14548 (flymake-parse-err-lines): Remove redundant buffer arg.
14549 (flymake-get-program-dir): Comment out unused function.
14550 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14551 Remove redundant buffer argument.
14552 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14553 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14554
14555 2006-01-05 Richard M. Stallman <rms@gnu.org>
14556
14557 * info.el (Info-find-node): Don't record previous node if have none.
14558 (info): Go to directory only if history is empty.
14559
14560 * simple.el (mark): Doc fix.
14561
14562 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14563
14564 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14565 already of desired type.
14566 (mac-ae-list): Coerce parameter to "list" type.
14567 (mac-dispatch-apple-event): Replace cadr part of event with a
14568 dummy position so that event-start returns it.
14569
14570 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14571
14572 * textmodes/org.el (org-end-of-subtree): New function.
14573 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14574 Use `org-end-of-subtree'.
14575 (org-agenda, org-agenda-convert-date): Protect calls to
14576 `fit-window-to-buffer'.
14577 (org-tags-view): Force matching of sublevels when doing a
14578 todo-only search. Define the correct redo command, including the
14579 arguments.
14580 (org-agenda-redo): Display message.
14581 (org-check-for-org-mode): New function.
14582 (org-agenda-type): New variable.
14583 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14584 Set `org-agenda-type'.
14585 (org-agenda-check-type): New function.
14586 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14587 (org-agenda-week-view, org-agenda-day-view)
14588 (org-agenda-next-date-line, org-agenda-previous-date-line)
14589 (org-agenda-log-mode, org-agenda-toggle-diary)
14590 (org-agenda-toggle-time-grid, org-agenda-date-later)
14591 (org-agenda-date-prompt, org-agenda-diary-entry)
14592 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14593 (org-agenda-convert-date, org-agenda-menu):
14594 Use `org-agenda-check-type'.
14595 (org-make-overlay, org-delete-overlay)
14596 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14597 New compatibility functions.
14598 (org-calendar-select-mouse): New command.
14599
14600 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14601
14602 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14603 (Custom-reset-standard): Fix y-or-n-p messages.
14604 (custom-link): New face for links.
14605 (custom-buffer-create-internal, custom-manual): Use it.
14606 (custom-face-save): Push to theme-face before setting face spec.
14607
14608 * wid-edit.el (widget-default-mouse-face-get): New function.
14609 (widget-specify-button): Handle mouse-face like button-face.
14610
14611 * custom.el (load-theme): Clear old theme settings if reloading.
14612
14613 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14614
14615 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14616 "Erase Customization" button back to same position it occupies in
14617 the individual State menus.
14618
14619 2006-01-04 Kim F. Storm <storm@cua.dk>
14620
14621 * wid-edit.el (key-sequence): Rework widget to read key binding
14622 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14623 (widget-key-sequence-default-value): Default value for empty sequence.
14624 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14625 (widget-key-sequence-read-event): New command for C-q.
14626 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14627 (widget-key-sequence-value-to-external): New functions.
14628
14629 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14632 Use expand-file-name.
14633 (flymake-delete-temp-directory): Use expand-file-name,
14634 file-name-directory, and directory-file-name.
14635 (flymake-strrchr): Delete.
14636 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14637 to the init-f function.
14638 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14639 (flymake-init-find-buildfile-dir)
14640 (flymake-init-create-temp-source-and-master-buffer-copy)
14641 (flymake-simple-make-init-impl, flymake-simple-make-init)
14642 (flymake-master-make-init, flymake-master-make-header-init)
14643 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14644 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14645 (flymake-xml-init): Remove corresponding redundant buffer argument.
14646 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14647 the default anyway. Clean up regexps.
14648
14649 * progmodes/flymake.el (flymake-temp-source-file-name)
14650 (flymake-master-file-name, flymake-temp-master-file-name)
14651 (flymake-base-dir): New buffer-local vars.
14652 (flymake-buffer-data, flymake-get-buffer-value)
14653 (flymake-set-buffer-value): Replace those hash-tables by the new
14654 buffer-local vars. Update callers.
14655
14656 * progmodes/flymake.el (flymake-check-start-time)
14657 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14658 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14659 Move definition, so we can remove redundant earlier declaration.
14660 (flymake-replace-regexp-in-string, flymake-split-string)
14661 (flymake-get-temp-dir): Use defalias.
14662 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14663 (flymake-xemacs-window-edges): Remove unused function.
14664 (flymake-get-point-pixel-pos): Move.
14665 (flymake-pid-to-names, flymake-reg-names)
14666 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14667 Replace by a simple list flymake-processes and by process-buffer.
14668 Update callers. Other than simplify the code, it uses buffers rather
14669 than buffer-names so it doesn't get confused by uniquify.
14670 (flymake-buffer-data): The global value should just be nil.
14671
14672 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14673 Optimize the body of a defalias like any other code.
14674
14675 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14676 Make sure we've setup font-lock's vars. It may influence which
14677 function we then call.
14678 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14679 here since it's too late anyway.
14680
14681 2006-01-03 Romain Francoise <romain@orebokech.com>
14682
14683 * startup.el (fancy-splash-tail, normal-splash-screen):
14684 Update copyright year.
14685
14686 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14687
14688 * mouse.el (mouse-drag-track): Rename, from
14689 `mouse-drag-region-1'. Includes optional argument required to
14690 enable post-drag event processing (e.g. delete region keys).
14691 Can be used without this argument to track a mouse region and operate
14692 on it as soon as the drag completes.
14693 (mouse-drag-region): Use `mouse-drag-track'.
14694
14695 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14696
14697 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14698 Move to `custom-buffer' group.
14699
14700 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14701 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14702 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14703 (custom-theme-face-menu): New variables.
14704 (custom-theme-add-variable, custom-theme-variable-action)
14705 (custom-variable-reset-theme, custom-theme-delete-variable)
14706 (custom-face-reset-theme, custom-theme-face-action)
14707 (custom-theme-delete-face, custom-theme-merge-theme)
14708 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14709
14710 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14711
14712 * custom.el: Move Custom Themes commentary to start of theme code.
14713 (custom-known-themes): Rename `standard' theme to `changed'.
14714 (custom-push-theme): Caller no longer specifies what theme to use
14715 when doing `reset'---the setting is simply removed from the theme.
14716 Delete MODE from `theme-value' and `theme-settings' properties.
14717 (custom-declare-theme): Ignore &rest args since we don't use them.
14718
14719 (custom-loaded-themes): Delete variable.
14720 (custom-theme-load-themes, custom-theme-loaded-p)
14721 (custom-theme-value): Delete functions.
14722
14723 (custom-declare-theme): Signal error on invalid theme names.
14724 (provide-theme): custom-loaded-themes was deleted.
14725 (load-theme): Load the file unconditionally.
14726 (enable-theme): Call `load-theme' if theme is undefined.
14727 (custom-enabled-themes): Only update value for successful loads.
14728 (disable-theme): Complete from enabled themes when interactive.
14729 (custom-variable-theme-value): Calculate theme value directly.
14730
14731 (custom-theme-reset-variables, custom-reset-variables): Mark as
14732 XEmacs compatibility functions. We don't actually use these.
14733
14734 * cus-edit.el (custom-variable-state-set):
14735 Use custom-variable-theme-value instead of custom-theme-value.
14736 (custom-face-state-set): Rename `standard' theme to `changed'.
14737 (custom-save-variables, custom-save-faces): Delete unneeded
14738 references to custom-reset-variables.
14739 (custom-save-resets): Delete function.
14740 (custom-save-variables, custom-save-faces): MODE argument deleted.
14741 (custom-save-variables, custom-save-faces): Ignore theme values.
14742
14743 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14744 compatibility function.
14745
14746 2006-01-01 Richard M. Stallman <rms@gnu.org>
14747
14748 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14749 (Custom-reset-current, Custom-reset-saved): Likewise.
14750 (Custom-reset-standard): Show message if aborted.
14751 (custom-mode): Doc fix, describing those commands.
14752
14753 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14754 put on event-kind property.
14755
14756 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14757
14758 * custom.el (provide-theme): Ban `user' theme name.
14759 (custom-enabling-themes): New variable.
14760 (enable-theme): Don't enable user if custom-enabling-themes is t.
14761 (custom-enabled-themes): Make it a defcustom.
14762 (custom-theme-recalc-face): No-op if face is undefined.
14763
14764 * cus-edit.el (custom-button-mouse): New variable.
14765 (custom-button-mouse): New face.
14766 (custom-raised-buttons, custom-mode): Use it.
14767
14768 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14769
14770 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14771
14772 * progmodes/gud.el (gud-display-line): Support hl-line in the
14773 source buffer.
14774
14775 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14776
14777 * mouse.el (mouse-drag-window-above): Verify that the found window
14778 overlaps with the given window in the horizontal dimension.
14779
14780 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14781
14782 * Makefile.in (cvs-update): New target.
14783
14784 * makefile.w32-in (cvs-update): Ditto.
14785
14786 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14787
14788 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14789 (custom-new-theme-mode-map): New variable.
14790
14791 2005-12-30 Richard M. Stallman <rms@gnu.org>
14792
14793 * custom.el (custom-load-themes): Function deleted.
14794
14795 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14796 (custom-save-variables): Don't delete or add custom-load-themes call.
14797
14798 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * cus-start.el: Add `visible-cursor'.
14801
14802 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14803 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14804 (flymake-process-filter): Switch to buffer before calling it instead.
14805 (flymake-post-syntax-check, flymake-highlight-err-lines)
14806 (flymake-delete-own-overlays, flymake-parse-err-lines)
14807 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14808 (flymake-count-lines, flymake-parse-residual):
14809 Remove constant buffer argument.
14810 (flymake-start-syntax-check-for-current-buffer): Remove.
14811 Update callers to use flymake-start-syntax-check instead.
14812 (flymake-display-err-menu-for-current-line):
14813 Remove unused var `mouse-pos'.
14814 (flymake-restore-formatting): Comment out unused function.
14815 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14816 argument, use current-buffer instead. Update callers.
14817
14818 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14819
14820 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14821 buffer-local because choose-completion-delete-max-match requires
14822 that we set completion-ignore-case (i.e., binding via let is not
14823 sufficient).
14824 (bibtex-complete): Always set completion-ignore-case and
14825 choose-completion-string-functions. The latter is needed because
14826 choose-completion-string-functions keeps its value if we quit the
14827 *Completions* buffer without requesting a completion.
14828
14829 2005-12-30 Andreas Schwab <schwab@suse.de>
14830
14831 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14832
14833 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14834
14835 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14836
14837 2005-12-30 Juri Linkov <juri@jurta.org>
14838
14839 * locate.el (locate-fcodes-file, locate-header-face)
14840 * progmodes/delphi.el (delphi-other-face)
14841 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14842
14843 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14844 group `paren-showing-faces'.
14845
14846 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14847 (goto-address): Fix docstring.
14848
14849 * net/webjump.el (webjump-sample-sites): Update URLs.
14850
14851 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14852
14853 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14854
14855 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * font-lock.el (font-lock-compile-keywords): Signal an error when
14858 font-lock-set-defaults hasn't been called.
14859
14860 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14861
14862 * subr.el (noreturn, 1value): Doc fixes.
14863
14864 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14865
14866 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14867 that assoc-string returns nil.
14868
14869 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14870
14871 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14872 (bibtex-entry-type-str, bibtex-empty-field-re)
14873 (bibtex-search-backward-string, bibtex-preamble-prefix)
14874 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14875 (bibtex-any-valid-entry-type): New variable.
14876 (bibtex-parse-field-name): Simplify.
14877 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14878 (bibtex-preamble-prefix): Include left delimiter.
14879 (bibtex-search-forward-field, bibtex-search-backward-field):
14880 Allow unbounded search past entry boundaries (required by bibtex-pop).
14881 (bibtex-text-in-field-bounds): Use push.
14882 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14883 (bibtex-parse-preamble, bibtex-valid-entry)
14884 (bibtex-beginning-first-field): New functions.
14885 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14886 (bibtex-map-entries): Fix docstring.
14887 (bibtex-flash-head): New arg prompt. Simplify.
14888 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14889 (bibtex-insert-kill): Simplify. Always insert text past the
14890 current field or entry.
14891 (bibtex-format-entry): Use bibtex-parse-field.
14892 (bibtex-pop): Use bibtex-beginning-of-entry and
14893 bibtex-end-of-entry to initiate the search. Insert empty field if
14894 we found ourselves.
14895 (bibtex-print-help-message): New args field and comma.
14896 Handle entry keys.
14897 (bibtex-make-field): Use bibtex-beginning-of-entry.
14898 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14899 invalid entry.
14900 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14901 Handle preambles. Simplify code for thorough test.
14902 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14903 New arg comma. Handle entry heads.
14904 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14905 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14906 New arg comma.
14907 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14908 (bibtex-fill-field): Simplify.
14909 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14910 bibtex-parse-field.
14911 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14912 (bibtex-complete): Use bibtex-parse-preamble.
14913
14914 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14915
14916 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14917 Display name of expression instead of convenience variable.
14918 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14919
14920 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14921 toggle-gud-tooltip-dereference.
14922 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14923 (gud-tooltip-tips): ...here when dereferencing.
14924
14925 2005-12-28 Bill Wohler <wohler@newt.com>
14926
14927 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14928
14929 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14932 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14933 (vc-annotate-display-autoscale): Adjust call.
14934 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14935 Fix interactive spec.
14936 (vc-annotate-time-span): Remove.
14937 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14938 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14939 (vc-annotate-display-select): Use new name.
14940
14941 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14942 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14943 Correct the construction of span entries. Simplify.
14944 (vc-annotate-display-select): Fix the nil case.
14945 (vc-annotate): Remove obsolete (and now broken) code.
14946 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14947 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14948
14949 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14950
14951 * subr.el (lazy-completion-table): Correct typo in docstring.
14952
14953 * startup.el (command-line): Use `custom-reevaluate-setting' for
14954 `send-mail-function'.
14955
14956 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14957
14958 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14959
14960 * mail/smtpmail.el (smtpmail-try-auth-methods):
14961 Send credentials together with "AUTH PLAIN" command.
14962
14963 2005-12-27 Richard M. Stallman <rms@gnu.org>
14964
14965 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14966 mouse-2, go back to previously selected window, so it's selected
14967 when mouse-2 command runs.
14968
14969 2005-12-27 Juri Linkov <juri@jurta.org>
14970
14971 * descr-text.el (describe-text-sexp): Use square brackets for
14972 button [Show] to distinguish it from the property value `show'.
14973 (describe-property-list): Use `insert-text-button' with
14974 `help-face' type instead of putting face in quotes, because button
14975 is not created automatically for a list of faces.
14976 (describe-text-properties-1): Put button-type value in quotes to
14977 distinguish from plain text "button".
14978 (describe-char): Display code point values in hex. Don't use
14979 `symbol-name' for `current-input-method' because it is a string.
14980 Use `insert-text-button' with `help-face' type instead of putting
14981 hardcoded face in quotes, because button is not created automatically.
14982
14983 2005-12-27 Richard M. Stallman <rms@gnu.org>
14984
14985 * progmodes/glasses.el (glasses-face): More specific custom type.
14986
14987 * files.el (set-visited-file-name): Doc fix.
14988
14989 * textmodes/flyspell.el (flyspell-external-point-words):
14990 Use local var buffer-scan-pos to advance scan for next misspelling.
14991 Advance it only after we find the misspelling.
14992
14993 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14994
14995 * textmodes/flyspell.el (flyspell-external-point-words):
14996 New criteria for finding the misspelling in the buffer.
14997
14998 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14999
15000 * help-mode.el (help-insert-string): Set help-xref-stack-item
15001 rather than call help-setup-xref.
15002
15003 * descr-text.el (describe-char): Revert previous changes for
15004 optional buffer argument.
15005
15006 2005-12-27 Juri Linkov <juri@jurta.org>
15007
15008 * help-mode.el (help-insert-string): New function. Save buffer
15009 contents in cases where it is impossible to recompute the old contents.
15010
15011 * descr-text.el (describe-char): Set help-xref-stack-item
15012 explicitly after buffer has been generated.
15013
15014 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15015
15016 * cus-start.el (all): Add x-gtk-show-hidden-files.
15017
15018 2005-12-26 Richard M. Stallman <rms@gnu.org>
15019
15020 * replace.el (perform-replace): Calculate match-again
15021 before skipping read-only matches.
15022
15023 * paren.el (paren-showing-faces): New group.
15024 (show-paren-match, show-paren-mismatch): Move to that group.
15025
15026 * button.el (button): Put into group `basic-faces'.
15027
15028 * progmodes/make-mode.el: Remove faces from group `faces'.
15029
15030 * apropos.el (apropos, apropos-value): Doc fix.
15031 (apropos-documentation): Doc fix.
15032
15033 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15034
15035 * subr.el (lazy-completion-table): Remove argument `args'.
15036
15037 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15038 Don't use the `args' argument of lazy-completion-table.
15039
15040 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15041
15042 * descr-text.el (describe-char): Add optional argument for buffer.
15043 Set buffer appropriately. Call help-setup-xref.
15044 Suggested by Stefan Monnier.
15045
15046 2005-12-26 Juri Linkov <juri@jurta.org>
15047
15048 * descr-text.el: Require `help-fns' at runtime. Don't require
15049 `button' for byte compilation.
15050 (describe-text-widget): Add `help-echo' for first button.
15051 Use `help-info' for second.
15052 (describe-property-list): Use `help-argument-name' instead of `italic'.
15053 (describe-text-category): Add prompt to interactive spec.
15054 Call `help-setup-xref'.
15055 (describe-char): Use `help-character-set'. Add `help-echo' for
15056 code point. Use `help-input-method'. Remove superfluous insert.
15057
15058 2005-12-25 Richard M. Stallman <rms@gnu.org>
15059
15060 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15061 at point, in case of narrowing.
15062
15063 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15064
15065 * locate.el (locate-header-face): Allow nil in type.
15066
15067 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15068
15069 2005-12-25 Romain Francoise <romain@orebokech.com>
15070
15071 * battery.el (battery-linux-proc-acpi): Also try
15072 `/proc/acpi/thermal_zone/THM0/temperature'.
15073
15074 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15075
15076 * custom.el (custom-push-theme): Fix docstring.
15077
15078 * cus-edit.el (custom-variable-set, custom-variable-save)
15079 (custom-variable-save): Custom-quote widget values.
15080 (customize-save-variable): Fix custom-push-theme call.
15081
15082 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15083
15084 * w32-fns.el (w32-batch-update-autoloads): New function.
15085
15086 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15087 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15088 from the command line.
15089
15090 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15091
15092 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15093 reset means to remove setting from theme entirely. Don't keep
15094 expanding theme-settings list; delete old entries if necessary.
15095
15096 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15097 customization" button one line up.
15098 (custom-themed): New face.
15099 (custom-magic-alist): New value, THEMED, for theme settings.
15100 (custom-variable-state-set, custom-face-state-set):
15101 Check theme-value instead of saved-value.
15102 (custom-variable-reset-standard, custom-face-reset-standard):
15103 Remove theme setting entirely. Recalculate new values.
15104 (custom-variable-set, custom-variable-set)
15105 (custom-variable-reset-saved, custom-variable-reset-backup)
15106 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15107 (custom-variable-save): Fix typos.
15108
15109 2005-12-23 Juri Linkov <juri@jurta.org>
15110
15111 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15112 Add autoload cookies.
15113 (edebug-outside-d-c-i-n-s-w): New variable.
15114 (edebug-display, edebug-outside-excursion): Use it to save the
15115 original value of default-cursor-in-non-selected-windows.
15116 Set default-cursor-in-non-selected-windows to t while Edebug
15117 is active.
15118 (edebug-mode, edebug-eval-mode): Doc fix.
15119
15120 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15121 with `buffer-substring-no-properties' to remove common substring
15122 highlighting.
15123
15124 * info.el (info-other-window, info): Rename function argument
15125 `file' to `file-or-node'.
15126 (Info-complete-menu-item): Use local variable `complete-nodes' to
15127 keep the global value of `Info-complete-nodes' unchanged for
15128 subsequent completions.
15129 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15130
15131 * simple.el (get-next-valid-buffer, last-buffer)
15132 (next-error-buffer-p, next-error-find-buffer)
15133 (minibuffer-history-sexp-flag): Doc fix.
15134
15135 * savehist.el (savehist-mode-hook): Add `:group'.
15136
15137 * log-view.el: Call autoload for vc-find-version.
15138 (log-view-current-file): Adjust subgroup numbers.
15139 (log-view-current-tag): Add `length'.
15140
15141 2005-12-23 Richard M. Stallman <rms@gnu.org>
15142
15143 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15144
15145 2005-12-23 Juri Linkov <juri@jurta.org>
15146
15147 * hi-lock.el (hi-lock-archaic-interface-message-used)
15148 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15149 (hi-lock-mode): Display "Hi" in the mode line only when
15150 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15151 (hi-lock-write-interactive-patterns):
15152 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15153 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15154 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15155 font-lock-add-keywords to t.
15156
15157 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15158
15159 * hi-lock.el (hi-lock-highlight-range): New variable.
15160 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15161 only if font-lock-fontified is non-nil. Remove overlays.
15162 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15163 font-lock-fontified is non-nil, otherwise use overlays (instead of
15164 text properties).
15165 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15166 New variables.
15167 (hi-lock-string-serialize) New function.
15168
15169 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15170
15171 * menu-bar.el (menu-find-file-existing): New function.
15172 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15173
15174 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15175
15176 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * vc.el: Remove unnecessary leading * in docstrings.
15179 (vc-annotate-mode-map): Move initialization into declaration.
15180 (vc-static-header-alist): Nitpick on the regexp.
15181 (vc-default-init-version): New fun.
15182 (vc-register): Use it.
15183 (vc-insert-headers): Use dolist.
15184 (vc-annotate-get-backend): Remove unused function.
15185 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15186 (vc-annotate-mode): Remove corresponding call.
15187 (vc-annotate-car-last-cons): Simplify.
15188 (vc-annotate-buffers): Remove var.
15189 (vc-annotate-backend): Make it buffer-local.
15190 (vc-annotate): Move the interaction to the interactive spec.
15191 Add a `buf' argument.
15192 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15193 killing&creating a vc-annotate buffer, which is very disruptive when
15194 the buffers are shown in dedicated frames.
15195
15196 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15197
15198 * descr-text.el: Add FSF as maintainer.
15199 (describe-text-mode, describe-text-mode-map)
15200 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15201 help-mode.
15202 (describe-text-widget, describe-text-sexp)
15203 (describe-property-list, describe-text-category)
15204 (describe-text-properties, describe-text-properties-1)
15205 (describe-char): Use help buttons instead of widgets.
15206 (describe-char-unicodedata-file): Make URL link in doc string.
15207
15208 2005-12-22 Richard M. Stallman <rms@gnu.org>
15209
15210 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15211 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15212 Don't include buttons that write a file when there's no file.
15213 (custom-variable-menu, custom-face-menu, custom-group-menu):
15214 Don't include commands that write a file when there's no file.
15215 (customize-browse): Reword the top-of-buffer help intro.
15216 (custom-buffer-create-internal): Fix previous change.
15217 (customize-changed-options-previous-release): Prev release is 21.1.
15218 (customize-changed-options): Doc fix.
15219 (customize-changed): New alias.
15220 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15221 Say "standard values".
15222 (Custom-reset-standard): Doc fix.
15223 (custom-face-reset-standard): Doc fix.
15224
15225 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15226
15227 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15228 even if font-lock-mode is non-nil since it may be t without having
15229 turned on font-lock-mode-internal.
15230 (font-lock-choose-keywords): Minor optimization.
15231 (font-lock-add-keywords, font-lock-remove-keywords)
15232 (font-lock-set-defaults): Don't call make-local-variable on a variable
15233 that we know to already be local.
15234
15235 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15236
15237 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15238 messages if in the minibuffer.
15239
15240 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15243 (tex-mode-flyspell-verify, flyspell-get-word)
15244 (flyspell-external-point-words): Don't use point-min/max uselessly.
15245
15246 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15247 by Kevin Rodgers. Instead, just hide the completions buffer if we
15248 don't need to show it.
15249
15250 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15251
15252 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15253
15254 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15255
15256 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15257 delete-windows-on with an inexistent buffer.
15258
15259 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15260
15261 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15262 Delete defcustom variable :tag names.
15263
15264 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15267 (log-view-font-lock-keywords): Ajust subgroup numbers.
15268 (log-view-current-tag): Don't hard code the number of subgroups.
15269
15270 2005-12-20 Juri Linkov <juri@jurta.org>
15271
15272 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15273 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15274
15275 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15276 (menu-bar-non-minibuffer-window-p): Instead of checking
15277 display-multi-frame-p, use selected-frame when menu-updating-frame
15278 is nil.
15279
15280 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15281
15282 * align.el (align-rules-list): Use [ \t] instead of \s-
15283 for column separators in text mode.
15284
15285 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15286
15287 * help-mode.el (help-customize-variable, help-customize-face):
15288 Don't pop help-xref-stack as help-follow no longer pushes
15289 anything on to it.
15290
15291 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15292
15293 * textmodes/org.el (org-agenda-custom-commands): New option.
15294 (org-agenda): Offer custom commands on splash screen.
15295 (org-make-tags-matcher): Parser for Boolean logic added.
15296 (org-agenda-set-tags): New command.
15297 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15298 (org-set-tags): Efficiency improvements.
15299 (org-auto-align-tags): New option.
15300 (org-todo, org-demote, org-promote): Realign tags.
15301 (org-tags-completion-function): Use also "&" and "|" as separators.
15302 (org-org-menu): Agenda commands simplified.
15303
15304 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15305
15306 * cus-edit.el (customize-apropos, customize-apropos-options):
15307 Docstring changes.
15308
15309 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15310
15311 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15312
15313 * longlines.el (longlines-mode): Wrap while widened.
15314 (longlines-decode-region, longlines-encode-region): Compute max
15315 just once.
15316
15317 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15318
15319 * cus-edit.el (mac): New group.
15320
15321 * cus-start.el (all): Add user options in macterm.c. Add test for
15322 Mac-related built-ins. Fix test for GTK-related built-ins.
15323
15324 * term/mac-win.el (mac-handle-language-change)
15325 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15326 (mac-services-open-selection, mac-services-mail-selection)
15327 (mac-services-mail-to, mac-services-insert-text)
15328 (mac-dispatch-apple-event): Add docstrings.
15329 (x-get-selection, mac-select-convert-to-string): Select coding
15330 system from `utf-16be' and `utf-16le' using `byteorder'.
15331
15332 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15335 a "list" (lambda ...) rather than a real completion list.
15336
15337 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15338 lexical-let when encountering ((lambda (...) ...) ...).
15339
15340 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15341
15342 * progmodes/sh-script.el (sh-mode):
15343 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15344 * textmodes/picture.el (picture-mode): Update docstrings.
15345
15346 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15347
15348 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15349 commands enclosed in $(ARGQUOTE)s should not be split between two
15350 lines, as that will break with GNU Make >3.80, when sh.exe is used
15351 and arg quoting is with '..'.
15352 (autoloads): Don't break the quoted --eval expression between
15353 several lines.
15354
15355 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15356
15357 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15358 Capture error from printing circular structures.
15359
15360 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15361
15362 * wid-edit.el (widget-checkbox-action): Clear undo info.
15363
15364 2005-12-16 Bill Wohler <wohler@newt.com>
15365
15366 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15367 bar, not menubar in comment.
15368
15369 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15372 After-change-functions should not clobber the match data.
15373
15374 2005-12-16 Juri Linkov <juri@jurta.org>
15375
15376 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15377 instead of `buffer-substring'.
15378 (completion-common-substring): Doc fix.
15379 (completion-setup-function): Use minibuffer-completion-contents
15380 instead of minibuffer-contents. Don't set common-string-length
15381 initially. Remove special handling of partial-completion-mode.
15382 Move computation of completion-base-size into one cond.
15383 Call completion-base-size-function in mainbuf. In computation of
15384 completion-base-size for file name completion don't move point to
15385 the end of the minibuffer. Move computation of common-string-length
15386 into one cond. Start putting faces only when common-string-length>=0.
15387 Add condition to put completions-common-part when
15388 common-string-length>0.
15389
15390 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15391 place point at the first different character in the minibuffer
15392 even if this position is at the beginning of the minibuffer.
15393
15394 * info.el (Info-read-node-name-1): In completion-base-size-function's
15395 lambda return 1 if common-substring or minibuffer-completion-contents
15396 starts with (, and 0 otherwise.
15397
15398 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15399 Use `crm-current-element' for second arg of `display-completion-list'.
15400
15401 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15402
15403 * files.el (set-auto-mode): Look for an interpreter specified on
15404 the first line also if search for mode specification succeeded,
15405 but the mode is not known.
15406
15407 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15408
15409 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15410 (org-open-at-point): Implement tag searches as links.
15411 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15412 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15413 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15414 (org-agenda-dispatch): New commands.
15415 (org-use-tag-inheritance, org-tags-column): New options.
15416 (org-tab-follows-link, org-return-follows-link): New options.
15417 (org-tags): New customize group.
15418 (org-start-icalendar-file): Get local time zone.
15419 (org-tags-completion-function): New function.
15420 (org-set-font-lock-defaults): Make sure links will also be
15421 highlighted inside headlines.
15422
15423 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15424
15425 * term.el (term-emulate-terminal):
15426 Let term-handle-ansi-terminal-messages override what Bash says about
15427 its current directory.
15428
15429 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15430
15431 * bindings.el (last-buffer): Move to simple.el.
15432 * simple.el (last-buffer): Move here.
15433 (get-next-valid-buffer): New function.
15434 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15435 (prev-buffer): Ditto. Rename to `previous-buffer'.
15436
15437 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15438 * bindings.el (global-map): Ditto.
15439
15440 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15441
15442 * cus-edit.el: Introductory comment change.
15443 (custom-magic-alist): Change message string for the `rogue' state.
15444
15445 2005-12-15 Richard M. Stallman <rms@gnu.org>
15446
15447 * tooltip.el: Delete defcustom variable :tag names.
15448
15449 * complete.el (partial-completion-mode): Doc fix.
15450
15451 * textmodes/flyspell.el (flyspell-external-point-words):
15452 Use save-excursion to ensure we don't move backward in the
15453 search loop, not even one character.
15454 (flyspell-delete-all-overlays): Use remove-overlays directly.
15455
15456 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15457 (ispell-start-process): Set that variable.
15458 Clear ispell-buffer-local-name.
15459 (ispell-internal-change-dictionary):
15460 Set ispell-current-dictionary after killing process.
15461 (ispell-buffer-local-dict):
15462 Don't set spell-personal-dictionary after killing process.
15463 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15464 (ispell-tex-skip-alists, ispell-html-skip-alists)
15465 (ispell-skip-region-alist): Mark as risky.
15466
15467 * net/newsticker.el (newsticker--retrieval-timer-list)
15468 (newsticker--display-timer, newsticker-running-p)
15469 (newsticker-ticker-running-p): Definitions moved up.
15470
15471 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15472
15473 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15474
15475 2005-12-15 David Ponce <david@dponce.com>
15476
15477 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15478 (recentf-edit-list, recentf-open-files): Signal an error when
15479 there is no recent file.
15480
15481 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15482
15483 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15484 read-only except for texinfo-format-region evaluation.
15485
15486 2005-12-14 Richard M. Stallman <rms@gnu.org>
15487
15488 * vc.el (vc-default-previous-version, vc-default-next-version)
15489 (vc-do-command): Doc fixes.
15490
15491 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15492
15493 * textmodes/bibtex.el (bibtex-expand-strings)
15494 (bibtex-autokey-expand-string, bibtex-name-part)
15495 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15496 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15497 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15498 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15499 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15500 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15501 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15502 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15503 (bibtex-beginning-of-last-entry): Remove.
15504 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15505 message if comma is missing but buffer is read-only.
15506 (bibtex-parse-field-text): Handle whitespaces at the end of field
15507 text. Return 3-element list with beginning and end of field text
15508 and end of field.
15509 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15510 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15511 (bibtex-search-forward-field, bibtex-search-backward-field):
15512 Search always delimited by limits of entry. Use more efficient
15513 search algorithms.
15514 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15515 bibtex-end-of-name-in-field.
15516 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15517 extracting the content of a field.
15518 (bibtex-text-in-field): Use search limits.
15519 (bibtex-parse-string-prefix): Handle empty string keys based on
15520 bibtex-string-empty-key.
15521 (bibtex-parse-string): Fix docstring.
15522 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15523 (bibtex-preamble-prefix, bibtex-strings): New functions.
15524 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15525 BibTeX entries (consistent with other BibTeX functions).
15526 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15527 (bibtex-search-entry): Fix docstring. Simplify.
15528 (bibtex-flash-head, bibtex-complete-string-cleanup)
15529 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15530 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15531 (bibtex-parse-entry): New optional arg content.
15532 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15533 Use bibtex-text-in-field-bounds.
15534 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15535 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15536 bibtex-parse-string-postfix.
15537 (bibtex-find-text-internal): New function.
15538 (bibtex-remove-delimiters): Use it.
15539 (bibtex-find-text): Use it. New optional arg help.
15540 (bibtex-complete): Handle BibTeX string and preamble entries.
15541 (bibtex-Preamble): Fix order of closing delimiters.
15542
15543 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * vc.el (vc-default-revert): New fun.
15546
15547 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15548
15549 2005-12-14 Romain Francoise <romain@orebokech.com>
15550
15551 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15552 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15553 (font-lock-remove-keywords): Likewise.
15554
15555 2005-12-14 Juri Linkov <juri@jurta.org>
15556
15557 * log-view.el (log-view-diff): Doc fix.
15558
15559 * isearch.el (isearch-query-replace): Use (mark) instead of
15560 isearch-opoint if mark is active in transient-mark-mode.
15561
15562 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15563
15564 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15565
15566 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15567
15568 * progmodes/cpp.el (cpp-face): New widget.
15569 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15570
15571 2005-12-14 Juri Linkov <juri@jurta.org>
15572
15573 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15574 around `erase-buffer' and `insert'.
15575
15576 * descr-text.el (describe-text-properties): Replace buffer name
15577 "*Help-2*" with "*Help*<2>".
15578 (describe-char): Add functions print-help-return-message,
15579 toggle-read-only. Use help-setup-xref with nil to not store
15580 describe-char in help-xref-stack. Use help-make-xrefs to
15581 make [back] button.
15582
15583 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15584
15585 * wdired.el (wdired-old-point): New internal variable.
15586 (wdired-change-to-wdired-mode): Set it buffer-locally.
15587 (wdired-abort-changes): Restore point after aborting changes.
15588
15589 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * vc.el (vc-do-command): Add a new value t for okstatus.
15592
15593 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15594 frame in case of errors.
15595
15596 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15597
15598 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15599 so it comes after "On the Left" in the menu.
15600
15601 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15602
15603 * cus-edit.el (customize-apropos, customize-apropos-options)
15604 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15605
15606 2005-12-12 Bill Wohler <wohler@newt.com>
15607
15608 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15609 non-writable Subversion-controlled files by saving window
15610 configuration before calling vc-do-command. vc-do-command calls
15611 pop-to-buffer on error which is unexpected during registration.
15612
15613 2005-12-12 Jay Belanger <belanger@truman.edu>
15614
15615 * calc/README: Update the summary of changes.
15616
15617 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * descr-text.el (describe-char): Rework last fix to solve the problem
15620 is the same way it's solved for everything else in that function
15621 (i.e. by extracting the info before setting up the *Help* buffer).
15622
15623 2005-12-12 Kim F. Storm <storm@cua.dk>
15624
15625 * subr.el (version-regexp-alist): Allow space as separator before
15626 non-numeric part, e.g. "1.0 alpha".
15627 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15628
15629 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15630
15631 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15632 Implement Logging and the keep-modes setting.
15633 (org-get-category): Make sure a string is returned.
15634 (org-log-done): New function.
15635 (org-log-done, org-closed-string): New options.
15636
15637 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15638
15639 * tooltip.el (tooltip-y-offset): Change default to 20.
15640
15641 2005-12-12 Richard M. Stallman <rms@gnu.org>
15642
15643 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15644
15645 * frame.el (display-hourglass): Doc fix.
15646
15647 * help.el (help-for-help-internal): Simplify entry for `a'.
15648
15649 * info.el (Info-on-current-buffer): Doc fix.
15650 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15651
15652 * startup.el (inhibit-splash-screen): Make this the real name.
15653 (inhibit-startup-message): Make this the alias.
15654 (command-line): Find only simple.el, and use its directory
15655 to fill in other preloaded files' names.
15656 (command-line): Deactivate the mark if deactivate-mark is set.
15657
15658 * international/mule.el (load-with-code-conversion):
15659 Bind deactivate-mark.
15660
15661 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15662
15663 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15664
15665 * cus-edit.el (customize-apropos): Avoid listing an option more
15666 than once under different aliases. No longer list user options
15667 that are not defined with defcustom (unless a prefix arg is given).
15668 Doc fix.
15669 (customize-apropos-options): Doc fix.
15670
15671 2005-12-11 Juri Linkov <juri@jurta.org>
15672
15673 * frame.el (set-background-color, set-foreground-color)
15674 (set-cursor-color, set-mouse-color, set-border-color):
15675 Add explicit prompts to read colors by `facemenu-read-color'.
15676 (show-trailing-whitespace, blink-cursor-delay)
15677 (blink-cursor-interval, display-hourglass, hourglass-delay):
15678 Remove tags.
15679 (display-hourglass, hourglass-delay): Doc fix.
15680 (cursor-in-non-selected-windows): Capitalize words in tag.
15681
15682 * faces.el (frame-background-mode): Replace `choice-item' keywords
15683 with `const' to not make [default] button. Change default value tag
15684 from `default' to `automatic'. Doc fix.
15685 (trailing-whitespace) <defface>: Change group `whitespace' to
15686 `whitespace-faces'.
15687
15688 2005-12-11 Richard M. Stallman <rms@gnu.org>
15689
15690 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15691
15692 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15693
15694 * term/mac-win.el: Create keymap for mac-apple-event-map.
15695
15696 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15697
15698 * tooltip.el (tooltip-mode): Move to start of file so that it
15699 appears at top of customize buffer.
15700
15701 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15702 Add the gud groupname.
15703 (gud-tooltip-mode): Add the tooltip groupname.
15704 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15705 avoid conflict with tooltip-use-echo-area.
15706
15707 2005-12-10 Romain Francoise <romain@orebokech.com>
15708
15709 * help.el (help-for-help-internal): Add `r' in doc string.
15710
15711 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15712
15713 * align.el (align-regexp, align-highlight-rule):
15714 Use region-beginning and region-end instead of point and mark, so that
15715 repetition (with `repeat-complex-command') recomputes the region
15716 bounds.
15717
15718 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15719
15720 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15721 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15722 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15723 (balance-windows): Rewrite using the above new functions.
15724
15725 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15726
15727 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15728 react if global-hi-lock-mode seems intended.
15729 (global-hi-lock-mode) Renamed from hi-lock-mode.
15730 (hi-lock-archaic-interface-message-used)
15731 (hi-lock-archaic-interface-deduce): New variables.
15732 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15733 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15734 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15735 Replace hi-lock-buffer-mode with hi-lock-mode.
15736
15737 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15738
15739 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15740 completion list, even after a partial completion has been
15741 inserted in the current buffer. If there are more than 1
15742 completion, redisplay the *Completions* buffer; if the
15743 completion is unique, delete the *Completions* window.
15744
15745 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15746
15747 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15748 strings and long subject lines that were broken into multiple
15749 lines at arbitrary places. Handle subjects that have "Re: " in
15750 the middle.
15751
15752 2005-12-10 John W. Eaton <jwe@octave.org>
15753
15754 * emacs/octave-mod.el (octave-electric-space): Don't indent
15755 comments or strings if octave-auto-indent is nil.
15756
15757 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15758
15759 * term/mac-win.el: Require url when compiling.
15760 Call mac-process-deferred-apple-events after loading init files.
15761 (mac-apple-event-map): New defvar. Define event handlers in it.
15762 (core-event, internet-event): New Apple event class symbols.
15763 (open-application, reopen-application, open-documents)
15764 (print-documents, open-contents, quit-application)
15765 (application-died, show-preferences, autosave-now, get-url):
15766 New Apple event ID symbols.
15767 (about): New HICommand ID symbol.
15768 (mac-event-spec, mac-event-ae): New macros.
15769 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15770 (mac-ae-selection-range, mac-ae-text-for-search)
15771 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15772 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15773 and Services menu events are now defined in mac-apple-event-map.
15774 (mac-drag-n-drop): Remove selection range handling.
15775
15776 2005-12-10 Kenichi Handa <handa@m17n.org>
15777
15778 * simple.el (zap-to-char):
15779 * isearch.el (isearch-process-search-char): Translate CHAR by
15780 translation-table-for-input.
15781
15782 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15783
15784 * foldout.el (foldout-exit-fold): Properly hide subtree.
15785
15786 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15787
15788 * files.el (save-buffer):
15789 * international/ucs-tables.el (ucs-set-table-for-input):
15790 * mail/mail-extr.el (mail-extract-address-components):
15791 * mail/sendmail.el (mail-mode): Reformat doc string.
15792
15793 2005-12-09 Juri Linkov <juri@jurta.org>
15794
15795 * isearch.el (isearch-highlight): Change main overlay priority
15796 from 1 to 1001. Simplify.
15797 (isearch-lazy-highlight-update): Change lazy overlay priority
15798 from 0 to 1000.
15799
15800 * replace.el (replace-highlight): Change overlay priority from
15801 1 to 1001.
15802
15803 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15804 Change overlay priority from 1 to 1001. Reuse existing overlay.
15805
15806 * compare-w.el (compare-windows-highlight): Change overlay
15807 priority from 1 to 1000.
15808
15809 * menu-bar.el (menu-bar-edit-menu): Add listp around
15810 pending-undo-list to disable menu item "undo" when pending
15811 undo list is empty.
15812
15813 * locate.el (locate): Disable undo in *Locate* buffer.
15814
15815 2005-12-09 Kim F. Storm <storm@cua.dk>
15816
15817 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15818
15819 2005-12-09 David Ponce <david@dponce.com>
15820
15821 * recentf.el: Improvement of the menu code.
15822 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15823 instead of menu hook.
15824 (recentf-show-menu, recentf-hide-menu): New functions.
15825 (recentf-menu-customization-changed, recentf-mode): Use them.
15826 (recentf-menu-action, recentf-max-menu-items)
15827 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15828 (recentf-arrange-by-rule-others)
15829 (recentf-arrange-by-rules-min-items)
15830 (recentf-arrange-by-rule-subfilter) : Don't use
15831 `recentf-menu-customization-changed'.
15832 (recentf-arrange-rules): Likewise. Accept functions to compute
15833 sub-menu titles.
15834 (recentf-menu-filter): Likewise. Doc fix.
15835 (recentf-menu-value-shortcut): Doc fix.
15836 (recentf-dump-variable): Quote atom value.
15837 (recentf-make-menu-items): Update to use it as a menu filter.
15838 (recentf-match-rule): New function.
15839 (recentf-arrange-by-rule): Use it.
15840 (recentf-indirect-mode-rule): New function.
15841 (recentf-build-mode-rules): Use it.
15842 (recentf-dir-rule): New function.
15843 (recentf-arrange-by-dir): Use it.
15844 (recentf-filter-changer-current): Rename from
15845 `recentf-filter-changer-state'. All references updated.
15846 (recentf-filter-changer-alist): Update filter names.
15847 (recentf-filter-changer-select): New function.
15848 (recentf-filter-changer): Use it. Make a sub-menu from filters
15849 available in `recentf-filter-changer-alist'.
15850 (recentf-data-cache, recentf-clear-data)
15851 (recentf-update-menu): Remove. All references updated.
15852 (recentf-match-rule-p, recentf-build-dir-rules)
15853 (recentf-filter-changer-goto-next)
15854 (recentf-filter-changer-get-current)
15855 (recentf-filter-changer-get-next): Remove.
15856
15857 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15858
15859 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15860 buffer "Reset" button to "Reset to Current" for consistency with
15861 the State buttons.
15862
15863 2005-12-08 John Paul Wallington <jpw@pobox.com>
15864
15865 * ibuf-ext.el (define-ibuffer-filter filename):
15866 If `dired-directory' is a list then really use its car.
15867
15868 2005-12-08 Kim F. Storm <storm@cua.dk>
15869
15870 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15871 Fix indention of text on right side of replaced rectangle.
15872
15873 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15874
15875 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15876 No need to check gud-comint-buffer is bound.
15877 (gdb): Prevent multiple debugging when first session uses gdba.
15878
15879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15880
15881 CC Mode update to 5.31.
15882
15883 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15884 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15885 We might do this function properly in the future).
15886
15887 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15888 New macros c-sentence-end and c-default-value-sentence end, to cope
15889 with Emacs 22's new function `sentence-end'.
15890
15891 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15892
15893 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15894 compat issue using `c-put-overlay' and `c-delete-overlay'.
15895
15896 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15897 New compat macros to handle overlays/extents.
15898
15899 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15900
15901 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15902 (for GNU Emacs 20.4)
15903
15904 * progmodes/cc-defs.el:
15905 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15906
15907 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15908 highlighting mechanism so it will work in XEmacs too.
15909
15910 * progmodes/cc-defs.el: Insert c-int-to-char.
15911
15912 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15913 call to the new macro c-int-to-char. This solves XEmacs's
15914 regarding characters as different from integers.
15915
15916 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15917
15918 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15919 New internal helper.
15920
15921 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15922 construct to make the indirect face lookup work in XEmacs.
15923
15924 (c-cpp-matchers): Append the negation char face to the existing
15925 fontification, so that the cpp face doesn't disappear.
15926 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15927 and strings.
15928
15929 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15930 to map to `font-lock-negation-char-face' in emacsen where it exists.
15931
15932 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15933
15934 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15935
15936 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15937 Rename "c-subword-move-mode" as "c-subword-mode".
15938
15939 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15940 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15941
15942 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15943
15944 * progmodes/cc-mode.el: Added autoload directive for
15945 `c-subword-move-mode' for use in older emacsen.
15946
15947 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15948
15949 * progmodes/cc-mode.el:
15950 (i) Insert a binding for C-c C-backspace into
15951 c-bind-special-erase-keys which works in TTYs.
15952 (ii) Make sure that when file styles are used, any explicitly
15953 given style variables take priority over those in the style.
15954 Do this by calling `hack-local-variables' a second time.
15955
15956 * progmodes/cc-vars.el: Add language specific customization
15957 widgets for AWK to c-doc-comment-style, c-require-final-newline
15958 and c-default-style. Add a defcustom for awk-mode-hook.
15959 Give c-syntactic-element and c-syntactic-context doc-strings by
15960 directly setting their `variable-documentation' propery.
15961 This allows Emacs 22.1 to read these with C-h v.
15962
15963 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15964
15965 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15966
15967 * progmodes/cc-fonts.el, cc-vars.el
15968 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15969 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15970 Masatake YAMATO.
15971
15972 (c-doc-comment-style): Made GtkDoc default in C mode.
15973
15974 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15975 and C-c C-<delete>.
15976
15977 (c-bind-special-erase-keys): New function for use on
15978 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15979
15980 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15981 <delete> key behavior in XEmacs according to `delete-forward-p'.
15982 C.f. `c-electric-delete'.
15983
15984 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15985
15986 * progmodes/cc-mode.el: Give c-hungry-backspace and
15987 c-hungry-delete-forward permanent key bindings.
15988
15989 * progmodes/cc-cmds.el (c-electric-semi&comma):
15990 Bind c-syntactic-context for calls to "criteria functions", for
15991 consistency with other calls to user functions.
15992
15993 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15994 `current-prefix-arg', since this might be the prefix arg to a
15995 command which calls c-indent-command as a function. Change the
15996 interactive spec from "p" to "P".
15997
15998 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15999 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16000 was difficult to understand.
16001
16002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16003
16004 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16005 first char of an identifier.
16006
16007 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16008 +" syntax in C++.
16009
16010 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16011
16012 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16013 auto-fill doesn't split a c-comment's last word from a hanging
16014 "*/" when a space is typed between them after fill-column.
16015
16016 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16017
16018 * progmodes/cc-styles.el (c-set-style)
16019 (c-setup-paragraph-variables): Abort the command if we're not in a
16020 CC Mode buffer.
16021
16022 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16023 with blank comment-prefix, and a blank line as the comment's
16024 second line.
16025
16026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16027
16028 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16029 Incorporate the patterns added in the Emacs development branch
16030 for the new Emacs 22 face `font-lock-negation-char-face'.
16031
16032 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16033 of "red" since it stands out better in xterms and DOS terminals.
16034
16035 * progmodes/cc-engine.el (c-literal-faces):
16036 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16037
16038 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16039
16040 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16041 forcibly enable c-electric-flag.
16042
16043 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16044 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16045 after the comment-prefix of a C-style comment will close that comment.
16046
16047 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16048
16049 * progmodes/cc-fonts.el (c-basic-matchers-before)
16050 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16051 in Pike.
16052
16053 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16054 digraphs.
16055
16056 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16057 (c-cpp-message-directives, c-cpp-include-directives)
16058 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16059 (c-cpp-expr-directives): Introduce new language constants to
16060 control cpp syntax in a cleaner way.
16061
16062 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16063
16064 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16065
16066 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16067 (c-multiline-string-start-char): New language constants and
16068 variables to specify how newlines in string literals work.
16069
16070 (c-font-lock-invalid-string): Use them.
16071
16072 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16073 unbalanced close brace is entered. Optimization by avoiding going
16074 back over arbitrarily large blocks. Removed hints that this
16075 function only would be relevant/useful in AWK.
16076
16077 (c-electric-brace): Indent syntactically after the cleanups since
16078 lineup functions might do it differently then.
16079
16080 * progmodes/cc-engine.el, cc-langs.el
16081 (c-opt-op-identifier-prefix): New language constant and variable.
16082
16083 (c-just-after-func-arglist-p, c-after-special-operator-id)
16084 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16085
16086 * progmodes/cc-align.el, cc-engine.el
16087 (c-after-special-operator-id): New helper to handle C++ operator
16088 identifiers.
16089
16090 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16091 (c-guess-basic-syntax): Handle C++ operator identifiers in
16092 declarations.
16093
16094 * progmodes/cc-langs.el (c-assignment-operators): Add the
16095 trigraph version of ^= too.
16096
16097 * progmodes/cc-langs.el (c-assignment-operators): Add the
16098 trigraph version of |= in C++.
16099
16100 * progmodes/cc-fonts.el (c-font-lock-declarators):
16101 Handle `c-decl-hangon-kwds' after the identifier name.
16102
16103 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16104 whether an arglist is "nonempty", ignore a comment after the open
16105 paren if it isn't followed by a non-comment token on the same line.
16106
16107 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16108 Enable heuristics below the point to cope with classes inside special
16109 brace lists in Pike.
16110
16111 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16112
16113 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16114
16115 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16116
16117 * progmodes/cc-guess.el (cc-guess-install): New function to
16118 install an already guessed style in another buffer.
16119
16120 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16121 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16122 anyway if the change always is undone.
16123
16124 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16125
16126 Implement togglable electricity:
16127
16128 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16129 saying when it should be used.
16130
16131 * progmodes/cc-engine.el: Add the new buffer-local variable,
16132 c-electric-flag.
16133
16134 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16135 c-toggle-auto-newline.
16136
16137 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16138 c-toggle-auto-newline. Remove the binding for
16139 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16140 c-toggle-electric-state.
16141
16142 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16143
16144 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16145 c-\(forward\|backward\)-subword.
16146 (c-update-modeline): Add the new modeline flag `l' for
16147 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16148 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16149 Make the old name an alias of the new name.
16150 (c-toggle-electric-state): New function.
16151 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16152 Adapt these functions to do electric things only when
16153 c-electric-flag is non-nil.
16154 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16155 new functions from c-electric-brace.
16156 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16157 mode, so that the tentative extra newline doesn't change the
16158 syntax of the following brace.
16159 (c-electric-brace): Restructure by extracting the above functions.
16160 Tidy up the coding somewhat.
16161 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16162 restructure a bit.
16163
16164 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16165
16166 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16167 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16168
16169 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16170 (c-submode-indicators): Change name from `c-auto-hungry-string'
16171 since it's now used to track another submode.
16172
16173 (c-update-modeline): Convert to function and extended to check
16174 `c-subword-move-mode'.
16175
16176 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16177 Convert to compat aliases for `c-forward-subword' and
16178 `c-backward-subword'.
16179
16180 * progmodes/cc-subword.el: New functions and minor mode to handle
16181 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16182
16183 (c-forward-subword, c-backward-subword, c-mark-subword)
16184 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16185 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16186 Functions corresponding to the standard word handling functions.
16187
16188 (c-subword-move-mode): Minor mode that replaces all the standard
16189 word handling functions with their subword equivalences.
16190
16191 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16192
16193 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16194 entry for one-liner-defun.
16195
16196 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16197 name in its def-edebug-spec.
16198
16199 * progmodes/cc-cmds.el (c-electric-brace): Make the
16200 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16201 compacts space before a comment, if this will make things fit on
16202 one line.
16203
16204 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16205
16206 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16207
16208 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16209 clean-up one-liner-defun.
16210
16211 * progmodes/cc-styles.el: Add the new "awk" style.
16212
16213 * progmodes/cc-vars.el: Add description of one-liner-defun to
16214 c-cleanup-list's doc-string. New user options,
16215 c-max-one-liner-length. In c-default-style, set the default style
16216 for AWK to "awk".
16217
16218 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16219
16220 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16221 macros inside labels.
16222
16223 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16224 `c-at-statement-start-p' and `c-at-expression-start-p'.
16225
16226 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16227 error if the mark isn't set.
16228
16229 * progmodes/cc-engine.el (c-guess-continued-construct)
16230 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16231 accurately detect functions inside functions.
16232
16233 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16234 like `c-at-statement-start-p' that additionally recognizes commas
16235 and expression parentheses as delimiters.
16236
16237 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16238 to avoid heuristics that doesn't work for unclosed blocks.
16239 (c-at-statement-start-p): New function.
16240
16241 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16242 Objective-C directives, e.g. directives spanning lines should work
16243 reasonably well now.
16244
16245 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16246
16247 (c-forward-objc-directive): New function to move over any ObjC
16248 directive.
16249
16250 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16251 (c-basic-matchers-before): Use it.
16252
16253 (c-font-lock-objc-iip-decl): Remove.
16254
16255 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16256 in the template arglist recognition.
16257
16258 * progmodes/cc-styles.el (c-style-alist): Fix several
16259 inconsistencies in the Whitesmith style.
16260
16261 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16262 New lineup function to get lines after Whitesmith style blocks
16263 correctly indented.
16264
16265 (c-lineup-whitesmith-in-block): Back out the compensation for
16266 opening parens since it's done using `add' lists in the style
16267 definition instead. Don't use the anchor position since it varies
16268 too much between the syntactic symbols. :P
16269
16270 * progmodes/cc-vars.el (c-valid-offset): Update.
16271
16272 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16273 lists where the offsets are combined according to several
16274 different methods: `first', `min', `max', and `add'.
16275 Report offset evaluation errors with `c-benign-error' so that some kind
16276 of reindentation still is done.
16277
16278 * progmodes/cc-engine.el (c-guess-basic-syntax):
16279 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16280 `arglist-close'.
16281
16282 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16283 situations for `arglist-cont-nonempty' and `arglist-close'.
16284
16285 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16286
16287 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16288 cc-bytecomp-boundp' in a number of places.
16289
16290 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16291 macro related issue.
16292
16293 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16294
16295 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16296 list is now [asdf], a char class [:alpha:].
16297 Include code for char classes.
16298 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16299 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16300
16301 Remove (nearly all of) the cruft associated with AWK Mode's former
16302 concept of "virtual semicolons":
16303
16304 Adapt c-beginning-of-statement, c-end-of-statement (together with
16305 subfunctions) to use the new notion of "virtual semicolon" in
16306 place of the old awkward special handling for AWK. There remains
16307 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16308 * progmodes/cc-cmds.el:
16309 (c-ascertain-adjacent-literal): In the backwards direction, now
16310 recognises AWK regexp delimiters as string delimiters.
16311 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16312 check more rigorously for "end of macro".
16313 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16314 virtual semicolons;
16315 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16316 out the code for forward movement into ...
16317 (c-end-of-statement): Now contains the code for forward movement,
16318 adapted for virtual semicolons.
16319
16320 * progmodes/cc-engine.el:
16321 (c-ws*-string-limit-regexp): New regexp.
16322 (c-forward-single-comment, c-backward-single-comment): Comment out
16323 the (now redundant) "special" AWK stuff.
16324
16325 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16326 c-string-par-start, c-string-par-separate to be more like Text
16327 Mode than Fundamental Mode.
16328
16329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16330
16331 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16332 to the fontified region so that fontification doesn't occur
16333 outside it (could happen e.g. when fontifying a line with an
16334 unfinished declaration).
16335
16336 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16337
16338 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16339 start of the file. ^L now separate sections of the file.
16340 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16341 (c-awk-one-line-possibly-open-string-re)
16342 (c-awk-regexp-one-line-possibly-open-char-class-re)
16343 (c-awk-one-line-possibly-open-regexp-re)
16344 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16345 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16346
16347 Amend the concept of "virtual semicolons" (in the indentation
16348 engine) for languages like AWK, such that they are now
16349 conceptually attached to end of the last token of a statement, not
16350 the end of the line. (In AWK Mode, however, the pertinent text
16351 property is still physically set on the EOL.) Remove the specific
16352 tests for awk-mode, thus facilitating the introduction of other
16353 language modes where EOLs can end statements.
16354 (Note: The funtionality in cc-cmds.el, specifically
16355 c-beginning/end-of-statement has yet to be amended.)
16356
16357 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16358 New macros.
16359
16360 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16361 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16362 c-vsemi-status-unknown-p-fn (in a new page).
16363
16364 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16365 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16366 numerous awkward forms like
16367 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16368 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16369 variable before-ws-ip, the place just after char-before-ip appears.
16370
16371 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16372 a comment.
16373
16374 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16375
16376 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16377 `c-tentative-buffer-changes'.
16378
16379 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16380 convert to macro to choose between Emacs and XEmacs at compile time.
16381
16382 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16383
16384 (c-tentative-buffer-changes): New macro to handle temporary buffer
16385 changes in a convenient way.
16386
16387 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16388 for `c-tentative-buffer-changes'.
16389
16390 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16391 the checks for paren sexps between the point and the keyword, to
16392 avoid some false alarms.
16393
16394 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16395 Fixed a situation where an error could be thrown for unbalanced
16396 parens. Changed to make use of c-keyword-member' to avoid some
16397 repeated regexp matches.
16398
16399 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16400 These language variable are no longer necessary.
16401
16402 (c-block-stmt-kwds): New language constant used by
16403 c-looking-at-inexpr-block'.
16404
16405 (c-guess-basic-syntax): Remove an optional check that looked at
16406 the existence of the now removed language variables.
16407
16408 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16409 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16410 object instantiation expressions as declarations in some contexts.
16411 This bug only affected languages where the declarator can't be
16412 enclosed in parentheses.
16413
16414 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16415 insert newlines before and after substatement braces.
16416
16417 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16418 function declaration headers and the handling of C++ style member
16419 init lists.
16420
16421 (c-just-after-func-arglist-p): Rewritten to use
16422 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16423
16424 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16425
16426 (c-guess-basic-syntax): Adapt case 5B for the new
16427 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16428 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16429 covers all cases now).
16430
16431 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16432
16433 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16434
16435 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16436 c-string-par-start/separate c-sentence-end-with-esc-eol,
16437 initialised in c-setup-paragraph-variables, used in string
16438 scanning subroutines of c-beginning-of-statement.
16439
16440 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16441 which precedes the newly inserted `{'.
16442
16443 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16444
16445 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16446 function for declaration level blocks. It should now cope with
16447 templates better and also be a lot more comprehensible.
16448
16449 (c-looking-at-decl-block): The new function.
16450
16451 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16452 for compatibility.
16453
16454 (c-add-class-syntax, c-guess-continued-construct)
16455 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16456
16457 (c-decl-block-key): Change to tell apart ambiguous and
16458 unambiguous keywords. Pike specials are now handled directly in
16459 the code instead.
16460
16461 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16462 New language constants and variables to make the backward skip in
16463 `c-looking-at-decl-block' as tight as possible.
16464
16465 (c-nonsymbol-token-char-list): New language constant.
16466
16467 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16468 find balanced template arglists backwards.
16469
16470 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16471 making char classes for `c-syntactic-skip-backward'.
16472
16473 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16474 16D - can't be a class-close at that point.
16475
16476 * progmodes/cc-engine.el (c-guess-basic-syntax)
16477 (c-add-class-syntax): Don't narrow out the enclosing declaration
16478 level. This makes everything a lot easier, and it was actually
16479 only four small places that needed it to work. Some places that
16480 previously did `widen' are removed now, which has the effect that
16481 `c-guess-basic-syntax' never will look at things outside the
16482 current narrowment now. The anchor position for `topmost-intro'
16483 is affected by this, but it was so bogus it was basically useless
16484 before, and now it's equally bogus but in a slightly different way.
16485
16486 (c-narrow-out-enclosing-class): Gone.
16487
16488 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16489 the narrowed region.
16490
16491 (c-least-enclosing-brace): Remove silly optional argument.
16492
16493 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16494 the point could be left directly after an open paren when finding
16495 the beginning of the first decl in the block.
16496
16497 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16498 Specify which submatch to use.
16499
16500 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16501
16502 (c-decl-start-re): No longer any need for special treatment of
16503 ObjC due to the above.
16504
16505 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16506 presumably follows C in that regard.
16507
16508 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16509 New language constants to specify operator tokens inside
16510 identifiers in a more high level way.
16511
16512 (c-opt-identifier-prefix-key): New internal language constant.
16513
16514 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16515 (c-identifier-start, c-identifier-key): Now completely calculated
16516 from other constants.
16517
16518 (c-identifier-last-sym-match): Decommission since it's no longer used.
16519
16520 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16521
16522 * progmodes/cc-engine.el (c-forward-name): Remove the
16523 optimization when c-identifier-key is equal to c-symbol-key since
16524 it doesn't work in byte compiled files. Don't record empty
16525 regions as identifiers.
16526
16527 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16528 simplify access to `c-operators' and its likes.
16529
16530 (c-operator-list, c-all-op-syntax-tokens)
16531 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16532 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16533 (c-primary-expr-regexp, c-cast-parens): Use it.
16534
16535 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16536 an explicit language in functions.
16537
16538 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16539 variant of adornment.
16540
16541 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16542 variable.
16543
16544 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16545 the Pike value.
16546
16547 * progmodes/cc-engine.el (c-on-identifier)
16548 (c-simple-skip-symbol-backward): Small fix for handling "-"
16549 correctly in `skip-chars-backward'. Affected the operator lfun
16550 syntax in Pike.
16551
16552 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16553 diagnostic message about precompiled language vars not being used.
16554
16555 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16556 "__attribute__" is followed by a parenthesis.
16557
16558 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16559 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16560 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16561
16562 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16563 Internal cleanups to properly detect the declared identifiers in
16564 various declarations.
16565
16566 (c-decl-start-kwds): New language constant to recognize
16567 declarations that can start anywhere. Used for class declarations
16568 in Pike.
16569
16570 (c-specifier-key, c-not-decl-init-keywords)
16571 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16572 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16573
16574 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16575 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16576 handling of the compiler specific extension keywords into a new
16577 language constant `c-decl-hangon-kwds' that defines keyword
16578 clauses to be ignored in declarations.
16579
16580 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16581 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16582 Necessary to stop at the declared identifier in e.g. IDL valuetype
16583 declarations.
16584
16585 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16586 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16587 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16588 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16589 class and enum declarations as such and not as part of the type.
16590
16591 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16592 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16593
16594 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16595 declarations when there's some syntax error later on.
16596
16597 (c-complex-decl-matchers): Did away with a reference to
16598 `c-specifier-key'.
16599
16600 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16601 value - this variable is always dynamically bound.
16602
16603 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16604 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16605 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16606 functions that might do hidden buffer changes: All such internal
16607 functions are now marked instead of those that don't.
16608
16609 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16610 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16611 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16612 (c-literal-type): Allow these functions to make hidden buffer changes,
16613 so that they are free to use text property caching later on.
16614
16615 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16616 (c-electric-brace, c-electric-slash, c-electric-star)
16617 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16618 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16619 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16620 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16621 with the changed semantics of the functions above.
16622
16623 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16624 when macros occur in obscure places. Optimized the sexp movement
16625 a bit.
16626
16627 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16628
16629 Enhancements for c-beginning-of-statement to work in AWK Mode:
16630
16631 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16632 (completed statement) with `}' (statement completed by closing
16633 brace or semicolon) and `$' (statement completed by EOL).
16634
16635 (c-awk-virtual-semicolon-ends-prev-line-p)
16636 (c-awk-virtual-semicolon-ends-line-p)
16637 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16638 (c-awk-at-statement-end-p): New functions.
16639
16640 * progmodes/cc-cmds.el: Simplify the structure of functions
16641 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16642 two functions and c-beginning-of-statement to handle AWK Mode.
16643
16644 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16645 c-backward-single-comment for AWK mode. Attempt to clarify their
16646 doc-strings.
16647
16648 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16649
16650 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16651
16652 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16653 label handling. Labels are now recognized in a uniform and more
16654 robust way, regardless of context. Text properties are put on all
16655 labels to recognize the following declarations better.
16656 Multiword labels are handled both in indentation and fontification for
16657 the benefit of language extensions like Qt. For consistency, keywords
16658 in labels are now fontified with the label face instead.
16659 That also applies to "case" and "default".
16660
16661 (c-beginning-of-statement-1): Fix some bugs in the label
16662 handling. Disregard `c-nonlabel-token-key' in labels that begin
16663 with `c-label-kwds'.
16664
16665 (c-find-decl-spots): Support that the callback adds more
16666 `c-decl-end' spots to find.
16667
16668 (c-forward-decl-or-cast-1): Don't treat a list of plain
16669 identifiers followed by a colon as a declaration.
16670
16671 (c-forward-label): New function to recognize labels.
16672
16673 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16674 `c-forward-label'. Moved the label recognition cases (14 and 15)
16675 earlier since they aren't so context sensitive now. Handle labels
16676 on the top level gracefully. Moved access label recognition to
16677 the generic label case (CASE 15) - removed CASE 5E.
16678
16679 (c-font-lock-declarations): Add recognition of labels in the
16680 same round since we need to handle labels in parallell with other
16681 declarations to recognize both accurately. It should also improve
16682 speed.
16683
16684 (c-simple-decl-matchers, c-basic-matchers-after):
16685 Move `c-font-lock-labels' so that it only is used on decoration level 2
16686 since `c-font-lock-declarations' handles it otherwise.
16687
16688 (c-complex-decl-matchers): Remove the simplistic recognition of
16689 access labels.
16690
16691 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16692 with labels earlier.
16693
16694 (c-decl-start-re): New language variable to make
16695 `c-font-lock-declarations' stop for the special protection labels
16696 in Objective-C that start with `@'.
16697
16698 (c-label-key): Remove since it's no longer used.
16699
16700 (c-recognize-colon-labels, c-label-prefix-re): New language
16701 constants to support recognition of generic colon-terminated labels.
16702
16703 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16704 are colon terminated labels.
16705
16706 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16707 first argument starts with a special brace list.
16708
16709 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16710 (c-font-lock-declarations): Break out the declaration and cast
16711 recognition from `c-font-lock-declarations' to a new function, so
16712 that it can be used in the indentation engine.
16713
16714 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16715 up to the start of the literal. Fixed bug with the point on the
16716 wrong side of the search limit that could happen when the start
16717 position is inside a literal.
16718
16719 * progmodes/cc-engine.el (c-parse-state)
16720 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16721 so that it's kept a little bit back to increase the hit rate.
16722
16723 (c-parse-state): Change the macro handling and fixed some
16724 glitches. Macro context is checked more often than necessary now,
16725 but otoh less garbage conses are generated.
16726
16727 * progmodes/cc-engine.el (c-parse-state)
16728 (c-invalidate-state-cache): Cache the last position where
16729 `c-state-cache' applies. This can speed up refontification quite
16730 a bit in blocks where there are many non-brace parens before the point.
16731
16732 (c-state-cache-end): New variable for this.
16733
16734 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16735 cache variable.
16736
16737 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16738 get close initial continue positions when the start position is
16739 inside a literal or macro. Do not call the callback for spots
16740 before the start position (which can happen e.g. for `c-decl-end'
16741 spots inside comments). Optimize better in special cases when the
16742 region is a single line inside a literal or macro (typically when
16743 the current line is refontified).
16744
16745 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16746 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16747 entries from the paren state.
16748
16749 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16750 special case for "else if" clauses.
16751
16752 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16753 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16754
16755 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16756 New language variable to recognize the gcc extension with statement
16757 blocks inside expressions.
16758
16759 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16760 it somewhat more comprehensible. The argument AT-BLOCK-START is
16761 no longer used and hence removed.
16762
16763 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16764 to `c-add-stmt-syntax'.
16765
16766 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16767 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16768 This fixes bogus label recognition.
16769
16770 * progmodes/cc-engine.el (c-add-type, c-check-type)
16771 (c-forward-name, c-forward-type): Improve storage of template
16772 types in `c-found-types' so that they can be recognized better.
16773
16774 (c-syntactic-content): Add option to skip past nested parens.
16775
16776 * progmodes/cc-engine.el (c-forward-name):
16777 Set `c-last-identifier-range' all the time. It's less work that way.
16778 Handle that there might not be an identifier to store in
16779 `c-last-identifier-range'.
16780
16781 (c-forward-type): Handle that `c-last-identifier-range' might be
16782 nil from `c-forward-name'.
16783
16784 * progmodes/cc-defs.el (c-safe-scan-lists)
16785 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16786
16787 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16788 to work even if the form fails.
16789
16790 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16791 down in a large file in one go.
16792
16793 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16794
16795 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16796 function which is like `c-lineup-math' but returns nil instead of
16797 `c-basic-offset' when it doesn't match.
16798
16799 (c-lineup-math): Change to use `c-lineup-assignments'.
16800
16801 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16802
16803 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16804 c-beginning-of-statement. New subfunctions
16805 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16806
16807 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16808
16809 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16810 hardcoded char classes whereever possible. Changed a couple of
16811 places to use skip by syntax instead of skip by char class.
16812
16813 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16814 Fix a bug in the regexp that caused extreme backtracking.
16815
16816 * progmodes/cc-langs.el (c-block-comment-starter)
16817 (c-block-comment-ender): New language constants to specify in a
16818 single place how block comments look.
16819
16820 (c-comment-start-regexp, c-block-comment-start-regexp)
16821 (comment-start, comment-end, comment-start-skip)
16822 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16823 (c-syntactic-ws, c-nonempty-syntactic-ws)
16824 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16825 `c-line-comment-starter', `c-block-comment-starter' and
16826 `c-block-comment-ender'.
16827
16828 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16829 New language constants to break up things a bit.
16830
16831 (c-simple-ws): New language constant for simple whitespace.
16832
16833 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16834
16835 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16836 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16837 newlines. Allow and ignore nil elements in the list.
16838
16839 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16840
16841 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16842 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16843
16844 * progmodes/cc-cmds.el: Tidy up the comments in
16845 c-beginning-of-statement and subfunctions.
16846
16847 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16848 more flexible c-put-char-property and c-clear-char-properties.
16849 Add the author's email address.
16850
16851 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16852
16853 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16854 closing "*/" of a block comment.
16855
16856 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16857 subfunctions) so that it works at BOB and EOB.
16858
16859 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16860 c-beginning-of-statement, including new variable
16861 c-block-comment-start-regexp.
16862
16863 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16864
16865 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16866 symbols from `*-font-lock-extra-types' so that there's no need to
16867 use `regexp-opt' on those lists.
16868
16869 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16870 `c-type-modifier-kwds' is empty.
16871
16872 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16873 there are several strings on the same line.
16874
16875 * progmodes/cc-engine.el (c-literal-limits): Remove the
16876 compatibility function for older emacsen. `c-literal-limits-fast'
16877 has now taken the place of this function.
16878
16879 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16880 with older emacsen: We now require `pps-extended-state'.
16881
16882 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16883
16884 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16885 which obviates the need to hack sentence-end. This now handles
16886 escaped newlines in strings correctly. Correct minor bugs in
16887 c-move-over-sentence and in c-beginning-of-statement.
16888
16889 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16890 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16891 that movement over macros and code are rigorously separated from
16892 eachother. Correct a few incidental bugs.
16893
16894 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16895 Improve its doc-string. Improve the handling of certain specific cases.
16896
16897 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16898
16899 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16900 (c-guess-basic-syntax): Change the way class-level labels are
16901 recognized; they can now contain essentially any symbols.
16902
16903 (c-opt-extra-label-key): New language variable to cope with the
16904 special protection label syntax in Objective-C.
16905
16906 (c-opt-access-key): Remove; this is now handled better by
16907 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16908
16909 (c-complex-decl-matchers): Update to handle that
16910 `c-opt-access-key' no longer exists.
16911
16912 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16913 improved label recognition in `c-beginning-of-statement-1'.
16914
16915 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16916 Recognize bitfields better.
16917
16918 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16919 Remove some cruft and fixed a bug that could cause it to go to a
16920 position further down.
16921
16922 * progmodes/cc-langs.el, cc-engine.el
16923 (c-beginning-of-statement-1): Improve detection of labels in
16924 declaration contexts.
16925
16926 (c-beginning-of-decl-1): Use it.
16927
16928 (c-nonlabel-token-key): New language constant and variable needed
16929 by `c-beginning-of-statement-1'.
16930
16931 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16932 manifested itself due to the correction in `c-forward-sexp'.
16933
16934 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16935 Make these behave as documented when used at the buffer limits.
16936
16937 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16938 (c-type-decl-end-used): Made this a language variable.
16939
16940 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16941 correctly when `combine-after-change-calls' is used together with
16942 temporary narrowings.
16943
16944 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16945 Report labels correctly when the start point is immediately after the
16946 colon.
16947
16948 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16949 Remove since it isn't used anymore.
16950
16951 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16952 bracket arglists such as template parens in C++.
16953
16954 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16955 in the last check-in. Some optimization.
16956
16957 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16958 where it could stop at the same level in a preceding sexp when
16959 PAREN-LEVEL is set.
16960
16961 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16962 text property lookup only when it's needed.
16963
16964 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16965 Change the policy for paren marked angle brackets to be more
16966 persistent; once marked they remain marked even when they're found
16967 to be unbalanced in the searched region. This should keep the
16968 paren syntax around even when individual lines are refontified in
16969 multiline template arglists.
16970
16971 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16972 to control markup so that incorrect angle bracket arglists aren't
16973 marked in contexts where the correct value for
16974 `c-disallow-comma-in-<>-arglists' isn't known.
16975
16976 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16977 argument has become `c-parse-and-markup-<>-arglists'.
16978
16979 (c-remove-<>-arglist-properties): Remove - no longer used.
16980
16981 (c-after-change-check-<>-operators): New function used on
16982 `after-change-functions' to avoid that "<" and ">" characters that
16983 are part of longer operators have paren syntax.
16984
16985 (c-<>-multichar-token-regexp): New language variable used by
16986 `c-after-change-check-<>-operators'.
16987
16988 (c-after-change): Call `c-after-change-check-<>-operators'.
16989
16990 (c-font-lock-<>-arglists): Use the context properties set by
16991 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16992 correctly to avoid doing invalid markup.
16993
16994 (c-font-lock-declarations): Remove code that undoes the invalid
16995 markup done by `c-font-lock-<>-arglists'.
16996
16997 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16998 after `c-font-lock-declarations'.
16999
17000 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17001 Add paren-level feature.
17002
17003 (c-guess-basic-syntax): Improve the anchor position for
17004 `template-args-cont' in nested template arglists. There's still
17005 much to be desired in this area, though.
17006
17007 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17008
17009 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17010 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17011
17012 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17013
17014 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17015 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17016
17017 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17018 it doesn't work no longer are supported.
17019
17020 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17021 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17022 requires support for the syntax-table' text property, which rules
17023 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17024 cruft associated with those versions.
17025
17026 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17027 for the `syntax-table' text property, which rules out Emacs 19 and
17028 XEmacs < 21.4. Removed various compatibility cruft associated
17029 with those versions.
17030
17031 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17032 support for the `syntax-table' text property.
17033
17034 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17035 variable and use an extra quoted face name instead. All the
17036 emacsen flavors handle that correctly.
17037
17038 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17039 (c-font-lock-declarators, c-font-lock-declarations)
17040 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17041 property to mark the items in in declarator lists to handle
17042 refontification inside multiline declarations better.
17043
17044 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17045 construct like "a * b = c;" as a declaration.
17046
17047 2005-12-08 Kim F. Storm <storm@cua.dk>
17048
17049 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17050 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17051 select either meta, hyper, or super modifier for rectangle commands.
17052 (cua--rectangle-modifier-key): New defvar.
17053 (cua--M/H-key): Use it. Remove special case for `space'.
17054 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17055 on X, to meta otherwise. Always bind C-return to toggle
17056 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17057
17058 * emulation/cua-rect.el (cua-help-for-rectangle):
17059 Use cua--rectangle-modifier-key. Handle super modifier too.
17060 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17061 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17062
17063 * ido.el: Move Acknowledgements and History after Commentary.
17064 Minor changes to Commentary.
17065
17066 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17067 keymap if cua--prefix-override-timer is `shift'.
17068 (cua--shift-control-prefix): New function; emulate "type prefix
17069 key twice" functionality to handle shifted prefix key override.
17070 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17071 New commands.
17072 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17073
17074 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17075
17076 * textmodes/org.el (org-insert-heading): Try to do items before
17077 headings.
17078 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17079 (org-insert-item): New function.
17080 (org-renumber-ordered-list): Don't skip to higher level lists.
17081
17082 2005-12-08 Juri Linkov <juri@jurta.org>
17083
17084 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17085
17086 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17087
17088 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17089
17090 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17091 the constructed function name fun-1.
17092
17093 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17094 because such links don't lead to parent documentation.
17095
17096 2005-12-08 Kenichi Handa <handa@m17n.org>
17097
17098 * descr-text.el (describe-char): Use *Help-2* buffer if the
17099 current buffer is *Help*. Call describe-text-properties while
17100 setting the original buffer.
17101
17102 2005-12-07 Bill Wohler <wohler@newt.com>
17103
17104 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17105 and causes problems with non-MH users (such as Gnus users).
17106
17107 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17108
17109 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17110 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17111 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17112 command "info sources". Move calls to GDB command "list".
17113 (gdb-find-file-hook): Just use gdb-source-file-list.
17114 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17115 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17116 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17117 (gdb-data-list-register-values-handler): Use correct trigger name.
17118
17119 2005-12-07 Kim F. Storm <storm@cua.dk>
17120
17121 * ido.el (ido-completion-map): Rename from ido-mode-map.
17122 (ido-common-completion-map, ido-file-completion-map)
17123 (ido-file-dir-completion-map, ido-buffer-completion-map):
17124 Rename from ido-mode-....-map.
17125 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17126 (ido-setup-completion-map): Rename from ido-define-mode-map.
17127 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17128 to ido-completion-map.
17129
17130 2005-12-07 Kenichi Handa <handa@m17n.org>
17131
17132 * international/mule-cmds.el
17133 (set-display-table-and-terminal-coding-system): If the coding
17134 system specified in `unibyte-display' property is different from
17135 the arg coding-system, don't setup standard-display-table.
17136
17137 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17138
17139 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17140 that comments end at \n, regardless of selective-display.
17141
17142 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17143
17144 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17145 (gdb-version): New variables.
17146 (gdb-source-file-list, gdb-register-names)
17147 (gdb-changed-registers): New variables for use with GDB 6.4+.
17148 (gdb-ann3): Replace with...
17149 (gdb-init-1, gdb-init-2): ...two new functions.
17150 (gdba, gdb-prompt): Call gdb-init-1.
17151 (gdb-get-version): New function. Call gdb-init-2 from here.
17152 (gud-watch): Make it work with mouse events too.
17153 (gdb-post-prompt): Don't add to queue until GDB version is known.
17154 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17155 (gdb-locals-mode): Use gdb-version.
17156 (gdb-memory-format-map, gdb-memory-unit-map)
17157 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17158 (gdb-locals-font-lock-keywords-1)
17159 (gdb-locals-font-lock-keywords-2): New variables.
17160 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17161 (gdb-set-gud-minor-mode-existing-buffers-1)
17162 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17163 (gdb-var-update-1, gdb-var-update-handler-1)
17164 (gdb-data-list-register-values-handler)
17165 (gdb-data-list-register-values-custom)
17166 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17167 (gdb-stack-list-locals-handler, gdb-get-register-names):
17168 New functions for use with GDB 6.4+.
17169 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17170 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17171 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17172 (gdb-stack-list-locals-regexp)
17173 (gdb-data-list-register-names-regexp): New regexps for use with
17174 GDB 6.4+.
17175
17176 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17177
17178 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17179
17180 2005-12-06 Nozomu Ando <nand@mac.com>
17181
17182 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17183 prompts work for AUTH PLAIN. Also reported by Steve Allan
17184 <seallan@verizon.net>.
17185
17186 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17187
17188 * frame.el (set-frame-parameter): Add doc string.
17189
17190 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17191
17192 * textmodes/org.el (org-occur-highlights): New variable.
17193 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17194 (org-highlight-sparse-tree-matches): New option.
17195 (org-do-occur): New function.
17196 (org-get-heading): Make it work also at beginning of line.
17197 (org-category-table): New variable.
17198 (org-get-category-table, org-get-category)
17199 (org-camel-to-words, org-link-search): New functions.
17200 (org-select-this-todo-keyword): New variable.
17201 (org-todo-list): New command.
17202 (org-shiftright, org-shiftleft): New commands.
17203 (org-agenda-todo): Add prefix argument.
17204 (org-show-hierarchy-above): New option.
17205 (org-show-todo-tree): Numerical prefix creates tree for specific
17206 TODO keyword.
17207 (org-outline-level): New function, to assign a level to plain
17208 lists items.
17209 (org-cycle-include-plain-lists): New option.
17210 (org-mode): Use `org-outline-level' as value of `outline-level'.
17211 (org-cycle): Temporarily switch `outline-regexp' if
17212 `org-cycle-include-plain-lists' is non-nil.
17213 (org-start-icalendar-file): Fix format bug.
17214 (org-agenda-get-day-entries): Create category table.
17215 (org-agenda-get-todos, org-agenda-get-timestamps)
17216 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17217 (org-agenda-get-blocks): Use `org-get-category'.
17218 (org-context-in-file-links): Rename from
17219 `org-line-numbers-in-file-links'.
17220
17221 2005-12-06 Romain Francoise <romain@orebokech.com>
17222
17223 * window.el (balance-windows): Delete extraneous third arg in call
17224 to `enlarge-window'.
17225
17226 2005-12-06 Kenichi Handa <handa@m17n.org>
17227
17228 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17229
17230 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17231
17232 * progmodes/gdb-ui.el (gdb-var-create-handler)
17233 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17234 (gdb-var-list-children-handler, gdb-var-update-handler):
17235 Current buffer is already gdb-partial-output-buffer, don't
17236 make it current again.
17237
17238 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17239
17240 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17241 (list-buffers-noselect): Use it.
17242
17243 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17244
17245 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17246 (mail-yank-ignored-headers): Use regexp-opt.
17247 (mail-mode-map): Move initialization into declaration.
17248 (mail-sent-via): Remove unused shadowed var `to-line'.
17249 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17250 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17251 (mail-do-fcc): Use dolist and push.
17252 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17253 (mail-yank-ignored-headers): Don't autoload.
17254
17255 2005-12-05 Kenichi Handa <handa@m17n.org>
17256
17257 * international/mule-cmds.el (set-language-info-internal): New fun.
17258 (set-language-info): Call set-language-info-internal to update
17259 language-info-alist. If LANG-ENV is the current one, call
17260 set-language-environment to make INFO effective now.
17261 (set-language-info-alist): Likewise.
17262 (locale-language-names): With locale "en", use English
17263 lang. env. but set the default codings to iso-8859-1.
17264
17265 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17266
17267 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17268 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17269 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17270 for plain strings.
17271 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17272 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17273 Create registers buffer if necessary. Echo new state in minibuffer.
17274 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17275
17276 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17277
17278 * info.el (Info-fontify-node): Match external links using
17279 non-directory part of filename.
17280
17281 2005-12-04 Juri Linkov <juri@jurta.org>
17282
17283 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17284 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17285 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17286 because there is no customization option for it.
17287
17288 * font-lock.el (lisp-font-lock-keywords-1):
17289 Add define-global-minor-mode.
17290
17291 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17292
17293 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17294 properties on the constructed variable names.
17295
17296 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17297 Put `definition-name' properties on the constructed function names
17298 next-sym and prev-sym.
17299
17300 * emacs-lisp/find-func.el (find-function-regexp):
17301 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17302 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17303 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17304 and easy-menu-define.
17305
17306 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17307 easy-mmode-define-global-mode and define-global-minor-mode.
17308 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17309
17310 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17311 instead of easy-mmode-define-global-mode.
17312
17313 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17314 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17315
17316 * cus-edit.el (customize-group, customize-group-other-window):
17317 Filter out autoloaded options from the group completion list by
17318 using heuristics that autoloaded groups don't have `custom-autoload'
17319 property on their symbols (they have only `custom-loads').
17320
17321 * simple.el (completion-setup-function): Put completions-common-part
17322 face on complete completion string too (i.e. completion string
17323 without completions-first-difference face).
17324
17325 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17326
17327 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17328
17329 * view.el (view-mode): Doc fix.
17330
17331 * disp-table.el (standard-display-european): Add to the warning
17332 message a reference to the doc string.
17333
17334 * play/yow.el (apropos-zippy): Call print-help-return-message,
17335 similar to other Help and Apropos commands.
17336
17337 * help.el (print-help-return-message): If pop-up-frames is
17338 non-nil, set up help-return-method to delete the help window and,
17339 possibly, its frame as well, and don't display message about
17340 scrolling the help window. Doc fix.
17341 (help-return-method): Doc fix.
17342
17343 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17344
17345 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17346 whereby names of length one or names starting with a
17347 symbol-constituent character would not be returned.
17348
17349 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17350
17351 * subr.el (atomic-change-group): Add edebug and indentation spec.
17352
17353 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17354
17355 * completion.el (save-completions-file-name): Fix typo in last change.
17356
17357 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17358
17359 * info.el: Move back/forward history to the beginning of the tool bar.
17360
17361 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17362
17363 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17364 Add fset of allout-real-isearch-abort during compile to fix
17365 byte-compilation warnings.
17366 (allout-mode-p): Move definition of this macro above all uses, or
17367 byte compilation in barren Emacs (eg, during Emacs build) will
17368 lack the definition.
17369 (allout-mode): Move this variable above any uses, or byte
17370 compilation will fail.
17371 (allout-resolve-xref): Remove use of personal file-reference function.
17372 (allout-toggle-current-subtree-encryption): Do the current (ie,
17373 visible containing) topic, rather than nearest around point. Doc fix.
17374 (allout-toggle-subtree-encryption): New function, workhorse that
17375 works on nearest topic containing point.
17376 (allout-encrypt-string): Signal requirement for newer version of pgg.
17377 (allout-resumptions): Doc fix.
17378
17379 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17380
17381 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17382
17383 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17384
17385 * textmodes/flyspell.el (flyspell-external-point-words):
17386 Consider a misspelling as found in the string search if: (a) misspelling
17387 and found string lengths match, or (b) misspelling is found as
17388 element in a boundary-chars separated longer string, or (c)
17389 ispell-program-name is really ispell and misspelling is found as
17390 part of a TeX string. After successful match move beginning of
17391 search region to end of match. Warn about not found misspellings
17392 once the process is done.
17393 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17394
17395 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17396
17397 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17398 tool bar (removed inadvertently).
17399
17400 2005-12-02 Juri Linkov <juri@jurta.org>
17401
17402 * log-view.el (log-view-diff): Clarify doc string.
17403
17404 2005-12-01 Bill Wohler <wohler@newt.com>
17405
17406 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17407 triggers lm-verify errors.
17408
17409 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17410
17411 * simple.el (transient-mark-mode, line-number-mode)
17412 (column-number-mode, size-indication-mode): Remove `:require nil'.
17413
17414 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17415
17416 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17417 in the margin also.
17418 (gdb-breakpoints-mode-map): Use D instead of d for
17419 gdb-delete-breakpoint.
17420 (gdb-get-frame-number): Require a number to match on.
17421 (gdb-threads-mode-map): Add follow-link binding.
17422
17423 2005-11-30 Jason Rumney <jasonr@gnu.org>
17424
17425 * isearch.el (isearch-mode-map): Avoid exiting search on
17426 language-change event.
17427
17428 2005-11-30 Romain Francoise <romain@orebokech.com>
17429
17430 * speedbar.el (speedbar-default-position): New defcustom.
17431 (speedbar-frame-reposition-smartly): Use it.
17432
17433 * dframe.el (dframe-reposition-frame-emacs): Fix position
17434 computation for `left' location.
17435 Update copyright year.
17436
17437 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * help.el (help-map): Move initialization into declaration.
17440
17441 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17442
17443 * help-fns.el (help-argument-name): Don't autoload.
17444 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17445 to be re-loaded when customizing the `help' group.
17446
17447 2005-11-30 John Paul Wallington <jpw@gnu.org>
17448
17449 * help-fns.el (describe-function-1): Fill arglist output.
17450
17451 2005-11-30 Kim F. Storm <storm@cua.dk>
17452
17453 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17454 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17455 after revert-buffer (or anything else which kills all local variables).
17456
17457 * apropos.el (apropos-parse-pattern): Doc fix.
17458 Set apropos-regexp directly, rather than expecting callers to do so.
17459 (apropos-command, apropos, apropos-value, apropos-documentation):
17460 Simplify calls to apropos-parse-pattern.
17461
17462 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17463
17464 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17465 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17466 (hi-lock-write-interactive-patterns): Use comment-region.
17467
17468 * longlines.el (longlines-mode): Add mail-setup-hook.
17469
17470 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17471
17472 * simple.el (sendmail-user-agent-compose, next-line):
17473 Conditionally use hard-newline.
17474
17475 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17476
17477 * international/latexenc.el (latex-inputenc-coding-alist):
17478 Reword doc string.
17479
17480 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17481
17482 * help.el (describe-key-briefly, describe-key): Recognize default
17483 bindings.
17484
17485 2005-11-29 Romain Francoise <romain@orebokech.com>
17486
17487 * view.el (view-inhibit-help-message): New defcustom.
17488 (view-mode-enter): Use it.
17489
17490 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17491
17492 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17493 Preserve user position.
17494
17495 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17496
17497 * font-lock.el: Throw error if facemenu is not loaded to prevent
17498 accidental change of loading order in loadup.el. (Suggested by RMS.)
17499
17500 * loadup.el: Add comment explaining why facemenu must be loaded
17501 before font-lock.
17502
17503 2005-11-28 Jay Belanger <belanger@truman.edu>
17504
17505 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17506 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17507
17508 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17509
17510 * calc/calc-embed.el (calc-do-embedded): Update help message.
17511
17512 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17513
17514 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17517
17518 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17519 called-interactively-p.
17520 (elp-profilable-p): Rename from elp-not-profilable-p.
17521 Invert result and take into account macros and autoloaded functions.
17522 (elp-instrument-function): Update call.
17523 (elp-instrument-package): Update call. Add completion.
17524 (elp-pack-number): Use match-string.
17525 (elp-results-jump-to-definition-by-mouse): Merge into
17526 elp-results-jump-to-definition and then remove.
17527 (elp-output-insert-symname): Make help echo text single-line.
17528
17529 * replace.el (query-replace-map): Move initialization into declaration.
17530 (occur-engine): Use with-current-buffer.
17531 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17532 (occur-mode-mouse-goto): Replace with an alias.
17533
17534 2005-11-28 Juri Linkov <juri@jurta.org>
17535
17536 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17537
17538 * term/w32-win.el: Bind [S-tab] to [backtab].
17539
17540 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17541 `Info-find-file' to t.
17542
17543 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17544 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17545 and same-window-regexps.
17546 (occur-next-error): Don't move point for arg 0.
17547
17548 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17549
17550 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17551
17552 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * log-edit.el (log-edit-changelog-use-first): New var.
17555 (log-edit-changelog-ours-p): Use it.
17556 (log-edit-insert-changelog): Set it with new arg `use-first'.
17557 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17558 (log-edit-hook): Add them to the list of suggested options.
17559
17560 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17561 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17562 redundant work.
17563 (flyspell-mode-on): Use add-hook for after-change-functions.
17564 (flyspell-mode-off): Use remove-hook for after-change-functions.
17565 (flyspell-changes): Make it buffer-local.
17566 (flyspell-after-change-function): Make it non-interactive. Use push.
17567 (flyspell-post-command-hook): Check input-pending-p while processing
17568 the potentially long list of buffer changes.
17569
17570 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17571
17572 * buff-menu.el (list-buffers-noselect): Display the selected
17573 frame's buffer list, not the global one.
17574
17575 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17576
17577 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17578 that (list last-input-event) works as in interactive spec.
17579
17580 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17581
17582 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17583 `facemenu-keymap' needs to be defined when font-lock is loaded.
17584 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17585
17586 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17587
17588 * completion.el: Remove useless leading * in defcustom docstrings.
17589 (save-completions-file-name): Use ~/.emacs.d if available.
17590 (completion-standard-syntax-table): Rename from
17591 cmpl-standard-syntax-table and fold initialization into declaration,
17592 thus removing cmpl-make-standard-completion-syntax-table.
17593 (completion-lisp-syntax-table, completion-c-syntax-table)
17594 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17595 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17596 (symbol-under-point, symbol-before-point)
17597 (symbol-under-or-before-point, symbol-before-point-for-complete)
17598 (add-completions-from-c-buffer): Use with-syntax-table.
17599 (make-completion): Don't return a list of completion entries.
17600 Update callers.
17601 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17602 (completion-initialize): Rename from initialize-completions.
17603 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17604 (kill-emacs-save-completions): Collect stats here.
17605 (save-completions-to-file, load-completions-from-file):
17606 Use with-current-buffer.
17607 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17608 into a function. Move all calls to toplevel.
17609 (completion-lisp-mode-hook): New fun.
17610 (completion-c-mode-hook, completion-setup-fortran-mode):
17611 Set the syntax-table here. Use local-set-key.
17612 (completion-saved-bindings): New var.
17613 (dynamic-completion-mode): Make it into a proper minor mode.
17614 (load-completions-from-file): Remove unused var `num-uses'.
17615
17616 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17617 constructor if it is explicitly overridden.
17618
17619 * complete.el (PC-completion-as-file-name-predicate):
17620 Use minibuffer-completing-file-name.
17621 (partial-completion-mode): Use find-file-not-found-functions.
17622 (PC-lisp-complete-symbol): Use with-syntax-table.
17623 (PC-look-for-include-file): Remove dead setq.
17624 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17625 (PC-complete): Use with-current-buffer.
17626
17627 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17628 escape single quotes.
17629
17630 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17631
17632 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17633 of `if' whose condition always returned nil. Doc fix.
17634
17635 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17636 window's buffer the current buffer around the call to
17637 `list-buffers-noselect'. This is necessary to mark that buffer
17638 with a `.' in the Buffer Menu when called from Lisp, for instance
17639 by Auto Revert Mode.
17640
17641 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17642
17643 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17644 attaching to it.
17645 (gdb-pre-prompt): Make sure gdb-error is reset.
17646
17647 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17648 with a child process, detect it.
17649 (gud-speedbar-buttons): Match regexp more carefully.
17650
17651 2005-11-27 Richard M. Stallman <rms@gnu.org>
17652
17653 * mouse.el (mouse-drag-move-window-bottom):
17654 Use adjust-window-trailing-edge.
17655
17656 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17657
17658 * simple.el (blink-matching-open): Ignore
17659 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17660 (blink-matching-paren-on-screen): Update docstring.
17661
17662 * paren.el (show-paren-mode): No longer change
17663 `blink-matching-paren-on-screen'.
17664
17665 2005-11-27 John Paul Wallington <jpw@pobox.com>
17666
17667 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17668 (gdb-threads-select, gdb-edit-register-value):
17669 Use `posn-set-point' instead of `mouse-set-point' because the
17670 latter is not fbound when configured without X.
17671
17672 2005-11-27 Kim F. Storm <storm@cua.dk>
17673
17674 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17675 existing face when partially highlighting a TAB in a rectangle.
17676
17677 2005-11-26 Kim F. Storm <storm@cua.dk>
17678
17679 * ido.el (ido-mode-map): Doc fix.
17680 (ido-mode-common-map, ido-mode-file-map)
17681 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17682 (ido-define-mode-map): Rewrite. Select one of the new maps as
17683 parent for ido-mode-map instead of building from scratch.
17684 (ido-init-mode-maps): New defun to initialize new maps.
17685 (ido-mode): Call it.
17686 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17687 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17688
17689 2005-11-26 John Paul Wallington <jpw@pobox.com>
17690
17691 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17692 `mouse-set-point' because the latter is not fbound when configured
17693 without X.
17694
17695 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17696
17697 * files.el (file-relative-name): Doc fix.
17698
17699 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17700
17701 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17702 non-empty string for secondary prompt PS2.
17703
17704 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17705
17706 * progmodes/compile.el (compilation-setup): Fix last change.
17707
17708 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17709
17710 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17711 (gdb-mouse-toggle-breakpoint-margin)
17712 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17713 Add gdb-server-prefix to keep out of command history.
17714 (gdb-edit-register-value): New function.
17715 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17716 (gdb-info-registers-custom): Use above map.
17717
17718 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17719
17720 * custom.el (enable-theme): Signal error if argument is not a
17721 theme. Don't recalculate a face if it's not loaded yet.
17722
17723 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17724 the `user' theme is in effect.
17725
17726 * info.el (Info-on-current-buffer): Record actual filename in
17727 Info-current-file, instead of t, or a fake filename if a non-file
17728 buffer. Make autoload.
17729 (Info-find-node, Info-revert-find-node): No need to check for
17730 Info-current-file nil.
17731 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17732 Info-current-file is now never `t'.
17733 (Info-fontify-node): Many simplifications due to Info-current-file
17734 always being valid. Use Info-find-file to find node filename.
17735
17736 2005-11-25 David Kastrup <dak@gnu.org>
17737
17738 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17739 new character, then delete" in order to preserve markers.
17740
17741 2005-11-25 David Ponce <david@dponce.com>
17742
17743 * recentf.el (recentf-arrange-by-rule): Handle a special
17744 `auto-mode-alist'-like "strip suffix" rule.
17745 (recentf-build-mode-rules): Handle second level auto-mode entries.
17746
17747 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17748
17749 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17750 window modes.
17751
17752 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17753 jde-javadoc-checker-report-mode.
17754
17755 * ediff-wind (ediff-make-wide-display): Slight simplification.
17756
17757 * ediff.el (ediff-date): Change the date of last update.
17758
17759 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17760
17761 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17762 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17763 (hi-lock-mode): New global minor mode.
17764 (turn-on-hi-lock-if-enabled): New function.
17765 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17766 Change arguments to regexp and face instead of a font-lock pattern.
17767 Directly set face property, instead of refontifying.
17768 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17769 (hi-lock-find-patterns): Use line-number-at-pos.
17770
17771 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17772 arguments for hi-lock-set-pattern.
17773 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17774 Call font-lock-fontify-buffer.
17775 (hi-lock-find-file-hook, hi-lock-current-line)
17776 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17777
17778 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17779 turned off.
17780
17781 * progmodes/compile.el (compilation-setup): Don't fiddle with
17782 font-lock-defaults.
17783
17784 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17785
17786 * progmodes/gdb-ui.el (gdb-var-create-handler)
17787 (gdb-var-list-children-handler): Find values for all variable
17788 objects. gud-speedbar-buttons decides whether to display them.
17789
17790 2005-11-24 Romain Francoise <romain@orebokech.com>
17791
17792 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17793 buffer name with a space.
17794
17795 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17796
17797 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17798 `org-export-local-list-max-depth'. Change default value to 3.
17799 (org-auto-renumber-ordered-lists)
17800 (org-plain-list-ordered-item-terminator): New options.
17801 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17802 (org-get-indentation, org-get-string-indentation)
17803 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17804 New functions.
17805 (org-move-item-down, org-move-item-up): New commands.
17806 (org-export-as-html): New classes for CSS support. Bug fix in
17807 regular expression detecting fixed-width regions. Respect
17808 `org-local-list-ordered-item-terminator'.
17809 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17810 also a list item.
17811 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17812 New item moving functions.
17813
17814 2005-11-24 Juri Linkov <juri@jurta.org>
17815
17816 * isearch.el (isearch-repeat): With empty search ring set
17817 `isearch-error' to the error string instead of signaling error
17818 with the function `error'.
17819
17820 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17821
17822 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17823
17824 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17825
17826 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17827 and variable.
17828 (gdb-var-create-handler, gdb-var-list-children-handler):
17829 Don't match on "char **...".
17830 (gdb-var-update-handler): Find values for all variable objects.
17831 (gdb-info-frames-custom): Identify frames by leading "#".
17832
17833 * progmodes/gud.el (gud-speedbar-menu-items): Add
17834 gdb-speedbar-auto-raise as radio button.
17835 (gud-speedbar-buttons): Raise speedbar if requested.
17836 Don't match on "char **...".
17837 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17838 Make it editable.
17839
17840 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17841
17842 * info.el (Info-fontify-node): Handle the case where
17843 Info-current-file is t.
17844
17845 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * simple.el (blink-matching-open): Fix off-by-one in last change.
17848
17849 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17850
17851 * term/mac-win.el: Don't change default directory.
17852
17853 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17854
17855 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17856 buffers correctly. (It used to throw an error in such buffers.)
17857 Make it ask for confirmation in group buffers and other Custom
17858 buffers containing more than one customization item.
17859
17860 2005-11-22 John Paul Wallington <jpw@gnu.org>
17861
17862 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17863 property on mail and url overlays.
17864 (goto-address-at-point): Use `posn-set-point' instead of
17865 `mouse-set-point' because the latter is not fbound when configured
17866 without X.
17867
17868 2005-11-22 Lars Hansen <larsh@soem.dk>
17869
17870 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17871 (ls-lisp-classify, ls-lisp-format): Delete call to
17872 ls-lisp-parse-symlink.
17873 (ls-lisp-handle-switches): Handle symlinks to directories as
17874 directories when ls-lisp-dirs-first in non-nil.
17875
17876 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17877
17878 * startup.el (command-line): Make sure that loaddefs.el is handled
17879 correctly in load-history.
17880
17881 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17882
17883 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17884 (gdb-struct-string, gdb-array-string): New constants.
17885 (gdb-info-locals-handler): Use them.
17886 (gdb-reset): Reset gdb-var-list to nil.
17887
17888 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17889
17890 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17891 in patterns.
17892
17893 2005-11-21 Juri Linkov <juri@jurta.org>
17894
17895 * custom.el (defcustom): Update link types in docstring.
17896
17897 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17898
17899 * custom.el (defgroup): Add doc-string-elt info.
17900
17901 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17902
17903 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17904
17905 * newcomment.el (comment-enter-backward): Fix last fix.
17906
17907 * simple.el (blink-matching-open):
17908 * paren.el (show-paren-function): Allow new paren-class info.
17909
17910 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17911
17912 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17913 handled automagically.
17914
17915 2005-11-20 Andreas Schwab <schwab@suse.de>
17916
17917 * descr-text.el (describe-char): When copying overlays put them
17918 over the full char description instead of just the first character
17919 of it.
17920
17921 2005-11-20 Juri Linkov <juri@jurta.org>
17922
17923 * simple.el (what-cursor-position):
17924 * descr-text.el (describe-char): Use Lisp-readable syntax
17925 for octal and hex. Reorder decimal, octal and hex values.
17926 Remove excess whitespace in the output. Use `=' in `column='
17927 like in `point=' and `Hscroll='.
17928
17929 * international/mule-cmds.el (encoded-string-description):
17930 Use Lisp-readable syntax for hex.
17931
17932 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * newcomment.el (comment-enter-backward): Handle the case where the
17935 comment is closed by EOB.
17936
17937 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17938
17939 * longlines.el (longlines-before-revert-hook)
17940 (longlines-after-revert-hook): New functions.
17941 (longlines-mode): Turn off longlines temporarily when reverting.
17942 Add a message-setup-hook.
17943 (longlines-decode-buffer): New function.
17944 (longlines-wrap-line): Preserve marker positions.
17945
17946 2005-11-19 Andreas Schwab <schwab@suse.de>
17947
17948 * emacs-lisp/shadow.el: Handle compressed files.
17949
17950 2005-11-19 Romain Francoise <romain@orebokech.com>
17951
17952 * net/browse-url.el (browse-url-default-browser): Signal an error
17953 if no usable browser can be found, rather than try to load w3.
17954
17955 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17956
17957 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17958 replacing existing properties.
17959 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17960 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17961 tty specs.
17962 (rcirc-server-prefix, rcirc-server): New faces.
17963 (rcirc-url-regexp): Generate with rx macro.
17964 (rcirc-last-server-message-time): New variable.
17965 (rcirc-filter): Record time of last message.
17966 (rcirc-keepalive): Kill processes that did not send a message
17967 since the last ping.
17968 (rcirc-mode): Give rcirc-topic a local binding here.
17969
17970 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17971
17972 * subr.el (read-passwd): Fontify the prompt as we do with other
17973 prompts.
17974
17975 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17976
17977 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17978 binding buffer-read-only to nil.
17979
17980 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17981
17982 * complete.el (partial-completion-mode):
17983 Mention completion-auto-help in the doc string.
17984
17985 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17986 more Lisp-ish way.
17987
17988 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17989
17990 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17991 digits, not 8, to avoid misalignment for files larger than 100MB.
17992
17993 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17994
17995 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17996 Mention "keyboard shortcuts" in the help text.
17997
17998 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17999
18000 * startup.el (fancy-splash-default-action): Discard only
18001 mouse-down and succeeding mouse-up events in the splash screen
18002 window so that drag-n-drop event can be processed.
18003
18004 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18005
18006 * longlines.el (longlines-mode): Add hacks for mail-mode and
18007 message-mode.
18008
18009 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18010
18011 * textmodes/org.el (org-table-sort-lines): New command.
18012 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18013 (org-add-file): Command removed, use `org-agenda-file-to-front'
18014 instead.
18015 (org-export-icalendar): Use `org-icalendar-combined-name'.
18016 (org-cycle-agenda-files, org-agenda-file-to-end)
18017 (org-agenda-file-to-front): New commands.
18018 (org-table-tab-jumps-over-hlines, org-export-html-style):
18019 New options.
18020 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18021 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18022 New functions.
18023 (org-fill-paragraph): Call `org-table-align' in tables.
18024 (org-mode): Call `org-set-autofill-regexps'.
18025 (org-export-as-html): Support for local handformatted lists.
18026 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18027 (org-export-local-list-max-depth): New option.
18028 (org-html-expand): Use `org-html-protect'.
18029
18030 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18031
18032 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18033 to "p".
18034 (gdb): Move definition of gud-pp to...
18035
18036 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18037 speedbar.
18038 (gdb-find-watch-expression): New function.
18039
18040 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18041
18042 * faces.el (face-attribute, set-face-attribute): Mention existence
18043 of `:ignore-defface' setting in docstring.
18044
18045 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18046
18047 * simple.el (completion-setup-function): Fix last change.
18048
18049 2005-11-17 John Paul Wallington <jpw@pobox.com>
18050
18051 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18052 Use `posn-set-point' instead of `mouse-set-point' because the
18053 latter is not fbound when configured without X.
18054
18055 * comint.el (comint-insert-input): Likewise.
18056
18057 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18058
18059 * simple.el (hard-newline): New variable.
18060 (sendmail-user-agent-compose, next-line): Use it.
18061
18062 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18063 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18064 (mail-mail-reply-to, mail-mail-followup-to)
18065 (mail-position-on-field, mail-signature, mail-yank-original)
18066 (mail-attach-file): Likewise.
18067
18068 * mail/mailheader.el (mail-header-format)
18069 (mail-header-format-function): Likewise.
18070
18071 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18072
18073 2005-11-17 Juri Linkov <juri@jurta.org>
18074
18075 * font-lock.el (font-lock-faces): Rename this defgroup from
18076 `font-lock-highlighting-faces'.
18077 (font-lock-comment-face, font-lock-comment-delimiter-face)
18078 (font-lock-string-face, font-lock-doc-face)
18079 (font-lock-keyword-face, font-lock-builtin-face)
18080 (font-lock-function-name-face, font-lock-variable-name-face)
18081 (font-lock-type-face, font-lock-constant-face)
18082 (font-lock-warning-face, font-lock-negation-char-face)
18083 (font-lock-preprocessor-face)
18084 (font-lock-regexp-grouping-backslash)
18085 (font-lock-regexp-grouping-construct): Rename :group from
18086 `font-lock-highlighting-faces' to `font-lock-faces'.
18087
18088 * cus-edit.el (lisp, c, tex):
18089 * progmodes/ada-mode.el (ada):
18090 * progmodes/asm-mode.el (asm):
18091 * progmodes/cperl-mode.el (cperl-faces):
18092 * progmodes/cpp.el (cpp):
18093 * progmodes/dcl-mode.el (dcl):
18094 * progmodes/f90.el (f90):
18095 * progmodes/fortran.el (fortran):
18096 * progmodes/icon.el (icon):
18097 * progmodes/idlwave.el (idlwave-misc):
18098 * progmodes/m4-mode.el (m4):
18099 * progmodes/make-mode.el (makefile):
18100 * progmodes/meta-mode.el (meta-font):
18101 * progmodes/modula2.el (modula2):
18102 * progmodes/octave-mod.el (octave):
18103 * progmodes/pascal.el (pascal):
18104 * progmodes/perl-mode.el (perl):
18105 * progmodes/prolog.el (prolog):
18106 * progmodes/ps-mode.el (PostScript-edit):
18107 * progmodes/scheme.el (scheme):
18108 * progmodes/sh-script.el (sh-script):
18109 * progmodes/simula.el (simula):
18110 * progmodes/tcl.el (tcl):
18111 * textmodes/nroff-mode.el (nroff):
18112 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18113 * textmodes/sgml-mode.el (sgml):
18114 * textmodes/texinfo.el (texinfo):
18115 Add :link (custom-group-link font-lock-faces) to defgroup.
18116
18117 * hi-lock.el (hi-lock): Rename this defgroup from
18118 `hi-lock-interactive-text-highlighting'. Change parent group from
18119 `faces' to `font-lock'. Add link to the manual.
18120 (hi-lock-mode, hi-lock-file-patterns-range)
18121 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18122 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18123 (hi-lock-faces): Add :group `faces'.
18124
18125 * cus-edit.el (custom-variable-prompt): Clarify the code.
18126
18127 * faces.el (face-read-string): Set the default value arg of
18128 completing-read.
18129
18130 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18131
18132 * rfn-eshadow.el (file-name-shadow-properties)
18133 (file-name-shadow-tty-properties, file-name-shadow-mode):
18134 Remove autoloads, because the file is now preloaded.
18135
18136 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18137
18138 * printing.el (easy-menu-intern): Don't define.
18139 (pr-get-symbol): Use easy-menu-intern only if defined.
18140
18141 * simple.el (blink-matching-open): Simplify a bit.
18142 (completion-setup-function): Fix the case of partial-completion-mode
18143 when the minibuffer's contents start with "-".
18144 Obey completion-base-size-function even when
18145 minibuffer-completing-file-name is non-nil.
18146
18147 2005-11-16 Richard M. Stallman <rms@gnu.org>
18148
18149 * net/eudcb-ph.el (eudc-ph-open-session):
18150 Use set-process-query-on-exit-flag.
18151
18152 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18153
18154 * international/ucs-tables.el (ucs-set-table-for-input):
18155 Use make-local-variable, not make-variable-buffer-local.
18156
18157 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18158 Improve warning message text.
18159
18160 * savehist.el (savehist-save-hook): Add :group.
18161
18162 * menu-bar.el (menu-bar-help-menu):
18163 Rename Find Extra Packages to External Packages.
18164
18165 * cus-edit.el (Custom-reset-standard): Verify that
18166 :custom-standard-value prop exists before calling it.
18167
18168 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18169
18170 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18171
18172 * wid-edit.el (color): Enclose %t in %{...%}.
18173
18174 * cus-edit.el (face): Enclose %t in %{...%}.
18175
18176 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18177
18178 * savehist.el (savehist-mode-hook): Re-add the var.
18179 (savehist-mode): Use it.
18180
18181 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * textmodes/flyspell.el: Fix commenting convention.
18184 Remove unnecessary leading * in custom docstrings.
18185 (flyspell-emacs): Remove unused var.
18186 (flyspell-delete-region-overlays): Use remove-overlays.
18187 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18188 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18189 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18190 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18191 (make-flyspell-overlay): Don't locally reuse a global name.
18192 (flyspell-highlight-incorrect-region)
18193 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18194 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18195 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18196 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18197 Wrap calls to accept-process-output inside with-local-quit since it's
18198 often called from a post-command-hook.
18199 (flyspell-correct-word, flyspell-auto-correct-word):
18200 Use ispell-send-string.
18201 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18202
18203 * calendar/diary-lib.el (diary-list-entries): Also hide the
18204 terminating newline.
18205
18206 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18207
18208 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18209 window-system, to allow fonts on tty.
18210
18211 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18212
18213 * progmodes/gud.el (gud-speedbar-item-info): New function.
18214 (gud-install-speedbar-variables): Use it to display data type
18215 of watch expression as a tooltip in speedbar.
18216
18217 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18218
18219 * font-core.el (global-font-lock-mode): Add :version keyword,
18220 because default was changed.
18221
18222 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18223
18224 * startup.el (command-line): Use `custom-reevaluate-setting' for
18225 `file-name-shadow-mode'.
18226
18227 * loadup.el: Preload rfn-eshadow.
18228
18229 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18230 Add :version keyword.
18231 (file-name-shadow-properties, file-name-shadow-tty-properties)
18232 (file-name-shadow): Add :version keyword.
18233
18234 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18235 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18236 in the custom-group property of the symbol frames and the fringe
18237 group got no link to its parent group frames.
18238 Doc fix.
18239
18240 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18241
18242 * progmodes/gud.el (gud-stop-subjob): New function.
18243 (gud-menu-map, gud-tool-bar-map): Use it.
18244
18245 2005-11-16 Kim F. Storm <storm@cua.dk>
18246
18247 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18248 than kill it.
18249 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18250 to a more useful/logical place.
18251
18252 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18253
18254 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18255 go buttons complementary.
18256
18257 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18260 (rfn-eshadow-sifn-equal): New function.
18261 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18262
18263 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18264
18265 * viper-utils.el (viper-non-word-characters-reformed-vi):
18266 Quote `-' in string.
18267
18268 * viper.el (viper-emacs-state-mode-list): Ensure that
18269 rcirc-mode buffers come up in Emacs state.
18270
18271 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18272 operation.
18273
18274 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18275
18276 * term.el (term-termcap-format): Fix typos.
18277 (term-down): Fix the negative argument case.
18278
18279 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18280
18281 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18282 2005-08-15.
18283 (gdb-ann3): New command gud-go.
18284 (menu): Accomodate gdb-mi.el.
18285 (gdb-assembler-custom): Make buffer of selected window current
18286 so that set-window-point works.
18287
18288 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18289 buttons and include new ones.
18290
18291 2005-11-16 Kim F. Storm <storm@cua.dk>
18292
18293 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18294 (gud-menu-map): Use it.
18295
18296 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18297
18298 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18299 that works correctly for Custom and that does not override a user
18300 who disables it.
18301
18302 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18303 (help-xref-interned, help-follow): Make hyperlinks for variables
18304 that are unbound, but have a non-nil variable-documentation property.
18305
18306 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18307 mode hook. (It conflicted with defcustoms for some mode hooks.)
18308 Use the `variable-documentation' property to give the mode hook a
18309 docstring and expand that docstring.
18310
18311 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18312
18313 * savehist.el (savehist-mode): Don't bother with
18314 `custom-set-minor-mode'.
18315 (savehist-coding-system): Check XEmacs version.
18316 (history-length): Declare also at run time.
18317 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18318 Don't set the customize state.
18319 (savehist-minibuffer-hook): Special case for when
18320 minibuffer-history-variable is equal to t.
18321
18322 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18323
18324 * files.el (write-file): Refresh VC status.
18325
18326 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18327 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18328 than fundamental-mode to see if the mode was set.
18329
18330 2005-11-14 Romain Francoise <romain@orebokech.com>
18331
18332 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18333 dummy function in `eval-when-compile' to avoid compiler warning.
18334 Require `man' at compile time.
18335
18336 2005-11-14 Jay Belanger <belanger@truman.edu>
18337
18338 * calc-alg.el (calcFunc-write-out-power): Rename it to
18339 calcFunc-powerexpand.
18340 (math-write-out-power): Rename it to math-powerexpand; have it
18341 handle negative exponents.
18342 (calc-writeoutpower): Rename it to calc-powerexpand.
18343
18344 * calc-ext.el: Change calcFunc-writeoutpower and
18345 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18346 autoloads.
18347 Add calcFunc-ldiv to autoloads.
18348
18349 * calc-arith.el (calcFunc-ldiv): New function.
18350
18351 * calc.el (calc-left-divide): New function.
18352
18353 2005-11-14 Juri Linkov <juri@jurta.org>
18354
18355 * cus-edit.el (custom-variable-prompt): Set the default value arg
18356 of completing-read.
18357
18358 * cus-dep.el (custom-make-dependencies): Reverse the list of
18359 found dependencies.
18360
18361 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18362
18363 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18364 Highlighting" entry, it is on by default now.
18365 (menu-bar-options-save): Do not save global-font-lock-mode.
18366
18367 2005-11-13 Richard M. Stallman <rms@gnu.org>
18368
18369 * textmodes/flyspell.el (flyspell-large-region):
18370 Call flyspell-accept-buffer-local-defs.
18371
18372 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18373
18374 * textmodes/flyspell.el (flyspell-notify-misspell):
18375 Fix misspelling of "Misspelling".
18376 (flyspell-process-localwords): New function.
18377 (flyspell-large-region): Call flyspell-process-localwords and
18378 flyspell-delete-region-overlays.
18379 (flyspell-delete-region-overlays): New function.
18380 (flyspell-delete-all-overlays): Call that.
18381
18382 2005-11-13 Richard M. Stallman <rms@gnu.org>
18383
18384 * help.el (help-for-help-internal): Improve doc of C-h a.
18385 (describe-key): Improve prompt; doc fix.
18386
18387 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18388
18389 * vc-svn.el (vc-svn-registered): Catch all errors.
18390
18391 * cus-dep.el (custom-make-dependencies): Typo.
18392
18393 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18394
18395 * net/tramp-util.el (top): Fix compilation warning.
18396
18397 2005-11-13 Kim F. Storm <storm@cua.dk>
18398
18399 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18400
18401 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18402
18403 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18404 (gud-speedbar-buttons): Match on "const char *" too.
18405
18406 * progmodes/gdb-ui.el (gdb-var-create-handler)
18407 (gdb-var-list-children-handler): Match on "const char *" too.
18408 (gdb-var-evaluate-expression-handler): Match on empty string.
18409 (gdb-var-update-handler): Only call
18410 gdb-var-evaluate-expression-handler when required.
18411
18412 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18413
18414 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18415 selected window. This still doesn't work for speedbar.
18416 (gud-speedbar-buttons): Handle string expressions properly.
18417
18418 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18419 (gdb-var-create-handler): Handle string expressions properly.
18420 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18421 Handle string expressions properly. Move "type" field into regexp.
18422
18423 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18424
18425 * bookmark.el (bookmark-maybe-message): New function to reduce
18426 code duplication: invokes `message' iff baud-rate is high enough.
18427 (bookmark-write-file): Use above instead of an inline conditional.
18428 (bookmark-load): Same.
18429
18430 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18431
18432 * bookmark.el (bookmark-write-file): Don't visit the destination
18433 file, just write the data to it using write-region. This is
18434 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18435 change to avoid visiting the file in the first place.
18436
18437 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18438
18439 * hi-lock.el (hi-lock-mode): Set the default value of
18440 font-lock-defaults.
18441
18442 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18443
18444 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18445 arg to `file-attributes'.
18446 (find-lisp-format): The UID and GID can now be strings.
18447
18448 2005-11-12 Kim F. Storm <storm@cua.dk>
18449
18450 * help.el (help-map): Bind C-h d to apropos-documentation.
18451
18452 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18453 when point is at end-of-buffer.
18454
18455 * apropos.el (apropos-match-face): Doc fix.
18456 (apropos-sort-by-scores): Add new choice `verbose'.
18457 (apropos-documentation-sort-by-scores): New defcustom.
18458 (apropos-pattern): Now contains the pattern entered by the user.
18459 (apropos-pattern-quoted): New defvar.
18460 (apropos-regexp): New defvar, containing the regexp corresponding
18461 to apropos-pattern.
18462 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18463 (apropos-read-pattern): New defun. Use it to read pattern arg in
18464 interactive calls; returns list of words for a word list, and
18465 string for a regexp.
18466 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18467 parses a list of words or regexp as returned by apropos-read-pattern.
18468 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18469 (apropos-score-doc): Return a very high score if the string
18470 entered by the user matches literally.
18471 (apropos-variable): Doc fix. Use apropos-read-pattern.
18472 (apropos-command): Doc fix. Use apropos-read-pattern and
18473 apropos-parse-pattern. Call apropos-print with nosubst=t.
18474 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18475 apropos-parse-pattern.
18476 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18477 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18478 apropos-documentation-sort-by-scores. Call apropos-print with
18479 nosubst=t.
18480 (apropos-documentation-internal): Pass doc string through
18481 substitute-key-definition before adding text properties.
18482 Highlight substring matching literal user input if possible.
18483 (apropos-documentation-check-doc-file): Remove locals beg and end.
18484 Fix calculation of score (as added twice). Pass doc string through
18485 substitute-key-definition before adding text properties.
18486 (apropos-documentation-check-elc-file): Pass doc string through
18487 substitute-key-definition before adding text properties.
18488 Highlight substring matching literal user input if possible.
18489 (apropos-print): Add new arg NOSUBST; if set, command and variable
18490 doc strings have already been passed through substitute-key-definition.
18491 Add code to handle apropos-accumulator items without score element
18492 for backwards compatibility (e.g. with woman package).
18493 Only show scores if apropos-sort-by-scores is `verbose'.
18494
18495 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18496
18497 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18498 Add jka-compr-load-suffixes to load-suffixes.
18499
18500 * jka-compr.el: Require jka-cmpr-hook.
18501 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18502 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18503 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18504 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18505 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18506 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18507 (jka-compr-uninstall): Remove entries from
18508 jka-compr-added-to-file-coding-system-alist after they are used.
18509 (jka-compr-error): Remove unused var `curbuf'.
18510 (jka-compr-file-local-copy): Remove unused var `notfound'.
18511
18512 2005-11-10 Romain Francoise <romain@orebokech.com>
18513
18514 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18515
18516 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18517
18518 * progmodes/gud.el (gud-menu-map): Move parentheses.
18519 (gdb): New command gud-pv.
18520
18521 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18522
18523 * tar-mode.el: Remove spurious or unnecessary leading stars
18524 in docstrings.
18525 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18526 (tar-parse-octal-integer-safe): Use mapc.
18527 (tar-header-block-summarize): Remove unused var `ck'.
18528 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18529 cleared before. Obey default-enable-multibyte-characters.
18530 Use mapconcat. Simplify setting of tar-header-offset.
18531 (tar-mode-map): Move initialization inside delcaration.
18532 (tar-flag-deleted): Use `abs'.
18533 (tar-expunge-internal): Remove unused var `line'.
18534 (tar-expunge-internal): Don't hardcode point-min==1.
18535 (tar-expunge): Widen while doing set-buffer-multibyte.
18536 (tar-rename-entry): Use file-name-coding-system.
18537 (tar-alter-one-field): Don't hardcode point-min==1.
18538 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18539 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18540
18541 2005-11-10 Masatake YAMATO <jet@gyve.org>
18542
18543 * add-log.el (add-log-current-defun): Handle class::method
18544 notation of c++. Fix incorrect comment.
18545
18546 2005-11-10 Alan Mackenzie <acm@muc.de>
18547
18548 * help-fns.el (describe-variable): Make C-h v work when a variable
18549 has variable documentation yet is unbound.
18550
18551 2005-11-10 Masatake YAMATO <jet@gyve.org>
18552
18553 * man.el (Man-highlight-references): Set an empty
18554 string to `Man-arguments' if it is nil.
18555 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18556
18557 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18560 commenting conventions.
18561
18562 * cus-dep.el (custom-make-dependencies): Simplify.
18563 Better follow the commenting conventions.
18564
18565 2005-11-09 Richard M. Stallman <rms@gnu.org>
18566
18567 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18568 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18569 All uses changed.
18570 (apropos-rewrite-regexp): Doc fix.
18571 (apropos-variable, apropos-command, apropos, apropos-value):
18572 Change prompt; carry through the argument renaming.
18573
18574 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18575
18576 * find-lisp.el: Require dired.
18577 (find-lisp-find-dired-internal): Do not call
18578 `abbreviate-file-name' on DIR.
18579
18580 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18581
18582 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18583
18584 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18585
18586 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18587 when using the speedbar.
18588 (gdb): New command gud-pp.
18589 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18590
18591 2005-11-09 Juri Linkov <juri@jurta.org>
18592
18593 * replace.el (occur-excluded-properties): New defcustom.
18594 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18595
18596 2005-11-08 Jay Belanger <belanger@truman.edu>
18597
18598 * calc/calc-units.el (math-convert-units): Replace any composite
18599 unit by its definition.
18600
18601 2005-11-08 Lars Hansen <larsh@soem.dk>
18602
18603 * emacs-lisp/autoload.el (update-directory-autoloads):
18604 Add obsolete function alias.
18605
18606 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18609 comment-indent-function.
18610 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18611
18612 * reveal.el (reveal-post-command): Rework the handling of
18613 reveal-open-spots, so as to be more reliable. There were several
18614 tricky corner cases where an open spot might be lost, or where
18615 a closed spot might end up on the list of open spots.
18616 Only reveal text that's ellipsised.
18617
18618 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18619
18620 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18621
18622 2005-11-07 John Paul Wallington <jpw@gnu.org>
18623
18624 * ibuffer.el (ibuffer): Search iconified frames too when
18625 getting Ibuffer buffer's window.
18626
18627 2005-11-06 Richard M. Stallman <rms@gnu.org>
18628
18629 * progmodes/compile.el (compilation-internal-error-properties):
18630 save-excursion around the computation of MARKER.
18631
18632 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18633
18634 * textmodes/flyspell.el (flyspell-external-point-words):
18635 flyspell-get-word returns a list, not just a string.
18636
18637 2005-11-06 John Paul Wallington <jpw@pobox.com>
18638
18639 * ibuffer.el (ibuffer): Search all visible frames when getting
18640 Ibuffer buffer's window.
18641
18642 2005-11-07 Masatake YAMATO <jet@gyve.org>
18643
18644 * man.el (Man-reference-regexp): Accept spaces between
18645 `Man-name-regexp' and `Man-section-regexp'.
18646 (Man-apropos-regexp): New variable.
18647 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18648 if available.
18649 (Man-highlight-references, Man-highlight-references0):
18650 Handle the case when `Man-arguments' includes "-k".
18651 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18652 `TARGET'. `TARGET' can be a number, function or nil.
18653
18654 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18655
18656 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18657 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18658 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18659 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18660 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18661 (gdb-send-item): Use buffer-local-value and simplify.
18662
18663 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18664
18665 * startup.el (command-line): Use `custom-reevaluate-setting' for
18666 `global-font-lock-mode'.
18667
18668 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18669 by default, except in batch mode or when the -D option is given.
18670
18671 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18672 specified keyword args on to `define-minor-mode'. Update docstring.
18673
18674 2005-11-05 Romain Francoise <romain@orebokech.com>
18675
18676 * replace.el (occur-engine): Add marker at end of line, too.
18677
18678 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18679
18680 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18681 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18682 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18683 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18684 argument to all these routines, so the passphrase can be managed
18685 externally and passed in to the system.
18686 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18687 pgg-add-passphrase-to-cache function.
18688
18689 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18690 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18691 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18692 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18693 argument to all these routines, so the passphrase can be managed
18694 externally and passed in to the system.
18695 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18696 function.
18697
18698 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18699
18700 * font-lock.el: Don't deal with font-lock-face-attributes here,
18701 move the code ...
18702
18703 * startup.el (command-line): ... here. Use face-spec-set instead
18704 of custom-declare-face.
18705
18706 * faces.el (face-spec-set): Reset the face if spec is not nil.
18707
18708 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18709
18710 * newcomment.el (comment-region-internal): Box more tightly in the
18711 common case where there's no TAB in the boxed text.
18712
18713 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18714
18715 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18716 up-node.
18717
18718 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18719
18720 * newsticker.el: Commentary updated. Code formatting changed.
18721 (newsticker-version): Change to "1.9".
18722 (newsticker, newsticker-feed): Doc fix.
18723 (newsticker-url-list): Doc fix. Add option "Weekly".
18724 (newsticker-retrieval-interval): Add option "Weekly".
18725 (newsticker-headline-processing): Doc fix.
18726 (newsticker-auto-mark-filter): Remove.
18727 (newsticker-auto-mark-filter-list): New.
18728 (newsticker-layout, newsticker-sort-method): Doc fix.
18729 (newsticker-hide-old-items-in-newsticker-buffer)
18730 (newsticker-heading-format, newsticker-item-format)
18731 (newsticker-desc-format): Doc fix.
18732 (newsticker-show-all-rss-elements): Remove.
18733 (newsticker-show-all-news-elements): New.
18734 (newsticker-faces, newsticker-ticker): Doc fix.
18735 (remove-from-invisibility-spec): Code formatting.
18736 (newsticker--process-ids): New.
18737 (newsticker-mode): Doc fix.
18738 (newsticker-mode): Change mode-line-format.
18739 (newsticker-start): Remove debug output.
18740 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18741 (newsticker-w3m-show-inline-images): Code formatting.
18742 (newsticker-next-item): Call `force-mode-line-update'.
18743 (newsticker-previous-item): Call `force-mode-line-update'.
18744 (newsticker-next-feed): Call `force-mode-line-update'.
18745 (newsticker-previous-feed): Call `force-mode-line-update'.
18746 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18747 (newsticker-show-old-items): Do not show descs.
18748 (newsticker-hide-entry): Hide too much.
18749 (newsticker-hide-entry, newsticker-show-entry)
18750 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18751 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18752 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18753 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18754 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18755 (newsticker-get-news): Call `force-mode-line-update'.
18756 Collect process ids.
18757 (newsticker--sentinel): Change coding system handling.
18758 Move image retrieval to new functions newsticker--get-logo-url-*.
18759 Move feed parsing to new functions newsticker--parse-*.
18760 Update list of process ids.
18761 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18762 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18763 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18764 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18765 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18766 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18767 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18768 (newsticker--decode-coding-string): Remove.
18769 (newsticker--decode-numeric-entities): Check input. Format code.
18770 (newsticker--remove-whitespace): Check input.
18771 (newsticker--do-forget-preformatted): Doc fix.
18772 (newsticker--decode-rfc822-date): Allow for missing time.
18773 (newsticker--update-process-ids): New.
18774 (newsticker--image-sentinel): Change comment.
18775 (newsticker--image-read): Change error message.
18776 (newsticker--imenu-goto): Doc fix. Show headline title.
18777 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18778 (newsticker--buffer-do-insert-text): Clean whitespace in
18779 html-rendered headline title. Code formatting.
18780 Call `newsticker--buffer-print-extra-elements'.
18781 (newsticker--buffer-print-extra-element): Remove.
18782 (newsticker--buffer-print-extra-elements): New.
18783 (newsticker--buffer-do-print-extra-element): New.
18784 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18785 large sizes.
18786 (newsticker--run-auto-mark-filter)
18787 (newsticker--do-run-auto-mark-filter):
18788 Use `newsticker-auto-mark-filter-list'.
18789
18790 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18791
18792 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18793 (rcirc-print): Force redisplay before running hooks. Do long
18794 buffer truncation after making new text read-only. Deal with nil
18795 text when decoding strings. If TARGET is nil, use either the
18796 currently selected buffer, if it is an rcirc buffer and of the
18797 same process or the process buffer.
18798 (rcirc-mode): Remove header-line. Recompute short buffer names.
18799 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18800 (rcirc-short-buffer-name): Add variable.
18801 (rcirc-kill-buffer-hook): Recompute short buffer names.
18802 Remove nick from private channel.
18803 (rcirc-send-input): Send command text to current-buffer.
18804 Don't clear overlay arrow here.
18805 (rcirc-short-buffer-name): Return a short buffer name.
18806 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18807 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18808 buffer-name abbreviations.
18809 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18810 Do not touch nick-table when killing a parted channel.
18811 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18812 Clear arrow from current buffer if it is now hidden.
18813 (rcirc-current-buffer): Add variable.
18814 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18815 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18816 Remove -face from names.
18817 (rcirc-update-activity-string): Print "DND" when globally ignoring
18818 activity.
18819 (rcirc-ignore-buffer-activity-flag): Rename from
18820 rcirc-ignore-channel-activity.
18821 (rcirc-ignore-all-activity-flag): Doc fix.
18822 (rcirc-channels): Remove variable.
18823 (rcirc-kill-buffer-hook):
18824 (rcirc-get-buffer-create): Add nick to private channel.
18825 (rcirc-multiline-edit-submit): Remove tabs.
18826 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18827 folded.
18828 (rcirc-remove-nick-channel): Bug fix.
18829 (rcirc-toggle-ignore-buffer-activity): Rename from
18830 rcirc-toggle-ignore-channel-activity.
18831 (rcirc-record-activity): Add buffers to the front of the list.
18832 (rcirc-update-activity): Remove killed buffers from list.
18833 (rcirc-process-server-response-1): Remove last argument if it is
18834 null before calling handler.
18835 (rcirc): Add "rcirc" defcustom prefix.
18836 (rcirc-prompt): Simplify default prompt.
18837 Use custom-initialize-default.
18838 (rcirc-private-chats): Remove variable.
18839 (rcirc-prompt): Change initialization.
18840 (rcirc-version): Remove function.
18841 (rcirc-id-string): Add constant.
18842 (rcirc-last-buffer): Remove variable.
18843 (rcirc-buffer-alist): Add variable.
18844 (rcirc-connect): Update variable setup.
18845 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18846 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18847 default.
18848 (rcirc-handler-generic): Trigger activity.
18849 (rcirc-send-message): Create the buffor of the target.
18850 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18851 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18852 (rcirc-multiline-edit-cancel): Remove function.
18853 (rcirc-set-last-buffer): Remove function.
18854 (rcirc-get-any-buffer): Add function.
18855 (rcirc-join-channels): Don't print /join text.
18856 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18857 messages.
18858 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18859 (rcirc-handler-NOTICE): Recognize CTCP responses.
18860 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18861 constructing TOPIC string for buffers we are not JOINed.
18862 (rcirc-handler-CTCP-response): Add handler.
18863 (rcirc-multiline-edit-submit): Restore the window-configuration
18864 before adjusting point.
18865 (rcirc): Add customization group.
18866 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18867 (rcirc-user-full-name, rcirc-startup-channels-alist)
18868 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18869 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18870 (rcirc-input-ring-size, rcirc-read-only-flag)
18871 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18872 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18873 Change defvar to defcustom.
18874 (rcirc-update-prompt): Add optional ALL arg, which will update
18875 prompts in all rcirc buffers. Regexp quote replacement text.
18876 (rcirc-fill-column): Accept frame-width as a value.
18877 (rcirc-set-changed): Add function.
18878 (rcirc-next-active-buffer): Write more meaningful messages.
18879 (rcirc-faces): Add customization group.
18880 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18881 (rcirc-nick-in-message-face, rcirc-prompt-face)
18882 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18883 (with-rcirc-process-buffer): Move before first usage.
18884 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18885 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18886 (rcirc-debug): Rename from `rcirc-log'.
18887 (rcirc-format-response-string): Do not print `-' chars for a
18888 NOTICE with no sender. Simplify output of server responses.
18889
18890 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18891
18892 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18893 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18894 Make urls mouse and RET clickable.
18895
18896 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18897
18898 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18899
18900 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18901
18902 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18903 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18904 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18905 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18906 argument to all these routines, so the passphrase can be managed
18907 externally and passed in to the system.
18908 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18909 pgg-add-passphrase-to-cache function.
18910
18911 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18912 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18913 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18914 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18915 argument to all these routines, so the passphrase can be managed
18916 externally and passed in to the system.
18917 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18918 function.
18919
18920 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18921
18922 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18923 from goto-address-url-regexp.
18924
18925 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18926
18927 * textmodes/org.el (org-read-date, org-goto-calendar)
18928 (org-recenter-calendar, org-agenda-goto-calendar):
18929 Temporarily clear `calendar-move-hook'.
18930
18931 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18932
18933 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18934 merging.
18935
18936 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18937 have merge clashes.
18938
18939 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18940
18941 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18942 Undo previous change.
18943
18944 * startup.el (command-line): Use `custom-reevaluate-setting' for
18945 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18946 tty-register-default-colors on Mac.
18947
18948 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18949
18950 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18951 (gdb-buffer-type): Make it automatically buffer local...
18952 (gdb-get-create-buffer): ...and set it accordingly.
18953 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18954 actually work.
18955
18956 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18957
18958 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18959 not red.
18960
18961 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18962
18963 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18964 case GUD buffer is not visible.
18965 (gdb-goto-breakpoint): Try to force display in source buffer.
18966 (gdb-frame-gdb-buffer): Copy other similar functions.
18967 (gdb-restore-windows): Don't display source if not asked for.
18968 (gdb-assembler-buffer-name): Don't capitalise.
18969
18970 2005-11-03 Richard M. Stallman <rms@gnu.org>
18971
18972 * wid-edit.el (key-sequence): New widget type.
18973
18974 * simple.el (set-mark-command-repeat-pop): New variable.
18975 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18976 if set-mark-command-repeat-pop is true.
18977
18978 * info.el (Info-fontify-node): Don't display extra "see" if there
18979 already is one here.
18980
18981 * mouse.el: Fix special handling of DEL after dragging a region:
18982 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18983 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18984
18985 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18986
18987 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18988 not to assume it pertains to an affix.
18989
18990 * textmodes/flyspell.el (flyspell-post-command-hook):
18991 Bind deactivate-mark to prevent deactivation.
18992
18993 2005-11-03 Lars Hansen <larsh@soem.dk>
18994
18995 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18996 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18997 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18998
18999 2005-11-03 Romain Francoise <romain@orebokech.com>
19000
19001 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19002 Update copyright years.
19003
19004 2005-11-03 Sam Steingold <sds@gnu.org>
19005
19006 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19007 Use system-type instead of window-system because window-system is not
19008 correctly defined during loadup.
19009
19010 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19011
19012 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19013 (xml-parse-tag): Join strings separated by a comment properly.
19014
19015 2005-11-02 Andreas Schwab <schwab@suse.de>
19016
19017 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19018
19019 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19022 (byte-optimize-pure-func): Quote the eval'd value.
19023
19024 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19025 Rename from perl-font-lock-syntactic-face-function.
19026 Change the calling convention so it can be used as a font-lock MATCHER.
19027 Do the parse-partial-sexp loop outselves.
19028 (perl-font-lock-syntactic-keywords): Use it.
19029 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19030
19031 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19032
19033 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19034 disassembly buffer too.
19035 (gdb-exited): Remove overlay arrows when execution has finished.
19036 (gdb-info-frames-custom, gdb-info-threads-custom)
19037 (gdb-info-registers-custom): Don't add inappropriate text
19038 properties if inferior is not active.
19039
19040 2005-11-02 Glenn Morris <rgm@gnu.org>
19041
19042 * progmodes/fortran.el (fortran-blink-match):
19043 Use `blink-matching-delay'.
19044
19045 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19046
19047 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19048
19049 2005-11-02 Lars Hansen <larsh@soem.dk>
19050
19051 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19052 "Permission denied".
19053
19054 2005-11-01 Richard M. Stallman <rms@gnu.org>
19055
19056 * textmodes/flyspell.el (flyspell-external-point-words):
19057 Pass nil to flyspell-get-word.
19058
19059 2005-11-02 Kim F. Storm <storm@cua.dk>
19060
19061 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19062 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19063
19064 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19065
19066 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19067 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19068 (calendar-mouse-print-dates): Add optional `event' argument.
19069 Update interactive-spec.
19070 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19071 Use `calendar-event-to-date' instead of `event'.
19072
19073 2005-11-02 Masatake YAMATO <jet@gyve.org>
19074
19075 * progmodes/ld-script.el (ld-script-builtins):
19076 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19077 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19078 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19079
19080 2005-11-01 Romain Francoise <romain@orebokech.com>
19081
19082 * vc-sccs.el: Update copyright year.
19083 * ezimage.el: Likewise.
19084
19085 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19086
19087 * info.el (Info-fontify-node): Use `string-width' for fontifying
19088 underlined titles.
19089
19090 2005-11-01 Juri Linkov <juri@jurta.org>
19091
19092 * info.el (Info-fontify-node): Downcase node header keywords Node,
19093 Prev, Next, Up before comparison.
19094 (Info-history): Insert absolute directory name, and put invisible
19095 property on it.
19096
19097 2005-11-01 Juri Linkov <juri@jurta.org>
19098
19099 * info.el (Info-file-supports-index-cookies): New variable.
19100 (Info-find-node-2): Check makeinfo version for index cookie support.
19101 (Info-index-nodes): Search for nodes with index cookies only when
19102 Info-file-supports-index-cookies is t. Otherwise, search nodes
19103 with "Index" in the node name.
19104 (Info-index-node): Search index cookie in the current node only when
19105 Info-file-supports-index-cookies is t. Otherwise, check the word
19106 "Index" in the node name.
19107 (Info-find-emacs-command-nodes): Remove code that searches nodes
19108 with "Index" node name in the top menu.
19109
19110 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * progmodes/scheme.el (scheme-mode-variables): Use the default
19113 comment-indent-function.
19114
19115 * faces.el (face-attribute): Handle the case where a face inherits from
19116 a non-existent face.
19117
19118 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19119 for octal and hexa output, and merge the char into the paren.
19120 (kill-new): Use push.
19121 (copy-to-buffer): Use with-current-buffer.
19122 (completion-setup-function): Move code in loop to remove redundancy.
19123 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19124 those inherited from minibuffer-local-completion-map.
19125
19126 * savehist.el (savehist-mode) <defcustom>:
19127 Use custom-set-minor-mode if available.
19128 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19129 and emit a message if applicable.
19130
19131 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19132
19133 * savehist.el: Sync up to version 19.
19134 (savehist-mode): New minor mode.
19135 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19136 (savehist-length): Remove (use history-length instead).
19137 (savehist-file-modes): Rename from savehist-modes.
19138 (savehist-save-hook, savehist-loaded): New vars.
19139 (savehist-load): Use savehist-mode. Try to smooth up transition from
19140 old format to new format.
19141 (savehist-install): Allow savehist-autosave-interval to be nil.
19142 (savehist-save): Run the new hook. Be more careful to only trim the
19143 history variables.
19144 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19145 (savehist-printable): Print into a buffer rather than char-by-char.
19146
19147 2005-11-01 John Wiegley <johnw@newartisans.com>
19148
19149 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19150 toggle-ignore keybinding (C-a). The author said it had been
19151 disabled much earlier due to a possible incompatibility, but after
19152 many months of usage I have encountered no problems (and it is a
19153 rather useful option, especially for switching to " *temp*").
19154
19155 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19156 support for OS/X's AddressBook, by calling out to the open source
19157 program "contacts" (installable through Fink).
19158
19159 * net/eudc.el (eudc-expand-inline): If the
19160 `eudc-multiple-match-handling-method' is set to `all', delete the
19161 query string before inserting the query result.
19162
19163 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19164 flag, to prevent Eshell from using the system ls when
19165 `eshell-ls-insert-directory' is in used.
19166 (eshell-ls-insert-directory): Disable font-lock in directory
19167 buffer so that Eshell's own fontification is seen. This broke
19168 recently due to changes in font-lock, so this goes back to version
19169 21 behavior.
19170
19171 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19172
19173 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19174 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19175 (gdb-many-windows): Doc fix.
19176
19177 2005-10-31 Romain Francoise <romain@orebokech.com>
19178
19179 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19180
19181 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19182
19183 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19184 that global-font-lock-mode can be enabled by default.
19185
19186 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19187 (font-lock-add-keywords, font-lock-remove-keywords)
19188 (font-lock-fontify-buffer): Remove autoload cookies.
19189
19190 * jit-lock.el (jit-lock-register): Likewise.
19191
19192 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19193
19194 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19195
19196 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19197 intact if there is no gud-comint-buffer.
19198
19199 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19200
19201 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19202 old prompt comint-prompt-read-only is t and GDB commands are
19203 issued from tool bar etc.
19204
19205 2005-10-31 Masatake YAMATO <jet@gyve.org>
19206
19207 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19208
19209 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19210
19211 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19212 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19213
19214 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19215
19216 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19217 starting at beginning of line. Fontification is messed up when
19218 `open-paren-in-column-0-is-defun-start' set to t.
19219 Reported by John Paul Wallington <jpw@pobox.com>.
19220
19221 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19222
19223 * comint.el (comint-send-input): Call `comint-update-fence' when
19224 `comint-process-echoes' and `comint-prompt-read-only' are both
19225 non-nil, to avoid leftover read-only newline.
19226
19227 2005-10-30 Richard M. Stallman <rms@gnu.org>
19228
19229 * textmodes/flyspell.el (flyspell-external-point-words):
19230 Detect when WORD can't be checked properly because
19231 flyspell-get-word finds just part of it, and move on.
19232
19233 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19234 boundarychar for Polish.
19235 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19236 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19237
19238 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19239
19240 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19241 (gdb-registers-font-lock-keywords): Delete.
19242 (gdb-registers-mode): Don't fontify.
19243 (gdb-info-registers-custom): Use text properties instead as, in
19244 future, changed register values will use font-lock-warning-face.
19245 (gdb-local-font-lock-keywords): Rename to...
19246 (gdb-locals-font-lock-keywords): ...for consistency.
19247
19248 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19249
19250 * vc.el (vc-switch-backend): Better error message if the buffer is
19251 not visiting a file under version control.
19252
19253 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19254
19255 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19256
19257 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19258 ~/.emacs.d/.emacs.
19259
19260 2005-10-29 Richard M. Stallman <rms@gnu.org>
19261
19262 * replace.el (occur-mode-mouse-goto): Always go to other window.
19263 (occur-mode-goto-occurrence): Always switch in same window.
19264
19265 * simple.el (undo): Display message at end, not at start.
19266
19267 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19268 New arg REUSE-CELL.
19269 (cancel-timer-internal): New function.
19270 (timer-event-handler): Use cancel-timer-internal,
19271 and pass the cell it returns to timer-activate...
19272
19273 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19274 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19275 (jit-lock-after-change): Test memory-full.
19276
19277 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19278
19279 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19280 part of the decoded armor to find the key-identifier.
19281 (pgg-gpg-lookup-key-owner): New function to return the
19282 human-readable identifier of a key owner.
19283 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19284 key itself.
19285 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19286 the key value) if we have a key and can match it against a secret
19287 key. Also, added a note pointing out fact that the prompt only
19288 indicates the first matching key.
19289
19290 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19291 pgg-decrypt-region.
19292 (pgg-pending-timers): A new hash for tracking the passphrase cache
19293 timers, so that new ones supercede old ones.
19294 (pgg-add-passphrase-to-cache): Rename from
19295 `pgg-add-passphrase-cache' to reduce confusion (all callers
19296 changed). Modified to cancel old timers when new ones are added.
19297 (pgg-remove-passphrase-from-cache): Rename from
19298 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19299 changed). Modified to cancel old timers when their keys are
19300 removed from the cache.
19301 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19302 XEmacs, an indirection to delete-itimer.
19303 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19304 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19305 users can only check cache without risk of prompting. Correct bug in
19306 notruncate behavior.
19307 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19308 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19309 Add informative docstrings.
19310 (pgg-decrypt): Convey provided passphrase in subordinate call to
19311 pgg-decrypt-region.
19312
19313 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19314 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19315 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19316 `passphrase' argument, so the passphrase can be managed externally
19317 and then passed in to the system.
19318
19319 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19320 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19321 so the passphrase cache can be used reliably with identifiers
19322 besides a pgp packet's key id.
19323
19324 * pgg-gpg.el (pgg-pgp-encrypt-region)
19325 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19326 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19327 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19328 argument to all these routines, so the passphrase can be managed
19329 externally and passed in to the system.
19330
19331 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19332 `notruncate' argument, so the passphrase cache can be used
19333 reliably with identifiers besides a pgp packet's key id.
19334
19335 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19336
19337 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19338 symmetric encryption.
19339 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19340 encrypted session key.
19341 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19342 message ask for the passphrase in a proper way.
19343
19344 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19345 New user commands for symmetric encryption.
19346
19347 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19348
19349 * textmodes/conf-mode.el (conf-assignment-sign)
19350 (conf-assignment-regexp): Fix docstrings.
19351 (conf-mode-initialize): New function.
19352 (conf-mode): Remove optional args. Use delay-mode-hooks to
19353 recognize recursive calls.
19354 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19355 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19356 (conf-xdefaults-mode): Use define-derived-mode and
19357 conf-mode-initialize.
19358
19359 2005-10-29 Romain Francoise <romain@orebokech.com>
19360
19361 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19362
19363 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19364
19365 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19366 part of the decoded armor to find the key-identifier.
19367 (pgg-gpg-lookup-key-owner): New function to return the
19368 human-readable identifier of a key owner.
19369 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19370 key itself.
19371 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19372 the key value) if we have a key and can match it against a secret
19373 key. Also, added a note pointing out fact that the prompt only
19374 indicates the first matching key.
19375
19376 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19377 pgg-decrypt-region.
19378 (pgg-pending-timers): A new hash for tracking the passphrase cache
19379 timers, so that new ones supercede old ones.
19380 (pgg-add-passphrase-to-cache): Rename from
19381 `pgg-add-passphrase-cache' to reduce confusion (all callers
19382 changed). Modified to cancel old timers when new ones are added.
19383 (pgg-remove-passphrase-from-cache): Rename from
19384 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19385 changed). Modified to cancel old timers when their keys are
19386 removed from the cache.
19387 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19388 XEmacs, an indirection to delete-itimer.
19389 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19390 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19391 users can only check cache without risk of prompting. Correct bug in
19392 notruncate behavior.
19393 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19394 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19395 Add informative docstrings.
19396 (pgg-decrypt): Convey provided passphrase in subordinate call to
19397 pgg-decrypt-region.
19398
19399 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19400
19401 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19402 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19403 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19404 `passphrase' argument, so the passphrase can be managed externally
19405 and then passed in to the system.
19406
19407 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19408 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19409 so the passphrase cache can be used reliably with identifiers
19410 besides a pgp packet's key id.
19411
19412 * pgg-gpg.el (pgg-pgp-encrypt-region)
19413 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19414 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19415 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19416 argument to all these routines, so the passphrase can be managed
19417 externally and passed in to the system.
19418
19419 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19420 `notruncate' argument, so the passphrase cache can be used
19421 reliably with identifiers besides a pgp packet's key id.
19422
19423 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19424
19425 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19426 symmetric encryption.
19427 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19428 encrypted session key.
19429 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19430 message ask for the passphrase in a proper way.
19431
19432 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19433 New user commands for symmetric encryption.
19434
19435 2005-10-28 Bill Wohler <wohler@newt.com>
19436
19437 * help-mode.el (help-url): New button type. Calls browse-url.
19438 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19439 Similar to Info nodes: URL `url'.
19440 (help-make-xrefs): Create help-url buttons for
19441 help-xref-url-regexp matches.
19442
19443 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19444
19445 * tool-bar.el (tool-bar-add-item-from-menu)
19446 (tool-bar-local-item-from-menu): Fix doc strings.
19447
19448 2005-10-28 Romain Francoise <romain@orebokech.com>
19449
19450 * ldefs-boot.el: Update.
19451
19452 * subr.el (locate-library): Move from help-fns.el.
19453 * help-fns.el (locate-library): Move to subr.el.
19454
19455 2005-10-28 Richard M. Stallman <rms@gnu.org>
19456
19457 * net/tramp.el (tramp-completion-mode): defvar moved up.
19458
19459 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19460
19461 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19462
19463 * files.el (find-file-noselect): Use %d to format large file size.
19464
19465 * bindings.el (mode-line-format): Add %e.
19466
19467 * loadup.el ("facemenu"): Load unconditionally.
19468 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19469 ("x-dnd"): Load, when appropriate.
19470
19471 * startup.el (command-line): Call before-init-hook earlier.
19472 Warn about some bad characters in -u user name.
19473
19474 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19475 (flyspell-external-point-words): Error if misspelled word is not found.
19476 Set flyspell-large-region-beg at end of word.
19477
19478 2005-10-28 Andreas Schwab <schwab@suse.de>
19479
19480 * view.el (View-revert-buffer-scroll-page-forward):
19481 Use view-page-size-default.
19482
19483 2005-10-28 Juri Linkov <juri@jurta.org>
19484
19485 * international/quail.el (quail-get-current-str): Translate last
19486 raw character for deterministic input methods.
19487
19488 2005-10-27 Jay Belanger <belanger@truman.edu>
19489
19490 * calc/calc-ext.el: Add functions to autoloads.
19491 (math-identity-matrix-p, math-ident-row-p): New functions.
19492
19493 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19494 multiplication by an identity matrix; don't turn multiplication by
19495 an inverse matrix into division.
19496 (math-div-symbol-fancy): Replace division by matrices with
19497 multiplication by inverse.
19498
19499 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19500
19501 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19502 (calc-writeoutpower): New functions.
19503
19504 2005-10-27 Romain Francoise <romain@orebokech.com>
19505
19506 * replace.el (occur-engine): Include colon in mouse-face highlight.
19507
19508 * dired-x.el: Change Maintainer field.
19509
19510 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19511
19512 * longlines.el (longlines-mode): Bind after-change-functions to
19513 nil during initial decoding and final encoding.
19514
19515 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19516
19517 * term.el (term-emulate-terminal, term-handle-colors-array)
19518 (term-handle-ansi-escape): Specify the terminfo capabilities
19519 implemented.
19520
19521 2005-10-26 Richard M. Stallman <rms@gnu.org>
19522
19523 * info.el (Info-fontify-node): Fix detection of sentence-break
19524 before *Note.
19525
19526 2005-10-26 Romain Francoise <romain@orebokech.com>
19527
19528 * smerge-mode.el: Add `tools' to file keywords.
19529
19530 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19531
19532 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19533 when the fringe is not available.
19534
19535 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19536 (def-gdb-auto-update-trigger): Simplify construction.
19537 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19538 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19539 defined explicitly.
19540 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19541 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19542 defined explicitly.
19543 (gdb-info-locals-custom): Remove as it's a no-op.
19544
19545 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19546
19547 * longlines.el (longlines-mode): Remove narrowing before
19548 performing the initial decoding or final encoding.
19549
19550 2005-10-25 Romain Francoise <romain@orebokech.com>
19551
19552 * emacs-lisp/find-func.el (find-library-name): Also strip
19553 extension if library name ends in .el, to take advantage of
19554 `find-library-suffixes'.
19555
19556 2005-10-25 Richard M. Stallman <rms@gnu.org>
19557
19558 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19559
19560 2005-10-25 Juri Linkov <juri@jurta.org>
19561
19562 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19563 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19564
19565 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19566
19567 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19568 (blackbox-redefine-key): Add argument `map'.
19569
19570 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19571 regions when moving the jit-lock-context-unfontify-pos boundary.
19572
19573 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19574
19575 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19576
19577 2005-10-25 Masatake YAMATO <jet@gyve.org>
19578
19579 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19580
19581 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19582
19583 * play/blackbox.el (blackbox-redefine-key): New function.
19584 (blackbox-mode-map): Use it to remap existing bindings for cursor
19585 motion instead of binding literal keys.
19586
19587 2005-10-25 Glenn Morris <rgm@gnu.org>
19588
19589 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19590 diary does not end in a newline. Do not assume a blank line at
19591 the start of the diary file.
19592
19593 2005-10-25 Kenichi Handa <handa@m17n.org>
19594
19595 * international/quail.el (quail-translate-key): If the input
19596 method is deterministic and failed to handle the last key, restart
19597 the key handling loop from an appropriate key.
19598
19599 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19600
19601 * vc.el (vc-dired-mode): Extend comment for binding of
19602 `directory-listing-before-filename-regexp'.
19603
19604 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19605
19606 * textmodes/texinfo.el (texinfo-mode):
19607 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19608 not to unnecessarily expose emacs-mule's internal char codes.
19609
19610 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19611
19612 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19613 Display hand pointer and help-echo on disabled icon too.
19614 (gdb-mouse-until): New function.
19615 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19616
19617 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19618
19619 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19620 with 2005-10-23 change to doctor.el.
19621
19622 * finder.el (finder-mode-map): Add follow-link binding.
19623
19624 2005-10-25 Kim F. Storm <storm@cua.dk>
19625
19626 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19627 to gdb-mouse-toggle-breakpoint-fringe.
19628 (gdb-mouse-toggle-breakpoint-margin): Rename from
19629 gdb-mouse-toggle-breakpoint. Fix doc.
19630 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19631 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19632 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19633 string properties also for fringe breakpoint bitmaps.
19634
19635 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19636
19637 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19638
19639 2005-10-25 Masatake YAMATO <jet@gyve.org>
19640
19641 * simple.el (completion-common-substring):
19642 Use `completion-common-substring' prior to `completion-base-size'.
19643
19644 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19645
19646 * savehist.el: Require CL while compiling.
19647 (savehist-history-variables): Remove.
19648 (savehist-save-minibuffer-history, savehist-additional-variables)
19649 (savehist-minibuffer-history-variables): New vars.
19650 (savehist-save): Use them.
19651 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19652 (savehist-install): New fun, extracted from savehist-load.
19653 (savehist-load): Use them.
19654
19655 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19658 a dummy doc-string-elt property.
19659 (defalias, defvaralias, define-category): Add a docstring property.
19660
19661 * image.el (defimage):
19662 * widget.el (define-widget):
19663 * custom.el (defface, defcustom): Add `doc-string' declaration.
19664
19665 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19666 (defadvice): Add `doc-string' declaration.
19667
19668 * emacs-lisp/byte-run.el (macro-declaration-function):
19669 Handle `doc-string' declarations.
19670 (define-obsolete-function-alias, define-obsolete-variable-alias):
19671 Add `doc-string' declaration.
19672
19673 2005-10-24 Kenichi Handa <handa@m17n.org>
19674
19675 * international/utf-7.el (utf-7): Add autoload cookie.
19676
19677 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19678
19679 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19680
19681 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19682 list of directories passed to batch-update-autoloads. Add "." to
19683 the list of the echoed directories.
19684
19685 * pgg-def.el:
19686 * pgg-gpg.el:
19687 * pgg-parse.el:
19688 * pgg-pgp.el:
19689 * pgg-pgp5.el:
19690 * pgg.el: Moved here from the gnus subdirectory.
19691
19692 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19693
19694 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19695 in case comint-prompt-read-only is set to t.
19696
19697 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19698 in case comint-prompt-read-only is set to t.
19699
19700 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19701
19702 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19703 Now a string.
19704 (icalendar-import-format): Handle CLASS, STATUS, URL.
19705 Rename `subject' to `summary'.
19706 (icalendar-import-format-summary): Rename from
19707 `icalendar-import-format-subject'.
19708 (icalendar-import-format-url, icalendar-import-format-status)
19709 (icalendar-import-format-class): New variables.
19710 (icalendar--rris): Take variable argument list.
19711 (icalendar--datestring-to-isodate): Remove unnecessary
19712 calendar-style check when converting dates with explicit month names.
19713 (icalendar-export-region): Change return type of conversion
19714 subroutines. Bury current buffer unless error occurred.
19715 (icalendar--convert-to-ical)
19716 (icalendar--parse-summary-and-rest): New functions.
19717 (icalendar--convert-ordinary-to-ical)
19718 (icalendar--convert-weekly-to-ical)
19719 (icalendar--convert-yearly-to-ical)
19720 (icalendar--convert-block-to-ical)
19721 (icalendar--convert-cyclic-to-ical)
19722 (icalendar--convert-anniversary-to-ical): Change return type.
19723 Strip trailing blanks from subject.
19724 (icalendar--convert-sexp-to-ical): Change return type.
19725 Strip trailing blanks from subject. Handle simple sexp
19726 entries as generated by icalendar.el.
19727 (icalendar--convert-float-to-ical)
19728 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19729 (icalendar-import-file): Doc fix.
19730 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19731 Correct call to icalendar--rris.
19732 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19733 `summary'.
19734 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19735
19736 2005-10-24 Romain Francoise <romain@orebokech.com>
19737
19738 * server.el (server-sentinel): Set query-on-exit flag to nil on
19739 new client processes (it isn't inherited from the server process).
19740
19741 * replace.el (occur-engine): Rearrange text properties.
19742
19743 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19746 case-fold-search is nil.
19747 (debug-help-follow): Use help-xref-interned directly.
19748
19749 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19750
19751 * thumbs.el (thumbs-image-type): Add .pbm.
19752
19753 2005-10-23 Richard M. Stallman <rms@gnu.org>
19754
19755 * faces.el (inhibit-face-set-after-frame-default): New variable.
19756 (set-face-attribute): Bind it.
19757 (face-set-after-frame-default): Test it.
19758
19759 * help-fns.el (describe-simplify-lib-file-name): New function.
19760 (describe-function-1, describe-variable): Use it.
19761
19762 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19763
19764 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19765 Eliminate nil as possible value.
19766 (tooltip-hide-delay): Reduce internal-border-width.
19767
19768 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19769 (menu-bar-file-menu) <new-file>: Likewise.
19770
19771 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19772
19773 * international/mule.el (load-with-code-conversion):
19774 Pass full file name to `eval-buffer' unless preloading.
19775
19776 * textmodes/flyspell.el (flyspell-large-region):
19777 Call ispell-check-version.
19778
19779 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19780 Fix the make-variable-buffer-local call that was supposed
19781 to be for this variable.
19782 (ispell-aspell-supports-utf8): Doc fix.
19783 (ispell-find-aspell-dictionaries): Preserve elements of
19784 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19785 (ispell-aspell-find-dictionary): Return nil on error.
19786
19787 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19788 (doctor-symptoms): Likewise.
19789
19790 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19791
19792 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19793
19794 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19795 (custom-raised-buttons): Add :set spec.
19796 (custom-button-unraised, custom-button-pressed-unraised):
19797 New faces, so that custom-raised-buttons actually does something.
19798 (custom-mode): Use custom-button and custom-button-pressed.
19799
19800 * wid-edit.el (widget-specify-button): Don't ignore
19801 widget-mouse-face on graphic terminals.
19802 (widget-move-and-invoke): Cleanup.
19803
19804 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19805
19806 * whitespace.el (whitespace-cleanup): Doc fix.
19807
19808 2005-10-23 Romain Francoise <romain@orebokech.com>
19809
19810 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19811 `eval-after-load' to avoid evaluating their result.
19812
19813 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19814
19815 * files.el (directory-listing-before-filename-regexp):
19816 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19817
19818 * dired.el (dired-move-to-filename-regexp): Remove.
19819 All occurences replaced by `directory-listing-before-filename-regexp'.
19820
19821 * dired-x.el, locate.el, vc.el:
19822 Replace `dired-move-to-filename-regexp' by
19823 `directory-listing-before-filename-regexp'. In vc.el it is
19824 overwritten locally; maybe this can be handled in files.el too.
19825
19826 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19827 replaced by `directory-listing-before-filename-regexp'.
19828
19829 2005-10-23 Andreas Schwab <schwab@suse.de>
19830
19831 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19832 and eval-next-after-load.
19833
19834 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19835
19836 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19837 exist, create it.
19838
19839 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19840
19841 * allout.el: Remove autoloads for mailcrypt and crypt++.
19842 Require pgg, pgg-gpg during compilation.
19843 (allout-version): Increment version number to 2.1, and use a literal
19844 rather than RCS Id.
19845 (allout-default-encryption-scheme): Remove.
19846 (allout-passphrase-verifier-handling)
19847 (allout-passphrase-verifier-string)
19848 (allout-file-passphrase-verifier-string)
19849 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19850 (allout-passphrase-hint-handling): Rename and simplify.
19851 (allout-init): Use `find-file-hook' if available, otherwise
19852 `find-file-hooks'.
19853 (allout-mode): Use `write-file-functions' if available, otherwise
19854 `local-write-file-hooks' and, instead of making auto-save-hook
19855 buffer local, make the write-file-hook activity contingent to
19856 allout-mode.
19857 (allout-mode): Use key-binding substitution in the docstring.
19858 (allout-kill-line): Spell-out kill ring data structure mutation
19859 instead of using byte-compiler-complaint-provoking `pop'.
19860 (allout-insert-listified): Use `insert' rather than `insert-string'
19861 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19862 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19863 (allout-encrypt-string): Totally revamped vis new underlying
19864 encryption facilities.
19865 (allout-mc-activate-passwd): Remove.
19866 (allout-obtain-passphrase): New, more or less replaces
19867 allout-mc-activate-passwd.
19868 (allout-encrypted-key-info): More or less replaces
19869 allout-encrypted-text-type.
19870 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19871 (my-mark-marker): Use `(featurep 'xemacs)'.
19872
19873 2005-10-23 Lars Hansen <larsh@soem.dk>
19874
19875 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19876 (byte-compile-file-form-defmumble, byte-compile-defun)
19877 (byte-compile-defmacro): Use it.
19878 (byte-compile-form): Don't call byte-compile-set-symbol-position
19879 when a byte-compile handler is called.
19880
19881 2005-10-22 Romain Francoise <romain@orebokech.com>
19882
19883 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19884
19885 * subr.el (eval-after-load): Convert library name to an absolute
19886 file name using locate-library, since load-history no longer has
19887 library names in it.
19888
19889 2005-10-22 Richard M. Stallman <rms@gnu.org>
19890
19891 * files.el (make-temp-file): Move from subr.el.
19892 * subr.el (make-temp-file): Move to files.el.
19893
19894 * window.el (get-buffer-window-list): Move from subr.el.
19895 * subr.el (get-buffer-window-list): Move to window.el.
19896
19897 * image.el (image-load-path): Use eval-at-startup to initialize.
19898
19899 * subr.el (eval-at-startup): New macro.
19900
19901 * subr.el: Much rearrangement of functions and division
19902 into pages. No code changes.
19903
19904 2005-10-22 Kenichi Handa <handa@m17n.org>
19905
19906 * tar-mode.el (tar-extract): Be sure to call
19907 find-operation-coding-system if set-auto-coding doesn't find a
19908 coding system.
19909
19910 2005-10-22 Kim F. Storm <storm@cua.dk>
19911
19912 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19913 Change users.
19914 (image-type-file-name-regexps): New defconst.
19915 (image-type-from-data): Simplify loop.
19916 (image-type-from-buffer): New defun.
19917 (image-type-from-file-header): Use it instead of image-type-from-data.
19918 Use image-search-load-path instead of only looking in data-directory.
19919 (image-type-from-file-name): New defun.
19920 (image-search-load-path): Change `pathname' to `filename'.
19921 Make PATH arg optional, default to image-load-path.
19922
19923 2005-10-21 Richard M. Stallman <rms@gnu.org>
19924
19925 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19926
19927 * textmodes/paragraphs.el (sentence-end-base): New variable.
19928 (sentence-end): Use sentence-end-base.
19929
19930 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19933 property independently from the font-lock-multiline variable.
19934
19935 2005-10-21 Richard M. Stallman <rms@gnu.org>
19936
19937 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19938
19939 * startup.el (command-line): Convert library names
19940 in `load-history' to absolute file names.
19941
19942 * subr.el (symbol-file): Doc fix.
19943
19944 * loadhist.el (file-loadhist-lookup): Call locate-library
19945 instead of find-library-name. Don't try converting
19946 abs file names to library names, since load-history no longer
19947 has library names in it.
19948 (file-dependents, file-provides, file-requires): Doc fixes.
19949
19950 2005-10-21 Juri Linkov <juri@jurta.org>
19951
19952 * progmodes/etags.el (tags-table-mode): New function.
19953 (tags-verify-table): Replace initialize-new-tags-table with
19954 tags-table-mode.
19955
19956 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19957 default value.
19958 (desktop-modes-not-to-save): Add tags-table-mode to the
19959 default value.
19960
19961 * info.el (Info-index-next): Add total number of index
19962 alternatives to the message.
19963
19964 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19965 backward only space (instead of space and period) before looking
19966 at sentence end.
19967
19968 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19969 Add the old variable value as 4th default-value arg of read-string.
19970
19971 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19972
19973 * cus-face.el (custom-declare-face): Make face from X resources
19974 also on Mac.
19975
19976 * disp-table.el (standard-display-g1, standard-display-graphic):
19977 Refuse to use string glyphs also on Mac.
19978 (standard-display-european): Don't set terminal coding system also
19979 on Mac.
19980
19981 * frame.el (display-screens): Use x-display-screens also on Mac.
19982
19983 2005-10-21 Romain Francoise <romain@orebokech.com>
19984
19985 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19986
19987 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19988
19989 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19990 and $? into sexps.
19991
19992 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19993 warning face on open-paren-in-column-0.
19994
19995 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19996 boundary case. Fix typo.
19997 Suggested by Martin Rudalics <rudalics@gmx.at>.
19998
19999 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20000
20001 * textmodes/org.el (org-combined-agenda-icalendar-file)
20002 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20003 (org-export-icalendar-this-file)
20004 (org-export-icalendar-all-agenda-files)
20005 (org-export-icalendar-combine-agenda-files): New commands.
20006 (org-export-icalendar, org-print-icalendar-entries)
20007 (org-start-icalendar-file, org-finish-icalendar-file)
20008 (org-ical-ts-to-string): New functions.
20009 (org-read-date, org-goto-calendar)
20010 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20011 call to `calendar'.
20012 (orgtbl-setup): Remove the :keys arguments from the menu description.
20013 (org-after-save-iCalendar-file-hook): New variable.
20014
20015 2005-10-21 Kenichi Handa <handa@m17n.org>
20016
20017 * language/vietnamese.el (tcvn-5712): Make it an alias of
20018 vietnamese-tcvn coding-system.
20019
20020 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20021
20022 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20023 group id is given.
20024
20025 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20026
20027 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20028 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20029 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20030 whose line is either continued or ends with a comment.
20031
20032 2005-10-20 Romain Francoise <romain@orebokech.com>
20033
20034 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20035
20036 * replace.el (occur-engine): Add follow-link property.
20037
20038 * font-core.el (font-lock-mode): Doc fix.
20039
20040 2005-10-20 Richard M. Stallman <rms@gnu.org>
20041
20042 * net/rcirc.el: New file.
20043
20044 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20045
20046 * term.el (term-term-name): Initialize to "eterm-color".
20047
20048 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20049
20050 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20051 for encryption functionality.
20052 Move allout customization subgroup from `editing' to `outlines' group.
20053 Fix commentary keywords to legitimate ones.
20054 Update author info (using my current email address, obscurified).
20055 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20056 (allout-encrypted-topic-p, allout-encrypted-text-type)
20057 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20058 (allout-situate-encryption-key-verifier)
20059 (allout-get-encryption-key-verifier, allout-verify-key)
20060 (allout-next-topic-pending-encryption)
20061 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20062 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20063 (outline-key-verifier-handling, outline-key-hint-handling)
20064 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20065 (allout-file-key-verifier-string, allout-encryption-scheme)
20066 (allout-key-verifier-string, allout-key-hint-string)
20067 (allout-after-save-decrypt): New variables.
20068 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20069 (allout-after-saves-handler): New hook functions.
20070 (allout-post-command-business): Do allout-after-save-decrypt.
20071 (allout-enable-file-variable-adjustment): Custom var to enable
20072 mechanism for adding and adjusting settings of Emacs file variables.
20073 (allout-adjust-file-variable, allout-file-vars-section-data):
20074 New functions, implement the mechanism.
20075 (outlineify-sticky): Use the file vars mechanism.
20076 (allout-inhibit-protection, allout-during-write-cue)
20077 (allout-override-protect, allout-before-change-protect): Remove.
20078 (allout-flag-region, allout-open-topic): Adjust read-only text.
20079 (allout-open-line-not-read-only): Add to facilitate read-only
20080 text based protection.
20081 (allout-kill-line): Revise to adjust read-only text, clue the
20082 user about the inhibition.
20083 (allout-unprotected): Use unwind-protect.
20084 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20085 topic deeper than the offspring depth of the previous topic -
20086 avoiding confusing "containment discontinuities".
20087 (allout-reindent-bodies): Fix retention of body relative hanging
20088 indent during promotion of collapsed bodies.
20089 (allout-open-topic): Make it easy to open new topic with same
20090 bullet as current topic - topic creation functions provided with
20091 any universal argument provokes now prompt for bullet, defaulting
20092 to the bullet of the previous topic.
20093 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20094 Plain bullet alternates `.' period and `,' comma only. All other
20095 bullets are relegated to special status (but customizable).
20096 (allout-end-of-entry): Rename from allout-end-of-current-entry
20097 since it actually operates w.r.t. most immediately containing
20098 entry, visible or not.
20099 (allout-hide-current-entry, allout-show-current-entry): Use the
20100 revised version.
20101 (allout-old-expose-topic): Solidify deprecation.
20102 (allout-end-of-subtree): Add so we can span concealed as well
20103 as visible topics.
20104 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20105 (allout-end-of-current-heading): Tweak to just respect the first line.
20106 (allout-get-body-text): Add.
20107 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20108 when invoked interactively.
20109 (allout-up-current-level): Use `interactive-p'.
20110 (allout-mode, allout-init): Miscellaneous docstring and
20111 operational refinements, as well as hookups of new encryption stuff.
20112 (allout-beginning-of-current-entry): Now works as advertised.
20113 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20114 (allout-isearch-rectification): Refine condition for isearching.
20115 (allout-isearch-abort, allout-enwrap-isearch)
20116 (allout-flag-region, my-region-active-p): Relocate some macros.
20117 (allout-title): Fallback title is (buffer-name), not
20118 non-existing (current-buffer-name).
20119 (subst-char-in-string): Define if absent (for some XEmacs versions).
20120
20121 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20122
20123 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20124 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20125 (mail-citation-prefix-regexp, mail-signature-file)
20126 (mail-default-headers, mail-bury-selects-summary)
20127 (mail-send-nonascii): Add autoload cookies.
20128
20129 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20130
20131 * frame.el (blink-cursor-mode): Add `mac' to the list of
20132 window-system's that support blinking cursor.
20133
20134 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20135
20136 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20137
20138 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20139
20140 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20141 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20142 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20143
20144 2005-10-20 Kim F. Storm <storm@cua.dk>
20145
20146 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20147 (ido-set-current-directory): Don't add / after final @.
20148 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20149 Explicitly handle ange-ftp completion oddities.
20150 (ido-make-file-list): Don't rotate list at tramp root to avoid
20151 triggering tramp file handler for expand-file-name via get-file-buffer.
20152
20153 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20154
20155 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20156
20157 2005-10-19 Jay Belanger <belanger@truman.edu>
20158
20159 * calc/calc-units.el (math-standard-units): Add units, adjust
20160 symbols and update values.
20161 (math-unit-prefixes): Add more prefixes.
20162
20163 2005-10-19 Romain Francoise <romain@orebokech.com>
20164
20165 * bookmark.el (bookmark-menu-heading): New face.
20166 (bookmark-bmenu-list): Use it.
20167 Don't fiddle with `baud-rate' at top-level.
20168
20169 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20170
20171 * image.el (create-image, find-image): Mention max-image-size in
20172 docstring.
20173
20174 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20175
20176 * savehist.el (savehist-load): Revert to checking XEmacs.
20177
20178 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20179 Various docstring and line-width fixups.
20180 (conf-mode): Use cond.
20181 Set font-lock-defaults. Don't set comment-use-syntax.
20182
20183 2005-10-18 David Ponce <david@dponce.com>
20184
20185 * tree-widget.el (tree-widget-button-click): New function.
20186 (tree-widget-button-keymap): Use it.
20187
20188 2005-10-18 Romain Francoise <romain@orebokech.com>
20189
20190 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20191 (bookmark-bmenu-hide-filenames): Add follow-link property.
20192 Improve help-echo text.
20193
20194 * ffap.el (find-file-at-point): Doc fix.
20195
20196 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20197
20198 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20199
20200 2005-10-18 Masatake YAMATO <jet@gyve.org>
20201
20202 Install to the CVS repository what I forgot to install in my
20203 2005-10-16 changes.
20204
20205 * progmodes/python.el (python-complete-symbol): Pass the common
20206 prefix substring of completion to `display-completion-list'.
20207
20208 * textmodes/org.el (org-complete): Ditto.
20209
20210 2005-10-18 Masatake YAMATO <jet@gyve.org>
20211
20212 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20213
20214 * woman.el (WoMan-xref-man-page): New button type derived
20215 from `Man-abstract-xref-man-page'.
20216 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20217
20218 * man.el (Man-abstract-xref-man-page): New button type.
20219 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20220 (Man-highlight-references): Add new optional argument `xref-man-type'.
20221
20222 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20223
20224 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20225
20226 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20227
20228 * cus-edit.el (Custom-move-and-invoke): Delete.
20229 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20230
20231 * wid-edit.el (widget-move-and-invoke): New function, from
20232 Custom-move-and-invoke.
20233
20234 2005-10-17 Bill Wohler <wohler@newt.com>
20235
20236 Move all remaining images from lisp/toolbar to etc/images, move
20237 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20238 the low resolution images in their own directory (low-color).
20239
20240 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20241 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20242 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20243 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20244 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20245 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20246 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20247
20248 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20249 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20250 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20251 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20252 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20253 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20254 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20255 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20256 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20257 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20258 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20259 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20260 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20261 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20262 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20263
20264 To conform with convention, replace the underscore (_) in the
20265 following image names with dash (-) or (/) as appropriate.
20266
20267 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20268 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20269 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20270 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20271 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20272 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20273 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20274 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20275 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20276 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20277 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20278 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20279 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20280 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20281 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20282
20283 * info.el (info-tool-bar-map): Replace underscores in image names
20284 with dashes.
20285
20286 * makefile.w32-in (WINS): Remove toolbar.
20287
20288 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20289
20290 * tool-bar.el: Move to lisp from toolbar. Now that
20291 toolbar is empty, it should be deleted when folks run "cvs up -P".
20292
20293 2005-10-18 Jay Belanger <belanger@truman.edu>
20294
20295 * calc/calc-store.el (calc-store-into): Get the proper variable name
20296 to display in message.
20297
20298 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20299
20300 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20301 expressions display in speedbar for all buffers when debugging.
20302 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20303
20304 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20305 (speedbar-insert-button, speedbar-make-button):
20306 Use add-text-properties.
20307 (speedbar-update-localized-contents)
20308 (speedbar-update-directory-contents)
20309 (speedbar-update-special-contents): Use dolist.
20310 (speedbar-buffer-easymenu-definition): Add a menu separator.
20311
20312 2005-10-17 Jason Rumney <jasonr@gnu.org>
20313
20314 * makefile.w32-in: Use $(lisp) consistently.
20315 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20316 for shell specific generation of mh-autoloads.
20317
20318 2005-10-17 Richard M. Stallman <rms@gnu.org>
20319
20320 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20321
20322 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * jit-lock.el (jit-lock-fontify-now):
20325 Move jit-lock-context-unfontify-pos to avoid wasted work.
20326
20327 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20328
20329 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20330 `tramp-completion-mode' for checking if we are in completion mode.
20331 (tramp-completion-handle-file-name-all-completions): Reorder code
20332 in order to complete for file names only in case there are no
20333 method/user/host completions. This is necessary for cooperation
20334 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20335
20336 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20337
20338 * longlines.el (longlines-search-forward)
20339 (longlines-search-backward): Match any number of spaces.
20340
20341 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20342
20343 * diff-mode.el (diff-mode): Doc fix.
20344
20345 2005-10-16 David Reitter <david.reitter@gmail.com>
20346
20347 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20348 as default on darwin and windows systems.
20349
20350 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20351
20352 * arc-mode.el (archive-zip-extract): Doc fix.
20353
20354 2005-10-16 Romain Francoise <romain@orebokech.com>
20355
20356 * mouse.el (mouse-1-click-follows-link): Doc fix.
20357
20358 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20359
20360 * savehist.el: Don't require CL at runtime.
20361 (savehist-xemacs): Remove.
20362 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20363 (savehist-no-conversion): Use (featurep 'xemacs).
20364 (savehist-load): Check existence of start-itimer rather than XEmacs.
20365 Use an idle timer.
20366 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20367 `delete-if-not'.
20368
20369 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20370
20371 * savehist.el: Newer version.
20372 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20373 (savehist-last-checksum, savehist-no-conversion): New vars.
20374 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20375 New functions.
20376 (savehist-load, savehist-save): Use them.
20377 (savehist-delimit): Remove.
20378
20379 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20380
20381 * progmodes/compile.el (compilation-goto-locus): Display the
20382 compilation buffer first and the source buffer second, in case they're
20383 in overlapping frames. Don't raise the compilation frame if it was the
20384 selected window upon entry. Pass the `other-window' arg to
20385 pop-to-buffer.
20386
20387 * info.el (Info-fontify-node): Use dolist.
20388 Change add-text-properties to put-text-property.
20389
20390 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20391
20392 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20393 bound of search.
20394
20395 2005-10-16 Masatake YAMATO <jet@gyve.org>
20396
20397 * dabbrev.el (dabbrev-completion): Pass the common
20398 prefix substring of completion to `display-completion-list'.
20399
20400 * filecache.el (file-cache-minibuffer-complete)
20401 (file-cache-complete): Ditto.
20402
20403 * tempo.el (tempo-display-completions): Ditto.
20404
20405 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20406
20407 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20408
20409 * eshell/em-hist.el (eshell-list-history): Ditto.
20410
20411 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20412
20413 * mail/mailalias.el (mail-complete): Ditto.
20414
20415 * progmodes/etags.el (complete-tag): Ditto.
20416
20417 * progmodes/make-mode.el (makefile-complete): Ditto.
20418
20419 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20420
20421 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20422
20423 * progmodes/pascal.el (pascal-complete-word)
20424 (pascal-show-completions): Ditto.
20425
20426 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20427
20428 * simple.el (completion-common-substring): New variable.
20429 (completion-setup-function): Use `completion-common-substring'
20430 to put faces.
20431
20432 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20433
20434 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20435 (x-get-selection, mac-select-convert-to-string): Convert from/to
20436 UTF-16 clipboard data as in native byte order, no BOM.
20437
20438 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20439
20440 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20441 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20442 (gud-sentinel): Use speedbar-frame to check for speedbar.
20443
20444 2005-10-15 Richard M. Stallman <rms@gnu.org>
20445
20446 * savehist.el: New file.
20447
20448 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20449
20450 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20451 Fix bug in \bf fontification.
20452
20453 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20454
20455 * pcvs.el (cvs-edit-log-files): New var.
20456 (cvs-mode-edit-log): New arg `file'.
20457 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20458 Instead force the use of the original file and nothing else.
20459 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20460 the cvs-minor-wrap-function is set.
20461 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20462
20463 2005-10-14 Bill Wohler <wohler@newt.com>
20464
20465 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20466 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20467 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20468 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20469 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20470 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20471 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20472 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20473 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20474 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20475 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20476 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20477 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20478 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20479 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20480
20481 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20482 appropriately (for example, gud-break to gud/break).
20483
20484 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * longlines.el (longlinges-search-function)
20487 (longlines-search-forward, longlines-search-backward): New functions.
20488 (longlines-mode): Set isearch-search-fun-function to
20489 longlinges-search-function.
20490
20491 * mouse.el (mouse-drag-region-1): Handle the case where a
20492 double-click event is bound to an arbitrary function.
20493
20494 2005-10-14 David Ponce <david@dponce.com>
20495
20496 * recentf.el (recentf-track-opened-file)
20497 (recentf-track-closed-file, recentf-update-menu)
20498 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20499 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20500 mouse-1-click-follows-link.
20501
20502 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20503
20504 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20505 Gnome file-manager.png. Suggested by
20506 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20507
20508 * toolbar/README: Add diropen.xpm.
20509
20510 2005-10-13 Bill Wohler <wohler@newt.com>
20511
20512 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20513 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20514
20515 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20516
20517 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20518 Don't waste the byte-compiler's time on constant data.
20519
20520 2005-10-13 Kenichi Handa <handa@m17n.org>
20521
20522 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20523 byte with `escape-glyph' face.
20524
20525 * international/fontset.el (ccl-encode-unicode-font):
20526 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20527 Handle the case that ucs-mule-to-mule-unicode translates a character to
20528 ASCII (usually for IPA characters).
20529
20530 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20531
20532 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20533 Don't hide the underline of titles if font-lock-mode is disabled.
20534
20535 2005-10-12 Bill Wohler <wohler@newt.com>
20536
20537 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20538 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20539 files in MH-E-SRC have been updated.
20540 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20541
20542 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20545 (mixal-mode-syntax-table): Add \n as end-comment.
20546 (mixal-operation-codes-alist): Immediately initialize to full value.
20547 (mixal-add-operation-code): Remove.
20548 (mixal-describe-operation-code): Make the arg non-optional.
20549 Use the interactive spec instead.
20550 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20551 (mixal-font-lock-keywords): Don't highlight comments here any more.
20552 (mixal-font-lock-syntactic-keywords): New var.
20553 (mixal-mode): Use it. Fix comment-start-skip.
20554
20555 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20556
20557 * startup.el (command-line-x-option-alist): -nb => -nbi
20558
20559 2005-10-12 Kim F. Storm <storm@cua.dk>
20560
20561 * startup.el (fancy-splash-default-action): Discard mouse click in
20562 the splash screen window, as it has no sensible meaning in the
20563 next window to be selected. Fixes error reported by Jan D.
20564
20565 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20566
20567 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20568
20569 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20570
20571 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20572 Try to fix up minor layout issues like indentation, line break, etc...
20573 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20574 because it doesn't work.
20575 (mixal-operation-codes): Add some more codes.
20576 (mixal-font-lock-keywords): Process comments here.
20577 (mixal-mode): mixasm no longer needs -g option.
20578
20579 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20580
20581 * progmodes/sh-script.el (sh-tmp-file):
20582 Use mktemp -t. Finish support for es and rc shells.
20583
20584 2005-10-11 Jay Belanger <belanger@truman.edu>
20585
20586 * calc/calcalg2.el (calc-integral): With an argument, compute the
20587 definite integral.
20588
20589 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20590
20591 * mouse.el (mouse-drag-region-1): Don't try to catch a
20592 double-click when doing follow-link (it's overridden anyway).
20593
20594 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20595
20596 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20597 (autoload-print-form-outbuf): Add docstring.
20598
20599 2005-10-11 Juri Linkov <juri@jurta.org>
20600
20601 * info.el (Info-mode-menu): Delete menu item "Edit".
20602 (Info-mode): Delete description of Info-edit from docstring,
20603 and rearrange descriptions of Info commands in the order
20604 they are documented in the Info manual.
20605
20606 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20607
20608 * calendar/appt.el (appt-check): Use diary-selective-display var.
20609
20610 2005-10-10 Richard M. Stallman <rms@gnu.org>
20611
20612 * net/newsticker.el (newsticker-start, newsticker-show-news):
20613 Add autoload cookies.
20614
20615 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20616
20617 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20618
20619 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20620
20621 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20622
20623 2005-10-10 Jay Belanger <belanger@truman.edu>
20624
20625 * calc/calc-arith.el (math-check-known-scalarp)
20626 (math-check-known-matrixp): Check the values of arguments that are
20627 variables.
20628 (math-check-known-square-matrixp): New function.
20629 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20630 (math-super-types): Add sqmatrix type.
20631
20632 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20633 mode name `square' to `sqmatrix'.
20634
20635 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20636 mode name `square' to `sqmatrix'.
20637
20638 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20639
20640 * progmodes/etags.el (select-tags-table-mode): Don't use
20641 selective-display.
20642 (tags-select-tags-table): Pass `button' to the action function.
20643 (select-tags-table): Place the side-info on button properties rather
20644 than in hidden text. Abbreviate file names.
20645 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20646 (select-tags-table-select): Add `button' argument.
20647 Get side-info from the button property rather than from hidden text.
20648
20649 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20650
20651 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20652 (gud-speedbar-buttons): Preserve point if possible.
20653 (gud-sentinel): Restore previous speedbar display type.
20654
20655 * progmodes/gdb-ui.el (gdba): Improve diagram.
20656 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20657 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20658 Call get-buffer-window once.
20659
20660 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20661
20662 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20663 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20664 (pascal-indent-command): Remove unused var `ind'.
20665 (pascal-indent-case): Remove unused var `oldpos'.
20666 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20667 since it's now used as a proper minor mode map.
20668 (pascal-outline): Rename to pascal-outline-mode.
20669 (pascal-outline-mode): Use define-minor-mode.
20670 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20671 selective-display.
20672
20673 2005-10-10 Andreas Schwab <schwab@suse.de>
20674
20675 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20676 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20677
20678 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20679 outside source directory.
20680
20681 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20682
20683 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20684 C-x' as a prefix.
20685 (orgtbl-mode-map): Full keymap instead of sparse, because all
20686 `self-insert-command' keys are redefined in this map.
20687 (org-export-as-html): Specify charset for HTML file, by taking it
20688 from the coding system.
20689
20690 2005-10-10 Kenichi Handa <handa@m17n.org>
20691
20692 * textmodes/flyspell.el (flyspell-check-word-p):
20693 If unread-command-events is non-empty, don't call sit-for.
20694
20695 2005-10-09 Richard M. Stallman <rms@gnu.org>
20696
20697 * font-lock.el (font-lock-syntactic-keywords)
20698 (font-lock-keywords): Doc fixes.
20699
20700 * textmodes/flyspell.el (flyspell-external-point-words):
20701 Simplify logic, and don't try to check for consecutive appearances
20702 of one incorrect word.
20703
20704 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20705
20706 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20707 separator.
20708
20709 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20710 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20711 (gud-expansion-speedbar-buttons): New function.
20712 (gud-speedbar-buttons): Check for gud-comint-buffer.
20713
20714 2005-10-09 Bill Wohler <wohler@newt.com>
20715
20716 * Makefile.in (updates): Add mh-loaddefs dependency.
20717
20718 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20719
20720 * speedbar.el (speedbar-file-key-map): Fix typo.
20721
20722 2005-10-09 Daniel Brockman <daniel@brockman.se>
20723
20724 * cus-start.el (line-spacing): Add custom spec.
20725
20726 2005-10-09 Romain Francoise <romain@orebokech.com>
20727
20728 * textmodes/ispell.el (ispell-check-version): Fix last change.
20729
20730 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20731
20732 * term/x-win.el: Remove -i, --icon-type from comment.
20733
20734 * startup.el (command-line-x-option-alist): Remove options -i,
20735 -itype, --icon-type, added -nb, --no-bitmap-icon
20736
20737 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20738
20739 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20740 instead of :active.
20741
20742 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20743
20744 * textmodes/ispell.el (ispell-check-version):
20745 Ignore hyphen, and all that follows, in aspell's version text.
20746
20747 2005-10-08 Jay Belanger <belanger@truman.edu>
20748
20749 * calc/calc-arith.el (math-known-square-matrixp): New function.
20750 (math-pow-fancy): Check for matrices before distributing exponent
20751 across products.
20752
20753 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20754 fullscreen keypad. Suggested by Luc Teirlinck.
20755 (calc-keypad-show-input): Add space for formatting.
20756
20757 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20758 Add square matrix option.
20759
20760 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20761 of checking calc-matrix-mode when deciding how to expand.
20762
20763 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20764
20765 2005-10-08 Lars Hansen <larsh@soem.dk>
20766
20767 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20768 Add error handling.
20769 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20770
20771 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20772
20773 Sync with Tramp 2.0.51.
20774
20775 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20776 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20777 Insert special handling for `last-coding-system-used', again
20778 it still seems to be necessary (unlike stated before).
20779 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20780 (tramp-password-prompt-regexp): There might be other words before
20781 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20782 (tramp-chunksize): Improve docstring.
20783 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20784 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20785 Christian Joergensen <bugs@razor.dk>.
20786
20787 2005-10-07 Glenn Morris <rgm@gnu.org>
20788
20789 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20790 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20791 precision'.
20792
20793 2005-10-07 Romain Francoise <romain@orebokech.com>
20794
20795 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20796 (ibuffer-do-shell-command-pipe-replace)
20797 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20798 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20799 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20800 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20801 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20802 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20803 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20804 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20805 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20806 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20807 Autoload file sans suffix.
20808
20809 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20810
20811 2005-10-07 David Ponce <david@dponce.com>
20812
20813 * recentf.el (recentf-menu-open-all-flag): New option.
20814 (recentf-digit-shortcut-command-name): New function.
20815 (recentf--shortcuts-keymap): New variable.
20816 (recentf-menu-shortcuts): New variable.
20817 (recentf-make-menu-items): Initialize it. Replace the "More..."
20818 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20819 (recentf-menu-value-shortcut): New function.
20820 (recentf-make-menu-item): Use it. No more in-lined.
20821 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20822 (recentf-open-most-recent-file): Rename from
20823 `recentf-open-file-with-key'. Don't depend on key binding.
20824 (recentf-mode-map): New variable.
20825 (recentf-mode): Use it.
20826
20827 2005-10-06 Bill Wohler <wohler@newt.com>
20828
20829 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20830
20831 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20832 (MH-E-SRC): New. Used by mh-autoloads.
20833 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20834 files in MH-E-SRC have been updated.
20835 (compile, recompile, bootstrap): Depend on mh-autoloads.
20836
20837 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20838
20839 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20840 gud-break and gud-remove icons when the fringe is not available.
20841
20842 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20843 Typo.
20844
20845 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20846
20847 * play/zone.el (zone): Wrap body with save-window-excursion.
20848
20849 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20850
20851 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20852 Use the new `list-only' arg to diary-list-entries.
20853
20854 * calendar/diary-lib.el: Use overlays rather than selective-display.
20855 (diary-selective-display): New var.
20856 (diary-header-line-format): Use it.
20857 (diary-list-entries): Add argument `list-only'.
20858 Put the buffer in diary-mode. Don't add \^M at beg and end.
20859 Replace \^M by invisible overlays.
20860 (diary-unhide-everything): Replace \^M by invisible overlays.
20861 (print-diary-entries): Look for overlays rather than \^M.
20862 Add a space to the temp buffer name.
20863 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20864 Put the buffer in diary-mode.
20865 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20866 (diary-anniversary): Make the year arg optional.
20867 (diary-time-regexp): New const.
20868 (diary-font-lock-keywords): Use it to accept a few more time formats.
20869
20870 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20871
20872 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20873
20874 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20875 Fix bug introduced 2005-07-03: Use (car (last ...))
20876 to faithfully reproduce replaced artist-last.
20877 (artist-set-arrow-points-for-poly): Likewise.
20878 Suggested by Johan Bockg\e,Ae\e(Brd.
20879
20880 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20881
20882 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20883 * wid-edit.el (widget):
20884 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20885 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20886
20887 2005-10-06 Kenichi Handa <handa@m17n.org>
20888
20889 * international/mule-cmds.el (set-language-environment):
20890 Fix setting up of case-table for unibyte mode.
20891
20892 * simple.el (what-cursor-position): If the character is displayed
20893 by some `display' text property, show that. Don't use
20894 single-key-description for eight-bit characters in multibyte mode.
20895
20896 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20897
20898 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20899 (gdb-ann3): Set it.
20900 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20901 (gdb-info-frames-custom): Use inverse-video for first five
20902 characters of selected frame only.
20903 (gdb-get-frame-number): Select frame even when point is on frame
20904 number.
20905
20906 2005-10-06 Masatake YAMATO <jet@gyve.org>
20907
20908 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20909 Put `font-lock-function-name-face'.
20910 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20911 and `font-lock-variable-name-face'
20912 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20913 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20914 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20915 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20916 (gdb-local-font-lock-keywords): New font lock keywords definition.
20917 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20918 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20919 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20920
20921 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20922
20923 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20924 (ediff-merge-region-is-non-clash-to-skip): Previously called
20925 ediff-merge-region-is-non-clash.
20926
20927 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20928 Use insert-buffer-substring.
20929
20930 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20931 selecting files to patch. Also bug fixes.
20932
20933 * ediff-util.el (ediff-setup): Bug fix.
20934 (ediff-next-difference): Never skip clashes that differ in white
20935 space only.
20936
20937 * ediff-wind.el (ediff-setup-control-frame)
20938 (ediff-destroy-control-frame): Check the menubar feature.
20939
20940 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20941 (viper-refresh-mode-line): Use make-local-variable to localize
20942 some vars instead of make-variable-buffer-local. Suggested by
20943 Stefan Monnier.
20944
20945 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20946 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20947 Use make-local-variable instead of make-variable-buffer-local.
20948 Suggested by Stefan Monnier.
20949
20950 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20951 (viper-comint-mode-hook): Use make-local-variable on
20952 require-final-newline.
20953 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20954
20955 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20956
20957 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20958 also the second char of a comment-start sequence.
20959 (scheme-sexp-comment-syntax-table): New var.
20960 (lambda, define): Set their scheme-doc-string-elt property.
20961 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20962 Use lisp-font-lock-syntactic-face-function now that it properly
20963 handles |...| symbols.
20964 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20965 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20966
20967 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20968 bit from # to |.
20969 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20970
20971 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20972 (lisp-doc-string-elt-property): New var.
20973 (lisp-font-lock-syntactic-face-function): Use it.
20974 Rewrite to recognize docstrings even for forms not at toplevel.
20975
20976 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20977 annotation on the | part of #| rather than on the # part.
20978 (scheme-font-lock-syntactic-face-function): New function, to
20979 distinguish strings from |...| symbols.
20980 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20981 syntax-table so that #|...|# is properly highlighted.
20982
20983 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20984 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20985
20986 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20987
20988 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20989 and C-e.
20990
20991 * emacs-lisp/eldoc.el: Move comments into docstrings.
20992 (eldoc-message-commands): Initialize in its declaration.
20993 Add move-beginning-of-line and move-end-of-line.
20994 (eldoc-add-command, eldoc-add-command-completions)
20995 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20996
20997 * outline.el (outline-mark-subtree): Activate the mark.
20998
20999 * calendar/appt.el (appt-time-regexp): New var.
21000 (appt-add, appt-make-list): Use it.
21001 (appt-convert-time): Clean up.
21002
21003 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21004 Don't set any syntax-table property here.
21005 (tex-font-lock-verb): New function. Do it here.
21006 (tex-font-lock-syntactic-keywords): Use it.
21007
21008 2005-10-04 Richard M. Stallman <rms@gnu.org>
21009
21010 * wid-edit.el (widget-file-complete): Get the widget start point
21011 the right way. Default directory to `/' if file has none.
21012
21013 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21014
21015 * textmodes/flyspell.el (flyspell-mode-on):
21016 Call ispell-maybe-find-aspell-dictionaries.
21017
21018 * textmodes/ispell.el (ispell-word, ispell-region):
21019 Call ispell-maybe-find-aspell-dictionaries.
21020 (ispell-accept-buffer-local-defs):
21021 Don't call ispell-maybe-find-aspell-dictionaries
21022
21023 2005-10-04 Richard M. Stallman <rms@gnu.org>
21024
21025 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21026
21027 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21028
21029 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21030 instead of `fboundp' in order to allow for anonymous functions.
21031
21032 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21033
21034 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21035 case the user clicks on the link while another window is selected.
21036 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21037
21038 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21039 functionality.
21040 (dframe-help-echo): Save point in case mouse tracking is off.
21041
21042 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21043
21044 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21045
21046 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21047
21048 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21049 not change the global value of those vars.
21050
21051 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21052 make-local-variable which we do not need any more.
21053
21054 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21055
21056 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21057 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21058 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21059 (speedbar-path-line): Define obsolete aliases.
21060 (speedbar-line-directory): Doc fix.
21061
21062 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21063 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21064 instead of speedbar-line-path.
21065
21066 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21067
21068 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21069 to nil if dropping on a window. Handle dropping on a minibuffer window
21070 like dropping on a non-window part of Emacs.
21071
21072 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * net/ange-ftp.el: Use with-current-buffer.
21075 (ange-ftp-insert-directory): Do not follow symlinks any more.
21076
21077 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21078 Remove interactive spec.
21079
21080 2005-10-03 Kim F. Storm <storm@cua.dk>
21081
21082 * ido.el (ido-mode): Use custom-initialize-set.
21083
21084 2005-10-02 Richard M. Stallman <rms@gnu.org>
21085
21086 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21087 Use insert-buffer-substring.
21088
21089 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21090 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21091
21092 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21093
21094 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21095 in last change.
21096 (ange-ftp-insert-directory): Fix up the search for the case where
21097 `file' is absolute.
21098
21099 2005-10-02 Romain Francoise <romain@orebokech.com>
21100
21101 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21102
21103 2005-10-02 Andreas Schwab <schwab@suse.de>
21104
21105 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21106 directory component in the session info.
21107
21108 2005-10-01 Richard M. Stallman <rms@gnu.org>
21109
21110 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21111
21112 * simple.el (next-error-internal): New function.
21113
21114 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21115 (compilation-start): Pass new arg to compilation-buffer-name.
21116 (compile-goto-error): Use next-error-internal.
21117
21118 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21119
21120 * speedbar.el: Remove RCS tag.
21121 (speedbar-check-read-only): Handle non-existent files.
21122
21123 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21124
21125 * info.el (Info-speedbar-hierarchy-buttons)
21126 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21127
21128 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21129
21130 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21131 Do not match newline.
21132 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21133 (bibtex-summary): Remove unnecessary save-excursion.
21134 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21135
21136 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21137
21138 * term/mac-win.el: Add charset info for "iso10646-1".
21139 Modify default fontset to use ATSUI-compatible fonts for some charsets
21140 if available.
21141
21142 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21143
21144 * speedbar.el: Re-apply arch tag.
21145 (speedbar-version): Rename to version 1.0. Suggested by Eric
21146 M. Ludlam.
21147 Reapply two changes from Emacs CVS' version of speedbar lost
21148 during the merge:
21149 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21150 (speedbar-frame-parameters): Improve customize type.
21151
21152 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21153
21154 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21155 (ange-ftp-file-directory-p): Fix the symlink case.
21156 (ange-ftp-insert-directory): When listing a single file, get a list of
21157 the parent buffer and extract the relevant line. Inspired from a patch
21158 by Katsumi Yamaoka <yamaoka@jpl.org>.
21159 (ange-ftp-file-name-sans-versions): Simplify.
21160
21161 2005-09-30 Bill Wohler <wohler@newt.com>
21162
21163 Move MH-E image files from toolbar and mail directories into
21164 etc/images.
21165
21166 * mail/reply2.*: Move to etc/images/mail/reply*.
21167
21168 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21169 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21170 etc/images.
21171
21172 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21173 * toolbar/reply*: Move to etc/images/mail.
21174
21175 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21176
21177 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21178
21179 * speedbar.el: New version 1.0pre3.
21180
21181 Frame management code (including timer, and mouse click specifics)
21182 moved to dframe.el:
21183 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21184 (speedbar-timer): Removed. Use dframe-timer.
21185 (speedbar-close-frame): Removed. Use dframe-close-frame.
21186 (speedbar-activity-change-focus-flag): Removed. Use
21187 dframe-activity-change-focus-flag.
21188 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21189 dframe-update-speed.
21190
21191 (speedbar-current-frame): New macro. Use this instead of the
21192 variable speedbar-frame.
21193
21194 (speedbar-use-images, speedbar-expand-image-button-alist)
21195 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21196
21197 (speedbar-find-image-on-load-path): Removed. Replaced by
21198 defezimage in ezimage.el.
21199 (speedbar-expand-image-button-alist): Removed. Replaced by
21200 ezimage-expand-image-button-alist in ezimage.el.
21201
21202 (speedbar-ignored-directory-regexp)
21203 (speedbar-add-ignored-directory-regexp)
21204 (speedbar-ignored-directory-expressions)
21205 (speedbar-line-directory, speedbar-buffers-line-directory)
21206 (speedbar-directory-line, speedbar-buffers-line-directory):
21207 Renamed, replacing `path' with `directory'.
21208
21209 (speedbar-create-directory, speedbar-expand-line-descendants)
21210 (speedbar-toggle-line-expansion)
21211 (speedbar-contract-line-descendants): New commands.
21212
21213 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21214 (speedbar-use-tool-tips-flag): New options.
21215
21216 (speedbar-check-read-only, speedbar-require-version)
21217 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21218 (speedbar-handle-delete-frame, speedbar-try-completion)
21219 (speedbar-update-localized-contents): New functions.
21220
21221 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21222 (speedbar-object-read-only-indicator): New variables.
21223
21224 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21225 New hooks.
21226
21227 (speedbar-separator-face): New face.
21228
21229 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21230 (speedbar-ignored-modes): Add fundamental-mode.
21231 (speedbar-directory-unshown-regexp): Add . directories.
21232
21233 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21234 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21235 `]' for full expand/close.
21236 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21237
21238 (speedbar-check-vc): Support hidden files.
21239 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21240 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21241 state is nil, it is not checked out.
21242
21243 (speedbar-line-text, speedbar-line-token): Support expand buttons
21244 with no text.
21245 (speedbar-refresh): Universal argument acts as power-click.
21246 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21247 that buffer to get variable values.
21248
21249 And many other bugfixes.
21250
21251 * dframe.el, ezimage.el, sb-image.el: New files.
21252
21253 * sb-*.xpm: Remove files. New image files installed into
21254 etc/images/ezimage.
21255
21256 2005-09-30 Kenichi Handa <handa@m17n.org>
21257
21258 * ps-mule.el (ps-mule-show-warning): If a character is in
21259 ps-print-translation-table, don't treat it as non-printable.
21260
21261 2005-09-30 David Ponce <david@dponce.com>
21262
21263 * tree-widget.el (tree-widget-themes-load-path): New variable.
21264 (tree-widget-themes-directory): Doc fix.
21265 (tree-widget-image-formats) [Emacs]: Doc fix.
21266 (tree-widget--locate-sub-directory): New function.
21267 (tree-widget-themes-directory): Use it.
21268
21269 * recentf.el (recentf-filename-handlers): Rename from
21270 `recentf-filename-handler'. Allow a list of functions.
21271 (recentf-menu-items-for-commands): Fix :help strings.
21272 (recentf-apply-filename-handlers): New function.
21273 (recentf-expand-file-name): Use it.
21274 (recentf-cleanup): Remove duplicates too.
21275
21276 2005-09-29 Juri Linkov <juri@jurta.org>
21277
21278 * faces.el: Rearrange face definitions to be in the same order as
21279 their face descriptions in "(emacs)Standard Faces".
21280
21281 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21282
21283 * tooltip.el (tooltip): Add group `basic-faces'.
21284
21285 * buff-menu.el (Buffer-menu-buffer): Remove group
21286 `font-lock-highlighting-faces'.
21287
21288 * progmodes/compile.el (compilation-error, compilation-warning)
21289 (compilation-info, compilation-line-number, compilation-column-number):
21290 Change group from `font-lock-highlighting-faces' to `compilation'.
21291
21292 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21293 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21294 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21295 (vhdl-font-lock-reserved-words-face)
21296 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21297 `font-lock-highlighting-faces'.
21298
21299 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21300
21301 2005-09-28 Kim F. Storm <storm@cua.dk>
21302
21303 * emulation/cua-base.el: Set CUA move property on additional commands:
21304 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21305 forward-sexp, backward-sexp, forward-list, backward-list.
21306
21307 2005-09-28 Romain Francoise <romain@orebokech.com>
21308
21309 * comint.el (comint-show-output): Really set point at the
21310 beginning of the output when not using `comint-use-prompt-regexp'.
21311
21312 2005-09-27 Jay Belanger <belanger@truman.edu>
21313
21314 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21315 in TeX mode.
21316
21317 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21318
21319 * textmodes/org.el (org-table-sum): Fix format string.
21320
21321 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21322 Quote face names.
21323
21324 2005-09-26 Romain Francoise <romain@orebokech.com>
21325
21326 * isearch.el (isearch-forward-regexp): Close doc string.
21327
21328 2005-09-25 Richard M. Stallman <rms@gnu.org>
21329
21330 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21331
21332 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21333
21334 * progmodes/compile.el (compilation-error-properties):
21335 When getting the file from the previous error message,
21336 correctly decode the new data format.
21337
21338 * progmodes/cc-cmds.el (c-electric-paren):
21339 Call old-blink-paren only for close-paren.
21340
21341 2005-09-24 Andreas Schwab <schwab@suse.de>
21342
21343 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21344 condition.
21345
21346 2005-09-25 Romain Francoise <romain@orebokech.com>
21347
21348 * dired-aux.el (dired-copy-file-recursive):
21349 * dired.el (dired-delete-file):
21350 * ediff-mult.el (ediff-dir-diff-copy-file):
21351 * ediff-util.el (ediff-test-save-region):
21352 * forms.el (forms-mode):
21353 * ido.el (ido-file-internal, ido-delete-file-at-head):
21354 * log-edit.el (log-edit-done):
21355 * ses.el (ses-yank-resize):
21356 * play/gomoku.el (gomoku-human-plays, gomoku)
21357 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21358 (gomoku-offer-a-draw):
21359 * play/landmark.el (lm-human-resigns, lm):
21360 * net/eudcb-ldap.el (eudc-ldap-check-base):
21361 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21362 * progmodes/ebrowse.el (ebrowse-find-pattern):
21363 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21364 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21365 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21366
21367 * vc.el (vc-delete-file):
21368 * play/gomoku.el (gomoku-terminate-game, gomoku)
21369 (gomoku-prompt-for-move, gomoku-human-takes-back):
21370 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21371 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21372
21373 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21374
21375 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21376 color rxvt terminals by using the code xterm.el used to use before
21377 2005-04-09 in order to match the colors used by rxvt.
21378
21379 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21380
21381 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21382 colors rxvt-unicode terminals by using the same code as xterm.el.
21383
21384 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21387 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21388 new symbol used for the tex-verbatim face.
21389
21390 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21391
21392 * woman.el (woman-file-name):
21393 * wid-edit.el (widget-file-prompt-value)
21394 (widget-coding-system-prompt-value):
21395 * w32-fns.el (set-w32-system-coding-system):
21396 * vc.el (vc-version-diff, vc-annotate):
21397 * textmodes/reftex-auc.el (reftex-arg-cite)
21398 (reftex-arg-index-tag):
21399 * textmodes/refer.el (refer-get-bib-files):
21400 * textmodes/artist.el (artist-figlet-choose-font):
21401 * terminal.el (terminal-emulator):
21402 * replace.el (occur-read-primary-args):
21403 * rect.el (string-rectangle, string-insert-rectangle):
21404 * ps-print.el (ps-print-preprint):
21405 * progmodes/pascal.el (pascal-goto-defun):
21406 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21407 * progmodes/compile.el (compilation-find-file):
21408 * printing.el (pr-interactive-n-up):
21409 * play/animate.el (animate-birthday-present):
21410 * net/rcompile.el (remote-compile):
21411 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21412 * mail/rmailsum.el (rmail-summary-search-backward)
21413 (rmail-summary-search):
21414 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21415 (rmail-output-read-file-name):
21416 * mail/rmail.el (rmail-search, rmail-search-backwards):
21417 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21418 * locate.el (locate):
21419 * international/quail.el (quail-show-keyboard-layout):
21420 * international/mule.el (set-buffer-file-coding-system)
21421 (revert-buffer-with-coding-system, set-file-name-coding-system)
21422 (set-terminal-coding-system, set-keyboard-coding-system)
21423 (set-next-selection-coding-system):
21424 * international/mule-diag.el (describe-coding-system)
21425 (describe-font, describe-fontset):
21426 * international/mule-cmds.el (universal-coding-system-argument)
21427 (search-unencodable-char, describe-input-method)
21428 (set-language-environment, describe-language-environment):
21429 * international/codepage.el (codepage-setup):
21430 * international/code-pages.el (codepage-setup):
21431 * info.el (Info-search, Info-follow-reference)
21432 (Info-search-backward):
21433 * emacs-lisp/advice.el (ad-read-advised-function)
21434 (ad-read-advice-class, ad-clear-cache, ad-activate)
21435 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21436 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21437 (ad-read-regexp):
21438 * ediff-util.el (ediff-toggle-regexp-match):
21439 * ediff-ptch.el (ediff-prompt-for-patch-file):
21440 * dired-aux.el (dired-diff):
21441 * diff.el (diff):
21442 * cus-edit.el (custom-variable-prompt):
21443 * calendar/timeclock.el (timeclock-ask-for-project):
21444 * calc/calcalg3.el (calc-get-fit-variables):
21445 * calc/calc-store.el (calc-edit-variable)
21446 (calc-permanent-variable):
21447 * vc-mcvs.el (vc-mcvs-register):
21448 * shadowfile.el (shadow-define-literal-group):
21449 * woman.el (woman-file-name):
21450 * vc.el (vc-version-diff, vc-merge):
21451 * textmodes/reftex-index.el (reftex-index-complete-tag):
21452 * format.el (format-decode-buffer, format-decode-region):
21453 * emulation/viper-cmd.el (viper-read-string-with-history):
21454 * emacs-lisp/debug.el (cancel-debug-on-entry):
21455 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21456 * ediff.el (ediff-merge-revisions)
21457 (ediff-merge-revisions-with-ancestor, ediff-revision):
21458 * completion.el (interactive-completion-string-reader):
21459 * calc/calc-prog.el (calc-user-define-formula):
21460 Follow convention for reading with the minibuffer.
21461
21462 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21463
21464 * progmodes/python.el (python-describe-symbol): Add globals() and
21465 locals() to the arguments of emacs.ehelp.
21466
21467 2005-09-24 Magnus Henoch <mange@freemail.hu>
21468
21469 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21470 New function, code extracted from ispell-valid-dictionary-list.
21471 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21472 Call it.
21473
21474 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21475
21476 * subr.el (version-regexp-alist): Extend valid syntax for version
21477 strings: allow any of the characters -,_,+ to separate the
21478 alpha/beta/rc part from the version part. Doc fix.
21479 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21480
21481 2005-09-23 David Reitter <david.reitter@gmail.com>
21482
21483 * mail/mailclient.el: New file.
21484
21485 2005-09-23 Richard M. Stallman <rms@gnu.org>
21486
21487 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21488 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21489 Doc fixes.
21490
21491 * progmodes/cc-mode.el (c-font-lock-init):
21492 Specify font-lock-lines-before.
21493
21494 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21497 whole conflict.
21498
21499 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21500
21501 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21502 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21503 of `remap' feature when available. Additional key bindings for
21504 better tty support.
21505 (org-mode-restart, org-force-self-insert): New commands.
21506 (org-time-stamp-inactive): New command.
21507 (org-remap): New function.
21508 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21509 (org-enable-fixed-width-editor): Move to `org-structure'
21510 customization group.
21511 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21512 blank field after field motion commands.
21513
21514 2005-09-23 Kenichi Handa <handa@m17n.org>
21515
21516 * international/mule-cmds.el (set-language-environment):
21517 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21518 have to call utf-translate-cjk-load-tables.
21519
21520 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21521
21522 * mouse.el (mouse-move-drag-overlay): Fix last change.
21523
21524 2005-09-22 David Ponce <david@dponce.com>
21525
21526 * tree-widget.el (tree-widget-value-create): Fix previous change.
21527
21528 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21529
21530 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21531
21532 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21533
21534 * mouse.el (mouse-move-drag-overlay): New function.
21535 (mouse-drag-region-1): Use it.
21536 Try to simplify a bit the state handling. Handle clicks on links
21537 inside intangible areas.
21538 (mouse-save-then-kill): Minor simplification.
21539 (mouse-secondary-overlay): Make it always non-nil instead of
21540 recreating it each time.
21541 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21542 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21543 Simplify accordingly.
21544
21545 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21546
21547 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21548
21549 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21550
21551 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21552 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21553 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21554 to patch.
21555
21556 * ediff-util.el: Use insert-buffer-substring.
21557
21558 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21559
21560 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21561 field boundaries in the minibuffer.
21562 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21563 (viper-minibuffer-post-command-hook): New hook.
21564 (viper-line): Don't move cursor at bolp.
21565
21566 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21567
21568 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21569 avoid compiler warnings.
21570
21571 * emulation/viper-macs.el (ex-map): Better messages.
21572
21573 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21574
21575 * emulation/viper.el: Replace make-variable-buffer-local with
21576 viper-make-variable-buffer-local everywhere, to avoid warnings.
21577
21578 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21579
21580 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21581 Delete unused var `old-selected-window'.
21582 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21583 (mouse-drag-secondary): Delete unused var `start-frame'.
21584
21585 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21586
21587 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21588
21589 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21590
21591 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21592 Re-indent within 80 columns. Use inhibit-read-only.
21593
21594 2005-09-19 Romain Francoise <romain@orebokech.com>
21595
21596 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21597
21598 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21599
21600 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21601 unconditionally, since the after-change-function already did it.
21602
21603 2005-09-19 Miles Bader <miles@gnu.org>
21604
21605 * net/newsticker.el: Get rid of CVS keyword.
21606
21607 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21608
21609 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21610 The prompt is formatted later.
21611
21612 2005-09-19 David Ponce <david@dponce.com>
21613
21614 * tree-widget.el (tree-widget-value-create): Save the converted
21615 tree :node widget.
21616
21617 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21618
21619 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21620 variable `message'.
21621
21622 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21623
21624 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21625 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21626 <slawomir.nowaczyk.847@student.lu.se>.
21627
21628 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21629
21630 * image.el (image-load-path): Use symbol `data-directory' instead
21631 of its value, for backward compatibility with packages that bind
21632 it during `find-image'. Suggested by Katsumi Yamaoka.
21633 (image-search-load-path): Handle symbols whose values are strings.
21634
21635 2005-09-18 Romain Francoise <romain@orebokech.com>
21636
21637 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21638 with-current-buffer form in save-excursion.
21639
21640 2005-09-18 Deepak Goel <deego@gnufans.org>
21641
21642 * apropos.el (apropos-command): Fix `message' call: first arg
21643 should be a format spec. In this and all other cases that appear
21644 below and elsewhere in the source code, I made a change only when
21645 two conditions were satisfied: [1] I can think of a possibility
21646 that the arguments would cause an error, for example, the code in
21647 question relies on external variables such as filenames. [2] I
21648 was sure that the arg to `message' could not have been nil in the code.
21649
21650 * textmodes/tildify.el (tildify-region): Ditto.
21651
21652 * textmodes/reftex-index.el (reftex-index-change-entry)
21653 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21654 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21655 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21656 (org-priority, org-table-sum):
21657 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21658 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21659 (flyspell-word, flyspell-display-next-corrections):
21660 * textmodes/bibtex.el (bibtex-print-help-message):
21661 * textmodes/artist.el (artist-key-set-point-poly):
21662 * term/mac-win.el (mac-services-insert-text):
21663 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21664 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21665 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21666 (vhdl-compose-configuration):
21667 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21668 (sh-set-indent, sh-learn-line-indent):
21669 * progmodes/ps-mode.el (ps-mode-target-column):
21670 * progmodes/idlwave.el (idlwave-make-tags)
21671 (idlwave-scan-library-catalogs):
21672 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21673 * progmodes/gud.el (gud-jdb-analyze-source):
21674 * progmodes/flymake.el (flymake-log):
21675 * progmodes/ebnf2ps.el (ebnf-generate-region):
21676 * progmodes/cmacexp.el (c-macro-expansion):
21677 * progmodes/ada-xref.el (ada-treat-cmd-string):
21678 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21679 (ada-justified-indent-current, ada-batch-reformat):
21680 * play/zone.el (zone):
21681 * play/landmark.el (lm-move):
21682 * play/decipher.el (decipher-show-alphabet):
21683 * net/newsticker.el (newsticker--display-jump)
21684 (newsticker--display-scroll):
21685 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21686 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21687 * mail/feedmail.el (feedmail-dump-message-to-queue):
21688 * eshell/esh-proc.el (eshell-remove-process-entry):
21689 * emulation/ws-mode.el (ws-last-error):
21690 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21691 (viper-record-kbd-macro):
21692 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21693 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21694 * emacs-lisp/find-func.el (find-function-noselect):
21695 * calendar/timeclock.el (timeclock-status-string)
21696 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21697 (timeclock-when-to-leave-string):
21698 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21699 * calc/calc-units.el (calc-enter-units-table):
21700 * calc/calc-mode.el (calc-mode-record-mode):
21701 * woman.el (woman-mini-help):
21702 * wdired.el (wdired-change-to-wdired-mode):
21703 * vc.el (vc-retrieve-snapshot):
21704 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21705 * startup.el (display-startup-echo-area-message):
21706 * simple.el (set-goal-column):
21707 * ses.el (ses-command-hook, ses-recalculate-cell):
21708 * server.el (server-process-filter):
21709 * printing.el (pr-interface-txt-print, pr-interface-printify)
21710 (pr-interface-ps):
21711 * pcvs.el (cvs-help):
21712 * log-edit.el (log-edit, log-edit-mode-help):
21713 * iswitchb.el (iswitchb-possible-new-buffer):
21714 * isearch.el (isearch-edit-string):
21715 * image-mode.el (image-mode, image-minor-mode):
21716 * ibuf-macs.el (define-ibuffer-filter):
21717 * hi-lock.el (hi-lock-find-patterns):
21718 * files.el (toggle-read-only):
21719 * ediff-util.el (ediff-copy-diff)
21720 (ediff-write-merge-buffer-and-maybe-kill):
21721 * echistory.el (Electric-history-undefined):
21722 * dnd.el (dnd-insert-text):
21723 * dired-aux.el (dired-query):
21724 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21725 * bookmark.el (bookmark-bmenu-locate):
21726 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21727 Fix `message' calls to ensure first arg is a format string.
21728 The change was made only when these two conditions were satisfied:
21729 [1] when there is a possibility that the arguments would cause an error
21730 for example, if the code in question relies on external variables
21731 such as filenames, and
21732 [2] if the arg to `message' could not have been nil in the code.
21733
21734 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21735 Not having a %s would be weird, though not technically wrong.
21736
21737 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21738
21739 * term/mac-win.el (mac-add-charset-info): Doc fix.
21740
21741 2005-09-17 Romain Francoise <romain@orebokech.com>
21742
21743 * shell.el (shell-resync-dirs): Handle echoing processes more
21744 reliably. Don't insert resync command if `comint-process-echoes'
21745 is non-nil.
21746
21747 2005-09-17 Magnus Henoch <mange@freemail.hu>
21748
21749 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21750 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21751 aspell versions >= 0.60.
21752 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21753 only if ispell-aspell-supports-utf8 is non-nil.
21754
21755 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21756
21757 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21758 buffer-local value to lisp-indent-function.
21759
21760 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21761
21762 * progmodes/glasses.el (glasses-make-readable): If
21763 glasses-separator differs from underscore, put appropriate
21764 overlays over underscore characters.
21765 (glasses-convert-to-unreadable): If glasses-separator differs from
21766 underscore, try to convert glasses-separator characters to
21767 underscores.
21768
21769 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21770
21771 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21772 Use with-syntax-table and dolist.
21773
21774 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21775
21776 * textmodes/reftex-auc.el:
21777 * textmodes/reftex-cite.el:
21778 * textmodes/reftex-dcr.el:
21779 * textmodes/reftex-global.el:
21780 * textmodes/reftex-parse.el:
21781 * textmodes/reftex-ref.el:
21782 * textmodes/reftex-sel.el:
21783 * textmodes/reftex-toc.el:
21784 * textmodes/reftex-vars.el:
21785 * textmodes/reftex.el: Small changes to remove compiler warnings.
21786
21787 * textmodes/reftex-index.el: Likewise.
21788 (reftex-query-index-phrase): More efficient use of markers.
21789
21790 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21791
21792 * image.el (image-load-path): New variable.
21793 (image-search-load-path): New function.
21794 (find-image): Search for images in `image-load-path'.
21795
21796 2005-09-15 Richard M. Stallman <rms@gnu.org>
21797
21798 * follow.el: Change Maintainer field.
21799
21800 2005-09-15 David Ponce <david@dponce.com>
21801
21802 * recentf.el (recentf-save-file-modes): New option.
21803 (recentf-save-list): Use it.
21804
21805 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21806
21807 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21808 (mode-line-mule-info, mode-line-modified): Move bindings from
21809 mouse-3 to mouse-1.
21810
21811 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21812
21813 * simple.el (sendmail-user-agent-compose): Revert last change.
21814
21815 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21816
21817 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21818 Use with-current-buffer.
21819 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21820 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21821 (ange-ftp-insert-directory): Remove unused var `short'.
21822 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21823
21824 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21825 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21826
21827 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21828 (check-calendar-holidays, diary-list-entries): Autoload.
21829 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21830 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21831
21832 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21833 which mistakenly removed a call to display-buffer.
21834
21835 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21836
21837 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21838
21839 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21840
21841 * progmodes/hideshow.el
21842 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21843 (hs-allow-nesting): New user var.
21844 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21845 (hs-hide-block-at-point): When nesting allowed,
21846 if there is already an overlay in place, delete it.
21847 (hs-safety-is-job-n): Delete func; remove call sites.
21848 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21849 (hs-overlay-at): New func.
21850 (hs-already-hidden-p, hs-show-block): Use it.
21851 (hs-hide-all): Don't pre-clean if nesting allowed.
21852 (hs-show-all): Temporarily disallow
21853 nesting around call to `hs-discard-overlays'.
21854
21855 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21856
21857 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21858 Delete unused local var.
21859
21860 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21861
21862 * help-fns.el (describe-categories): "?\ " -> "?\s".
21863 (help-do-arg-highlight): Recognize also ARG-n, as in
21864 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21865
21866 * international/codepage.el (dos-unsupported-char-glyph):
21867 * net/newsticker.el (tool-bar-map, w3-mode-map)
21868 (w3m-minor-mode-map):
21869 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21870 (ent-alist):
21871 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21872
21873 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21874
21875 * custom.el (custom-push-theme): Handle the case where a symbol is
21876 bound but face properties have not yet been assigned.
21877
21878 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21879 Fix behavior if noerase is `t' and there is no mail buffer.
21880
21881 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21882 if `continue' is nil, rather than signal an error.
21883
21884 2005-09-12 Richard M. Stallman <rms@gnu.org>
21885
21886 * font-lock.el (font-lock-keywords): Add autoload.
21887
21888 * help-fns.el (describe-variable): Rearrange to put source link
21889 in a predictable place.
21890
21891 * net/newsticker.el: New file.
21892
21893 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21894
21895 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21896 (calendar-basic-setup): Use the new nil arg.
21897 (number-of-diary-entries): Move to diary-lib.el.
21898
21899 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21900 (diary-list-entries): Use with-syntax-table and dolist.
21901 Rename from list-diary-entries.
21902 Use number-of-diary-entries if `number' is nil.
21903 (diary, diary-view-entries): Use this new name and new nil arg value.
21904 (number-of-diary-entries): Move from calendar.el.
21905 (diary-unhide-everything): New function.
21906 (include-other-diary-files, fancy-diary-display)
21907 (diary-show-all-entries, make-diary-entry): Use it.
21908 (diary-mail-entries): Use buffer-string.
21909 (mark-diary-entries): Fix long standing paren typo.
21910 (diary-sexp-entry): Use count-lines.
21911 (make-diary-entry): Avoid `previous-line'.
21912 (diary-mode-map): New var.
21913 (diary-mode): Redraw cal after saving. Setup header-line.
21914 (fancy-diary-display-mode): Use local-set-key.
21915
21916 * startup.el (command-line): Try calling various terminal-init-foo-bar
21917 functions by stripping hyphenated suffixes from $TERM.
21918
21919 * files.el (normal-mode): Check boundness of font-lock-keywords.
21920
21921 2005-09-12 Richard M. Stallman <rms@gnu.org>
21922
21923 * progmodes/compile.el: Don't decide a file's directory
21924 until the user actually tries to go there.
21925 (compilation-next-error-function):
21926 Pass compilation-find-file the directory from the file-struct.
21927 (compilation-internal-error-properties): Separate local FILE-STRUCT
21928 from FILE. Doc the args better. Rename arg FMT to FMTS.
21929 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21930 Expand it, and if nil, use default-directory.
21931 (compilation-get-file-structure): Don't mix specified directory
21932 with default directory. Put specified directory into
21933 file-struct. Don't make the file name absolute.
21934
21935 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21936 (compile-command): Add autoload.
21937 (compilation-disable-input): Add autoload.
21938
21939 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21940
21941 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21942 strings of the variables it can override.
21943 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21944 %Q and %q, for fully-qualified domain name and unqualified host name.
21945
21946 2005-09-11 Kim F. Storm <storm@cua.dk>
21947
21948 * emacs-lisp/authors.el (authors-aliases): Update list.
21949 (authors-fixed-entries): Update mldrag.el entry.
21950
21951 2005-09-10 Alan Mackenzie <acm@muc.de>
21952
21953 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21954 from the region narrowed to.
21955
21956 2005-09-10 Magnus Henoch <mange@freemail.hu>
21957
21958 * textmodes/ispell.el (ispell-check-version): Signal an error if
21959 aspell version is less than 0.60.
21960
21961 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21962
21963 * progmodes/octave-inf.el (inferior-octave-startup):
21964 Resync current dir at the end.
21965
21966 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21967
21968 * woman.el (woman-topic-at-point-default):
21969 Rename to woman-use-topic-at-point-default.
21970 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21971 (woman-file-name): Reflect renames above. Automatically use the
21972 word at point as topic if woman-use-topic-at-point is non-nil.
21973 Otherwise offer it as default but don't insert it in the
21974 minibuffer. Also use `test-completion' instead of `assoc' as
21975 suggested by Stefan Monnier.
21976
21977 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21978
21979 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21980 the attempt to do it over Tramp. This is not yet supported.
21981
21982 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21983
21984 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21985 (menu-bar-non-minibuffer-window-p): New functions.
21986 ("Split Window", "Save As..."): Use them.
21987 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21988 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21989 Use menu-bar-menu-frame-live-and-visible-p.
21990 ("Save Buffer", "Insert File", "Open Directory...")
21991 ("Open File...", "Visit New File..."):
21992 Use menu-bar-non-minibuffer-window-p.
21993 (kill-this-buffer-enabled-p, dired <menu-enable>):
21994 Use menu-bar-non-minibuffer-window-p.
21995
21996 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21997
21998 * cus-start.el (all): Don't complain about fringe-related
21999 built-ins if fringes are not supported. Ditto about
22000 selection-related built-ins. Fix the test for GTK-related built-ins.
22001
22002 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22003 ("Postscript Print Buffer", "Print Region", "Save As...")
22004 ("Save", "Insert File...", "Open Directory...")
22005 ("Open File...", "Visit New File..."")
22006 ("Truncate Long Lines in this Buffer"): Don't look at
22007 menu-updating-frame if this display does not support multiple frames.
22008
22009 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22010
22011 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22012
22013 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22014
22015 * woman.el: Format- and whitespace-related changes.
22016
22017 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22018
22019 * woman.el: Fix my email address.
22020
22021 2005-09-08 Richard M. Stallman <rms@gnu.org>
22022
22023 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22024 (sh-mode): Locally set skeleton-pair-default-alist.
22025
22026 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22027
22028 * progmodes/flymake.el: Require `compile' unconditionally.
22029
22030 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22031
22032 * woman.el (woman-file-name): Provide a default, not initial input.
22033
22034 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22035
22036 * font-lock.el (font-lock-support-mode): Doc fix.
22037
22038 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22039
22040 2005-09-08 Richard M. Stallman <rms@gnu.org>
22041
22042 * simple.el (blink-matching-open): Get rid of text props from
22043 the string shown in echo area. Don't permanently set point.
22044 Some rearrangements.
22045
22046 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22047
22048 * recentf.el (recentf-filename-handler): Add custom choice
22049 `abbreviate-file-name'.
22050
22051 * msb.el (msb--very-many-menus): Fix typo.
22052
22053 * disp-table.el (standard-display-european): Don't set
22054 enable-multibyte-characters to nil.
22055
22056 2005-09-08 David Ponce <david@dponce.com>
22057
22058 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22059 (recentf-expand-file-name): Doc fix.
22060 (recentf-dialog-mode-map): Define digit shortcuts.
22061 (recentf--files-with-key): New variable.
22062 (recentf-show-digit-shortcut-filter): New function.
22063 (recentf-open-files-items): New function.
22064 (recentf-open-files): Use it.
22065 (recentf-open-file-with-key): New command.
22066
22067 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22068
22069 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22070 Suggested by Kim F. Storm.
22071 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22072 (Buffer-menu-make-sort-button): Use global keymap.
22073
22074 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22075
22076 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22077 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22078 necessary any longer with the remapped command.
22079 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22080 formatting time only.
22081
22082 * net/tramp.el (tramp-action-password)
22083 (tramp-multi-action-password): Compile the password prompt from
22084 `method', `user' and `host'. Sometimes it isn't obvious which
22085 password to enter, for example with remote files offered by
22086 recentf.el, or with multiple steps. Suggested by Robert Marshall
22087 <robert@chezmarshall.freeserve.co.uk>.
22088
22089 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22090
22091 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22092 Fix regexp for when "s///" is at the beginning of line.
22093
22094 2005-09-07 Jay Belanger <belanger@truman.edu>
22095
22096 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22097 when in matrix mode.
22098
22099 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22100
22101 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22102 non-anonymous functions.
22103
22104 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22105
22106 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22107 when using a header line. Otherwise, use mouse-1-click-follows-link.
22108
22109 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22110 can't be moved; don't signal an error.
22111
22112 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22113
22114 * cus-theme.el (custom-theme-write-faces): Save the current face
22115 spec, not the defface spec.
22116
22117 * custom.el (custom-known-themes): Clarify meaning of "standard".
22118 (custom-push-theme): Save old values in the standard theme.
22119 (disable-theme): Correct typo.
22120 (custom-face-theme-value) Deleted unused function.
22121 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22122
22123 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22124
22125 * progmodes/compile.el (compilation-goto-locus): Take into account
22126 iconified frames when determining whether the buffer is
22127 already visible.
22128 Don't reset window height if the window already existed.
22129
22130 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22131
22132 * custom.el (load-theme): Rename from require-theme.
22133 Add interactive spec.
22134 (enable-theme): Rename from custom-enable-theme.
22135 Add interactive spec.
22136 (disable-theme): Rename from custom-disable-theme.
22137 Add interactive spec.
22138 (custom-make-theme-feature): Doc fix.
22139 (custom-theme-directory): Doc fix.
22140 (provide-theme): Call enable-theme.
22141
22142 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22143
22144 * obsolete/lazy-lock.el (lazy-lock-mode):
22145 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22146 font-lock-mode if it's off. Print a warning instead.
22147
22148 * progmodes/compile.el (compilation-start): Ignore errors if the
22149 process died before we get to send-eof.
22150
22151 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22152 Undo last change. Enclosing the result in quotes broke things on Unix
22153 since tex-send-command passes it through shell-quote-argument.
22154 (tex-send-command): Pass `file' through convert-standard-filename
22155 when possible.
22156 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22157 info in a transcript.
22158
22159 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22160
22161 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22162 fix compilation warning. Reorder the key definitions to group
22163 together keys emitted by the current version of xterm.
22164
22165 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22166 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22167 Reorder predicates to correct min-color usage.
22168
22169 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22170
22171 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22172 Kill local variables when longlines-mode is turned off.
22173
22174 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22175
22176 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22177
22178 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22179
22180 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22181
22182 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22183 (font-lock-lines-before): Change default to being inactive.
22184 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22185 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22186
22187 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22188
22189 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22190 Deactivate temporarily advice if active (not needed for Emacs 22,
22191 but for backwards compatibility).
22192 (tramp-exists-file-name-handler): Rewrite. First implementation
22193 was too simple.
22194 (tramp-advice-make-auto-save-file-name):
22195 Call `tramp-handle-make-auto-save-file-name' (again, just for
22196 backwards compatibility).
22197
22198 2005-08-31 Reto Zimmermann <reto@gnu.org>
22199
22200 * progmodes/vhdl-mode.el
22201 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22202 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22203 (vhdl-set-default-project): New function (easier setting of default).
22204 (vhdl-port-copy): Handle extended identifiers for generics.
22205 (vhdl-compiler-alist): Better description for error message regexp.
22206 (vhdl-make): Query for target, use previous as default.
22207 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22208 (vhdl-font-lock-keywords-2): Fix fontification for record
22209 el. assign.
22210 (vhdl-speedbar-make-subpack-line): Add package body link.
22211 (vhdl-generate-makefile-1): Not include itself as dependency.
22212 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22213 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22214 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22215 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22216 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22217 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22218 (vhdl-import-project): Add string argument for `error'.
22219 (vhdl-compose-configuration)
22220 (vhdl-compose-configuration-architecture): Add configuration
22221 declaration generation.
22222 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22223 (vhdl-trailer-re): Add "record" keyword (better indentation).
22224 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22225 "[^ \t-\"]+".
22226 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22227 (vhdl-testbench-entity-file-name)
22228 (vhdl-testbench-architecture-file-name): Allow separate
22229 customization of testbench file names.
22230 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22231 (vhdl-get-visible-signals): Allow newline within alias declaration.
22232 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22233 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22234 (member-ignore-case): Alias for missing function in XEmacs.
22235 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22236 (vhdl-update-sensitivity-list): Ignore case on read signals.
22237 (vhdl-replace-string): Adjust case only for file names.
22238 (vhdl-update-sensitivity-list): Fix search for read signals.
22239 (vhdl-update-sensitivity-list): Exclude formal parameters.
22240 (vhdl-get-visible-signals): Include aliases of signals.
22241 (vhdl-get-visible-signals): Fix signal name searching.
22242 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22243 (vhdl-fixup-whitespace-region): Fix for character
22244 literals (e.g. `:').
22245
22246 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22247
22248 * ansi-color.el (comint-last-output-start):
22249 * bs.el (font-lock-verbose):
22250 * diff-mode.el (add-log-buffer-file-name-function):
22251 * dired-x.el (vm-folder-directory):
22252 * faces.el (help-xref-stack-item):
22253 * files.el (font-lock-keywords):
22254 * find-lisp.el (dired-buffers, dired-subdir-alist):
22255 * ido.el (cua-inhibit-cua-keys):
22256 * log-view.el (cvs-minor-wrap-function):
22257 * outline.el (font-lock-warning-face):
22258 * simple.el (compilation-current-error):
22259 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22260 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22261 * tooltip.el (comint-prompt-regexp):
22262 * w32-fns.el (explicit-shell-file-name):
22263 * term/mac-win.el (mac-charset-info-alist)
22264 (mac-services-selection, mac-system-script-code):
22265 * term/tty-colors.el (msdos-color-values):
22266 * term/w32-win.el (xlfd-regexp-registry-subnum):
22267 * term/x-win.el (x-keysym-table, x-selection-timeout)
22268 (x-session-id, x-session-previous-id):
22269 * textmodes/ispell.el (mail-yank-prefix):
22270 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22271 * textmodes/org.el (calc-embedded-close-formula)
22272 (calc-embedded-open-formula)
22273 (font-lock-unfontify-region-function):
22274 * textmodes/reftex-global.el (isearch-next-buffer-function)
22275 (TeX-master):
22276 * textmodes/reftex.el (font-lock-keywords):
22277 * textmodes/tex-mode.el (font-lock-comment-face)
22278 (font-lock-doc-face):
22279 * textmodes/texinfo.el (outline-heading-alist):
22280 Add defvars.
22281
22282 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22283 (artist-spray-chars, artist-mode-init, artist-replace-string)
22284 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22285 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22286 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22287
22288 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22289 (conf-align-assignments): "?\ " -> "?\s".
22290
22291 * textmodes/reftex-index.el (TeX-master): Add defvar.
22292 (reftex-index-phrases-marker): Move up defvar.
22293
22294 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22295 (reftex-toc-include-labels-indicator)
22296 (reftex-toc-include-index-indicator)
22297 (reftex-toc-max-level-indicator): Move up declarations.
22298
22299 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22300 of args to `tramp-run-real-handler', even if it's empty in this case.
22301
22302 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22303
22304 * dired.el (dired-move-to-filename-regexp): Add date format for
22305 Mac OS X 10.3 in East Asian locales.
22306
22307 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22308
22309 * files.el (make-auto-save-file-name): Add file name handler call
22310 if applicable.
22311
22312 * net/tramp.el (tramp-file-name-handler-alist)
22313 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22314 (tramp-handle-make-auto-save-file-name): Rename from
22315 `tramp-make-auto-save-file-name'.
22316 (tramp-exists-file-name-handler): New defun.
22317 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22318 `make-auto-save-file-name' is not a magic file name operation.
22319
22320 2005-08-30 Richard M. Stallman <rms@gnu.org>
22321
22322 * files.el (risky-local-variable-p):
22323 Match `-predicates' and `-commands.
22324
22325 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22326 (custom-save-all): Visit the file if necessary;
22327 kill the buffer if we created it.
22328 (custom-save-delete): Don't visit file or kill buffer here.
22329
22330 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22331
22332 * textmodes/org.el (org-special-keyword): New face.
22333 (org-table-copy-down, org-table-eval-formula)
22334 (org-table-recalculate, org-init-section-numbers):
22335 Use `string-to-number' instead of `string-to-int'.
22336 (org-get-location): Use `insert-buffer-substring' instead of
22337 `insert-buffer'.
22338 (org-modify-diary-entry-string): New function.
22339 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22340 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22341 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22342 active region.
22343 (org-export-as-html): Handle QUOTE keyword.
22344 (org-quote-string): New option.
22345 (org-bookmark-jump-unhide): New function, used for
22346 `bookmark-after-jump-hook'.
22347 (org-diary-default-entry): Apply only when not called through
22348 `org-agenda'.
22349
22350 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22351
22352 * net/eudc.el (mode-popup-menu):
22353 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22354 * progmodes/ada-mode.el (compile-auto-highlight)
22355 (skeleton-further-elements):
22356 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22357 * progmodes/cmacexp.el (msdos-shells):
22358 * progmodes/compile.el (font-lock-extra-managed-props)
22359 (font-lock-keywords, font-lock-maximum-size)
22360 (font-lock-support-mode):
22361 * progmodes/grep.el (font-lock-lines-before):
22362 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22363 * progmodes/mixal-mode.el (compile-command):
22364 * progmodes/perl-mode.el (font-lock-comment-face)
22365 (font-lock-doc-face, font-lock-string-face):
22366 * progmodes/prolog.el (comint-prompt-regexp):
22367 * progmodes/sh-script.el (font-lock-comment-face)
22368 (font-lock-set-defaults, font-lock-string-face):
22369 * progmodes/sql.el (font-lock-keyword-face)
22370 (font-lock-set-defaults, font-lock-string-face):
22371 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22372 (itimer-version, lazy-lock-defer-contextually)
22373 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22374 Add defvars.
22375
22376 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22377 (cperl-electric-keyword, cperl-electric-pod)
22378 (cperl-electric-backspace, cperl-forward-re)
22379 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22380 (vc-rcs-header, vc-sccs-header): Add defvars.
22381
22382 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22383 (font-lock-syntactic-keywords, gud-find-expr-function):
22384 Add defvars.
22385
22386 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22387 (gdb-frame-parameters): Declare before use.
22388
22389 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22390 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22391 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22392 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22393
22394 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22395 (idlwave-help-with-source): Use `insert-buffer-substring', not
22396 `insert-buffer'.
22397
22398 2005-08-29 Juri Linkov <juri@jurta.org>
22399
22400 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22401 Put outline-back-to-heading function call inside save-excursion.
22402
22403 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22404
22405 * man.el (Man-init-defvars, Man-translate-references)
22406 (Man-support-local-filenames, Man-highlight-references):
22407 * progmodes/sql.el (sql-interactive-mode):
22408 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22409
22410 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22411 (compilation-mode-font-lock-keywords): Add defvars.
22412 (checkdoc-interactive-loop): "?\ " -> "?\s".
22413
22414 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22415 (font-lock-doc-face, font-lock-string-face)
22416 (font-lock-keywords-case-fold-search): Add defvars.
22417 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22418
22419 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22420 Don't pass X and Y (they are ignored anyway).
22421 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22422 (mouse-delete-window): Make arguments optional.
22423
22424 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22425 (caesar-translate-table, minor-modes, news-buffer-save)
22426 (news-group-name, news-minor-modes): Add defvars.
22427
22428 * emacs-lisp/lselect.el (mouse-highlight-priority)
22429 (x-lost-selection-functions, zmacs-regions):
22430 * emacs-lisp/pp.el (font-lock-verbose):
22431 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22432 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22433 (ses-mode-map):
22434 * emacs-lisp/tcover-unsafep.el (safe-functions):
22435 * international/mule-cmds.el (mac-system-coding-system)
22436 (mac-system-locale):
22437 * language/ethio-util.el (rmail-current-message)
22438 (rmail-message-vector):
22439 * language/thai-util.el (thai-auto-composition-mode):
22440 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22441 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22442 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22443 (vm-primary-inbox, vm-spool-files):
22444 * mail/rmail.el (deleted-head, font-lock-fontified)
22445 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22446 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22447 (total-messages):
22448 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22449 (rmail-summary-mode-map):
22450 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22451 (rmail-last-label, rmail-last-multi-labels)
22452 (rmail-summary-vector, rmail-total-messages):
22453 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22454 * mail/rmailsum.el (msgnum):
22455 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22456 (rmail-current-message):
22457 * obsolete/fast-lock.el (font-lock-face-list):
22458 * obsolete/rnewspost.el (mail-reply-buffer):
22459 * obsolete/scribe.el (compile-command):
22460 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22461
22462 2005-08-28 John Paul Wallington <jpw@gnu.org>
22463
22464 * ibuf-ext.el (ibuffer-auto-update-changed):
22465 Use `frame-or-buffer-changed-p' to check whether we need to update.
22466 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22467 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22468 as a `frame-or-buffer-changed-p' state vector instead.
22469
22470 2005-08-27 Romain Francoise <romain@orebokech.com>
22471
22472 * textmodes/makeinfo.el (makeinfo-compile):
22473 Use `compilation-start'. Set `next-error-function' according to
22474 `disable-errors'.
22475 (makeinfo-next-error): New function.
22476 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22477 (makeinfo-buffer): Likewise.
22478
22479 * progmodes/compile.el (compilation-start): Add autoload cookie.
22480
22481 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22482 * textmodes/sgml-mode.el: Likewise.
22483 * progmodes/python.el: Likewise.
22484
22485 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22486
22487 * simple.el (blink-matching-paren-distance): Document the meaning
22488 of nil value, and allow to customize to nil.
22489
22490 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22491 command.com, not command.exe.
22492
22493 2005-08-26 John Wiegley <johnw@newartisans.com>
22494
22495 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22496 code around a bit so that an extraneous nil argument is not added
22497 to a command when no args are given.
22498
22499 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22500 double-quoted argument resolves to nil, return it as an empty
22501 string rather than as nil. This made it impossible to pass "" to
22502 a shell script as a null string argument.
22503
22504 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22505
22506 * outline.el (outline-invent-heading): New fun.
22507 (outline-promote, outline-demote): Use it.
22508 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22509 (outline-end-of-subtree): Remove unused var `opoint'.
22510
22511 2005-08-26 David Reitter <david.reitter@gmail.com>
22512
22513 * menu-bar.el (truncate-lines, write-file, print-buffer)
22514 (ps-print-buffer-faces, ps-print-buffer, split-window):
22515 Disable menu items when the frame they refer to is invisible, or when
22516 they refer to a buffer and the minibuffer is selected.
22517
22518 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22519
22520 * progmodes/flymake.el (flymake-highlight-err-lines):
22521 Use save-excursion around flymake-highlight-line to preserve point.
22522
22523 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22524
22525 * progmodes/octave-mod.el: Change Author and Maintainer address.
22526 (octave-maintainer-address): Change Kurt's email address.
22527 * progmodes/octave-inf.el: Change Author and Maintainer address.
22528 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22529
22530 2005-08-26 Kim F. Storm <storm@cua.dk>
22531
22532 * subr.el (version-list-<, version-list-<=, version-list-=):
22533 Rename from integer-list-*.
22534 (version-list-not-zero): Likewise. Fix while loop.
22535 (version=): Use version-list-= instead of string-equal.
22536
22537 2005-08-26 Richard M. Stallman <rms@gnu.org>
22538
22539 * outline.el (outline-promote): Try shortening the heading.
22540 As last resort, read the heading to use.
22541 (outline-demote): As last resort, read the heading to use.
22542
22543 2005-08-26 Romain Francoise <romain@orebokech.com>
22544
22545 * progmodes/compile.el (compilation-start): Doc fix.
22546
22547 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22548 (antlr-font-lock-additional-keywords): Fix reference to
22549 `antlr-font-lock-literal-regexp' erroneously changed during the
22550 mass face rename.
22551 (antlr-run-tool): Use `compilation-start'.
22552
22553 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22554 instead of the obsolete `compile-internal'.
22555
22556 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22557
22558 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22559 (number, original-date):
22560 * calendar/cal-china.el (date):
22561 * calendar/cal-coptic.el (date):
22562 * calendar/cal-french.el (date):
22563 * calendar/cal-hebrew.el (date, entry, number, original-date):
22564 * calendar/cal-islam.el (date, number, original-date):
22565 * calendar/cal-iso.el (date):
22566 * calendar/cal-julian.el (date):
22567 * calendar/cal-mayan.el (date):
22568 * calendar/cal-menu.el (date, event):
22569 * calendar/cal-persia.el (date):
22570 * calendar/lunar.el (date):
22571 * calendar/solar.el (date): Add defvars.
22572
22573 * emerge.el:
22574 * ibuffer.el:
22575 * info-xref.el:
22576 * obsolete/bg-mouse.el:
22577 * obsolete/sun-curs.el:
22578 * obsolete/swedish.el: Move the `defvar's to the top level.
22579
22580 * smerge-mode.el (smerge-refined-change): Add :group.
22581
22582 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22583
22584 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22585 (smerge-keep-n): Remove props.
22586 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22587 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22588 now that it's done in smerge-keep-n.
22589 (smerge-refined-change): New face.
22590 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22591 (smerge-refine): New funs.
22592 (smerge-basic-map): Bind smerge-refine.
22593
22594 2005-08-25 Juri Linkov <juri@jurta.org>
22595
22596 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22597 compilation-process-setup-function and compilation-disable-input
22598 in grep-mode instead of let-bindings in grep.
22599
22600 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22601 Delete "Automatic File De/compression" (auto-compression-mode).
22602
22603 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22604
22605 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22606 Silence warning about non-existent variable.
22607
22608 2005-08-25 Richard M. Stallman <rms@gnu.org>
22609
22610 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22611 Rename "Describe Key" to "Describe Key or Mouse Operation".
22612
22613 * mail/mailalias.el (build-mail-aliases): Delete comments
22614 from the contents before processing them.
22615
22616 * isearch.el (isearch-edit-string): Erase the Search prompt
22617 if user enters an empty string and there is no default.
22618
22619 * comint.el (comint-file-name-prefix): Add autoload.
22620
22621 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22622
22623 * subr.el (play-sound): Rearrange to avoid warning.
22624
22625 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22626
22627 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22628 New hook.
22629 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22630
22631 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22632
22633 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22634
22635 * custom.el (custom-theme-set-variables): Sort minor modes last.
22636
22637 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22638
22639 * subr.el (version-separator, version-regexp-alist): New vars used by
22640 version comparison funs.
22641 (integer-list-<, integer-list-=, integer-list-<=)
22642 (integer-list-not-zero): New funs for integer list comparison.
22643 (version-to-list, version=, version<, version<=): New funs for version
22644 comparison.
22645
22646 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22647
22648 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22649 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22650 time to silence the byte-compiler.
22651
22652 * ibuffer.el (ibuffer-compile-make-eliding-form)
22653 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22654 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22655 so it's silly to get warnings for it).
22656 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22657 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22658 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22659 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22660 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22661 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22662 Defvar at compile time.
22663 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22664 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22665 Declare them before use.
22666
22667 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22668 (info-xref-good, info-xref-bad): Defvar at compile time.
22669
22670 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22671 Use `let*' instead of `let'.
22672
22673 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22674 (*mouse-y*, menu, char): Defvar at compile time.
22675 (sc::menu): Declare it before use.
22676 (sc::pack-one-line): Use `let', not `let*'.
22677
22678 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22679 (mail-send-hook): Defvar at compile time.
22680
22681 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22682 Defvar at compile time.
22683
22684 * term/sun-mouse.el (current-global-mousemap)
22685 (current-local-mousemap): Declare them before use.
22686
22687 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22688
22689 * bookmark.el (bookmark-after-jump-hook): New hook.
22690 (bookmark-jump): Run `bookmark-after-jump-hook'.
22691
22692 2005-08-23 Juri Linkov <juri@jurta.org>
22693
22694 * faces.el (minibuffer-prompt): Doc fix.
22695
22696 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22697
22698 * progmodes/xscheme.el: Trivial changes to silence warnings.
22699 (xscheme-previous-mode, xscheme-previous-process-state):
22700 Add defvars.
22701 (xscheme-last-input-end, xscheme-process-command-line)
22702 (xscheme-process-name, xscheme-buffer-name)
22703 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22704 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22705 (xscheme-control-g-synchronization-p)
22706 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22707 (default-xscheme-runlight, xscheme-runlight)
22708 (xscheme-runlight-string, xscheme-process-filter-state)
22709 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22710 Move to beginning of file.
22711 (scheme-interaction-mode-commands-alist)
22712 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22713 Declare them before use. Note: the initialization code for the
22714 variables has not been moved because it uses functions that reference
22715 the variables.
22716 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22717 (xscheme-prompt-for-expression-map): Declare them before use.
22718 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22719
22720 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22721
22722 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22723
22724 2005-08-22 Juri Linkov <juri@jurta.org>
22725
22726 * faces.el (set-face-underline): Delete this duplicate function
22727 and make an obsolete alias to set-face-underline-p.
22728 (set-face-underline-p): Use docstring of set-face-underline.
22729 (describe-face): Create hyperlink to parent face.
22730
22731 * info.el (Info-insert-dir): Use save-excursion around
22732 insert-buffer-substring.
22733 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22734 (Info-escape-percent): Delete function.
22735 (Info-fontify-node): Replace Info-escape-percent by
22736 replace-regexp-in-string with REP arg set to lambda that
22737 duplicates `%' and preserves text properties.
22738
22739 * progmodes/compile.el (compilation-disable-input): Doc fix.
22740 (define-compilation-mode): Doc fix and refill.
22741 (kill-compilation): Use `mode-name' in the error message.
22742 (compilation-find-file): Use `compilation-error' in the
22743 read-file-name's prompt.
22744
22745 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22746
22747 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22748 (smerge-auto-leave): Make undo re-enable the mode.
22749 (debug-ignored-errors): Add the user-error of impossible resolution.
22750 (smerge-resolve): Move things around a bit, in preparation for later.
22751 (smerge-diff): Don't fail if the buffer has no associated file.
22752 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22753 (smerge-conflict-overlay): New function.
22754 (smerge-match-conflict): Don't add text properties here.
22755 (smerge-find-conflict): Instead, add an overlay here.
22756 Also check for the case where we're inside a conflict already, so as to
22757 obviate the need for font-lock-multiline, which is unbearably slow with
22758 large conflicts and ciomplex font-lock patterns.
22759 (smerge-remove-props): Remove overlay rather than text-properties.
22760 (smerge-mode): Don't set font-lock-multiline.
22761 Remove overlays when turned off.
22762
22763 2005-08-21 Kim F. Storm <storm@cua.dk>
22764
22765 * ido.el (ido-ignore-item-p): Use save-match-data.
22766 Bind case-fold-search to ido-case-fold locally.
22767
22768 2005-08-20 Richard M. Stallman <rms@gnu.org>
22769
22770 * files.el (normal-mode): If font lock is on, turn it off and on.
22771
22772 * subr.el (replace-regexp-in-string): Doc fix.
22773
22774 * startup.el (command-line-1): Don't suppress startup screen
22775 due to existing processes.
22776
22777 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22778
22779 * progmodes/compile.el (compilation-disable-input): Default to nil.
22780
22781 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22782
22783 * progmodes/compile.el (compilation-disable-input): New defcustom.
22784 (compilation-start): If compilation-disable-input is non-nil, send
22785 EOF to the compilation process.
22786
22787 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22788
22789 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22790 Run the argument of tex-shell-cd-command through
22791 convert-standard-filename, to get the correct style of slashes on
22792 Windows, and enclose the result in quotes, in case the file name
22793 includes whitespace or other special characters.
22794
22795 2005-08-19 Andreas Schwab <schwab@suse.de>
22796
22797 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22798 process.
22799
22800 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22801
22802 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22803
22804 2005-08-18 Kim F. Storm <storm@cua.dk>
22805
22806 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22807
22808 2005-08-18 Richard M. Stallman <rms@gnu.org>
22809
22810 * scroll-lock.el: New file.
22811
22812 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22813
22814 * dired.el (dired-move-to-end-of-filename):
22815 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22816
22817 2005-08-18 Kim F. Storm <storm@cua.dk>
22818
22819 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22820 rather than toggle mode when custom value is nil.
22821 (ido-everywhere): Fix defun doc string.
22822
22823 2005-08-17 Richard M. Stallman <rms@gnu.org>
22824
22825 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22826 as tag instead of "Inviolable".
22827
22828 2005-08-17 Kim F. Storm <storm@cua.dk>
22829
22830 * windmove.el (windmove-coordinates-of-position): Remove.
22831 (windmove-coordinates-of-window-position): Remove.
22832 (windmove-reference-loc): Use posn-at-point instead.
22833
22834 * subr.el (insert-for-yank-1): Doc fix.
22835
22836 * ido.el (ido-enter-matching-directory): Rename from
22837 ido-enter-single-matching-directory. Change `slash' choice to
22838 `only'. Add `first' choice.
22839 (ido-exhibit): Adapt to above changes.
22840
22841 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22842
22843 * Makefile.in: Expand comment about building loaddefs.el.
22844
22845 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22846
22847 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22848 Comment use of defadvice.
22849
22850 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22851
22852 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22853
22854 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22855 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22856 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22857 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22858 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22859 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22860 for backward compatibility for faces that did not appear in the
22861 previous Emacs release.
22862
22863 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22864
22865 2005-08-15 Kim F. Storm <storm@cua.dk>
22866
22867 * emulation/cua-base.el (cua-delete-region): Return t if
22868 deleted region was non-empty.
22869 (cua-replace-region): Inhibit overwrite-mode for
22870 self-insert-command if replaced region was non-empty.
22871 (cua--explicit-region-start, cua--status-string): Make them
22872 buffer-local at top-level...
22873 (cua-mode): ...rather than when mode is enabled.
22874
22875 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22876
22877 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22878 Set t for Emacs 21, 22, and so on.
22879
22880 2005-08-15 David Ponce <david@dponce.com>
22881
22882 * tree-widget.el: Update Commentary header.
22883 (tree-widget-theme): Doc fix.
22884 (tree-widget-space-width): New option.
22885 (tree-widget-image-properties): Look up in the default theme too.
22886 (tree-widget--cursors): Only for images with arrow pointer shape.
22887 (tree-widget-lookup-image): Pointer shape is hand by default.
22888 (tree-widget-icon): Rename generic icon widget from
22889 `tree-widget-control'.
22890 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22891 derive from `tree-widget-icon'.
22892 (tree-widget-handle): Improve default look and feel of the text
22893 representation.
22894 (tree-widget): Rename :*-control properties to :*-icon properties.
22895 Add :action and :help-echo properties.
22896 (tree-widget-after-toggle-functions): Move.
22897 (tree-widget-close-node, tree-widget-open-node): Remove.
22898 (tree-widget-before-create-icon-functions): New hook.
22899 (tree-widget-value-create): Update to allow customization of icons
22900 and nodes at run-time via that new hook.
22901 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22902 (tree-widget-icon-action, tree-widget-icon-help-echo)
22903 (tree-widget-action, tree-widget-help-echo): New functions.
22904
22905 2005-08-15 Kim F. Storm <storm@cua.dk>
22906
22907 * ido.el (ido-buffer-internal): Use with-no-warnings.
22908 (ido-make-merged-file-list): Use while-no-input.
22909
22910 2005-08-15 Richard M. Stallman <rms@gnu.org>
22911
22912 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22913 (flyspell-large-region): Fix doc and custom type.
22914
22915 2005-08-14 Richard M. Stallman <rms@gnu.org>
22916
22917 * files.el (interpreter-mode-alist): Doc fix.
22918
22919 * mail/rmail.el (rmail-nonignored-headers): New variable.
22920 (rmail-clear-headers): Use it.
22921 (rmail-reply): Better handling of mail-followup-to header.
22922
22923 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22924 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22925 don't try to refer to executable-font-lock-keywords.
22926 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22927 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22928 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22929 (sh-mode): Set comment-start-skip, local-abbrev-table,
22930 imenu-case-fold-search.
22931 (sh-set-shell): Don't set them here.
22932 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22933 Don't cache the results in the original alist; don't ever modify
22934 that alist.
22935
22936 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22937
22938 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22939 empty.
22940
22941 2005-08-15 Andreas Schwab <schwab@suse.de>
22942
22943 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22944
22945 * dired.el, info.el, mail/rmail.el: Revert last change.
22946
22947 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22948
22949 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22950 modification in `eval-after-load' form.
22951 * info.el: Likewise.
22952 * mail/rmail.el: Likewise.
22953
22954 2005-08-14 Juri Linkov <juri@jurta.org>
22955
22956 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22957 Remove highlighting of "Compilation started". Highlight only
22958 the word "finished" in "Compilation finished". Add highlighting
22959 of "interrupt", "killed", "terminated" and the exit code.
22960 (compilation-start): Add newline after header. Use exactly the
22961 same time stamp format as the finishing message.
22962 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22963
22964 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22965 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22966 Add highlighting of "interrupt", "killed", "terminated".
22967
22968 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22969 enabled and the current command is self-insert-command, call it
22970 explicitly with overwrite-mode bound to nil, to not allow it
22971 to delete the character after the selected region.
22972
22973 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22974
22975 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22976 move-end-of-line, end-of-line, and beginning-of-line to the list
22977 of commands after which the echo area is updated.
22978
22979 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22980
22981 * cus-edit.el (custom-save-all, custom-save-delete):
22982 Bind recentf-exclude to exclude custom-file.
22983
22984 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22985
22986 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22987 to go to the bottom of the mail message. Added to
22988 `rmail-summary-mode-map' with key "/".
22989 (rmail-summary-show-message): New (internal) function for use by
22990 both `rmail-summary-beginning/end-of-message'.
22991 (rmail-summary-beginning-of-message): Change to use
22992 rmail-summary-show-message.
22993
22994 * mail/rmail.el (rmail-end-of-message): New command to go to the
22995 end of the current message. Added to `rmail-mode-map' with key "/".
22996 (rmail-beginning-of-message): Fix to work as documented.
22997 (rmail-mode): Change documentation.
22998
22999 * progmodes/compile.el (compilation-start): Add the line
23000 "Compilation started" with compilation start time.
23001 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23002
23003 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23004
23005 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23006 of menu items.
23007
23008 2005-08-11 Richard M. Stallman <rms@gnu.org>
23009
23010 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23011
23012 * battery.el (battery-status-function): Don't use ignore-errors.
23013
23014 2005-08-11 Lute Kamstra <lute@gnu.org>
23015
23016 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23017 define-obsolete-variable-alias.
23018
23019 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23020
23021 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23022 (ange-ftp-send-cmd): Revert last change, and expand
23023 the comment explaining the problem.
23024
23025 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23026
23027 * ldefs-boot.el: Update.
23028
23029 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23030 item to "Time, Load and Mail". Change help echo text.
23031
23032 * time.el (display-time-use-mail-icon, display-time-format)
23033 (display-time-string-forms): Shorten first line of docstrings.
23034
23035 2005-08-10 Lars Hansen <larsh@soem.dk>
23036
23037 * desktop.el (desktop-buffer-mode-handlers):
23038 Make non-customizable. Add autoload cookie. Change initial value to
23039 nil; add elements in respective modules instead. Fix doc string.
23040 (desktop-load-file): New function.
23041 (desktop-minor-mode-handlers): New autoloaded variable.
23042 (desktop-create-buffer): Call minor mode handlers.
23043 Use desktop-load-file to load major and minor mode modules prior to
23044 checking for a handler.
23045 (desktop-save): Don't add nil to desktop-minor-modes for minor
23046 modes with nil function in desktop-minor-mode-table. Don't delete
23047 desktop file before rewriting it.
23048 (desktop-locals-to-save): Add autoload cookie. Don't make
23049 automatically buffer-local. Add variables column-number-mode,
23050 size-indication-mode, indent-tabs-mode,
23051 indicate-buffer-boundaries, indicate-empty-lines and
23052 show-trailing-whitespace.
23053 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23054 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23055 (desktop-clear-preserve-buffers-regexp): Delete.
23056 (desktop-clear-preserve-buffers): Update initial value and docstring.
23057 (desktop-save-buffer): Fix doc string.
23058
23059 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23060 (hilit-chg-desktop-restore): New function.
23061 (highlight-changes-mode): Add highlight-changes-mode to
23062 desktop-locals-to-save.
23063
23064 * dired.el: Add handler to desktop-buffer-mode-handlers.
23065 (dired-restore-desktop-buffer): Remove autoload cookie.
23066 (dired-mode): Add autoload cookie.
23067
23068 * info.el: Add handler to desktop-buffer-mode-handlers.
23069 (Info-restore-desktop-buffer): Remove autoload cookie.
23070 (Info-mode): Add autoload cookie.
23071
23072 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23073 (mh-restore-desktop-buffer): Remove autoload cookie.
23074 (mh-folder-mode): Add autoload cookie.
23075
23076 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23077 (rmail-restore-desktop-buffer): Remove autoload cookie.
23078
23079 2005-08-11 Masatake YAMATO <jet@gyve.org>
23080
23081 * hexl.el (hexl-address-region):
23082 (hexl-ascii-region, hexl-font-lock-keywords):
23083 (hexl-highlight-line-range): Use the term "region"
23084 instead of "area" for consistency with the other symbols
23085 defined in hexl.el.
23086
23087 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23088
23089 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23090 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23091 out by Juri Linkov). Add `display-battery-mode'.
23092
23093 2005-08-09 Juri Linkov <juri@jurta.org>
23094
23095 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23096 Remove `-text' from face variable names.
23097 (compilation-error-file-name, compilation-warning-file-name)
23098 (compilation-info-file-name): Delete faces.
23099 (compilation-line-number, compilation-column-number):
23100 Remove face underlining.
23101 (compilation-message-face): Set to `underline' value by default.
23102 (compilation-error-face, compilation-warning-face)
23103 (compilation-info-face): Remove `-file-name' from face names.
23104 (compilation-error-text-face, compilation-warning-text-face)
23105 (compilation-info-text-face): Delete face variables.
23106 (compilation-text-face): Delete function.
23107
23108 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23109 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23110 (grep-error-face): Set to `compilation-error' instead of
23111 `compilation-error-face' (which is redefined to `grep-hit-face' in
23112 grep buffers).
23113 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23114 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23115
23116 * dired-aux.el (dired-do-query-replace-regexp):
23117 Use `query-replace-read-args'.
23118
23119 * replace.el (query-replace-read-from, query-replace-read-to)
23120 (query-replace-read-args): Rename arg `string' to `prompt'.
23121
23122 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23123
23124 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23125
23126 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23127 uploading files.
23128 (ange-ftp-canonize-filename): Handle file names beginning with ~
23129 correctly.
23130
23131 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23132
23133 * textmodes/fill.el (canonically-space-region)
23134 (fill-context-prefix, fill-french-nobreak-p)
23135 (fill-delete-newlines, fill-comment-paragraph)
23136 (justify-current-line): "?\ " -> "?\s".
23137
23138 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23139
23140 * textmodes/fill.el (fill-nonuniform-paragraphs):
23141 Improve argument/docstring consistency.
23142
23143 2005-08-09 Richard M. Stallman <rms@gnu.org>
23144
23145 * textmodes/ispell.el (ispell-word): More fboundp checks.
23146
23147 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23148 (find-file-noselect-1): Call it here, only if RAWFILE.
23149 (normal-mode): Always set some major mode.
23150 (save-some-buffers-action-alist): Change some explanation strings.
23151 (file-name-non-special): In the `quote' method, use unwind-protect.
23152
23153 2005-08-09 Magnus Henoch <mange@freemail.hu>
23154
23155 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23156 (ispell-have-aspell-dictionaries): New variable.
23157 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23158 (ispell-get-aspell-config-value): New function.
23159 (ispell-aspell-find-dictionary): New function.
23160 (ispell-aspell-add-aliases): New function.
23161 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23162 appropriate. Don't look for ispell dictionaries if we use aspell.
23163 (ispell-menu-map): Don't build a submenu of dictionaries.
23164
23165 2005-08-09 Richard M. Stallman <rms@gnu.org>
23166
23167 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23168 (sql-read-passwd): Use read-passwd.
23169
23170 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23171 (idlwave-toolbar-is-possible): Add defvars.
23172
23173 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23174 Avoid warnings.
23175
23176 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23177 (idlwave-system-class-info, idlwave-executive-commands-alist):
23178 Use defvar.
23179
23180 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23181
23182 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23183 Avoid warnings.
23184
23185 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23186 and content-type: headers.
23187
23188 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23189
23190 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23191 and rename some of them to be more self-explanatory.
23192
23193 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23194
23195 * startup.el (command-line-1): Implement -scriptload.
23196
23197 * replace.el (occur-engine): Initial *Occur* output not undoable.
23198
23199 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23200 and improve help strings.
23201
23202 * isearch.el (isearch-repeat): When changing direction,
23203 mark search successful.
23204
23205 * ediff-init.el: Use (featurep 'xemacs).
23206
23207 * comint.el (send-invisible): Identify buffer, if not selected.
23208
23209 * align.el: Delete autoload for c-guess-basic-syntax.
23210
23211 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23212
23213 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23214 Improve argument/docstring consistency. Doc fixes.
23215 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23216 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23217 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23218 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23219 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23220 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23221 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23222 Defvar at compile time.
23223
23224 2005-08-09 Juri Linkov <juri@jurta.org>
23225
23226 * info.el: Replace `info' with upper-case `Info' where appropriate.
23227 (info-title-1, info-title-2, info-title-3, info-title-4)
23228 (info-menu-header): Move up face definitions.
23229 (info-menu-star): Rename from `info-menu-5'.
23230 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23231 (Info-fontify-visited-nodes): Fix docstring.
23232 (Info-hide-note-references): Fix docstring.
23233 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23234 menu items in the same way as on cross-references.
23235 (info-apropos): Fix sorting order and formatting to be like in the
23236 stand-alone Info browser. Display error messages for 1 sec.
23237 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23238 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23239 from the menu bar.
23240 (Info-insert-dir): Restore point after calling
23241 `insert-buffer-substring'.
23242
23243 2005-08-08 Richard M. Stallman <rms@gnu.org>
23244
23245 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23246 (recompute-lucid-menubar): Add defvars.
23247
23248 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23249
23250 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23251
23252 * net/net-utils.el (run-dig): Rename from `dig'.
23253
23254 * play/gametree.el (gametree-mode): Use make-local-variable,
23255 not make-variable-buffer-local.
23256
23257 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23258
23259 * ansi-color.el (ansi-color-make-extent)
23260 (ansi-color-set-extent-face): Use fboundp, not functionp.
23261
23262 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23263 not make-variable-buffer-local.
23264
23265 * bookmark.el (Info-current-file): Add defvar.
23266 (bookmark-jump-noselect): Use with-no-warnings.
23267
23268 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23269
23270 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23271
23272 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23273
23274 * find-file.el (ada-procedure-start-regexp)
23275 (ada-package-start-regexp): Add defvars.
23276
23277 * info.el (Info-insert-dir): Use insert-buffer-substring.
23278
23279 * xml.el (xml-att-def-re): Add defvar.
23280
23281 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23282 calling convention.
23283
23284 * subr.el (while-no-input): Return t if there is input.
23285
23286 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23287
23288 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23289
23290 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23291
23292 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23293 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23294
23295 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23296
23297 * cmuscheme.el (scheme-start-file): Replace reference to
23298 `user-emacs-directory' by "~/.emacs.d/".
23299
23300 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23301
23302 * info.el (Info-dir-remove-duplicates): Avoid case folding
23303 in loop; instead, keep downcased strings for comparison.
23304 Suggested by Helmut Eller.
23305
23306 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23307
23308 Sync with Tramp 2.0.50.
23309
23310 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23311 XEmacs case; not necessary anymore.
23312 (tramp-user-regexp): Allow "@" as part of user name.
23313 (tramp-handle-set-visited-file-modtime)
23314 (tramp-handle-insert-file-contents)
23315 (tramp-handle-write-region): No special handling for
23316 `last-coding-system-used, because this is done in
23317 `tramp-accept-process-output' now.
23318 (tramp-accept-process-output): New defun.
23319 (tramp-process-one-action, tramp-process-one-multi-action)
23320 (tramp-wait-for-regexp, tramp-wait-for-output)
23321 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23322 Howells <dhowells@redhat.com>.
23323 (clear-visited-file-modtime): Defadvice removed. The check for
23324 unset buffer's modtime does not need to be based on
23325 `tramp-buffer-file-attributes'. Suggested by RMS.
23326 (tramp-message): Insert "\n" if not being at beginning of line.
23327 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23328 sequence with same logic.
23329 (tramp-completion-handle-expand-file-name): Discard call of
23330 `tramp-drop-volume-letter'. It is not necessary, and there have
23331 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23332 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23333 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23334 should always be visible.
23335 (tramp-handle-insert-directory, tramp-setup-complete)
23336 (tramp-set-process-query-on-exit-flag)
23337 (tramp-append-tramp-buffers): Pacify byte-compiler.
23338 (tramp-bug): Delete non-existing variables from list.
23339 Apply `tramp-load-report-modules' as pre-hook.
23340 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23341 `shell-prompt-pattern' because of non-7bit characters.
23342 Reported by Sebastian Luque <sluque@mun.ca>.
23343 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23344 (tramp-match-string-list): Remove function.
23345 (tramp-wait-for-regexp): Remove call of that function.
23346 Suggested by Kim F. Storm <storm@cua.dk>.
23347 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23348 instead of octal character code ?\600. The latter resulted in a
23349 syntax error with XEmacs.
23350
23351 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23352 XEmacs case; not necessary anymore.
23353 (tramp-smb-handle-write-region): No special handling for
23354 `last-coding-system-used, because this is done in
23355 `tramp-accept-process-output' now.
23356 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23357
23358 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23359
23360 * wid-edit.el (widget-choice-value-create):
23361 Unconditionally respect user choice. Set :explicit-choice back to nil
23362 when no longer needed.
23363 (widget-choice-action): Unconditionally respect user choice.
23364 Eliminate :explicit-choice-value.
23365
23366 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23367
23368 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23369 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23370 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23371 running new function `toggle-indicate-empty-lines'.
23372 Rename "Customize" item to "Customize fringe".
23373 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23374 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23375 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23376 Delete "Empty lines only" item.
23377 (menu-bar-showhide-fringe-ind-customize): New function.
23378 (menu-bar-showhide-fringe-ind-mixed)
23379 (menu-bar-showhide-fringe-ind-box)
23380 (menu-bar-showhide-fringe-ind-right)
23381 (menu-bar-showhide-fringe-ind-left)
23382 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23383 instead of `fringe-indicators'.
23384
23385 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23386
23387 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23388 Change the date of last update.
23389
23390 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23391
23392 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23393 (viper-exec-yank, viper-put-back): Don't display modification msg
23394 if in the minibuffer.
23395
23396 * viper-init.el (viper-replace-overlay-cursor-color)
23397 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23398 Make variables frame local.
23399
23400 * viper-util.el (viper-append-filter-alist): Use append instead of
23401 nconc.
23402
23403 * viper.el (viper-vi-state-mode-list)
23404 (viper-emacs-state-mode-list): Move help-mode and
23405 completion-list-mode from the first list to the second.
23406 (viper-mode): Docstring.
23407 (viper-go-away, viper-non-hook-settings): Don't localize
23408 minor-mode-alist in newer Emacsen. Add advice to
23409 set-cursor-color. Don't bind "\C-c\\".
23410
23411 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23412
23413 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23414 (scheme-macro-expand-command): New user options.
23415 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23416 (scheme-form-at-point, scheme-start-file)
23417 (scheme-interactively-start-process): New functions.
23418 (scheme-get-process): New function, extracted from `scheme-proc'.
23419 (run-scheme): Call `scheme-start-file' to get start file, and pass
23420 it to `make-comint'.
23421 (switch-to-scheme, scheme-proc):
23422 Call `scheme-interactively-start-process' if no Scheme buffer/process
23423 is available.
23424
23425 2005-08-06 Juri Linkov <juri@jurta.org>
23426
23427 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23428 Use `compilation-text-face', `compilation-info-text-face' and
23429 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23430 (compilation-error): New face.
23431 (compilation-error-file-name): Inherit from
23432 `compilation-error' instead of `font-lock-warning-face'.
23433 (compilation-warning-file-name): Inherit from
23434 `compilation-warning' instead of `font-lock-warning-face'.
23435 (compilation-info, compilation-error-file-name)
23436 (compilation-warning-file-name, compilation-info-file-name)
23437 (compilation-line-number, compilation-column-number): Doc fix.
23438 (compilation-error-text-face, compilation-warning-text-face)
23439 (compilation-info-text-face): New face variables.
23440 (compilation-line-face, compilation-column-face)
23441 (compilation-enter-directory-face)
23442 (compilation-leave-directory-face): Doc fix.
23443 (compilation-text-face): New function.
23444
23445 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23446 instead of 1 to display binary file names as info file links.
23447 (grep-error-face): Use `compilation-error-face' instead of
23448 `font-lock-keyword-face'.
23449 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23450 and `compilation-warning-text-face' instead of
23451 `font-lock-keyword-face'. Use `compilation-error-text-face'
23452 instead of `grep-error-face'.
23453
23454 2005-08-05 Kenichi Handa <handa@m17n.org>
23455
23456 * international/code-pages.el: Add autoload cookies for all coding
23457 systems.
23458
23459 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23460
23461 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23462
23463 2005-08-04 Juri Linkov <juri@jurta.org>
23464
23465 * progmodes/compile.el (compilation-mode-map):
23466 * progmodes/grep.el (grep-mode-map):
23467 Bind TAB to `compilation-next-error' and [backtab] to
23468 `compilation-previous-error'.
23469
23470 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23471 matching line numbers, column numbers and their ranges with regexp
23472 matching only line numbers.
23473 (grep-context-face): New face variable.
23474 (grep-mode-font-lock-keywords): Use it.
23475
23476 * faces.el (read-face-name): Delete duplicate faces.
23477
23478 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23479
23480 * thumbs.el (thumbs-find-image): Don't make variables
23481 automatically buffer local.
23482 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23483 (thumbs-image-num): Make automatically buffer local.
23484 (thumbs-show-thumbs-list): Use `make-local-variable', not
23485 `make-variable-buffer-local'.
23486 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23487
23488 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23489 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23490 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23491 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23492 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23493 (feelings-about, foullst, found, hello, history, howareyoulst)
23494 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23495 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23496 (neglst, obj, object, owner, please, problems, qlist)
23497 (random-adjective, relation, remlst, repetitive-shortness)
23498 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23499 (shortlst, something, sportslst, stallmanlst, states, subj)
23500 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23501 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23502 Defvar at compile time.
23503
23504 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23505 not `make-variable-buffer-local'.
23506
23507 2005-08-02 Kim F. Storm <storm@cua.dk>
23508
23509 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23510 rectangle overlay in selected window.
23511
23512 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23513
23514 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23515 instead of display group. Make `indicate-buffer-boundaries'
23516 customizable through Custom.
23517
23518 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23519
23520 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23521 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23522 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23523 (gdb-put-string): Fix typos in docstrings.
23524
23525 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23526
23527 Update copyright notices of files in progmodes directory for
23528 release of Emacs 22.1.
23529
23530 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23531
23532 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23533 Don't barf if the GUD buffer has been killed.
23534
23535 2005-08-01 Kim F. Storm <storm@cua.dk>
23536
23537 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23538
23539 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23540
23541 * simple.el (next-error-follow-minor-mode):
23542 make-variable-buffer-local -> make-local-variable.
23543
23544 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23545
23546 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23547 (byte-compile-form-make-variable-buffer-local): New functions to warn
23548 about misuses of make-variable-buffer-local where make-local-variable
23549 was meant.
23550
23551 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23552
23553 * bs.el (bs-attributes-list): Doc fix.
23554 (bs): Update url-link.
23555
23556 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23557 (desktop-load-default): Simplify.
23558
23559 * ibuffer.el (ibuffer-columnize-and-insert-list)
23560 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23561 (ibuffer-unmark-all, ibuffer-toggle-marks)
23562 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23563 (ibuffer-compile-make-format-form, ibuffer-format-column)
23564 (ibuffer-current-buffers-with-marks)
23565 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23566 (ibuffer): Doc fix.
23567 (ibuffer-mode): Fix typo in docstring.
23568 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23569 with `define-obsolete-variable-alias'.
23570 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23571
23572 2005-07-29 Kenichi Handa <handa@m17n.org>
23573
23574 * international/mule-cmds.el (select-message-coding-system):
23575 Be sure to use LF for end-of-line. If no coding system is decided,
23576 return iso-8859-1-unix.
23577
23578 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23579
23580 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23581 (ange-ftp-pending-error-line): New vars.
23582 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23583 to handle the non-fatal no-route-to-host messages.
23584 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23585
23586 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23587
23588 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23589 (isearch-quote-char, isearch-printing-char)
23590 (isearch-text-char-description): "?\ " -> "?\s".
23591 (isearch-lazy-highlight-cleanup)
23592 (isearch-lazy-highlight-initial-delay)
23593 (isearch-lazy-highlight-interval)
23594 (isearch-lazy-highlight-max-at-a-time)
23595 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23596 Declare with define-obsolete-*-alias macros.
23597 (isearch-forward): Fix typo in docstring.
23598 (search-invisible, search-ring-yank-pointer)
23599 (regexp-search-ring-yank-pointer): Doc fixes.
23600
23601 * recentf.el (recentf-menu-append-commands-p): Declare with
23602 `define-obsolete-variable-alias'.
23603 (recentf-max-saved-items, recentf-menu-filter)
23604 (recentf-arrange-by-rule-subfilter): Doc fixes.
23605 (recentf-menu-append-commands-flag)
23606 (recentf-initialize-file-name-history, recentf-expand-file-name)
23607 (recentf-clear-data): Fix typos in docstrings.
23608
23609 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23610
23611 * progmodes/gdb-ui.el: Smarten comments.
23612 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23613
23614 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23615
23616 * term/apollo.el (terminal-init-apollo): New function containing
23617 all former top level forms in the file.
23618 * term/bobcat.el (terminal-init-bobcat):
23619 * term/cygwin.el (terminal-init-cygwin):
23620 * term/iris-ansi.el (terminal-init-iris-ansi):
23621 * term/linux.el (terminal-init-linux):
23622 * term/news.el (terminal-init-news):
23623 * term/rxvt.el (terminal-init-rxvt):
23624 * term/sun.el (terminal-init-sun):
23625 * term/tvi970.el (terminal-init-tvi970):
23626 * term/vt100.el (terminal-init-vt100):
23627 * term/vt102.el (terminal-init-vt102):
23628 * term/vt125.el (terminal-init-vt125):
23629 * term/vt200.el (terminal-init-vt200):
23630 * term/vt201.el (terminal-init-vt201):
23631 * term/vt220.el (terminal-init-vt220):
23632 * term/vt240.el (terminal-init-vt240):
23633 * term/vt300.el (terminal-init-vt300):
23634 * term/vt320.el (terminal-init-vt320):
23635 * term/vt400.el (terminal-init-vt400):
23636 * term/vt420.el (terminal-init-vt420):
23637 * term/wyse50.el (terminal-init-wyse50):
23638 * term/xterm.el (terminal-init-xterm): Likewise.
23639
23640 * term/README: Describe the terminal-init-* functionality.
23641
23642 * startup.el (command-line): After loading the terminal initialization
23643 file call the corresponding terminal initialization function.
23644
23645 2005-07-27 Kenichi Handa <handa@m17n.org>
23646
23647 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23648 negative.
23649
23650 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23651 (ps-mule-composition-prologue): Fix for the case that
23652 RelativeCompose is false.
23653
23654 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23655
23656 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23657
23658 * descr-text.el (describe-char): Handle the case where the list of
23659 chars is displayed in a separate frame.
23660 Be a bit more discriminating when looking for the char.
23661
23662 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23663
23664 * bookmark.el (bookmark-automatically-show-annotations)
23665 (bookmark-read-annotation-text-func): Doc fixes.
23666 (bookmark-save): Improve argument/docstring consistency.
23667 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23668 (bookmark-alist-from-buffer)
23669 (bookmark-upgrade-file-format-from-0)
23670 (bookmark-grok-file-format-version)
23671 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23672 (bookmark-read-annotation-mode)
23673 (bookmark-insert-current-bookmark, bookmark-jump)
23674 (bookmark-exit-hook): Fix typos in docstrings.
23675 (bookmark-exit-hooks): Define as obsolete alias.
23676 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23677 not `bookmark-exit-hooks'. Fix docstring.
23678 (bookmark-bmenu-select): "?\ " -> "?\s".
23679
23680 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23681
23682 * startup.el (command-line): Fix typo.
23683
23684 2005-07-24 Richard M. Stallman <rms@gnu.org>
23685
23686 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23687 not emacs-quick-startup.
23688
23689 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23690
23691 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23692 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23693 instead of `reb-with-current-window'.
23694 (reb-prev-match): Likewise. Also, don't move left if the search
23695 was unsuccessful.
23696 (reb-initialize-buffer): New function.
23697 (re-builder, reb-change-syntax): Use it.
23698
23699 * man.el (Man-goto-page): Make second argument NOERROR optional.
23700
23701 2005-07-23 Richard M. Stallman <rms@gnu.org>
23702
23703 * man.el (Man-bgproc-sentinel): Check here for failure to find
23704 any man page in the output, and report the error here.
23705 (Man-arguments): Make it permanent local.
23706 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23707 (Man-mode): Pass t for NOERROR.
23708
23709 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23710 (grep-mode-font-lock-keywords):
23711 Don't use compilation-...-face for messages that are not file names.
23712
23713 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23714 Don't use compilation-...-face for messages that are not file names.
23715
23716 2005-07-22 Juri Linkov <juri@jurta.org>
23717
23718 * startup.el (normal-splash-screen): Update menu name.
23719
23720 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23721
23722 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23723
23724 * term/xterm.el: Load term/rxvt if the terminal is actually an
23725 rxvt terminal.
23726 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23727
23728 * term/rxvt.el (function-key-map): Use substitute-key-definition
23729 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23730
23731 * term/cygwin.el: New file.
23732
23733 2005-07-22 Kim F. Storm <storm@cua.dk>
23734
23735 * image-file.el (insert-image-file, image-file-yank-handler):
23736 Fix last change to maintain a (unique) yank-handler on yanked images.
23737
23738 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23739
23740 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23741 of the file size (as in "177B" for 177 bytes). This happens with
23742 "ls -lh" on FreeBSD.
23743
23744 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23745
23746 * hilit-chg.el (highlight-changes-global-initial-state)
23747 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23748 (hilit-chg-fixup, highlight-changes-mode):
23749 Fix typos in docstrings.
23750 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23751 Doc fixes.
23752
23753 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23754
23755 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23756 mode function using `eval-after-load'.
23757
23758 2005-07-21 Kim F. Storm <storm@cua.dk>
23759
23760 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23761 included when reporting an Emacs crash, and tell about the DEBUG file.
23762
23763 * image-file.el (insert-image-file): Add yank-handler.
23764 (image-file-yank-handler): Yank handler to make unique copies of
23765 images when they are yanked into a buffer next to each other.
23766
23767 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23768
23769 * comint.el (comint-use-prompt-regexp, comint-send-input)
23770 (comint-source-default, comint-extract-string)
23771 (comint-get-source, comint-word, comint-completion)
23772 (comint-source, comint-prompt-read-only, comint-update-fence):
23773 Fix typos in docstrings.
23774 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23775 Declare with define-obsolete-*-alias macros.
23776 (comint-previous-matching-input-from-input)
23777 (comint-next-matching-input-from-input)
23778 (comint-previous-matching-input, comint-next-matching-input)
23779 (comint-forward-matching-input):
23780 Improve argument/docstring consistency.
23781
23782 * desktop.el (desktop-clear-preserve-buffers-regexp):
23783 Also preserve the *server* buffer.
23784
23785 * simple.el (clone-indirect-buffer): Doc fix.
23786 (fixup-whitespace, just-one-space)
23787 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23788 (next-error, next-error-highlight)
23789 (next-error-highlight-no-select, next-error-last-buffer)
23790 (next-error-buffer-p, next-error-find-buffer, next-error)
23791 (previous-error, next-error-no-select, previous-error-no-select)
23792 (open-line, split-line, minibuffer-prompt-width, kill-new)
23793 (binary-overwrite-mode): Fix typos in docstrings.
23794 (set-fill-column): Fix typo in message.
23795
23796 * skeleton.el (skeleton-proxy-new): Doc fix.
23797
23798 * strokes.el (strokes-load-hook): Doc fix.
23799 (strokes-grid-resolution, strokes-get-grid-position)
23800 (strokes-renormalize-to-grid, strokes-read-stroke)
23801 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23802 (strokes-global-map): Fix typos in docstrings.
23803 (strokes-help): Doc fix. Fix help message and pass it through
23804 `substitute-command-keys'.
23805
23806 * tempo.el (tempo-insert-prompt, tempo-interactive)
23807 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23808 (tempo-insert-string-functions, tempo-local-tags)
23809 (tempo-define-template, tempo-insert-template)
23810 (tempo-insert-prompt-compat, tempo-is-user-element)
23811 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23812 Fix typos in docstrings.
23813
23814 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23815 (vcursor-key-bindings, vcursor-use-vcursor-map)
23816 (vcursor-find-window, vcursor-scroll-down)
23817 (vcursor-disable, vcursor-beginning-of-buffer)
23818 (vcursor-end-of-buffer): Fix typos in docstrings.
23819 (vcursor-relative-move, vcursor-get-char-count):
23820 Improve argument/docstring consistency.
23821
23822 * version.el: "?\ " -> "?\s".
23823
23824 * wid-edit.el (widget-default-create, widget-after-change)
23825 (widget-default-format-handler, widget-checklist-add-item)
23826 (widget-radio-add-item, widget-choose, widget-specify-secret)
23827 (widget-field-value-create, widget-field-value-get)
23828 (widget-editable-list-format-handler)
23829 (widget-editable-list-entry-create, widget-group-value-create)
23830 (widget-documentation-link-add)
23831 (widget-documentation-string-value-create): "?\ " -> "?\s".
23832 (widget-convert-text): Doc fix.
23833 (widget-narrow-to-field, widget-field-find)
23834 (widget-url-link-action, widget-emacs-library-link-action)
23835 (widget-color-notify): Fix typos in docstrings.
23836
23837 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23838 (x-select-text, set-w32-system-coding-system)
23839 (w32-add-charset-info): Fix typos in docstrings.
23840
23841 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23842 (cua-enable-cua-keys, cua-use-hyper-key)
23843 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23844 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23845
23846 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23847
23848 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23849 `defalias' instead of faking it.
23850
23851 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23852 (eshell-ls-missing, eshell-ls-dired-initial-args)
23853 (eshell-ls-use-in-dired): Fix typos in docstrings.
23854
23855 2005-07-20 Kim F. Storm <storm@cua.dk>
23856
23857 * emulation/cua-base.el (cua-mode): Improve doc string.
23858
23859 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23860
23861 * abbrev.el (expand-region-abbrevs): Doc fix.
23862 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23863 Improve argument/docstring consistency.
23864
23865 * arc-mode.el (archive-get-descr, archive-alternate-display):
23866 Doc fixes.
23867 (archive-l-e): Improve argument/docstring consistency.
23868 (archive-tmpdir, archive-unixdate, archive-unixtime)
23869 (archive-chmod-entry): Fix typos in docstrings.
23870 (archive-unflag, archive-unflag-backwards)
23871 (archive-unmark-all-files): "?\ " -> "?\s".
23872
23873 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23874 (Buffer-menu-not-modified, Buffer-menu-execute)
23875 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23876 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23877
23878 * composite.el (compose-string, encode-composition-rule)
23879 (compose-last-chars): Fix typos in docstrings.
23880
23881 * desktop.el (desktop-enable, desktop-basefilename):
23882 Declare with `define-obsolete-variable-alias'.
23883 (desktop-internal-v2s): Don't quote keywords.
23884 (desktop-clear): "?\ " -> "?\s".
23885
23886 * dired.el (dired-align-file, dired-flag-backup-files)
23887 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23888 (dired-listing-switches, dired-ls-F-marks-symlinks)
23889 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23890 (dired-directory, dired-faces, dired, dired-revert)
23891 (dired-mode, dired-summary, dired-view-file)
23892 (dired-copy-filename-as-kill, dired-delete-file)
23893 (dired-no-confirm, dired-unmark-all-marks)
23894 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23895 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23896 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23897 Fix typos in message strings.
23898
23899 * dired-x.el (virtual-dired): Declare with `defalias'.
23900 (dired-mark-unmarked-files, dired-local-variables-file)
23901 (dired-omit-here-always): Doc fix.
23902 (dired-omit-mode, dired-find-subdir)
23903 (dired-enable-local-variables, dired-clean-up-buffers-too)
23904 (dired-extra-startup, dired-mark-extension, dired-jump)
23905 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23906 (dired-smart-shell-command, dired-guess-shell-alist-user)
23907 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23908 (dired-x-bind-find-file, dired-x-submit-report):
23909 Fix typos in docstrings.
23910 (dired-mark-unmarked-files): "?\ " -> "?\s".
23911
23912 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23913
23914 * faces.el (describe-face): "?\ " -> "?\s".
23915 (read-all-face-attributes, read-face-font, modify-face)
23916 (face-attr-construct, italic): Fix typos in docstrings.
23917 (frame-update-face-colors): Declare with
23918 `define-obsolete-function-alias'.
23919
23920 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23921 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23922 (magic-mode-alist, buffer-file-numbers-unique)
23923 (write-file-functions, get-free-disk-space):
23924 Fix typos in docstrings.
23925 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23926 (write-contents-hooks, write-file-hooks):
23927 Declare with `define-obsolete-variable-alias'.
23928
23929 * forms-d2.el (arch-rj): Fix typo in docstrings.
23930 (arch-tocol): Likewise. "?\ " -> "?\s".
23931
23932 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23933 Fix typo in docstring.
23934 (set-screen-width, set-screen-height): Delete redundant info in
23935 doctrings.
23936 (new-frame, screen-height, screen-width): Declare with
23937 `define-obsolete-function-alias'.
23938 (delete-frame-hook, blink-cursor): Declare with
23939 `define-obsolete-variable-alias'.
23940
23941 * paths.el (prune-directory-list): Fix typos in docstring.
23942
23943 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23944 (cvs-prefix-get): Fix typos in docstrings.
23945
23946 * ps-print.el (ps-extend-face-list, ps-extend-face)
23947 (ps-print-background-image): Fix typos in docstrings.
23948 (ps-default-fg, ps-default-bg): Doc fixes.
23949
23950 * s-region.el (s-region-bind): Doc fix.
23951 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23952
23953 * textmodes/org.el (org-table-formula-substitute-names)
23954 (org-table-get-vertical-vector): Doc fixes.
23955 (org-table-recalculate): Remove unused argument to `message'.
23956
23957 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23958
23959 * textmodes/org.el (org-table-column-names)
23960 (org-table-column-name-regexp)
23961 (org-table-named-field-locations): New variables.
23962 (org-archive-subtree): Protect `this-command' when calling
23963 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23964 the kill buffer.
23965 (org-complete): Remove fixed-formula completion.
23966 (org-edit-formulas-map): New variable.
23967 (org-table-edit-formulas): New command.
23968 (org-finish-edit-formulas, org-abort-edit-formulas)
23969 (org-show-variable, org-table-get-vertical-vector): New functions.
23970 (org-table-maybe-eval-formula): Handle `:=' fields.
23971 (org-table-get-stored-formulas, org-table-store-formulas)
23972 (org-table-get-formula, org-table-modify-formulas)
23973 (org-table-replace-in-formulas): Handle named field formulas.
23974 (org-table-get-specials): Store locations of named fields.
23975
23976 2005-07-19 Juri Linkov <juri@jurta.org>
23977
23978 * progmodes/grep.el (grep-regexp-alist)
23979 (grep-mode-font-lock-keywords, grep-process-setup):
23980 Use default GNU grep match color "01;31m" instead of "01;41m".
23981 (grep-regexp-alist, grep-mode-font-lock-keywords):
23982 Use `\\[[0-9]*m' instead of `\\[00m'.
23983 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23984 sgr_start where its handling is more important. Use the real
23985 length of sgr_start instead of constant 8.
23986 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23987 specially. Delete all remaining escape sequences.
23988 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23989 (grep-regexp-alist): Make hyperlink only for binary file name
23990 instead of the whole line.
23991 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23992 (grep-mode): Add autoload.
23993
23994 * emacs-lisp/find-func.el (find-function-regexp):
23995 Add `define-compilation-mode'.
23996
23997 2005-07-19 Juri Linkov <juri@jurta.org>
23998
23999 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24000 (compare-windows-sync-string-size, compare-windows-recenter)
24001 (compare-windows-highlight, compare-windows): Add version 22.1.
24002 (compare-windows) <defface>: Inherit from lazy-highlight instead
24003 of duplicating its default value.
24004
24005 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24006 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24007
24008 * descr-text.el (describe-char): Create link buttons for `charset'
24009 and `code point'. Add the current input method name with a link
24010 button to `to input' field. Print face names of display table
24011 characters in `The display table entry is displayed by' section
24012 instead of printing face-id in the `display' field.
24013 Guess hardcoded faces and create a link button for them.
24014 Skip empty fields when calculating max-width.
24015 Treat `widget-create' specially while inserting strings from the
24016 collected field list.
24017 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24018
24019 * diff-mode.el (diff-file-header): Change foreground color from
24020 yellow to green on light backgrounds.
24021 (diff-context): Inherit from `shadow' only for color/grayscale
24022 with more than 88 colors.
24023 (diff-indicator-removed, diff-indicator-added)
24024 (diff-indicator-changed): New faces.
24025 (diff-font-lock-keywords): Use new faces. Regroup rules.
24026 Add "^---$" for `normal' diff format. Fontify `#' lines with
24027 font-lock-comment-delimiter-face and font-lock-comment-face.
24028 Add `#' to ^[^...] in the rule for `diff-context-face'.
24029
24030 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24031 a button-like box. Inherit from `highlight' on low colors.
24032 (shadow): Use shades of gray only for color/grayscale with
24033 more than 88 colors. Use green for light backgrounds with
24034 8 colors, and yellow for dark backgrounds with 8 colors.
24035
24036 * font-lock.el (font-lock-regexp-grouping-backslash):
24037 Don't inherit from escape-glyph (use bold for all cases).
24038
24039 * info.el (info-xref-visited): Use light foreground color `violet'
24040 for dark backgrounds instead of dark color `magenta3'.
24041 (info-title-1): Use `yellow' color for dark backgrounds.
24042
24043 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24044 too-light magenta2.
24045
24046 * replace.el (match): Use slightly more light RoyalBlue3 instead
24047 of dark RoyalBlue4.
24048
24049 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24050
24051 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24052
24053 * novice.el (disabled-command-hook): Declare it with
24054 `define-obsolete-variable-alias'.
24055
24056 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24057 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24058 (desktop-load-default): Add release to obsolescence info.
24059 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24060 (desktop-append-buffer-args, desktop-read):
24061 Fix typos in docstrings.
24062 (desktop-kill): Fix typo in message.
24063 (desktop-save): Doc fix.
24064
24065 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24066
24067 * viper-cmd.el (viper-escape-to-state): Bug fix.
24068 (viper-envelop-ESC-key): Change the definition of fast
24069 keysequence so it'll work with keyboard macros.
24070
24071 * ediff.el (ediff-patch-buffer): Change the docstring.
24072
24073 2005-07-19 Kenichi Handa <handa@m17n.org>
24074
24075 * international/mule-cmds.el (select-safe-coding-system): Try to
24076 use an auto-coding (if any) before anything else. If the found
24077 auto-coding is invalid, show a warning message.
24078
24079 * international/mule.el (find-auto-coding): New function created
24080 by modifying the body of set-auto-coding.
24081 (set-auto-coding): Use find-auto-coding to find a coding.
24082
24083 2005-07-18 Richard M. Stallman <rms@gnu.org>
24084
24085 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24086 not isearch-mode-end-hook-error.
24087 (allout-before-change-protect): Fix error message.
24088
24089 2005-07-18 Juri Linkov <juri@jurta.org>
24090
24091 * allout.el (allout-mode):
24092 * calculator.el (calculator-copy):
24093 * custom.el (custom-known-themes):
24094 * dired.el (dired-desktop-buffer-misc-data)
24095 (dired-restore-desktop-buffer):
24096 * dired-x.el (dired-omit-marker-char):
24097 * files.el (basic-save-buffer):
24098 * font-core.el (font-lock-mode):
24099 * calendar/calendar.el (calendar-goto-hebrew-date)
24100 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24101 (calendar-goto-persian-date):
24102 * language/ethio-util.el (ethio-sera-to-fidel-region):
24103 * textmodes/picture.el (picture-mode):
24104 Delete duplicate duplicate words.
24105
24106 2005-07-18 Juri Linkov <juri@jurta.org>
24107
24108 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24109 chars * ? } |.
24110 (isearch-fallback): Don't call `isearch-process-search-char'.
24111 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24112 (isearch-process-search-char): Call `isearch-fallback' for regexp
24113 chars * ? } |.
24114 (isearch-return-char): Make obsolete with `make-obsolete' instead
24115 of simply documenting it as obsolete in the docstring.
24116 (isearch-fallback): Refill docstring.
24117
24118 * international/isearch-x.el
24119 (isearch-process-search-multibyte-characters): Remove unneeded
24120 `concat'. Add intermediate values to `junk-hist' instead of
24121 `minibuffer-history'. Test the length of `str'.
24122
24123 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24124
24125 * allout.el (allout-resolve-xref): Fix typos in error strings.
24126 (allout-before-change-protect): Remove unneeded `concat'.
24127
24128 * array.el (array-mode, array-reconfigure-rows)
24129 (untabify-backward): Fix typos in docstrings.
24130 (array-reconfigure-rows): Use `insert-buffer-substring', not
24131 `insert-buffer'.
24132
24133 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24134 * progmodes/ada-mode.el (ada-make-body):
24135 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24136
24137 * dired.el (dired-log):
24138 * tar-mode.el (tar-subfile-save-buffer):
24139 * play/zone.el (zone-pgm-stress-destress):
24140 Use `insert-buffer-substring', not `insert-buffer'.
24141
24142 2005-07-17 Simon Josefsson <jas@extundo.com>
24143
24144 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24145
24146 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24147
24148 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24149 Add plain auth method.
24150 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24151
24152 2005-07-17 Kim F. Storm <storm@cua.dk>
24153
24154 * ido.el (dired-other-window): Add ido property.
24155
24156 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24157
24158 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24159 Fix typo in docstring.
24160 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24161 `insert-file-literally'.
24162
24163 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24164 info and delete redundant message. Doc fix.
24165 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24166 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24167
24168 2005-07-16 Richard M. Stallman <rms@gnu.org>
24169
24170 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24171 (byte-compile-and): Use byte-compile-and-recursion.
24172 (byte-compile-or-recursion): New function.
24173 (byte-compile-or): Use that.
24174 (byte-compile-if): Guard the else-clause too.
24175 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24176
24177 * isearch.el (isearch-mode-end-hook-quit): New variable.
24178 (isearch-done): Bind it.
24179 (isearch-mode-end-hook): Doc fix.
24180
24181 * allout.el (allout-isearch-did-quit): Variable deleted.
24182 (allout-real-isearch-abort): Function name no longer used.
24183 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24184 (allout-isearch-rectification): isearch-mode always exists.
24185 Don't set allout-isearch-did-quit.
24186 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24187 allout-isearch-did-quit.
24188 (allout-enwrap-isearch): Just add the hook.
24189 (allout-isearch-abort): Function deleted.
24190 (allout-pre-command-business): Avoid warning.
24191
24192 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24193 Correctly avoid warnings.
24194 (pascal-outline): Likewise.
24195
24196 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24197
24198 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24199
24200 * play/tetris.el (tetris-mode): Avoid warning.
24201
24202 * play/snake.el (snake-mode): Avoid warning.
24203
24204 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24205 (gamegrid-set-display-table): Avoid warning.
24206 (gamegrid-set-timer): Likewise.
24207 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24208 (gamegrid-add-score-with-update-game-score-1): Take FILE
24209 as argument.
24210 (gamegrid-add-score-with-update-game-score): Pass that argument.
24211 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24212
24213 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24214
24215 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24216 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24217
24218 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24219 and insert-file.
24220
24221 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24222 (sc-ask): Avoid warnings.
24223
24224 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24225 (eshell-hist-initialize): Use that var the natural way.
24226
24227 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24228
24229 * emacs-lisp/re-builder.el (reb-cook-regexp):
24230 Avoid warning calling lre-compile-string.
24231 (reb-color-display-p): Avoid warning.
24232
24233 * calculator.el (calculator-last-input): Guard uses
24234 of event-key and key-press-event-p.
24235 (event-key, key-press-event-p): Delete definitions.
24236
24237 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24238 (find-gc-source-directory, find-gc-subrs-callers)
24239 (find-gc-noreturn-list, find-gc-source-files)
24240 (find-gc-subrs-called): Vars renamed and defvar'd.
24241
24242 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24243 (checkdoc-overlay-put, checkdoc-delete-overlay)
24244 (checkdoc-overlay-start, checkdoc-overlay-end)
24245 (checkdoc-mode-line-update, checkdoc-char=):
24246 Define such that compiler knows they are defined.
24247 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24248 (checkdoc-read-event): Delete. Use read-event directly.
24249
24250 * whitespace.el (whitespace-make-overlay)
24251 (whitespace-overlay-put, whitespace-delete-overlay)
24252 (whitespace-overlay-start, whitespace-overlay-end):
24253 Define such that compiler knows they are defined.
24254 (whitespace): Move conditional inside.
24255
24256 * tempo.el (tempo-insert-template): Suppress warning.
24257
24258 * ediff-diff.el (longlines-mode): Add defvar.
24259
24260 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24261
24262 * server.el: Bind "C-x #" in a way that works even if C-x is
24263 redefined to a command key, not a prefix key.
24264
24265 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24266
24267 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24268 cl-make-type-test till execution time.
24269
24270 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24271
24272 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24273 arg ARG and use it.
24274
24275 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24276
24277 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24278
24279 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24280
24281 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24282 a defcustom with two :set or :type keywords.
24283
24284 2005-07-15 Richard M. Stallman <rms@gnu.org>
24285
24286 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24287 Don't give ^M comment-end syntax.
24288
24289 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24290
24291 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24292 Don't consider gdbmi (gdb-mi.el has its own update functions).
24293 (gdb-var-delete): Make it work for gdbmi as well.
24294 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24295
24296 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24297 (gud-speedbar-menu-items): Correct logic for enabling items.
24298
24299 2005-07-15 Kim F. Storm <storm@cua.dk>
24300
24301 * ido.el: Fix commentary.
24302 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24303 Use with-no-warnings around ffap-guesser.
24304 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24305 Let bind minibuffer-completing-file-name to t.
24306
24307 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24308
24309 * startup.el (site-run-file, keyboard-type): Doc fixes.
24310 (command-line): Check for "--basic-display" argument; also for
24311 "--quick", not "--bare-bones" (which was renamed).
24312 (fancy-splash-text): Add missing item "Getting New Versions".
24313 (normal-splash-screen): Fix typos and improve consistency with
24314 `fancy-splash-text'. Update copyright year.
24315
24316 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24317 valid binding for `help-char'.
24318
24319 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24320
24321 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24322
24323 * term.el (term-mode): Disable cua-mode for term buffers.
24324
24325 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24326
24327 * add-log.el (add-log-mailing-address, change-log-merge):
24328 Doc fixes.
24329 (change-log-get-method-definition): Fix typo in docstring.
24330
24331 2005-07-14 Kim F. Storm <storm@cua.dk>
24332
24333 * emulation/cua-base.el:
24334 (cua--pre-command-handler-1, cua--pre-command-handler)
24335 (cua--post-command-handler-1, cua--post-command-handler):
24336 Split in two. Check (buffer local) value of cua-mode.
24337 (cua-selection-mode): New command.
24338
24339 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24340
24341 * custom.el (custom-initialize-safe-set)
24342 (custom-initialize-safe-default): Doc fixes.
24343
24344 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24345 and simplify :init-value again.
24346
24347 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24348 and simplify :init-value again. Delete autoload.
24349
24350 * startup.el (command-line): Use `custom-reevaluate-setting' again
24351 for tooltip-mode.
24352
24353 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24354 a defcustom with two :initialize keywords.
24355
24356 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24357
24358 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24359 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24360 (allout-post-command-business, allout-flag-region)
24361 (isearch-reenable-font-lock, allout-yank)
24362 (allout-insert-latex-header, allout-insert-latex-trailer)
24363 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24364 (allout-latex-verb-quote): Fix typos in docstrings.
24365 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24366 (allout-unprotected, allout-prefix-data):
24367 Improve argument/docstring consistency.
24368 (allout-chart-subtree): Fix argument spec.
24369 (allout-open-topic): Rename `use_sib_bullet' argument to
24370 `use-sib-bullet'. Doc fix.
24371
24372 * whitespace.el (whitespace-check-buffer-leading)
24373 (whitespace-check-buffer-trailing)
24374 (whitespace-check-buffer-indent)
24375 (whitespace-check-buffer-spacetab)
24376 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24377 (whitespace-check-leading-whitespace)
24378 (whitespace-check-trailing-whitespace)
24379 (whitespace-check-spacetab-whitespace)
24380 (whitespace-check-indent-whitespace)
24381 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24382 (whitespace-modes): Fix typos in docstrings.
24383 (defgroup, defcustom): Doc fixes.
24384
24385 * winner.el (winner-mode, winner-boring-buffers)
24386 (winner-pending-undo-ring): Doc fixes.
24387 (winner-ring): Remove unneeded `progn'.
24388 (winner-equal): `defsubst' it.
24389 (winner-redo): Fix message.
24390
24391 2005-07-13 Kim F. Storm <storm@cua.dk>
24392
24393 * simple.el (line-move-1): Always use vertical-motion to
24394 do the last (or only) line move to ensure some movement.
24395 Undo 2005-06-23 change--don't check for overlays.
24396
24397 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24398
24399 * term/mac-win.el (ccl-encode-mac-roman-font)
24400 (ccl-encode-mac-centraleurroman-font)
24401 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24402 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24403 Change charset-id boundary of dimension to ?\xef.
24404 (mac-char-fontspec-list): New constant.
24405 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24406 argument. Nil uses itself as family in font-spec. Previous
24407 behavior for nil is now provided by non-nil non-string argument.
24408 All callers changed. Add font-specs for Mac fonts to
24409 "fontset-default" unless iso8859-1 fonts are installed.
24410
24411 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24412
24413 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24414 a continuation line if the \ is preceded by SPC or TAB.
24415 (sh-get-indent-info): Simplify.
24416 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24417 Use with-current-buffer.
24418
24419 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24420 when the matched text is empty.
24421
24422 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24423
24424 * startup.el (command-line): Revert to previous handling of
24425 tooltip-mode. Explain in comment why the complexity is needed.
24426
24427 * tooltip.el (tooltip-mode): Revert to previous implementation of
24428 its defcustom.
24429
24430 * frame.el (blink-cursor-mode): Revert to previous implementation
24431 of its defcustom. Update comment.
24432
24433 2005-07-12 Lars Hansen <larsh@soem.dk>
24434
24435 * desktop.el: Update e-mail address.
24436
24437 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24438
24439 * term/mac-win.el (mac-services-mail-selection)
24440 (mac-services-mail-to): New functions.
24441 (mac-application-menu-map): Bind them.
24442
24443 2005-07-12 wulei <milton@wulei.net> (tiny change)
24444
24445 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24446
24447 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24448
24449 * custom.el (custom-reevaluate-setting): Doc fix.
24450
24451 2005-07-11 Jay Belanger <belanger@truman.edu>
24452
24453 * calc/calc.el (calc-embedded-announce-formula-alist)
24454 (calc-embedded-open-close-plain-alist)
24455 (calc-embedded-open-close-mode-alist): Add checks for additional
24456 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24457
24458 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24459
24460 * custom.el (custom-enable-theme): Don't add theme to
24461 `custom-enabled-themes' with `push' because there is no
24462 setf-method for `delq'.
24463
24464 2005-07-11 Richard M. Stallman <rms@gnu.org>
24465
24466 * custom.el (custom-declare-variable): Doc fix.
24467
24468 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24469 from the alists.
24470
24471 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24472 Do nothing if edebug-active.
24473
24474 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24475 (edebug-display): Do it here instead.
24476
24477 2005-07-10 Richard M. Stallman <rms@gnu.org>
24478
24479 * cus-face.el (custom-theme-set-faces): Make it work.
24480 (custom-reset-faces): Doc fix.
24481 (custom-theme-reset-internal-face, custom-theme-face-value):
24482 Functions deleted.
24483
24484 * custom.el (custom-push-theme): Maintain list of the settings
24485 of a given theme in its theme-settings property.
24486 Maintain position of old settings in the theme-value
24487 or theme-face property.
24488 (custom-enabled-themes): New variable.
24489 (custom-theme-enabled-p): New function.
24490 (provide-theme): Update custom-enabled-themes.
24491 Disable and reenable the `user' theme.
24492 (require-theme): Doc fix.
24493 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24494 (custom-theme-value, custom-theme-variable-value): Likewise.
24495 (custom-theme-reset-internal): Likewise.
24496 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24497 (custom-enable-theme, custom-disable-theme): New functions.
24498 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24499 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24500 (custom-theme-reset-variables): Simplify.
24501 (deftheme, custom-declare-theme, custom-make-theme-feature):
24502 Definitions moved.
24503
24504 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24505
24506 * longlines.el (longlines-show-region)
24507 (longlines-unshow-hard-newlines): Recognize hard newlines by
24508 non-nil hard property, instead of t.
24509
24510 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24511
24512 * viper-cmd.el (viper--key-maps): New variable.
24513 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24514 emulation-mode-map-alists.
24515 (viper-envelop-ESC-key): Use viper-subseq.
24516 (viper-search-forward/backward/next): Disable debug-on-error.
24517
24518 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24519 (viper-ESC-key): New defcustoms.
24520
24521 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24522
24523 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24524 (viper-subseq): Copy of subseq from cl.el.
24525
24526 * viper.el (viper-go-away, viper-set-hooks): Use
24527 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24528
24529 * viper-mous.el (viper-current-frame-saved): Use defvar.
24530
24531 * viper-init.el: Get rid of -face in face names.
24532
24533 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24534 Make it work with longlines mode
24535
24536 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24537
24538 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24539
24540 * ediff-init.el: Get rid of -face in face names.
24541
24542 2005-07-10 Richard M. Stallman <rms@gnu.org>
24543
24544 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24545 and with-timeout-unsuspend.
24546
24547 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24548 and with-timeout-unsuspend.
24549
24550 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24551 (with-timeout): Bind that variable to record timers.
24552 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24553
24554 * emacs-lisp/debug.el (debug-help-follow): New function.
24555 (debugger-mode-map): Use that instead of help-follow.
24556 (debugger-setup-buffer): Use eval-buffer-list
24557 to handle eval-buffer frames.
24558
24559 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24560
24561 * timezone.el (timezone-parse-date): Change first regexp
24562 so it will not mistakenly match dates with no time zone.
24563
24564 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24565
24566 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24567
24568 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24569
24570 * custom.el (custom-initialize-safe-set)
24571 (custom-initialize-safe-default): New functions.
24572
24573 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24574 and simplify :init-value.
24575
24576 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24577 and simplify :init-value. Delete obsolete comment.
24578
24579 * startup.el (command-line): Use `custom-reevaluate-setting' to
24580 handle `tooltip-mode'. Delete obsolete comment.
24581
24582 * files.el (set-visited-file-name): Avoid calling
24583 `file-name-nondirectory' with a nil argument.
24584
24585 2005-07-09 Richard M. Stallman <rms@gnu.org>
24586
24587 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24588 was called with nil for the buffer, handle the read position right.
24589 Handle read position for eval-region, too.
24590
24591 2005-07-09 Juri Linkov <juri@jurta.org>
24592
24593 * fringe.el (fringe-mode): Add period in docstring.
24594 (fringe-query-style): Build prompt depending on `all-frames' arg.
24595
24596 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24597 to not create links to unrelated functions in the Help buffer.
24598
24599 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24600 Doc fix.
24601
24602 * simple.el (next-error-hook): New variable.
24603 (next-error): Use it. Doc fix.
24604
24605 * textmodes/ispell.el (ispell-command-loop): Add current
24606 dictionary name and program name to mode-line-format.
24607 (ispell-region, ispell-process-line): Add current dictionary name
24608 and program name to messages.
24609
24610 2005-07-08 Jay Belanger <belanger@truman.edu>
24611
24612 * calc/calc.el (calc-embedded-announce-formula-alist)
24613 (calc-embedded-open-close-formula-alist)
24614 (calc-embedded-open-close-word-alist)
24615 (calc-embedded-open-close-plain-alist)
24616 (calc-embedded-open-close-new-formula-alist)
24617 (calc-embedded-open-close-mode-alist)
24618 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24619 (calc-embedded-mode-hook): New variables.
24620
24621 * calc/calc-embed.el (calc-embedded-firsttime)
24622 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24623 New variables.
24624 (calc-do-embedded): Use calc-embedded-firsttime,
24625 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24626 determine whether or not to run hooks.
24627 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24628 calc-embedded-firsttime-formula appropriately.
24629 Set calc-embedded delimiter variables according to mode.
24630
24631 2005-07-08 Richard M. Stallman <rms@gnu.org>
24632
24633 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24634 Check for "emacs", etc., as entire symbol, not just as word.
24635 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24636
24637 * files.el (set-visited-file-name): Report the error
24638 for "empty filename" earlier.
24639 (kill-some-buffers): Ignore buffers already dead.
24640
24641 * fringe.el (fringe-mode): Doc fix.
24642
24643 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24644 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24645 Use unwind-protect to ensure byte-compile-unresolved-functions
24646 is updated.
24647
24648 * whitespace.el (whitespace-buffer-leading-cleanup):
24649 Simplify w/ skip-chars-forward.
24650 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24651
24652 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24653 Unconditionally try to leave point at the same old place.
24654
24655 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24656
24657 * comint.el (comint-postoutput-scroll-to-bottom)
24658 (comint-show-maximum-output): Take scroll-margin into consideration.
24659
24660 2005-07-08 Kim F. Storm <storm@cua.dk>
24661
24662 * ido.el (ido-use-filename-at-point): New choice `guess'.
24663 (ido-file-internal): Try ffap-guesser if selected.
24664
24665 * ido.el (ido-before-fallback-functions): New hook.
24666 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24667 (ido-read-file-name): Run it.
24668
24669 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24670
24671 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24672 strings rather than a list of symbols to the completion function.
24673
24674 2005-07-07 Jay Belanger <belanger@truman.edu>
24675
24676 * calc/calc-units.el (math-apply-units): Change the places in
24677 which units are simplified.
24678
24679 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24680
24681 * cus-edit.el (customize-option, customize-option-other-window):
24682 Make them handle aliases.
24683
24684 * custom.el (custom-variable-p): Make it recursively follow
24685 aliases. Mention that in the docstring.
24686
24687 2005-07-07 Richard M. Stallman <rms@gnu.org>
24688
24689 * cus-start.el (exec-path): Use `directory' instead of `file'.
24690 Fix tag for nil.
24691
24692 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24693
24694 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24695 when called non-interactively. Doc fix.
24696
24697 2005-07-07 Lute Kamstra <lute@gnu.org>
24698
24699 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24700 new address as well.
24701
24702 2005-07-07 Kenichi Handa <handa@m17n.org>
24703
24704 * international/mule.el (make-coding-system):
24705 Describe `ascii-incompatible' property in the docstring.
24706 (set-file-name-coding-system): Signal an error if coding-system is
24707 ascii-incompatible.
24708 (set-keyboard-coding-system): Likewise.
24709
24710 * international/mule-cmds.el (set-default-coding-systems):
24711 Don't set default-file-name-coding-system and
24712 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24713
24714 * international/utf-16.el: Declare that all UTF-16-based coding
24715 systems are ASCII-incompatible.
24716
24717 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24718
24719 * progmodes/gud.el: Require font-lock for displaying errors.
24720 Used by gdb-ui.el.
24721
24722 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24723
24724 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24725 values for the pattern lists which are `read'able but not
24726 `append'able (like symbols).
24727
24728 2005-07-06 Richard M. Stallman <rms@gnu.org>
24729
24730 * progmodes/flymake.el (flymake-float-time): Instead of
24731 with-no-warnings, test for XEmacs.
24732 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24733 to avoid warning.
24734
24735 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24736
24737 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24738
24739 2005-07-05 Lute Kamstra <lute@gnu.org>
24740
24741 * battery.el: Add support for Darwin (with much debugging help
24742 from Samuel Lauber <sam124@operamail.com>).
24743 (battery-status-function, battery-echo-area-format)
24744 (battery-mode-line-format): Add support for pmset on Darwin.
24745 (battery-load-low, battery-load-critical): New user options.
24746 (battery-pmset): New function.
24747
24748 2005-07-05 Lute Kamstra <lute@gnu.org>
24749
24750 Update FSF's address in GPL notices.
24751
24752 * textmodes/page-ext.el: Update FSF's address.
24753
24754 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24755
24756 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24757 filling from using prefix when filling a single-line docstring.
24758
24759 * progmodes/flymake.el: Remove useless eval-when-compile.
24760
24761 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24762
24763 2005-07-04 Richard M. Stallman <rms@gnu.org>
24764
24765 * textmodes/org.el (org-file-apps-defaults-gnu):
24766 Rename from org-file-apps-defaults-linux.
24767 (org-default-apps): Don't test system-type for `linux'.
24768 (org-file-apps): Doc fix.
24769
24770 2005-07-04 David Ponce <david@dponce.com>
24771
24772 * tree-widget.el: Improve header Commentary section.
24773 (tree-widget) [defgroup]
24774 (tree-widget-image-enable, tree-widget-themes-directory)
24775 (tree-widget-theme, tree-widget-image-properties-emacs)
24776 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24777 (tree-widget-image-formats, tree-widget-control)
24778 (tree-widget-empty-control, tree-widget-leaf-control
24779 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24780 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24781 (tree-widget-keep, tree-widget-after-toggle-functions)
24782 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24783 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24784 :help-echo message.
24785 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24786 (tree-widget-image-properties): Doc fix. Clearer implementation.
24787 (tree-widget--cursors): New constant.
24788 (tree-widget-lookup-image): New function split from
24789 `tree-widget-find-image'. Clearer implementation.
24790 (tree-widget-find-image): Use it.
24791 (tree-widget-button-keymap): Use `set-keymap-parent'.
24792 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24793 Define the sub-widgets here.
24794 (tree-widget-node): Check that :node is not a tree-widget.
24795 (tree-widget-get-super, tree-widget-open-control)
24796 (tree-widget-close-control, tree-widget-empty-control)
24797 (tree-widget-leaf-control, tree-widget-guide)
24798 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24799 (tree-widget-no-handle, tree-widget-value-delete)
24800 (tree-widget-map): Remove.
24801 (tree-widget-children-value-save): Doc fix. Simplified.
24802 (tree-widget-value-create): Update according to previous changes.
24803
24804 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24805
24806 * textmodes/org.el: Leading space replaced by TABS.
24807 (org-recalc-marks, org-table-rotate-recalc-marks)
24808 (org-table-get-specials): Treat "^" and "_" marks.
24809 (org-table-justify-field-maybe): Optional argument NEW.
24810 (org-table-eval-formula): Parsing of the format simplified.
24811 New modes C,I. Honor the %= parameter in the current table.
24812 Avoid unnecessary re-align by using the NEW argument to
24813 `org-table-justify-field-maybe'.
24814 (org-calc-default-modes): Default for date-format mimicks org-mode.
24815 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24816
24817 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24818
24819 * cus-face.el (custom-theme-set-faces): Make it handle face
24820 aliases whose alias declarations are pre- or autoloaded.
24821
24822 2005-07-04 Juri Linkov <juri@jurta.org>
24823
24824 * faces.el (read-face-name): Put the code for getting a face name
24825 from the buffer before adding the faces from the `face' property.
24826 Use `completing-read-multiple' instead of `completing-read'.
24827 Require `crm'. Add default value and post-process the returned
24828 list of faces.
24829
24830 * emacs-lisp/crm.el (crm-find-current-element)
24831 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24832
24833 * emacs-lisp/lisp-mode.el (eval-defun-1):
24834 * emacs-lisp/edebug.el (edebug-eval-defun):
24835 Remove unnecessary quotes.
24836
24837 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24838
24839 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24840 (prolog-indent-level): Fix typo in docstring.
24841
24842 * info.el (Info-history, Info-history-forward)
24843 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24844
24845 * add-log.el (add-change-log-entry):
24846 * comint.el (comint-dynamic-list-input-ring)
24847 (comint-dynamic-list-completions):
24848 * dabbrev.el (dabbrev-expand):
24849 * delim-col.el (delimit-columns-rectangle-line):
24850 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24851 (diff-unified->context):
24852 * ediff-init.el (ediff-abbrev-jobname):
24853 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24854 (ediff-replace-session-activity-marker-in-meta-buffer):
24855 * info.el (Info-summary):
24856 * lpr.el (printify-region):
24857 * printing.el (pr-create-interface):
24858 * ps-print.el (ps-print-quote):
24859 * ses.el (ses-column-widths, ses-print-cell)
24860 (ses-adjust-print-width, ses-center):
24861 * shell.el (shell-file-name-quote-list):
24862 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24863 (strokes-fill-current-buffer-with-whitespace)
24864 (strokes-xpm-for-stroke, strokes-list-strokes)
24865 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24866 * term.el (term-dynamic-list-input-ring)
24867 (term-dynamic-list-completions):
24868 * calc/calc.el (math-format-stack-value):
24869 * emacs-lisp/edebug.el (edebug-display-freq-count):
24870 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24871 (delphi-new-comment-line):
24872 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24873 * progmodes/executable.el (executable-set-magic):
24874 * progmodes/python.el (inferior-python-mode):
24875 * progmodes/scheme.el (scheme-mode-syntax-table):
24876 * progmodes/sh-script.el (sh-maybe-here-document):
24877 * progmodes/sql.el (sql-copy-column):
24878 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24879 * textmodes/bibtex.el (bibtex-mode):
24880 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24881 (sgml-auto-attributes):
24882 * textmodes/table.el (table-insert, table-shorten-cell)
24883 (table--generate-source-scan-lines, table-delete-row)
24884 (*table--cell-delete-char, table--spacify-frame)
24885 (table--horizontally-shift-above-and-below)
24886 (table--cell-insert-char, table--cell-blank-str)
24887 (table--fill-region-strictly):
24888 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24889 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24890
24891 * add-log.el (change-log):
24892 * apropos.el (apropos):
24893 * comint.el (comint-completion, comint-source):
24894 * dabbrev.el (dabbrev):
24895 * delim-col.el (columns):
24896 * diff-mode.el (diff-mode):
24897 * ediff.el (ediff):
24898 * ediff-diff.el (ediff-diff):
24899 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24900 * ediff-mult.el (ediff-mult):
24901 * ediff-ptch.el (ediff-ptch):
24902 * ediff-wind.el (ediff-window):
24903 * facemenu.el (facemenu):
24904 * indent.el (indent):
24905 * info.el (info):
24906 * jka-cmpr-hook.el (compression, jka-compr):
24907 * lpr.el (lpr):
24908 * outline.el (outlines):
24909 * pcmpl-cvs.el (pcmpl-cvs):
24910 * pcmpl-rpm.el (pcmpl-rpm):
24911 * printing.el (printing):
24912 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24913 (ps-print-vertical, ps-print-headers, ps-print-font)
24914 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24915 (ps-print-background, ps-print-printer, ps-print-page)
24916 (ps-print-miscellany):
24917 * ses.el (ses):
24918 * shell.el (shell, shell-directories, shell-faces):
24919 * startup.el (initialization):
24920 * strokes.el (strokes):
24921 * term.el (term):
24922 * uniquify.el (uniquify):
24923 * w32-vars.el (w32):
24924 * calc/calc.el (calc):
24925 * emacs-lisp/bytecomp.el (bytecomp):
24926 * emacs-lisp/cl-indent.el (lisp-indent):
24927 * emacs-lisp/edebug.el (edebug):
24928 * emacs-lisp/elp.el (elp):
24929 * emacs-lisp/testcover.el (testcover):
24930 * emacs-lisp/trace.el (trace):
24931 * emulation/viper-ex.el (viper-ex):
24932 * emulation/viper-mous.el (viper-mouse):
24933 * mail/mailalias.el (mailalias):
24934 * mail/supercite.el (supercite, supercite-frames)
24935 (supercite-attr, supercite-cite, supercite-hooks):
24936 * net/rcompile.el (remote-compile):
24937 * net/rlogin.el (rlogin):
24938 * obsolete/ooutline.el (outlines):
24939 * progmodes/delphi.el (delphi):
24940 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24941 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24942 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24943 (ebnf-optimization):
24944 * progmodes/etags.el (etags):
24945 * progmodes/executable.el (executable):
24946 * progmodes/idlwave.el (idlwave):
24947 * progmodes/pascal.el (pascal):
24948 * progmodes/prolog.el (prolog):
24949 * progmodes/python.el (python):
24950 * progmodes/scheme.el (scheme):
24951 * progmodes/sh-script.el (sh, sh-script):
24952 * progmodes/sql.el (SQL):
24953 * progmodes/tcl.el (tcl):
24954 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24955 * textmodes/enriched.el (enriched):
24956 * textmodes/makeinfo.el (makeinfo):
24957 * textmodes/sgml-mode.el (sgml):
24958 * textmodes/table.el (table-hooks):
24959 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24960 * textmodes/texinfo.el (texinfo):
24961 * textmodes/two-column.el (two-column):
24962 Finish `defgroup' description with period.
24963
24964 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24965 * eshell/esh-var.el (eshell-var):
24966 * progmodes/vhdl-mode.el (vhdl-testbench):
24967 * textmodes/org.el (org): Fix typos in docstrings.
24968
24969 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24970 consistency.
24971
24972 * progmodes/flymake.el (flymake-find-file): Remove.
24973 (flymake-float-time): Use `with-no-warnings'.
24974 (flymake-check-start-time, flymake-check-was-interrupted)
24975 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24976 (flymake-new-err-info): `defvar' at compile time.
24977
24978 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24979
24980 * replace.el (occur-hook): Doc fix.
24981 (occur-1): Don't call `occur-hook' if there are no matches.
24982
24983 2005-07-03 Richard M. Stallman <rms@gnu.org>
24984
24985 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24986 global-map, save the same map.
24987 (global-map): Don't alter it at top level.
24988 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24989 Then alter it here instead.
24990 (tpu-edt-off): Set global-map to the saved one.
24991
24992 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24993 All references simplified.
24994 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24995 (zmacs-regions): Add defvar.
24996 (repeat-complex-command-map): Everything about that deleted.
24997
24998 * textmodes/artist.el (artist-key-is-drawing)
24999 (artist-key-endpoint1, artist-key-poly-point-list)
25000 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25001 (artist-key-compl-table, artist-rb-save-data)
25002 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25003 Don't put them in eval-when-compile.
25004 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25005
25006 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25007 Use with-no-warnings.
25008
25009 * net/browse-url.el (dos-windows-version): Add defvar.
25010
25011 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25012
25013 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25014 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25015 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25016 Add defvar.
25017 (rmail-summary-beginning-of-message): Use with-no-warnings.
25018 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25019
25020 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25021 Use with-no-warnings.
25022
25023 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25024 (c-mark-function): Add point-moving-unit property.
25025 (vi-goto-line): Use with-no-warnings.
25026
25027 * emulation/edt.el (edt-last-copied-word): Add defvar.
25028 (zmacs-region-stays): Likewise.
25029 (edt-mark-section-wisely): Use c-mark-function for C.
25030 Use makr-defun for Fortran.
25031 (time-string): defvar deleted.
25032 (edt-display-the-time): Don't set time-string.
25033
25034 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25035
25036 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25037 Don't warn when name is not constant
25038 or for defining the group `emacs'.
25039
25040 * tooltip.el (gud-tooltip-mode): Add defvar.
25041
25042 * startup.el (default-frame-background-mode): Add defvar.
25043
25044 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25045
25046 * info.el (tool-bar-map): Add defvar.
25047
25048 * dired.el (dnd-protocol-alist): Add defvar.
25049
25050 * dired-aux.el (dired-query): Display question with answer, when
25051 the user answers.
25052
25053 * custom.el (custom-add-option): Doc fix.
25054
25055 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25056
25057 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25058
25059 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25060 bogus name from the last change.
25061
25062 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25063
25064 * custom.el (custom-declare-variable): Fix typos in comment.
25065 (custom-known-themes): Doc fix.
25066 (custom-theme-directory): New defcustom.
25067 (require-theme): Make it check `custom-theme-directory'.
25068
25069 * cus-theme.el (custom-new-theme-mode): New function.
25070 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25071 (custom-theme-description): Add compiler defvars.
25072 (customize-create-theme): Add doc to the "*New Custom Theme*"
25073 buffer. Use `custom-new-theme-mode'.
25074 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25075 and save it to the `custom-theme-directory'. Make this the
25076 default directory of the buffer.
25077
25078 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25079
25080 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25081 Fix unbalanced parentheses.
25082
25083 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25084
25085 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25086 into flymake-mode and delegate to flymake-mode.
25087
25088 * find-file.el (ff-which-function-are-we-in): Clean up.
25089
25090 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25091
25092 * replace.el (occur-rename-buffer): Fix docstring.
25093
25094 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25095 (edt-last-copied-word, edt-learn-macro-count)
25096 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25097 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25098 (time-string, zmacs-region-stays):
25099 * emulation/edt-mapper.el (edt-save-function-key-map)
25100 (EDT-key-name): `defvar' to silence the byte-compiler.
25101
25102 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25103
25104 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25105 font-lock-regexp-backslash. Doc fix.
25106 (font-lock-regexp-backslash-grouping-construct): Rename from
25107 font-lock-regexp-backslash-construct. Doc fix.
25108 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25109 grouping constructs.
25110
25111 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25112
25113 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25114 updating all the prerequisites.
25115
25116 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25117
25118 * textmodes/org.el (org-agenda-start-on-weekday)
25119 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25120 (org-agenda-use-time-grid, org-archive-location)
25121 (org-allow-space-in-links, org-usenet-links-prefer-google)
25122 (org-enable-table-editor, org-export-default-language)
25123 (org-export-html-show-new-buffer, org-fill-paragraph)
25124 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25125 (org-goto-quit, org-occur, org-eval-in-calendar)
25126 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25127 (org-agenda-diary-entry, org-remember-help)
25128 (org-table-convert-region, org-at-table-p)
25129 (org-table-move-row-down, org-table-move-row-up)
25130 (org-table-copy-region, org-table-toggle-vline-visibility)
25131 (org-table-get-stored-formulas, org-table-get-specials)
25132 (org-recalc-commands, org-table-eval-formula)
25133 (org-table-formula-substitute-names, orgtbl-make-binding)
25134 (org-format-org-table-html, org-format-table-table-html)
25135 (org-format-table-table-html-using-table-generate-source)
25136 (org-customize): Fix typos in docstrings.
25137 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25138 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25139 (org-back-to-heading): Doc fixes.
25140 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25141 (org-agenda-change-all-lines, org-get-header):
25142 Improve argument/docstring consistency.
25143 (orgtbl-error): Fix error message.
25144
25145 * progmodes/flymake.el (flymake-find-possible-master-files)
25146 (flymake-master-file-compare, flymake-get-line-err-count)
25147 (flymake-highlight-line, flymake-gui-warnings-enabled):
25148 Fix typos in docstrings.
25149 (flymake-parse-line, flymake-get-project-include-dirs-function)
25150 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25151 Doc fixes.
25152 (flymake-get-project-include-dirs-function)
25153 (flymake-make-err-menu-data):
25154 Improve argument/docstring consistency.
25155
25156 2005-07-01 Lute Kamstra <lute@gnu.org>
25157
25158 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25159 Catch errors with ignore-errors. Use temporary buffer.
25160 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25161
25162 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25163 background color faces.
25164 (facemenu-set-foreground, facemenu-set-background):
25165 Use facemenu-set-face-from-menu.
25166 (facemenu-set-face-from-menu): Treat face names that start with
25167 "fg:" or "bg:" as special.
25168 (facemenu-add-new-color): Don't create faces. Simplify.
25169
25170 2005-06-30 Richard M. Stallman <rms@gnu.org>
25171
25172 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25173 (crm-find-current-element): Likewise.
25174
25175 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25176
25177 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25178
25179 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25180
25181 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25182 (archive-mouse-extract): Make it an obsolete alias.
25183 (archive-mode-map): Don't use archive-mouse-extract any more.
25184 (archive-mode, archive-extract): write-contents-hooks ->
25185 write-contents-functions.
25186 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25187 first arg.
25188 (archive-rename-entry): Update the call.
25189 (archive-zip-summarize): Remove unused var `method'.
25190 (archive-lzh-summarize): Remove unused var `creator'.
25191
25192 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25193 dedicated frame upon exit.
25194
25195 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25196 (archive-zip-extract, archive-zip-expunge)
25197 (archive-zip-update, archive-zip-update-case): Use executable-find.
25198 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25199 Use restore-buffer-modified-p.
25200 (archive-extract, archive-add-new-member, archive-write-file-member):
25201 Use with-current-buffer.
25202 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25203
25204 2005-06-30 Andreas Schwab <schwab@suse.de>
25205
25206 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25207
25208 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25209
25210 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25211
25212 2005-06-30 Juri Linkov <juri@jurta.org>
25213
25214 * faces.el (vertical-border): Inherit from mode-line-inactive
25215 only on tty.
25216
25217 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25218
25219 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25220 example, -NLINES in the `occur' docstring).
25221
25222 * replace.el (occur-1): When no matches are found, do not set the
25223 `buffer-read-only' and modified flags for the occur buffer,
25224 because it is deleted.
25225
25226 * emulation/cua-base.el (cua-check-pending-input)
25227 (cua-repeat-replace-region, cua-mode, cua-debug)
25228 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25229 Fix typos in docstrings.
25230
25231 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25232 (cua-cut-region-to-global-mark)
25233 (cua--cut-rectangle-to-global-mark):
25234 Remove period from end of messages.
25235
25236 * emulation/cua-rect.el (cua-do-rectangle-padding):
25237 Remove period from end of messages.
25238 (cua--rectangle-seq-format): Fix typo in docstring.
25239 (cua-sequence-rectangle, cua-fill-char-rectangle):
25240 Improve argument/docstring consistency.
25241
25242 2005-06-29 Juri Linkov <juri@jurta.org>
25243
25244 * faces.el (default-frame-background-mode): New internal variable.
25245 (frame-set-background-mode): Use it.
25246
25247 * startup.el (normal-top-level): Set default-frame-background-mode
25248 instead of frame-background-mode. Before setting it, test for its
25249 nil value. Remove tests for frame-background-mode and frame
25250 parameter `reverse'. Add test for "unspecified-fg".
25251
25252 * term/xterm.el (xterm-rxvt-set-background-mode):
25253 * term/rxvt.el (rxvt-set-background-mode):
25254 Set default-frame-background-mode instead of frame-background-mode.
25255
25256 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25257
25258 * simple.el (set-variable): Warn about obsolete user variables.
25259
25260 * imenu.el (imenu--completion-buffer):
25261 * mouse.el (mouse-buffer-menu-alist):
25262 * msb.el (msb-invisible-buffer-p):
25263 * calendar/diary-lib.el (diary-header-line-format):
25264 * emacs-lisp/pp.el (pp-buffer):
25265 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25266 * textmodes/picture.el (picture-replace-match):
25267 Change space constants followed by a sexp to "?\s ".
25268
25269 * play/decipher.el (decipher-loop-with-breaks):
25270 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25271 constants "protected" from end of line by a comment to "?\s".
25272
25273 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25274
25275 * font-lock.el (save-buffer-state): Use `declare'.
25276
25277 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25278 reset the syntax-table to cperl-mode-syntax-table.
25279 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25280 "foo_print_bar" is not matched as a reserved keyword.
25281
25282 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25283
25284 * textmodes/org.el (orgtbl-setup): New function, for delayed
25285 setup for the orgtbl commands.
25286 (org-calc-default-modes): New option.
25287 (orgtbl-make-binding): Use `defun' to get better help display.
25288 (org-diary): Call `org-compile-prefix-format'.
25289 (org-table-formula-substitute-names): New function.
25290 (org-agenda-day-view, org-agenda-week-view): New commands.
25291 (org-agenda-toggle-week-view): Command removed.
25292 (org-tbl-menu): Split off from org-org-menu.
25293 (org-mode): Move removal of outline-mode menus to here.
25294 (org-table-formula-debug): New option.
25295 (org-table-insert-row): Keep first field if just "#" or "*".
25296 (org-mode): Paragraph regexps fixed.
25297 (org-table-recalculate-regexp): New constant.
25298 (org-table-justify-field-maybe): Avoid replace if not necessary.
25299 (org-copy-special, org-cut-special): Use `call-interactively'.
25300 (org-table-copy-region): Take region from `interactive' call.
25301 (org-trim): Return string even if no match.
25302 (org-formula): New face.
25303 (org-set-font-lock-defaults): No longer highlight "FIXME".
25304 But highlight formula-related fields in table.
25305 (org-table-p): Use regexp, not fontification.
25306 (org-table-align): Handle white space at end of line.
25307 (org-table-formula-evaluate-inline): New option.
25308 (org-mode): Auto-wrapping in comment lines turned off.
25309 (org-table-copy-down): Evaluate only in copied field, not in
25310 destination.
25311 (org-table-current-formula): Variable removed.
25312 (org-table-store-formulas, org-table-get-stored-formulas)
25313 (org-table-modify-formulas, org-table-replace-in-formulas)
25314 (org-table-maybe-eval-formula): New functions.
25315 (org-table-get-formula): Modify to use stored formulas.
25316 (org-table-insert-column, org-table-delete-column)
25317 (org-table-move-column): Call `org-table-modify-formulas'.
25318 (org-complete): Add completion for keyword formulas.
25319 (orgtbl-mode): Pull orgtbl-mode-map to start of
25320 minor-mode-map-alist.
25321
25322 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25323
25324 * progmodes/python.el (python-check): Require `compile' before
25325 modifying its variables.
25326
25327 * newcomment.el (comment-indent-default): Don't get fooled by an early
25328 end of buffer.
25329
25330 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25331
25332 * ps-print.el (ps-print-version): Fix version number.
25333
25334 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25335
25336 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25337
25338 2005-06-28 Richard M. Stallman <rms@gnu.org>
25339
25340 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25341 (flyspell-local-mouse-map): Declaration deleted.
25342 (flyspell-mouse-map): Bind only mouse-2.
25343 (flyspell-mode-map): Don't test flyspell-use-local-map.
25344 (flyspell-overlay-keymap-property-name): Var deleted.
25345 (flyspell-mode-on): Don't make local bindings for
25346 flyspell-mouse-map and flyspell-mode-map.
25347 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25348
25349 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25350
25351 * progmodes/compile.el (compilation-next-error-function):
25352 Don't switch buffers; operate on the current buffer.
25353
25354 * progmodes/compile.el (compilation-error-file-name)
25355 (compilation-warning-file-name, compilation-info-file-name)
25356 (compilation-line-number, compilation-column-number): New faces.
25357 (compilation-error-face, compilation-warning-face)
25358 (compilation-info-face, compilation-line-face)
25359 (compilation-column-face): Use them.
25360
25361 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25362
25363 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25364
25365 * bindings.el (global-map): Bind insertchar and its variants.
25366
25367 2005-06-27 Richard M. Stallman <rms@gnu.org>
25368
25369 * textmodes/artist.el (artist-text-overwrite)
25370 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25371
25372 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25373
25374 * ps-print.el: It was not working the page selection for printing.
25375 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25376 (ps-print-version): New version 6.6.7.
25377 (ps-end-sheet): New fun.
25378 (ps-header-sheet, ps-end-job): Call it.
25379
25380 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25381
25382 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25383
25384 2005-06-27 Lute Kamstra <lute@gnu.org>
25385
25386 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25387 background color faces.
25388 (facemenu-get-face): Delete function.
25389 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25390 (facemenu-add-new-color): Make second argument mandatory.
25391 Create the appropriate face and return it. Simplify.
25392 (facemenu-set-foreground, facemenu-set-background): Don't check if
25393 color is defined. Use return value of facemenu-add-new-color.
25394
25395 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25396
25397 * progmodes/gud.el (gud-filter): Add missing argument to
25398 with-selected-window.
25399
25400 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25401
25402 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25403 a :require to the defcustom.
25404
25405 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25406 defcustoms corresponding to minor modes.
25407
25408 2005-06-26 David Ponce <david@dponce.com>
25409
25410 * recentf.el: Require tree-widget instead of wid-edit.
25411 (recentf-filename-handler): Fix widget :type.
25412 (recentf-cancel-dialog, recentf-open-more-files)
25413 (recentf-open-files-action): Doc fix.
25414 (recentf-dialog-goto-first): New function.
25415 (recentf-dialog-mode-map): Set parent keymap first.
25416 (recentf-dialog-mode): Define with define-derived-mode.
25417 Don't display continuation lines in dialogs.
25418 (recentf-edit-list): Rename from recentf-edit-selected-items.
25419 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25420 Simplify.
25421 (recentf-edit-list-validate): New function.
25422 (recentf-edit-list): Update accordingly.
25423 (recentf-open-files-item-shift): Remove.
25424 (recentf-open-files-item): Convert menu elements into tree and
25425 link widgets. Don't create the widgets.
25426 (recentf-open-files): Update accordingly.
25427 (recentf-save-list): Untabify.
25428
25429 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25430
25431 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25432 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25433 partially contained in the active region. Do not take active
25434 region into account when called from Lisp, unless INTERACTIVE arg
25435 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25436 avoid trouble with fields. Make marker point nowhere when no
25437 longer used. Always return nil. Doc fix.
25438 (flush-lines): Add INTERACTIVE arg. Do not take active region
25439 into account when called from Lisp, unless INTERACTIVE arg is
25440 non-nil. Use `forward-line' instead of `beginning-of-line' to
25441 avoid trouble with fields. Make marker point nowhere when no
25442 longer used. Always return nil. Doc fix.
25443 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25444 interchangeable. Do not take active region into account when
25445 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25446 message in echo area when called from Lisp, unless INTERACTIVE arg
25447 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25448 Return the number of matches. Doc fix.
25449 (occur): Doc fix.
25450 (perform-replace): Make comment follow double space convention for
25451 the sake of `outline-minor-mode'.
25452
25453 * faces.el (facep): Doc fix.
25454
25455 2005-06-25 Richard M. Stallman <rms@gnu.org>
25456
25457 * facemenu.el (facemenu-enable-faces-p): New function.
25458 (facemenu-background-menu, facemenu-foreground-menu)
25459 (facemenu-face-menu): Add menu-enable property.
25460
25461 * jka-compr.el (jka-compr-insert-file-contents):
25462 Special handling if cannot find the uncompression program.
25463
25464 * cus-face.el (custom-face-attributes): Add autoload.
25465
25466 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25467 Bind comment-indent-function locally.
25468
25469 * window.el (save-selected-window): Use save-current-buffer.
25470
25471 * subr.el (with-selected-window): Use save-current-buffer.
25472
25473 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25474 and with-current-buffer.
25475
25476 2005-06-24 Richard M. Stallman <rms@gnu.org>
25477
25478 * simple.el (line-move-1): Fix previous change.
25479
25480 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25481
25482 * replace.el (occur-1): Set `buffer-read-only' and the
25483 buffer-modified flag before running `occur-hook' to protect
25484 against unintentional buffer switches that can lead to data loss.
25485
25486 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25487
25488 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25489 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25490 initial error.
25491
25492 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25493 after fresh input.
25494 (gdb-var-create-handler): Put name of expression in quotes.
25495
25496 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25497
25498 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25499 elements of RING in order, and without bogus nil elements.
25500
25501 2005-06-23 Richard M. Stallman <rms@gnu.org>
25502
25503 * simple.el (set-variable): Args renamed; doc fix.
25504 (line-move-1): When there are overlays around, use vertical-motion.
25505
25506 * faces.el (escape-glyph): Use brown against light background.
25507 (nobreak-space): Rename from no-break-space.
25508 Fix previous change.
25509
25510 * dired-aux.el (dired-do-copy): Fix arg prompt.
25511
25512 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25513
25514 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25515
25516 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25517 rather than "Distributor".
25518
25519 2005-06-23 Lute Kamstra <lute@gnu.org>
25520
25521 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25522 (debug-on-entry): Use it. New interactive declaration that uses
25523 function-called-at-point.
25524
25525 2005-06-23 Kim F. Storm <storm@cua.dk>
25526
25527 * subr.el (save-match-data): Add comment about using evaporate arg
25528 to set-match-data.
25529
25530 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25531
25532 * cus-edit.el (customize-face)
25533 (customize-face-other-window): Handle face aliases.
25534
25535 * faces.el (face-documentation, set-face-attribute)
25536 (face-spec-set): Handle face aliases.
25537
25538 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25539
25540 * help-mode.el (help-make-xrefs): If a symbol representing a face
25541 name is not followed by the word "face", it could still be a
25542 function or variable name, so don't bypass other checks.
25543
25544 2005-06-22 Juri Linkov <juri@jurta.org>
25545
25546 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25547 Replace aliased functions with calls where second arg `inherit' is t.
25548
25549 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25550
25551 * progmodes/gdb-ui.el (gdb-error): New variable.
25552 (gdb-error): New function.
25553 (gdb-annotation-rules): Act on error-begin and error annotations.
25554 (gdb-concat-output): Use font-lock-warning-face for errors.
25555
25556 2005-06-22 Miles Bader <miles@gnu.org>
25557
25558 * bindings.el (propertized-buffer-identification): Use renamed
25559 `Buffer-menu-buffer' face.
25560
25561 * faces.el (vertical-border): Rename from `vertical-divider'.
25562 (escape-glyph): Change dark-background color back to `cyan'.
25563
25564 2005-06-21 Juri Linkov <juri@jurta.org>
25565
25566 * faces.el (face-user-default-spec): Try getting `customized-face'
25567 prior to `saved-face'.
25568 (frame-background-mode): Refill docstring.
25569
25570 * emacs-lisp/lisp-mode.el (eval-defun-1):
25571 * emacs-lisp/edebug.el (edebug-eval-defun):
25572 Set `saved-face' temporarily to nil before calling form.
25573 Set `customized-face' to the new spec after that.
25574
25575 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25576
25577 * subr.el (1value, lambda, key-substitution-in-progress):
25578 Doc fixes.
25579
25580 * autoinsert.el (auto-insert-alist):
25581 * ses.el (ses-call-printer):
25582 * subr.el (noreturn):
25583 * emacs-lisp/lisp.el (check-parens):
25584 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25585 * net/browse-url.el (browse-url-mosaic):
25586 * progmodes/cc-defs.el (c-safe-scan-lists):
25587 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25588 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25589 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25590 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25591 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25592 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25593
25594 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25595
25596 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25597
25598 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25599
25600 * calendar/appt.el (appt-make-list): Activate the package, if
25601 not already active (for backwards compatibility).
25602
25603 2005-06-20 Kim F. Storm <storm@cua.dk>
25604
25605 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25606
25607 2005-06-20 Miles Bader <miles@gnu.org>
25608
25609 * faces.el (vertical-divider): New face.
25610
25611 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25612
25613 * simple.el (kill-whole-line): Doc fix.
25614 (next-error-buffer-p, next-error-find-buffer)
25615 (clone-indirect-buffer): Fix typos in docstrings.
25616 (comment-line-break-function): Doc fix: don't say variable
25617 is automatically buffer-local (it isn't).
25618
25619 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25620
25621 * net/tramp-ftp.el (top):
25622 * net/tramp-smb.el (top):
25623 * net/tramp-util.el (top):
25624 * net/tramp-uu.el (top):
25625 * net/tramp-vc.el (top):
25626 * net/tramp.el (top): Revert copyright years back to original
25627 ones. Tramp has a life outside GNU Emacs.
25628
25629 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25630
25631 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25632
25633 2005-06-18 Juri Linkov <juri@jurta.org>
25634
25635 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25636 end of first regexp to limit the match to the position between
25637 line number and source line with same separator character as used
25638 between file name and line number. In the second regexp limit
25639 mouse-face area to file name and line number by adding new group
25640 for them and referring it in HYPERLINK arg.
25641 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25642 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25643 previous line where grep markers may be already removed.
25644
25645 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25646
25647 * progmodes/ps-mode.el: Update version and maintainer's email address.
25648
25649 2005-06-18 Steve Youngs <steve@xemacs.org>
25650
25651 * net/browse-url.el (browse-url-browser-function)
25652 (browse-url-default-browser): Add firefox.
25653 (browse-url-firefox-program, browse-url-firefox-arguments)
25654 (browse-url-firefox-startup-arguments)
25655 (browse-url-firefox-new-window-is-tab): New defcustoms.
25656 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25657
25658 2005-06-17 Richard M. Stallman <rms@gnu.org>
25659
25660 * startup.el (command-line): Warn if specified user name has
25661 no home directory.
25662
25663 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25664 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25665
25666 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25667 Doc fixes.
25668
25669 * faces.el (underline): Try bold if terminal doesn't support underline.
25670
25671 * mail/sendmail.el (mail-setup-with-from): New variable.
25672 (mail-insert-from-field): New function.
25673 (sendmail-send-it): Call it.
25674 (mail-setup): Optionally call it here.
25675
25676 * term/linux.el: Call tty-no-underline.
25677
25678 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25679
25680 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25681
25682 2005-06-17 Miles Bader <miles@gnu.org>
25683
25684 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25685 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25686 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25687 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25688 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25689 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25690 Remove "-face" suffix from face names.
25691 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25692 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25693 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25694 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25695 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25696 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25697 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25698 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25699 New backward-compatibility aliases for renamed faces.
25700 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25701 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25702 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25703 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25704 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25705 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25706 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25707 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25708 Use renamed ediff faces.
25709
25710 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25711 Remove "-face" suffix from face names.
25712 (eshell-test-ok-face, eshell-test-failed-face):
25713 New backward-compatibility aliases for renamed faces.
25714 (eshell-run-test): Use renamed eshell-test faces.
25715
25716 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25717 face name.
25718 (eshell-prompt-face): New backward-compatibility alias for renamed
25719 face.
25720 (eshell-emit-prompt): Use renamed eshell-prompt face.
25721
25722 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25723 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25724 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25725 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25726 Remove "-face" suffix from face names.
25727 (eshell-ls-directory-face, eshell-ls-symlink-face)
25728 (eshell-ls-executable-face, eshell-ls-readonly-face)
25729 (eshell-ls-unreadable-face, eshell-ls-special-face)
25730 (eshell-ls-missing-face, eshell-ls-archive-face)
25731 (eshell-ls-backup-face, eshell-ls-product-face)
25732 (eshell-ls-clutter-face):
25733 New backward-compatibility aliases for renamed faces.
25734 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25735
25736 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25737 Remove "-face" suffix from face name.
25738 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25739 instead of literal face.
25740
25741 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25742
25743 * emacs-lisp/warnings.el (display-warning, lwarn)
25744 (warning-minimum-log-level): Doc fixes.
25745 (warning-minimum-level, warning-minimum-log-level):
25746 Add :debug to :type choices.
25747
25748 * progmodes/ada-mode.el (ada-format-paramlist)
25749 (ada-get-indent-case, ada-check-matching-start)
25750 (ada-check-defun-name, ada-goto-matching-decl-start)
25751 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25752 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25753 (ada-make-subprogram-body): Follow error conventions.
25754 (ada-case-exception-file, ada-indent-comment-as-code)
25755 (ada-indent-handle-comment-special, ada-indent-renames)
25756 (ada-indent-return, ada-search-directories-internal)
25757 (ada-tab-policy, ada-case-exception-substring)
25758 (ada-other-file-alist, ada-matching-start-re)
25759 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25760 (ada-imenu-generic-expression, ada-compile-goto-error)
25761 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25762 (ada-popup-menu, ada-add-extensions, ada-mode)
25763 (ada-region-selected, ada-create-case-exception)
25764 (ada-create-case-exception-substring, ada-after-keyword-p)
25765 (ada-activate-keys-for-case, ada-adjust-case-region)
25766 (ada-adjust-case-buffer, ada-format-paramlist)
25767 (ada-scan-paramlist, ada-insert-paramlist)
25768 (ada-indent-newline-indent)
25769 (ada-indent-newline-indent-conditional)
25770 (ada-justified-indent-current, ada-goto-previous-word)
25771 (ada-indent-current, ada-get-indent-open-paren)
25772 (ada-get-indent-paramlist, ada-get-indent-end)
25773 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25774 (ada-get-indent-block-start, ada-get-indent-subprog)
25775 (ada-get-indent-noindent, ada-get-indent-label)
25776 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25777 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25778 (ada-goto-stmt-end, ada-goto-next-word)
25779 (ada-check-matching-start, ada-check-defun-name)
25780 (ada-goto-matching-decl-start, ada-goto-matching-start)
25781 (ada-goto-matching-end, ada-search-ignore-string-comment)
25782 (ada-in-decl-p, ada-looking-at-semi-or)
25783 (ada-looking-at-semi-private, ada-in-paramlist-p)
25784 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25785 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25786 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25787 (ada-previous-package, ada-create-menu)
25788 (ada-fill-comment-paragraph-justify)
25789 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25790 (ada-other-file-name, ada-last-which-function-line)
25791 (ada-last-which-function-subprog, ada-which-function)
25792 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25793 (ada-gen-treat-proc, ada-check-emacs-version)
25794 (ada-continuation-indent, ada-align-region-separate):
25795 Fix typos in docstrings.
25796 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25797
25798 2005-06-16 Lute Kamstra <lute@gnu.org>
25799
25800 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25801 conditionally.
25802
25803 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25804
25805 * comint.el (comint-replace-by-expanded-filename)
25806 (comint-prompt-regexp, comint-delimiter-argument-list)
25807 (comint-preinput-scroll-to-bottom):
25808 * info.el (Info-hide-cookies-node):
25809 * ls-lisp.el (ls-lisp-classify):
25810 * find-file.el (ff-search-directories, ff-special-constructs)
25811 (ff-find-other-file):
25812 * font-lock.el (font-lock-keywords):
25813 * shell.el (shell-prompt-pattern)
25814 (shell-dynamic-complete-functions, shell-mode)
25815 (shell-delimiter-argument-list):
25816 * term.el (term-replace-by-expanded-filename)
25817 (term-prompt-regexp, term-delimiter-argument-list):
25818 * woman.el (woman-ignore, woman0-if):
25819 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25820 * emacs-lisp/elint.el (elint-init-env):
25821 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25822 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25823 * language/ethio-util.el (ethio-tilde-escape)
25824 (ethio-use-three-dot-question):
25825 * net/zone-mode.el (zone-mode-load-time-setup):
25826 * progmodes/cc-align.el (c-lineup-argcont):
25827 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25828 * progmodes/cperl-mode.el (cperl-set-style-back):
25829 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25830 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25831 Fix spellings in docstrings.
25832
25833 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25834 * progmodes/modula2.el (m2-for): Fix spellings.
25835
25836 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25837
25838 * simple.el (undo-more): Don't use `format' on `error' arguments.
25839 Improve argument/docstring consistency.
25840 (pending-undo-list): Doc fix.
25841
25842 * smerge-mode.el (smerge-ensure-match):
25843 * emulation/vip.el (vip-ex):
25844 * net/zone-mode.el (zone-mode-update-serial):
25845 * progmodes/idlwave.el (idlwave-complete):
25846 * progmodes/vhdl-mode.el (vhdl-visit-file)
25847 (vhdl-compose-wire-components):
25848 Don't use `format' on `error' arguments.
25849
25850 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25851 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25852 (tooltip-help-tips): Fix typos in docstrings.
25853
25854 2005-06-16 David Ponce <david@dponce.com>
25855
25856 * tree-widget.el (tree-widget-value-create): Simplify last change.
25857
25858 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25859
25860 * ido.el (ido-incomplete-regexp): New variable.
25861 (ido-set-matches-1): Handle invalid-regexp error and set
25862 ido-incomplete-regexp.
25863 (ido-incomplete-regexp): New face.
25864 (ido-completions): Use it.
25865 (ido-complete, ido-exit-minibuffer, ido-completions):
25866 Handle incomplete regexps.
25867 (ido-completions): Add check for complete match when entering a regexp.
25868
25869 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25870
25871 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25872
25873 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25874
25875 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25876 by field delimiters.
25877
25878 2005-06-15 David Ponce <david@dponce.com>
25879
25880 * tree-widget.el: eval-and-compile inlined functions so they will
25881 be available at run-time too.
25882 (tree-widget-super-format-handler)
25883 (tree-widget-format-handler): Remove.
25884 (tree-widget-value-create): Handle the :indent property.
25885
25886 2005-06-15 Miles Bader <miles@gnu.org>
25887
25888 * progmodes/which-func.el (which-func): Only inherit
25889 `font-lock-function-name-face' when that makes sense against the
25890 default mode-line face, otherwise set the face color explicitly.
25891
25892 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25893 faces instead of (non-existent) variables.
25894
25895 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25896
25897 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25898 (iswitchb-get-matched-buffers): Likewise. Simplify.
25899
25900 2005-06-14 Miles Bader <miles@gnu.org>
25901
25902 * progmodes/ld-script.el (ld-script-location-counter):
25903 Remove "-face" suffix from face name.
25904 (ld-script-location-counter-face):
25905 New backward-compatibility alias for renamed face.
25906 (ld-script-location-counter-face): Use renamed face.
25907
25908 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25909 (cperl-hash): Remove "-face" suffix from face names.
25910 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25911 New backward-compatibility aliases for renamed faces.
25912 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25913 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25914
25915 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25916 name.
25917 (which-func-face): New backward-compatibility alias for renamed face.
25918 (which-func-format): Use renamed which-func face.
25919
25920 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25921 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25922 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25923 names.
25924 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25925 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25926 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25927 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25928 (vhdl-speedbar-architecture-selected)
25929 (vhdl-speedbar-configuration-selected)
25930 (vhdl-speedbar-package-selected)
25931 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25932 names.
25933 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25934 Use renamed faces.
25935 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25936 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25937 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25938 Use renamed faces.
25939 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25940 names.
25941 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25942 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25943 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25944 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25945 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25946 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25947
25948 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25949 face name.
25950 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25951 (sh-heredoc-face): Use renamed sh-heredoc face.
25952
25953 * progmodes/idlw-help.el (idlwave-help-link):
25954 Remove "-face" suffix from face name.
25955 (idlwave-help-link-face):
25956 New backward-compatibility alias for renamed face.
25957 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25958
25959 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25960 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25961 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25962 New backward-compatibility aliases for renamed faces.
25963 (idlwave-shell-disabled-breakpoint-face)
25964 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25965
25966 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25967 Remove "-face" suffix from face names.
25968 (flymake-errline-face, flymake-warnline-face):
25969 New backward-compatibility aliases for renamed faces.
25970 (flymake-highlight-line): Use renamed flymake faces.
25971
25972 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25973 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25974 (ebrowse-member-class, ebrowse-progress):
25975 Remove "-face" suffix from face names.
25976 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25977 (ebrowse-file-name-face, ebrowse-default-face)
25978 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25979 (ebrowse-progress-face):
25980 New backward-compatibility aliases for renamed faces.
25981 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25982 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25983 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25984 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25985
25986 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25987 antlr-syntax)
25988 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25989 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25990 names.
25991 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25992 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25993 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25994 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25995 backward-compatibility aliases for renamed faces.
25996 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25997 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25998 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25999 remove "font-lock-". Use renamed antlr-mode faces.
26000 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26001 literal face-names with face variable references.
26002
26003 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26004 face name.
26005 (Buffer-menu-buffer-face): New backward-compatibility alias for
26006 renamed face.
26007 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26008
26009 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26010
26011 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26012 Eliminate "-face" suffix.
26013 (makefile-targets): Inherit from font-lock-function-name-face and
26014 eliminate "-face" suffix.
26015 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26016 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26017 actions, instead of prepending, to make it less visible.
26018 (makefile-previous-dependency, makefile-match-dependency):
26019 Don't match a target on a continuation line.
26020
26021 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26022
26023 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26024
26025 * progmodes/gdb-ui.el (menu): Re-order menu items.
26026 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26027
26028 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26029 Define in tooltip.el.
26030 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26031 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26032 gud-tooltip-echo-area.
26033
26034 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26035 backward compatibility and make obsolete.
26036 (tooltip-help-tips): Use tooltip-use-echo-area.
26037 (tooltip-show-help-function): Rename to...
26038 (tooltip-show-help): ...this, because it is a function.
26039 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26040
26041 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26042
26043 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26044 (edebug-print-length, edebug-print-level, edebug-print-circle)
26045 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26046 (edebug-eval-print-last-sexp): Doc fixes.
26047
26048 2005-06-14 Kim F. Storm <storm@cua.dk>
26049
26050 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26051 as the coverage buffer/file/both may change.
26052
26053 2005-06-14 Lute Kamstra <lute@gnu.org>
26054
26055 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26056 and run-mode-hooks. Simplify.
26057
26058 * mail/rmailedit.el (rmail-edit-mode):
26059 * progmodes/octave-inf.el (inferior-octave-mode):
26060 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26061
26062 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26063 and run-mode-hooks.
26064 (recentf-edit-list, recentf-open-files): Don't call
26065 kill-all-local-variables directly.
26066
26067 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26068
26069 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26070
26071 * emacs-lisp/byte-run.el (make-obsolete)
26072 (define-obsolete-function-alias): Rename arguments FUNCTION and
26073 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26074 (make-obsolete-variable, define-obsolete-variable-alias):
26075 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26076 respectively.
26077
26078 * isearchb.el (isearchb-activate):
26079 * pcvs.el (cvs-mode):
26080 * ses.el (ses-load):
26081 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26082 * net/tramp.el (tramp-find-file-exists-command)
26083 (tramp-find-shell):
26084 * progmodes/ada-mode.el (ada-create-case-exception)
26085 (ada-create-case-exception-substring, ada-make-subprogram-body):
26086 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26087 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26088 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26089 * textmodes/org.el (org-promote, org-evaluate-time-range)
26090 (org-agenda-next-date-line, org-agenda-previous-date-line)
26091 (org-agenda-error, org-open-at-point, org-table-move-row)
26092 (org-format-table-table-html-using-table-generate-source)
26093 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26094 * textmodes/reftex.el (reftex-access-scan-info):
26095 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26096 (reftex-toc-promote-prepare): Follow error conventions.
26097
26098 * diff-mode.el (diff-mode): Fix typo in docstring.
26099
26100 * forms.el (forms--intuit-from-file): Fix reference to
26101 `forms-number-of-fields' in error message.
26102 (forms-print): Fix quoting in error message.
26103
26104 * forms.el (forms-mode):
26105 * emulation/vi.el (vi-goto-insert-state):
26106 * progmodes/flymake.el (flymake-new-err-info)
26107 (flymake-start-syntax-check-for-current-buffer)
26108 (flymake-simple-cleanup):
26109 * eshell/esh-var.el (eshell/export):
26110 * progmodes/gud.el (xdb):
26111 * textmodes/flyspell.el (flyspell-incorrect-hook)
26112 (flyspell-maybe-correct-transposition)
26113 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26114
26115 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26116
26117 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26118 minibuffer prompt.
26119
26120 2005-06-13 Kim F. Storm <storm@cua.dk>
26121
26122 * subr.el (add-to-ordered-list): New defun.
26123
26124 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26125 add cua--keymap-alist to emulation-mode-map-alists.
26126
26127 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26128
26129 * subr.el (complete-in-turn): New macro.
26130 (dynamic-completion-table, lazy-completion-table): Add debug info.
26131
26132 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26133 in preference to face aliases.
26134
26135 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26136 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26137 Remove unused vars `start' and `firstline'.
26138 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26139 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26140
26141 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26142
26143 * cus-start.el (all): Don't complain about missing GTK-related
26144 variables, unless either `gtk' is boundp or this isn't a
26145 `windows-nt' build.
26146
26147 2005-06-13 Lute Kamstra <lute@gnu.org>
26148
26149 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26150 run-mode-hooks.
26151
26152 * ediff-mult.el (ediff-meta-mode):
26153 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26154
26155 * ledit.el (ledit-mode): Use delay-mode-hooks.
26156
26157 * woman.el (woman-mode-line-format): Delete constant.
26158 (woman-mode-map): Initialize it properly.
26159 (woman-mode): Set mode-class property to special.
26160 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26161 Set major-mode and mode-name. Don't set mode-line-format directly.
26162 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26163
26164 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26165 string argument obsolete.
26166
26167 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26168
26169 * textmodes/org.el (org-CUA-compatible): New option.
26170 (org-disputed-keys): New variable.
26171 (org-key): New function.
26172 (orgtbl-make-binding): Add docstring to the created function.
26173 (org-mode): Set paragraph start/separate regexps.
26174 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26175 (org-archive-location, org-archive-mark-done)
26176 (org-archive-stamp-time): New options.
26177 (org-archive-subtree): New command.
26178 (org-fill-paragraph): New function.
26179 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26180 (org-fake-empty-table-line): Function removed.
26181 (org-format-org-table-html): Do not create empty table lines at
26182 separator lines. Improved table header treatment.
26183 (org-link-format): New option.
26184 (org-make-link): New function.
26185 (org-insert-link, org-store-link): Use org-make-link.
26186 (org-open-file): Quote file name for shell command, to allow
26187 spaces in file names.
26188 (org-link-regexp): Fix bug with mailto link.
26189 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26190 New constants.
26191 (org-export-as-html): Deal with the optional angles around a link.
26192 Better treatment of file: links.
26193 (org-open-at-point): Replace @{ and @} with < and >.
26194 (org-run-mode-hooks): Function removed.
26195 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26196
26197 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26198
26199 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26200 MI command -data-list-register-values.
26201 (gdb-post-prompt): Indent properly.
26202
26203 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26204
26205 * hilit-chg.el (highlight-changes-colors): Rename from
26206 `highlight-changes-colours'.
26207 (highlight-changes-colours): Keep as obsolete alias.
26208 (highlight-changes-face-list): Doc fix.
26209 (hilit-chg-make-list): Use `highlight-changes-colors'.
26210
26211 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26212
26213 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26214 defun-prompt-regexp.
26215
26216 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26217
26218 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26219 and cygwin.
26220
26221 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26222 Don't use an old loaddefs.el, as in Makefile.in.
26223
26224 2005-06-12 Lute Kamstra <lute@gnu.org>
26225
26226 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26227
26228 * man.el (Man-mode-map): Initialize it properly.
26229 (Man-mode): Set mode-class property to special.
26230
26231 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26232
26233 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26234
26235 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26236 A newline is needed in the docstring there.
26237
26238 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26239 Doc fixes.
26240
26241 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26242
26243 * printing.el: Doc fix. The menubar is no more changed when printing
26244 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26245 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26246 (pr-version): New version number (6.8.4).
26247 (pr-menu-bind): New command.
26248 (pr-update-menus): Docstring and code fix.
26249 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26250 Docstring fix.
26251 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26252 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26253
26254 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26255
26256 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26257 "Returns" to "return", document useful return values, etc.
26258
26259 2005-06-11 Alan Mackenzie <acm@muc.de>
26260
26261 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26262 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26263 (adaptive-file-function): Minor amendment to doc-string.
26264
26265 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26266
26267 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26268 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26269 Fix :type--it is `integer', not `string'.
26270
26271 * faces.el (modeline-highlight): Rename from (the erroneous)
26272 `modeline-higilight'.
26273
26274 2005-06-11 Lute Kamstra <lute@gnu.org>
26275
26276 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26277 lisp-interaction-mode-map but make it the parent.
26278 (edebug-eval-mode): Use define-derived-mode.
26279
26280 2005-06-11 Andreas Schwab <schwab@suse.de>
26281
26282 * bindings.el: Add binding of `ESC functionkey' for every
26283 `M-functionkey'.
26284 * hexl.el (hexl-mode-map): Likewise.
26285
26286 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26287
26288 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26289 [msft]: update regexp for newer msft compilers.
26290
26291 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26292
26293 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26294 ATTLIST portions of included DTDs.
26295 (xml-parse-dtd): Eliminate use of inefficient match-data.
26296
26297 2005-06-10 Miles Bader <miles@gnu.org>
26298
26299 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26300 (mpuz-text): Remove "-face" suffix from face names.
26301 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26302 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26303 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26304
26305 * play/gomoku.el (gomoku-O, gomoku-X):
26306 Remove "-face" suffix from face names.
26307 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26308 New backward-compatibility aliases for renamed faces.
26309 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26310
26311 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26312
26313 * thumbs.el: Fixes for changes of 2005-06-09.
26314 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26315 as a directory.
26316 (thumbs-thumbname): Remove directory separator from format string;
26317 `thumbs-thumbsdir' now returns a valid directory name.
26318 (thumbs-temp-dir): New defsubst.
26319 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26320 Use it.
26321
26322 * cus-edit.el (minibuffer):
26323 * files.el (make-backup-file-name-function):
26324 * filesets.el (filesets-external-viewers):
26325 * hilit-chg.el (highlight-changes-colours)
26326 (highlight-changes-face-list, highlight-changes-rotate-faces):
26327 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26328 * kmacro.el (kmacro-call-macro):
26329 * log-edit.el (log-edit-changelog-full-paragraphs):
26330 * mouse.el (mouse-1-click-follows-link):
26331 * skeleton.el (skeleton-autowrap):
26332 * subr.el (insert-for-yank-1):
26333 * tempo.el (tempo-insert-region):
26334 * terminal.el (terminal-emulator):
26335 * time.el (display-time-mail-face):
26336 * vc.el (vc-annotate):
26337 * vcursor.el (vcursor-copy-line):
26338 * woman.el (woman-bold-headings, woman-ignore)
26339 (woman-default-faces, woman-monochrome-faces):
26340 * calendar/todo-mode.el (todo-insert-threshold):
26341 * emulation/pc-select.el (pc-select-selection-keys-only)
26342 (pc-selection-mode):
26343 * emulation/vip.el (vip-find-char-forward):
26344 * emulation/viper-cmd.el (viper-find-char-forward):
26345 * international/mule-cmds.el
26346 (select-safe-coding-system-accept-default-p)
26347 (input-method-exit-on-invalid-key):
26348 * international/mule-diag.el (describe-coding-system):
26349 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26350 * net/browse-url.el (browse-url-xterm-program):
26351 * obsolete/lazy-lock.el (lazy-lock-mode):
26352 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26353 (cperl-mode):
26354 * progmodes/cpp.el (cpp-face-light-name-list)
26355 (cpp-face-dark-name-list):
26356 * progmodes/delphi.el (delphi-newline-always-indents):
26357 Fix spellings in docstrings.
26358
26359 * ido.el (ido-mode, ido-file-extensions-order)
26360 (ido-default-file-method, ido-default-buffer-method)
26361 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26362 (ido-decorations, ido-read-file-name-as-directory-commands)
26363 (ido-read-file-name-non-ido, ido-work-directory-list)
26364 (ido-ignore-item-temp-list, ido-current-directory)
26365 (ido-magic-forward-char, ido-enter-find-file)
26366 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26367 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26368
26369 2005-06-10 Lute Kamstra <lute@gnu.org>
26370
26371 * play/dunnet.el (dun-mode): Use define-derived-mode.
26372 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26373 obsolete alias.
26374
26375 * play/doctor.el (doctor-mode-map): Remove defvar.
26376 (doctor-mode): Use define-derived-mode.
26377
26378 * mail/mspools.el (mspools-mode):
26379 * net/eudc-hotlist.el (eudc-hotlist-mode):
26380 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26381
26382 2005-06-10 Miles Bader <miles@gnu.org>
26383
26384 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26385 Remove "-face" suffix from face names.
26386 (flyspell-incorrect-face, flyspell-duplicate-face):
26387 New backward-compatibility aliases for renamed faces.
26388 (flyspell-mode-on, make-flyspell-overlay)
26389 (flyspell-highlight-incorrect-region)
26390 (flyspell-highlight-duplicate-region)
26391 (flyspell-display-next-corrections)
26392 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26393
26394 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26395 from face name.
26396 (texinfo-heading-face): New backward-compatibility alias for
26397 renamed face.
26398 (texinfo-heading-face): Use renamed texinfo-heading face.
26399
26400 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26401 suffix from face names.
26402 (tex-math-face, tex-verbatim-face):
26403 New backward-compatibility aliases for renamed faces.
26404 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26405 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26406 literal face name.
26407
26408 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26409 name.
26410 (table-cell-face): New backward-compatibility alias for renamed face.
26411 (table--put-cell-face-property, table--update-cell-face):
26412 Use renamed table-cell face.
26413
26414 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26415 from face name.
26416 (sgml-namespace-face): New backward-compatibility alias for
26417 renamed face.
26418 (sgml-namespace-face): Use renamed sgml-namespace face.
26419
26420 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26421 (org-level-4, org-level-5, org-level-6, org-level-7)
26422 (org-level-8, org-warning, org-headline-done)
26423 (org-deadline-announce, org-scheduled-today)
26424 (org-scheduled-previously, org-link, org-done, org-table)
26425 (org-time-grid): Remove "-face" suffix from face names.
26426 (org-level-1-face, org-level-2-face, org-level-3-face)
26427 (org-level-4-face, org-level-5-face, org-level-6-face)
26428 (org-level-7-face, org-level-8-face, org-warning-face)
26429 (org-headline-done-face, org-deadline-announce-face)
26430 (org-scheduled-today-face, org-scheduled-previously-face)
26431 (org-link-face, org-done-face, org-table-face)
26432 (org-time-grid-face):
26433 New backward-compatibility aliases for renamed faces.
26434 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26435 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26436 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26437 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26438
26439 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26440 (viper-minibuffer-emacs, viper-minibuffer-insert)
26441 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26442 (viper-search-face, viper-replace-overlay-face)
26443 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26444 (viper-minibuffer-vi-face):
26445 New backward-compatibility aliases for renamed faces.
26446 (viper-search-face, viper-replace-overlay-face)
26447 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26448 (viper-minibuffer-vi-face): Use renamed viper faces.
26449
26450 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26451 Remove "-face" suffix from face names.
26452 (testcover-nohits-face, testcover-1value-face):
26453 New backward-compatibility aliases for renamed faces.
26454 (testcover-mark): Use renamed testcover faces.
26455
26456 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26457 face name.
26458 (diary-button-face): New backward-compatibility alias for renamed face.
26459 (diary-entry): Use renamed diary-button face.
26460
26461 * calendar/calendar.el (diary, calendar-today, holiday)
26462 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26463 (diary-face, calendar-today-face, holiday-face):
26464 New backward-compatibility aliases for renamed faces.
26465 (eval-after-load "facemenu", diary-entry-marker)
26466 (calendar-today-marker, calendar-holiday-marker, diary-face):
26467 Use renamed calendar faces.
26468
26469 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26470 (compare-windows-face): New backward-compatibility alias for
26471 renamed face.
26472 (compare-windows-highlight): Use renamed compare-windows face.
26473
26474 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26475 (strokes-char-face): New backward-compatibility alias for renamed face.
26476 (strokes-encode-buffer): Use renamed strokes-char face.
26477
26478 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26479 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26480 Remove "-face" suffix from face names.
26481 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26482 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26483 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26484 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26485 Use renamed pcvs faces.
26486 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26487 * pcvs-defs.el (cvs-mode-map): Likewise.
26488 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26489
26490 * info.el (info-title-1, info-title-2, info-title-3)
26491 (info-title-4): Remove "-face" suffix from and downcase face names.
26492 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26493 (Info-title-4-face):
26494 New backward-compatibility aliases for renamed faces.
26495 (Info-fontify-node): Use renamed info faces.
26496
26497 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26498 Remove "-face" suffix from face names.
26499 (highlight-changes-face, highlight-changes-delete-face):
26500 New backward-compatibility aliases for renamed faces.
26501 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26502 (hilit-chg-make-list): Use renamed highlight-changes faces.
26503
26504 * generic-x.el (show-tabs-tab, show-tabs-space):
26505 Remove "-face" suffix from face names.
26506 (show-tabs-tab-face, show-tabs-space-face):
26507 New backward-compatibility aliases for renamed faces.
26508 (show-tabs-generic-mode-font-lock-defaults-1)
26509 (show-tabs-generic-mode-font-lock-defaults-2):
26510 Use renamed show-tabs faces.
26511
26512 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26513 (smerge-markers): Remove "-face" suffix from face names.
26514 (smerge-mine-face, smerge-other-face, smerge-base-face)
26515 (smerge-markers-face):
26516 New backward-compatibility aliases for renamed faces.
26517 (smerge-mine-face, smerge-other-face, smerge-base-face)
26518 (smerge-markers-face): Use renamed smerge faces.
26519
26520 * log-view.el (log-view-file, log-view-message): Remove "-face"
26521 suffix from face names.
26522 (log-view-file-face, log-view-message-face):
26523 New backward-compatibility aliases for renamed faces.
26524 (log-view-file-face, log-view-message-face): Use renamed log-view
26525 faces.
26526
26527 * paren.el (show-paren-match, show-paren-mismatch):
26528 Remove "-face" suffix from face names.
26529 (show-paren-match-face, show-paren-mismatch-face):
26530 New backward-compatibility aliases for renamed faces.
26531 (show-paren-function): Use renamed show-paren faces.
26532
26533 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26534 (ruler-mode-margins, ruler-mode-fringes)
26535 (ruler-mode-column-number, ruler-mode-fill-column)
26536 (ruler-mode-comment-column, ruler-mode-goal-column)
26537 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26538 suffix from face names.
26539 (ruler-mode-default-face, ruler-mode-pad-face)
26540 (ruler-mode-margins-face, ruler-mode-fringes-face)
26541 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26542 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26543 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26544 New backward-compatibility aliases for renamed faces.
26545 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26546 (ruler-mode-column-number, ruler-mode-fill-column)
26547 (ruler-mode-comment-column, ruler-mode-goal-column)
26548 (ruler-mode-tab-stop, ruler-mode-current-column)
26549 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26550 faces.
26551
26552 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26553 face name.
26554 (whitespace-highlight-the-space): Use renamed face.
26555 (whitespace-highlight-face): New backward-compatibility alias for
26556 renamed face.
26557
26558 * woman.el (woman-italic, woman-bold, woman-unknown)
26559 (woman-addition, woman-symbol-face):
26560 Remove "-face" suffix from face names.
26561 (woman-italic-face, woman-bold-face, woman-unknown-face)
26562 (woman-addition-face):
26563 New backward-compatibility aliases for renamed faces.
26564 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26565 (woman-decode-region, woman-replace-match)
26566 (woman-display-extended-fonts, woman-special-characters)
26567 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26568 Use renamed woman faces.
26569
26570 * longlines.el (longlines-visible-face): Face removed.
26571
26572 * diff-mode.el (diff-header, diff-file-header, diff-index)
26573 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26574 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26575 suffix from face names.
26576 (diff-header-face, diff-file-header-face, diff-index-face)
26577 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26578 (diff-changed-face, diff-function-face, diff-context-face)
26579 (diff-nonexistent-face): New backward-compatibility aliases for
26580 renamed faces.
26581 (diff-header-face, diff-file-header-face)
26582 (diff-index, diff-index-face, diff-hunk-header)
26583 (diff-hunk-header-face, diff-removed, diff-removed-face)
26584 (diff-added, diff-added-face, diff-changed-face, diff-function)
26585 (diff-function-face, diff-context-face, diff-nonexistent)
26586 (diff-nonexistent-face): Use renamed diff-mode faces.
26587
26588 * progmodes/compile.el (compilation-warning-face)
26589 (compilation-info-face): Remove "-face" suffix from face names.
26590 (compilation-warning-face, compilation-info-face):
26591 New backward-compatibility aliases for renamed faces.
26592 (compilation-warning-face, compilation-info-face):
26593 Use renamed compilation faces.
26594
26595 * add-log.el (change-log-date, change-log-name)
26596 (change-log-email, change-log-file, change-log-list)
26597 (change-log-conditionals, change-log-function)
26598 (change-log-acknowledgement): Remove "-face" suffix from face names.
26599 (change-log-date-face, change-log-name-face)
26600 (change-log-email-face, change-log-file-face)
26601 (change-log-list-face, change-log-conditionals-face)
26602 (change-log-function-face, change-log-acknowledgement-face):
26603 New backward-compatibility aliases for renamed faces.
26604 (change-log-font-lock-keywords): Use renamed change-log faces.
26605
26606 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26607 (custom-set, custom-changed, custom-saved, custom-button)
26608 (custom-button-pressed, custom-documentation, custom-state)
26609 (custom-comment, custom-comment-tag, custom-variable-tag)
26610 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26611 (custom-group-tag): Remove "-face" suffix from face names.
26612 (custom-magic-alist, custom-magic-value-create)
26613 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26614 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26615 (custom-set-face, custom-changed-face, custom-saved-face)
26616 (custom-button-face, custom-button-pressed-face)
26617 (custom-documentation-face, custom-state-face)
26618 (custom-comment-face, custom-comment-tag-face)
26619 (custom-variable-tag-face, custom-variable-button-face)
26620 (custom-face-tag-face, custom-group-tag-face-1)
26621 (custom-group-tag-face):
26622 New backward-compatibility aliases for renamed faces.
26623
26624 * wid-edit.el (widget-documentation, widget-button)
26625 (widget-field, widget-single-line-field, widget-inactive)
26626 (widget-button-pressed): "-face" suffix removed from face names.
26627 (widget-documentation-face, widget-button-face)
26628 (widget-field-face, widget-single-line-field-face)
26629 (widget-inactive-face, widget-button-pressed-face):
26630 New backward-compatibility aliases for renamed faces.
26631 (widget-documentation-face, widget-button-face)
26632 (widget-button-pressed-face, widget-specify-field)
26633 (widget-specify-inactive): Use renamed widget faces.
26634
26635 2005-06-10 Kenichi Handa <handa@m17n.org>
26636
26637 * term/x-win.el (x-clipboard-yank): Remove condition-case
26638 wrapping.
26639
26640 2005-06-11 Kenichi Handa <handa@m17n.org>
26641
26642 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26643 date lines stricter.
26644
26645 2005-06-10 Zhang Wei <id.brep@gmail.com>
26646
26647 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26648 of x-get-selection.
26649
26650 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26651
26652 * comint.el (comint-mode, comint-snapshot-last-prompt):
26653 * frame.el (frame-current-scroll-bars):
26654 * term.el (term-mode, term-check-proc, term-input-sender)
26655 (term-simple-send, term-extract-string, term-word)
26656 (term-match-partial-filename):
26657 * window.el (window-current-scroll-bars):
26658 * emulation/cua-base.el (cua-normal-cursor-color)
26659 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26660 (cua-global-mark-cursor-color):
26661 * mail/undigest.el (rmail-forward-separator-regex):
26662 Fix typos in docstrings.
26663
26664 * comint.el (comint-check-proc, make-comint-in-buffer)
26665 (comint-source-default): Doc fixes.
26666
26667 * term.el (term-send-string): Improve argument/docstring consistency.
26668
26669 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26670
26671 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26672 call to `delete-region'.
26673 (comint-mode-hook): Do not enable Font Lock by default.
26674
26675 2005-06-09 Lute Kamstra <lute@gnu.org>
26676
26677 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26678 could be void.
26679
26680 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26681
26682 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26683 (debug): Use it.
26684 (debugger-step-through, debugger-continue, debugger-jump)
26685 (debugger-return-value): Set it when needed.
26686 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26687 Use inhibit-read-only.
26688
26689 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26690
26691 * window.el (shrink-window-if-larger-than-buffer)
26692 (window-size-fixed): Fix typo in docstring.
26693
26694 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26695 thumbnails directory on loading.
26696 (thumbs-conversion-program): Use `eq' to check the system type,
26697 not `equal'.
26698 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26699 not "/tmp". Fix docstring.
26700 (thumbs-thumbsdir): New function to return the thumbnails
26701 directory, creating it if needed.
26702 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26703 (thumbs-temp-file): Delete variable and make it into a function.
26704 (thumbs-resize-image, thumbs-modify-image): Use it.
26705 (thumbs-kill-buffer): Simplify.
26706 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26707 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26708 docstrings.
26709
26710 2005-06-09 Kim F. Storm <storm@cua.dk>
26711
26712 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26713 set-match-data to free markers in match-data.
26714
26715 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26716 match-data to unchain markers in match-data.
26717
26718 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26719
26720 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26721 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26722 unnecessary now.
26723
26724 2005-06-08 Richard M. Stallman <rms@gnu.org>
26725
26726 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26727 give the variable a doc string that doesn't say don't set it directly.
26728
26729 * textmodes/ispell.el (ispell-check-version):
26730 Use match-string-no-properties.
26731 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26732 (ispell-buffer-local-words): Likewise.
26733
26734 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26735 except on terminals with enough colors to really display it.
26736 (makefile-dependency-regex): Delete spurious `bb'.
26737
26738 * faces.el (escape-glyph): Use blue once again in last case.
26739 (no-break-space): Redefine so that it isn't invisible on a tty.
26740
26741 2005-06-08 Kim F. Storm <storm@cua.dk>
26742
26743 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26744 also when reading directory name.
26745
26746 2005-06-08 Lute Kamstra <lute@gnu.org>
26747
26748 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26749 (flyspell-mode-line-string): Remove autoload cookie.
26750 (flyspell-mode): Remove defvar.
26751
26752 2005-06-07 Lute Kamstra <lute@gnu.org>
26753
26754 * textmodes/org.el (org-run-mode-hooks): New function.
26755 (org-agenda-mode): Use it.
26756
26757 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26758
26759 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26760
26761 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26762
26763 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26764
26765 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26766
26767 * font-lock.el (font-lock-add-keywords): Doc fix.
26768
26769 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26770
26771 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26772 (tex-compile-default): In the absence of any history, use the order in
26773 tex-compile-alist to choose the preferred command.
26774 (tex-compile-commands): Reorder a bit.
26775
26776 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26777 (flyspell-incorrect-face, flyspell-duplicate-face):
26778 Use (X)Emacs-agnostic code.
26779 (flyspell-mode-map): Don't overwrite at each load. Remove code
26780 redundant with the subsequent add-minor-mode. Merge Emacs and
26781 XEmacs code.
26782 (flyspell-word): Minor simplification.
26783 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26784 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26785 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26786 Merge the corresponding Emacs code.
26787 (flyspell-correct-word, flyspell-xemacs-popup):
26788 Use flyspell-do-correct.
26789
26790 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26791 a dedicated window.
26792
26793 * international/latexenc.el (latexenc-find-file-coding-system):
26794 Undo part of last patch, to turn off a compiler warning.
26795
26796 2005-06-06 Juri Linkov <juri@jurta.org>
26797
26798 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26799 Rename `tmm-inactive-face' to `tmm-inactive'.
26800
26801 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26802
26803 * iswitchb.el: Rename faces.
26804
26805 2005-06-06 Kim F. Storm <storm@cua.dk>
26806
26807 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26808 (cua-global-mark): Remove -face suffix from face names.
26809
26810 * emulation/cua-gmrk.el (cua--init-global-mark):
26811 Remove cua-global-mark face setup.
26812
26813 2005-06-06 Richard M. Stallman <rms@gnu.org>
26814
26815 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26816 just like other allowed characters.
26817 (makefile-match-dependency): Exclude leading and training whitespace
26818 from the range of regexp subexp 1.
26819 (makefile-macroassign-regex): Don't try to match the body,
26820 just the name of the macro being defined.
26821
26822 * info.el (Info-read-node-name-2): New function.
26823 (Info-read-node-name-1): Use that.
26824 Add a completion-base-size-function property.
26825
26826 * simple.el (completion-setup-function): Look for
26827 completion-base-size-function property of minibuffer-completion-table.
26828
26829 * files.el (locate-file-completion): Doc fix.
26830
26831 * printing.el: Don't call pr-update-menus; user must do that.
26832
26833 * emacs-lisp/debug.el (debugger-window): New variable.
26834 (debug): Use debugger-window if it is set and still alive.
26835 Record debugger-window for next entry.
26836
26837 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26838
26839 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26840
26841 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26842 (hack-one-local-variable, hack-local-variables)
26843 (hack-local-variables-prop-line): Pass that arg.
26844
26845 2005-06-06 Kim F. Storm <storm@cua.dk>
26846
26847 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26848 (ido-indicator): Remove -face suffix from face names.
26849
26850 2005-06-06 Juri Linkov <juri@jurta.org>
26851
26852 * font-lock.el (font-lock-regexp-backslash)
26853 (font-lock-regexp-backslash-construct): New faces.
26854 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26855 after `('. Add `while-no-input' to control structures.
26856
26857 * faces.el (no-break-space, shadow): New faces.
26858 (escape-glyph): Use less loud colors pink2 and red4.
26859
26860 * diff-mode.el (diff-context-face)
26861 * dired.el (dired-ignored)
26862 * rfn-eshadow.el (file-name-shadow)
26863 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26864
26865 * info.el (Info-title-1-face): Use green instead of yellow because
26866 bold yellow is not readable on light backgrounds.
26867
26868 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26869 before selecting the desired mode to not spend time fontifying
26870 old contents.
26871
26872 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26873
26874 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26875 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26876
26877 * ps-print.el (ps-default-fg, ps-default-bg):
26878 Fix typos in docstrings.
26879
26880 * isearchb.el (isearchb): Don't pass a spurious second argument to
26881 `iswitchb-completions'.
26882
26883 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26884
26885 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26886 to preserve point.
26887 (gdb-find-file-hook): Add doc string.
26888
26889 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26890 C dereferenced pointer expression.
26891 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26892
26893 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26894
26895 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26896 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26897 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26898 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26899 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26900 Make background transparent.
26901
26902 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26903
26904 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26905 (font-lock-remove-keywords): Doc fix.
26906 (font-lock-mode-major-mode): Compiler defvar.
26907 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26908
26909 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26910 (font-lock-mode): Update `font-lock-mode-major-mode'.
26911 (font-lock-set-defaults): Compiler defvar.
26912 (font-lock-default-function): Take `font-lock-mode-major-mode'
26913 into account.
26914
26915 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26916 keep track of which major mode it enabled the minor mode for.
26917 Use find-file-hook again. Update docstring.
26918
26919 * simple.el (eval-expression-print-level)
26920 (eval-expression-print-length, eval-expression-debug-on-error):
26921 Doc fixes.
26922
26923 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26924
26925 * iswitchb.el (iswitchb-single-match-face)
26926 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26927 (iswitchb-invalid-regexp-face): New faces.
26928 (iswitchb-completions): Use them.
26929 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26930 now marked as an obsolete alias.
26931 (iswitchb-read-buffer): Remove check for bound font variables.
26932 (iswitchb-invalid-regexp): New free variable.
26933 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26934 set iswitchb-invalid-regexp.
26935 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26936 invalid regexps.
26937 (iswitchb-completions): Add check for complete match when entering
26938 a regexp.
26939 (iswitchb-completions): Remove require-match argument.
26940 (iswitchb-exhibit): Fix caller.
26941 (iswitchb-common-match-inserted): New variable.
26942 (iswitchb-complete, iswitchb-completion-help): Use it.
26943
26944 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26945
26946 * url-http.el (url-http-chunked-encoding-after-change-function):
26947 Use `url-http-debug' instead of `message'.
26948
26949 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26950
26951 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26952 callback argument.
26953
26954 2005-06-04 Kim F. Storm <storm@cua.dk>
26955
26956 * simple.el (line-move): Only call sit-for when moving backwards.
26957
26958 * ido.el (ido-make-merged-file-list-1): New defun split from
26959 ido-make-merged-file-list.
26960 (ido-make-merged-file-list): Bind throw-on-input around call to
26961 ido-make-merged-file-list-1. Return input-pending-p if
26962 interrupted by more input available.
26963 (ido-read-internal): Handle input-pending-p return value from
26964 ido-make-merged-file-list.
26965
26966 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26967
26968 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26969 compatibility code.
26970
26971 * international/latexenc.el (latexenc-find-file-coding-system):
26972 Don't inherit the EOL part of the coding-system from the
26973 tex-main buffer. Fit within 80 columns.
26974
26975 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26976
26977 * tmm.el (tmm-inactive-face): New face.
26978 (tmm-remove-inactive-mouse-face): New function.
26979 (tmm-prompt, tmm-add-one-shortcut)
26980 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26981 but not selectable.
26982
26983 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26984
26985 * faces.el (face-equal): Improve argument/docstring consistency.
26986
26987 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26988
26989 * progmodes/make-mode.el (makefile-targets-face)
26990 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26991 (makefile-bsdmake-dependency-regex)
26992 (makefile-makepp-rule-action-regex)
26993 (makefile-bsdmake-rule-action-regex): New constants.
26994 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26995
26996 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26997 Allow (...) within `...' for makepp messages.
26998
26999 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27000
27001 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27002
27003 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27004 "." files are deleted from all file lists before comparison.
27005
27006 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27007 (viper-ESC-key): Made them customizable.
27008
27009 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27010
27011 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27012
27013 * autorevert.el (auto-revert-buffers): Use save-match-data.
27014
27015 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27016
27017 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27018 menu items with a nil command binding.
27019
27020 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27021
27022 * emacs-lisp/cl-macs.el (defsetf):
27023 Improve argument/docstring consistency.
27024
27025 * faces.el (list-faces-display): Improve the formatting by
27026 computing the maximum length required for any face-name (reworked
27027 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27028 (internal-find-face): Remove redundant info in docstring.
27029
27030 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27031
27032 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27033 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27034 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27035 (gdb-assembler-custom): Improve regexps.
27036 (def-gdb-auto-update-handler): Use window point to preserve point.
27037
27038 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27039
27040 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27041
27042 2005-05-31 Jay Belanger <belanger@truman.edu>
27043
27044 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27045 to calc-embedded.
27046 (calc-embedded-make-info): Have plain prefix argument select
27047 entire line.
27048
27049 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27050
27051 * faces.el (list-faces-display): Signal error if passed a regexp
27052 that matches no face name.
27053
27054 * simple.el (filter-buffer-substring): Fix typo in docstring.
27055
27056 2005-05-31 Richard M. Stallman <rms@gnu.org>
27057
27058 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27059 (vhdl-emacs-21): Doc fix.
27060 (vhdl-mode): Unconditionally set comment-padding.
27061 (vhdl-fixup-whitespace-region): Insert spaces only where
27062 there are none.
27063 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27064
27065 2005-05-30 John Wiegley <johnw@newartisans.com>
27066
27067 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27068 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27069 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27070 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27071 `string-to-number'.
27072
27073 2005-05-30 Jay Belanger <belanger@truman.edu>
27074
27075 * calc/calc.el (calc-bug-address): Fix docstring.
27076 (calc-window-hook, calc-trail-window-hook): New variables.
27077 (calc-trail-display): Restore use of calc-trail-window-hook.
27078 (calc): Restore use of calc-window-hook.
27079
27080 2005-05-31 Masatake YAMATO <jet@gyve.org>
27081
27082 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27083
27084 * help-fns.el (help-C-file-name): Add autoload mark for
27085 `find-function-noselect'.
27086
27087 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27088
27089 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27090 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27091
27092 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27093
27094 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27095 included diary buffer if it was not already being visited.
27096 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27097
27098 * calendar/icalendar.el (top-level): Do not require appt.
27099
27100 * mail/supercite.el (sc-select-attribution): Only use a list
27101 element from sc-attrib-selection-list if it returns a string.
27102 Reported by Davide G. M. Salvetti <salve@debian.org>.
27103
27104 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27105
27106 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27107 includes a hash value to improve its uniqueness, and has a ".jpg"
27108 extension. Also, it is now a valid filename on all systems.
27109 (thumbs-make-thumb): Use `let', not `let*'.
27110 (thumbs-show-thumbs-list): Check for JPEG availability.
27111
27112 2005-05-30 Richard M. Stallman <rms@gnu.org>
27113
27114 * filesets.el (filesets-menu-ensure-use-cached):
27115 Prevent warning when emacs-version>= is undefined.
27116
27117 * printing.el (pr-interactive-n-up): Use string-to-number.
27118
27119 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27120
27121 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27122 Warn only when name to be defined is quoted.
27123
27124 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27125
27126 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27127 Make regexp more robust.
27128 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27129 Force regeneration of disassembly.
27130
27131 2005-05-29 Jay Belanger <belanger@truman.edu>
27132
27133 * calc/calc.el (calc-user-invocation): Check if
27134 calc-invocation-macro is non-nil.
27135
27136 2005-05-29 Juri Linkov <juri@jurta.org>
27137
27138 * add-log.el (change-log-font-lock-keywords):
27139 Add `+' to e-mail regexp to accept mail address with keywords.
27140
27141 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27142
27143 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27144
27145 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27146
27147 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27148
27149 2005-05-29 Richard M. Stallman <rms@gnu.org>
27150
27151 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27152 Undo the change that moves to end of the current word.
27153
27154 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27155
27156 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27157 Throw error when count <= 0 to ensure input is a number.
27158 (gdb-read-memory-custom): Pick up address from buffer.
27159 (gdb-memory-mode): Allow user to increment and decrement
27160 memory address from header line.
27161
27162 2005-05-29 Richard M. Stallman <rms@gnu.org>
27163
27164 * flyspell.el (flyspell-version): Function deleted.
27165 (flyspell-auto-correct-previous-hook): Doc fix.
27166
27167 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27168 Do nothing if memory is full.
27169
27170 * font-lock.el (font-lock-fontify-syntactically-region):
27171 Pass t for GREEDY to looking-back.
27172
27173 * saveplace.el (save-place-alist-to-file): Write the file
27174 using write-region.
27175
27176 * subr.el (looking-back): New argument GREEDY.
27177
27178 * progmodes/compile.el (compilation-start): Set the mode
27179 before inserting the initial text.
27180
27181 * progmodes/which-func.el (which-func-update-1): Turn the mode
27182 off in case of error by setting which-func-mode.
27183
27184 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27185
27186 * flyspell.el (flyspell-auto-correct-previous-word):
27187 Narrow down to what's on the screen, and recenter overlays
27188 at the end of the next word.
27189
27190 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27191
27192 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27193 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27194 (flyspell-abbrev-p): Default to nil.
27195 (flyspell-use-global-abbrev-table-p): Doc fix.
27196 (flyspell-large-region): Allow nil as value.
27197 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27198
27199 (mail-mode-flyspell-verify): More robust handling
27200 of `mail-header-separator'. More efficient signature detection.
27201 Allow for regexp metacharacters in message-header-separator.
27202 Adding `To' not to be checked in mail-mode-flyspell-verify.
27203
27204 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27205 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27206 Bind flyspell-auto-correct-binding.
27207 Bind C-. and C-, .
27208 (flyspell-mode-map): Likewise.
27209 (flyspell-mode): Doc fix.
27210 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27211 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27212 (flyspell-word-cache-result): New var, always local.
27213 (flyspell-check-pre-word-p): Doc fix.
27214 (flyspell-check-changed-word-p): Handle spc like newline.
27215 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27216 (flyspell-word-search-backward, flyspell-word-search-forward):
27217 New functions.
27218 (flyspell-word): Return t if nothing to check.
27219 When parsing TeX code, check for after } or \.
27220 Use flyspell-word-search-backward to find previous word.
27221 Return nil if duplicated word.
27222 For word already checked, return same value as last time.
27223 Set flyspell-word-cache-result after checking.
27224 Don't clobber the return value.
27225 (flyspell-get-word): Major rewrite.
27226 (flyspell-external-point-words): New locals pword, pcount.
27227 Fix size used in progress message.
27228 Find the proper corresponding word in flyspell-large-region-buffer.
27229 (flyspell-region): Check for flyspell-large-region = nil.
27230 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27231 (flyspell-auto-correct-word): Check that WORD is a cons.
27232 (flyspell-correct-word): Likewise.
27233
27234 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27235
27236 * progmodes/make-mode.el (makefile-rule-action-regex)
27237 (makefile-macroassign-regex, makefile-makepp-mode)
27238 (makefile-bsdmake-mode): Continuation lines may be empty.
27239 Reported by Joshua Varner.
27240 (makefile-makepp-font-lock-keywords): Add $(stem).
27241
27242 2005-05-28 Karl Berry <karl@gnu.org>
27243
27244 * textmodes/tex-mode.el: Now that tex-send-command calls
27245 shell-quote-argument (2005-03-31 change), remove all calls to
27246 shell-quote-argument; they all end up invoking tex-send-command.
27247 The double quoting loses on filenames with non-safe characters,
27248 such as "@". Reported by Frederik Fouvry.
27249
27250 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27251
27252 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27253 about preserving point.
27254
27255 2005-05-27 Jay Belanger <belanger@truman.edu>
27256
27257 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27258 Info-goto-node.
27259
27260 * calc/calc-embed.el (calc-embed-arg): New variable.
27261 (calc-do-embedded-activate, calc-embedded-activate-formula)
27262 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27263 variable by new variable.
27264 (calc-embedded-make-info): Replace undeclared variable by new
27265 variable. When selecting region with positive prefix
27266 argument, use end of previous line instead of beginning of line.
27267
27268 * calc/calc-aent.el (calc-arg-values): Declare it.
27269
27270 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27271 Declare them.
27272
27273 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27274
27275 * calc/calc.el (calc-alg-map): Declare it.
27276
27277 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27278
27279 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27280
27281 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27282 (gdb-registers-buffer, toggle-gdb-all-registers):
27283 Toggle display of floating point registers.
27284 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27285
27286 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27287 (toggle-gud-tooltip-dereference):
27288 Rename from gud-toggle-tooltip-dereference.
27289
27290 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27291
27292 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27293
27294 2005-05-27 Jay Belanger <belanger@truman.edu>
27295
27296 * calc/calc-prog.el (calc-kbd-report): Remove.
27297 (calc-kbd-query): Rewrite.
27298
27299 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27300
27301 * image.el (image-library-alist): Move to image.c.
27302 (image-type-available-p): Doc fix.
27303
27304 2005-05-27 Lute Kamstra <lute@gnu.org>
27305
27306 * calc/calc.el (calc):
27307 * outline.el (outline-1, outline-2, outline-3, outline-4)
27308 (outline-5, outline-6, outline-7, outline-8):
27309 * textmodes/dns-mode.el (dns-mode):
27310 * textmodes/sgml-mode.el (sgml-namespace-face):
27311 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27312 (tex-verbatim-face, tex-use-reftex):
27313 * textmodes/texinfo.el (texinfo-heading-face):
27314 Specify customization group.
27315
27316 * longlines.el: Don't require easy-mmode.
27317 (longlines-visible-face): Specify customization group.
27318
27319 2005-05-27 Kenichi Handa <handa@m17n.org>
27320
27321 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27322 encoding table of windows-1251.
27323
27324 * international/ucs-tables.el (ucs-set-table-for-input):
27325 If translation-table-for-input of a coding system is a symbol, get
27326 its translation-table property.
27327
27328 * international/code-pages.el: Don't register a coding system into
27329 non-iso-charset-alist more than once.
27330 (cp-make-coding-system): Likewise.
27331
27332 2005-05-26 John Wiegley <johnw@newartisans.com>
27333
27334 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27335 `eshell-resume-eval' is wrapped in a list, it indicates that the
27336 command was run asynchronously. In that case, unwrap the value
27337 before checking the delimiter value.
27338
27339 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27340 character before a space at the end of a line is \, assume the space
27341 is part of the last argument rather than a final argument separator.
27342
27343 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27344 is in use, and the target is `t' or `nil' (which are the most common
27345 values), don't assume that the symbol target is a buffer.
27346
27347 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27348
27349 * calendar/calendar.el (calendar-mode-line-format):
27350 Use mode-line-highlight as mouse-face.
27351
27352 * time.el (display-time-string-forms, display-time-update):
27353 Use mode-line-highlight as mouse-face.
27354
27355 2005-05-26 Jay Belanger <belanger@truman.edu>
27356
27357 * calc/calc.el (calc-language-alist): Remove extra defvar.
27358
27359 2005-05-26 Lute Kamstra <lute@gnu.org>
27360
27361 * arc-mode.el (archive-mode):
27362 * bookmark.el (bookmark-read-annotation-mode)
27363 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27364 * bs.el (bs-mode):
27365 * calc/calc-yank.el (calc-edit-mode):
27366 * calc/calc.el (calc-mode, calc-trail-mode):
27367 * calculator.el (calculator-mode):
27368 * chistory.el (command-history-mode):
27369 * comint.el:
27370 * cus-edit.el (custom-mode):
27371 * descr-text.el (describe-text-mode):
27372 * ebuff-menu.el (Electric-buffer-menu-mode):
27373 * ediff-util.el (ediff-mode):
27374 * emacs-lisp/re-builder.el (reb-mode):
27375 * emulation/vi.el (vi-mode-setup):
27376 * emulation/ws-mode.el (wordstar-mode):
27377 * eshell/esh-mode.el (eshell-mode):
27378 * forms.el (forms-mode):
27379 * help-mode.el (help-mode):
27380 * hexl.el (hexl-mode):
27381 * ibuffer.el (ibuffer-mode):
27382 * ielm.el (inferior-emacs-lisp-mode):
27383 * info.el (Info-mode, Info-edit-mode):
27384 * international/swedish.el:
27385 * ledit.el (ledit-from-lisp-mode):
27386 * locate.el (locate-mode):
27387 * mail/rmail.el (rmail-mode):
27388 * mail/rmailedit.el (rmail-edit-mode):
27389 * mail/rmailsum.el (rmail-summary-mode):
27390 * mail/supercite.el (sc-electric-mode):
27391 * net/eudc.el (eudc-mode):
27392 * net/quickurl.el (quickurl-list-mode):
27393 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27394 * obsolete/ooutline.el (outline-mode):
27395 * obsolete/options.el (Edit-options-mode):
27396 * obsolete/rnews.el (news-mode):
27397 * obsolete/rnewspost.el (news-reply-mode):
27398 * play/5x5.el (5x5-mode):
27399 * play/decipher.el (decipher-mode, decipher-stats-mode):
27400 * play/gomoku.el (gomoku-mode):
27401 * play/snake.el (snake-mode):
27402 * play/solitaire.el (solitaire-mode):
27403 * play/tetris.el (tetris-mode):
27404 * progmodes/ada-mode.el (ada-mode):
27405 * progmodes/antlr-mode.el (antlr-mode):
27406 * progmodes/autoconf.el (autoconf-mode):
27407 * progmodes/dcl-mode.el (dcl-mode):
27408 * progmodes/delphi.el (delphi-mode):
27409 * progmodes/ebrowse.el (ebrowse-tree-mode)
27410 (ebrowse-electric-list-mode, ebrowse-member-mode)
27411 (ebrowse-electric-position-mode):
27412 * progmodes/f90.el (f90-mode):
27413 * progmodes/fortran.el (fortran-mode):
27414 * progmodes/icon.el (icon-mode):
27415 * progmodes/idlw-help.el (idlwave-help-mode):
27416 * progmodes/idlw-shell.el (idlwave-shell-mode):
27417 * progmodes/idlwave.el (idlwave-mode):
27418 * progmodes/inf-lisp.el (inferior-lisp-mode):
27419 * progmodes/m4-mode.el (m4-mode):
27420 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27421 * progmodes/modula2.el (modula-2-mode):
27422 * progmodes/octave-inf.el (inferior-octave-mode):
27423 * progmodes/octave-mod.el (octave-mode):
27424 * progmodes/pascal.el (pascal-mode):
27425 * progmodes/sh-script.el (sh-mode):
27426 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27427 * progmodes/vhdl-mode.el (vhdl-mode):
27428 * progmodes/xscheme.el (scheme-interaction-mode):
27429 * replace.el (occur-mode):
27430 * ses.el (ses-mode):
27431 * simple.el (completion-list-mode):
27432 * skeleton.el:
27433 * speedbar.el (speedbar-mode):
27434 * term.el (term-mode):
27435 * terminal.el (terminal-edit-mode):
27436 * textmodes/reftex-index.el (reftex-index-mode)
27437 (reftex-index-phrases-mode):
27438 * textmodes/reftex-sel.el (reftex-select-label-mode)
27439 (reftex-select-bib-mode):
27440 * textmodes/reftex-toc.el (reftex-toc-mode):
27441 * wdired.el (wdired-change-to-wdired-mode):
27442 * wid-browse.el (widget-browse-mode):
27443 Use run-mode-hooks.
27444
27445 * array.el (array-mode):
27446 * calendar/todo-mode.el (todo-mode):
27447 * man.el (Man-mode):
27448 * play/landmark.el (lm-mode):
27449 * play/mpuz.el (mpuz-mode):
27450 Use kill-all-local-variables and run-mode-hooks.
27451
27452 * subr.el (delay-mode-hooks): Specify indentation.
27453
27454 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27455
27456 * xml.el (xml-substitute-special): Don't die for undefined xml
27457 entities.
27458
27459 2005-05-26 Jay Belanger <belanger@truman.edu>
27460
27461 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27462 of nil.
27463
27464 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27465
27466 * progmodes/gdb-ui.el (gdb-frame-address):
27467 Rename from gdb-current-address.
27468 (gdb-previous-frame-address): Rename from gdb-previous-address.
27469 (gdb-selected-frame): Rename from gdb-current-frame.
27470 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27471 (gdb-frame-number): Rename from gdb-current-stack-level.
27472 (gdb-ann3): Match new mode-name for disassembly buffer.
27473 Extend initialization of variables.
27474 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27475 (gdb-memory-mode): Use mouse-face in header line.
27476 (gdb-assembler-buffer-name): Call it disassembly and give frame
27477 in mode line.
27478 (gdb-source-spec-regexp, gdb-assembler-custom)
27479 (gdb-invalidate-assembler, gdb-frame-handler):
27480 Make robust to leading zeroes in address format.
27481
27482 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27483
27484 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27485 define `org-mode'.
27486 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27487
27488 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27489
27490 * log-edit.el (log-edit-changelog-entries): Distinguish between
27491 filenames like xfns.c and fns.c.
27492
27493 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27494
27495 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27496 point after reverting.
27497 (Buffer-menu-make-sort-button): Handle the case where
27498 `Buffer-menu-use-header-line' is nil.
27499
27500 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27501
27502 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27503 New funcs. In minibuffer-local-completion-map bind `]', `/'
27504 and `:' to them.
27505
27506 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27507
27508 * startup.el (normal-top-level): Allow modification of load-path while
27509 we're iterating over it.
27510
27511 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27512
27513 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27514 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27515 (thumbs-resize-interactive, thumbs-insert-image)
27516 (thumbs-insert-thumb, thumbs-dired-show-marked)
27517 (thumbs-find-image-at-point, thumbs-delete-images)
27518 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27519 (thumbs-increment-image-size, thumbs-decrement-image-size):
27520 Fix typos in docstrings.
27521
27522 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27523
27524 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27525 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27526 (cperl-mode): Use them.
27527
27528 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27529
27530 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27531 Doc fixes.
27532
27533 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27534
27535 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27536 Bind C-d to gdb-inferior-io-eof.
27537
27538 * dired.el (dired-dnd-popup-notice): Use message-box.
27539
27540 2005-05-23 Masatake YAMATO <jet@gyve.org>
27541
27542 * bindings.el (mode-line-major-mode-keymap):
27543 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27544
27545 * faces.el (mode-line-highlight): New face.
27546
27547 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27548 as mouse-face.
27549
27550 * bindings.el (top-level, help-echo, mode-line-modified)
27551 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27552 as mouse-face.
27553
27554 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27555
27556 * progmodes/cc-engine.el (c-guess-basic-syntax):
27557 Remove spurious call to `zerop'.
27558
27559 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27560
27561 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27562
27563 CC Mode update to 5.30.10:
27564
27565 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27566 could go past the limit in decoration level 2, thereby causing
27567 errors during interactive fontification.
27568
27569 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27570 the file is evaluated interactively.
27571
27572 * cc-engine.el (c-guess-basic-syntax): Handle operator
27573 declarations somewhat better in C++.
27574
27575 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27576 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27577 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27578 (awk-mode): Use it.
27579 (make-local-hook): Suppress warning about obsoleteness.
27580
27581 * cc-engine.el, cc-align.el, cc-cmds.el
27582 (c-append-backslashes-forward, c-delete-backslashes-forward)
27583 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27584 Compensate for return value from `forward-line' when it has moved
27585 but not to a different line due to eob.
27586
27587 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27588 `objc-method-intro' and `objc-method-args-cont'.
27589
27590 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27591
27592 CC Mode update to 5.30.10:
27593
27594 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27595 in the copyright statement. Incidentally, change "along with GNU
27596 Emacs" to "along with this program" where it occurs.
27597
27598 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27599 so that it is interactive, hence can be found by M-x awk-mode
27600 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27601 <gmorris+emacs@ast.cam.ac.uk>.
27602
27603 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27604 Mode's regexps.
27605
27606 2005-05-23 Kevin Ryde <user42@zip.com.au>
27607
27608 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27609 c-parse-state, to avoid a lisp error (on bad code).
27610
27611 2005-05-23 Lute Kamstra <lute@gnu.org>
27612
27613 * subr.el (font-lock-defaults): Remove defvar as it's already
27614 defined in font-core.el.
27615
27616 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27617
27618 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27619
27620 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27621 more general and work when GDB variable "print pretty" is on,
27622 as with Emacs, for example.
27623
27624 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27625
27626 * font-core.el: Update comment.
27627
27628 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27629 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27630
27631 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27632
27633 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27634
27635 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27636 and `yank-handler' in the doc strings.
27637
27638 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27639
27640 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27641
27642 2005-05-22 Richard M. Stallman <rms@gnu.org>
27643
27644 * help.el (describe-key): Move print-help-return-message call
27645 out of conditional.
27646
27647 * progmodes/etags.el (list-tags): Use with-no-warnings.
27648
27649 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27650 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27651 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27652
27653 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27654
27655 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27656 Add defvar.
27657
27658 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27659 Use defvar, not defconst.
27660
27661 * hexl.el (hexl-follow-line): Use with-no-warnings.
27662
27663 * emulation/tpu-extras.el: Use write-file-functions instead of
27664 write-file-hooks.
27665
27666 * dired.el (dired-font-lock-keywords): Fontify files with junk
27667 extensions even if marked by -F.
27668
27669 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27670
27671 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27672 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27673 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27674 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27675 (concatenate, list-length, get*, getf, cl-remprop):
27676 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27677 (etypecase, progv, lexical-let, lexical-let*)
27678 (multiple-value-bind, multiple-value-setq, shiftf):
27679 Improve argument/docstring consistency.
27680
27681 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27682
27683 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27684
27685 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27686 doesn't exist.
27687
27688 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27689 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27690
27691 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27692
27693 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27694 already deleted variables: auto-fill-hook, blink-paren-hook,
27695 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27696 suspend-hooks, comment-indent-hook, meta-flag,
27697 before-change-function, after-change-function,
27698 font-lock-doc-string-face.
27699
27700 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27701
27702 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27703
27704 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27705
27706 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27707 rmail-dont-reply-to.
27708
27709 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27710
27711 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27712 literal blank when splitting new-header-values.
27713
27714 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27715
27716 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27717 string so that tmm doesn't create a completion entry for it.
27718
27719 * textmodes/table.el (table-disable-menu): Ditto.
27720
27721 2005-05-21 Richard M. Stallman <rms@gnu.org>
27722
27723 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27724
27725 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27726
27727 * net/rcompile.el (remote-compile): Use compilation-start.
27728
27729 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27730
27731 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27732
27733 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27734 Default to makefile-bsdmake-mode on BSD systems.
27735
27736 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27737 REGEXP may also be a search function now. The part of doc-string
27738 for describing the structure was 95% identical to that of
27739 `imenu--generic-function'. Unify it there.
27740
27741 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27742 Use function to find dependencies, because regexp alone is so complex,
27743 it easily goes into an endless loop.
27744 (makefile-makepp-mode): Also add submenu for Perl functions
27745 defined in the makefile.
27746 (makefile-bsdmake-mode): Special imenu-generic-expression no
27747 longer needed, due to function call.
27748 (makefile-match-dependency): Take BOUND into account when checking
27749 if we're through.
27750
27751 2005-05-20 Jay Belanger <belanger@truman.edu>
27752
27753 * calc/calc-units.el (calc-invalidate-units-table):
27754 Use inhibit-read-only.
27755 (math-build-units-table-buffer): Use view-mode.
27756
27757 2005-05-20 David Kastrup <dak@gnu.org>
27758
27759 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27760 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27761
27762 2005-05-20 Lute Kamstra <lute@gnu.org>
27763
27764 * diff-mode.el (diff-header-face, diff-file-header-face)
27765 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27766 (diff-added-face, diff-changed-face, diff-function-face)
27767 (diff-context-face, diff-nonexistent-face): Put them in the
27768 diff-mode customization group.
27769
27770 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27771
27772 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27773
27774 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27775
27776 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27777 Minor regexp-optimization.
27778
27779 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27780
27781 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27782 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27783 (org-agenda-add-time-grid-maybe): New function.
27784 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27785 (org-table-create): `dotimes' instead of `mapcar'.
27786 (org-xor): Simplify implementation.
27787 (org-agenda): `inhibit-redisplay' turned on.
27788 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27789 a consistent line after a state change.
27790 (org-agenda-remove-times-when-in-prefix): New option.
27791 (org-prefix-has-time): New variable.
27792 (org-parse-time-string): Optional argument NODEFAULT.
27793 (org-format-agenda-item): Parse items for time-of-day
27794 specifications and move these into the prefix if possible.
27795 (org-agenda-priority): Get current heading, not previous heading
27796 during agenda remote editing.
27797
27798 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27799
27800 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27801 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27802 (remove-duplicates, delete-duplicates, substitute)
27803 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27804 (nsubstitute-if-not, find, find-if, find-if-not, position)
27805 (position-if, position-if-not, count, count-if, count-if-not)
27806 (mismatch, search, sort*, stable-sort, merge, member*)
27807 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27808 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27809 (intersection, nintersection, set-difference, nset-difference)
27810 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27811 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27812 (nsublis, tree-equal): Improve argument/docstring consistency.
27813
27814 * subr.el (send-string, send-region): Remove obsolescence declaration.
27815 (window-dot, set-window-dot, read-input, show-buffer)
27816 (eval-current-buffer, string-to-int):
27817 Add release number to obsolescence declarations.
27818
27819 2005-05-19 Kim F. Storm <storm@cua.dk>
27820
27821 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27822 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27823
27824 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27825
27826 * faces.el (list-faces-display): Make back button respect optional
27827 regexp arg.
27828
27829 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27830
27831 * calculator.el (calculator-radix-grouping-mode)
27832 (calculator-radix-grouping-digits, calculator-displayer)
27833 (calculator-radix-grouping-separator, calculator-copy-displayer):
27834 * dabbrev.el (dabbrev-search-these-buffers-only):
27835 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27836 (diff-advance-after-apply-hunk, diff-mode-hook)
27837 (diff-minor-mode-prefix):
27838 * imenu.el (imenu-use-popup-menu):
27839 * jit-lock.el (jit-lock-context-time):
27840 * newcomment.el (comment-fill-column, comment-column)
27841 (comment-style, comment-padding, comment-multi-line)
27842 (comment-empty-lines, comment-auto-fill-only-comments):
27843 * reveal.el (reveal-around-mark):
27844 * uniquify.el (uniquify-buffer-name-style)
27845 (uniquify-after-kill-buffer-p)
27846 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27847 (uniquify-min-dir-content, uniquify-separator)
27848 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27849 * w32-vars.el (w32-fixed-font-alist):
27850 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27851 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27852 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27853 * progmodes/perl-mode.el (perl-indent-level)
27854 (perl-continued-statement-offset, perl-continued-brace-offset)
27855 (perl-brace-offset, perl-brace-imaginary-offset)
27856 (perl-label-offset, perl-indent-continued-arguments)
27857 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27858 * progmodes/tcl.el (tcl-indent-level)
27859 (tcl-continued-indent-level, tcl-auto-newline)
27860 (tcl-tab-always-indent, tcl-electric-hash-style)
27861 (tcl-help-directory-list, tcl-use-smart-word-finder)
27862 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27863 (inferior-tcl-source-command):
27864 * textmodes/fill.el (enable-kinsoku):
27865 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27866 * textmodes/table.el (table-yank-handler):
27867 Specify missing group (and type, if simple) in defcustom.
27868
27869 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27870
27871 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27872
27873 2005-05-19 Richard M. Stallman <rms@gnu.org>
27874
27875 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27876
27877 * subr.el (event-basic-type): Don't get an error.
27878 (left-fringe-p): Function deleted.
27879
27880 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27881 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27882
27883 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27884 in recursive copy.
27885
27886 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27887
27888 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27889
27890 * emacs-lisp/bytecomp.el
27891 (byte-compile-file-form-custom-declare-variable):
27892 Call byte-compile-nogroup-warn if appropriate.
27893
27894 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27895 (compilation-set-window): Don't call left-fringe-p; do it directly.
27896
27897 2005-05-19 Jay Belanger <belanger@truman.edu>
27898
27899 * calc/calc-graph.el (calc-graph-format-data): Make sure
27900 var-PlotRejects is bound before trying to check its value.
27901
27902 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27903
27904 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27905 definition of this variable from reftex-global.el to reftex.el,
27906 because it is needed in the menu.
27907
27908 2005-05-19 Lute Kamstra <lute@gnu.org>
27909
27910 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27911 years are fixed. Don't insert a space after a dash.
27912
27913 2005-05-19 Kim F. Storm <storm@cua.dk>
27914
27915 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27916
27917 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27918
27919 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27920 strings, because (eq ... ?\\) is fairly frequent.
27921
27922 * progmodes/make-mode.el (makefile-add-this-line-targets):
27923 Simplify and integrate into `makefile-pickup-targets'.
27924 (makefile-add-this-line-macro): Simplify and integrate into
27925 `makefile-pickup-macros.
27926 (makefile-pickup-filenames-as-targets): Simplify.
27927 (makefile-previous-dependency, makefile-match-dependency):
27928 Don't stumble over `::'.
27929
27930 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27931
27932 * subr.el (post-command-idle-hook, post-command-idle-delay):
27933 Remove obsoletion of post-command-idle-hook and
27934 post-command-idle-delay.
27935
27936 * faces.el (list-faces-display): Provide button when describe-face
27937 is called to take user back to the list of faces.
27938
27939 * help-fns.el (describe-variable): Remove hyperlinks in a
27940 variable's value as these are quite frequently inappropriate.
27941
27942 * follow.el (follow-submit-feedback, follow-mode):
27943 Remove references to post-command-idle-hook.
27944
27945 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27946
27947 * progmodes/make-mode.el (makefile-previous-dependency)
27948 (makefile-match-dependency): Check for := (and in bsd mode also
27949 !=) to give a better result, even when font-lock is not on.
27950
27951 2005-05-18 Jay Belanger <belanger@truman.edu>
27952
27953 * calc/calc-help.el (calc-s-prefix-help):
27954 Add `calc-copy-special-constant' to help string.
27955
27956 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27957
27958 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27959
27960 2005-05-18 Jay Belanger <belanger@truman.edu>
27961
27962 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27963 in linear factors are in proper order.
27964
27965 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27966
27967 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27968 Support for jurabib.
27969
27970 * textmodes/reftex.el (featurep): Define aliases for overlay
27971 commands, for XEmacs compatibility, and use these aliases in
27972 overlay initializations.
27973 (reftex-highlight): Use `reftex-move-overlay'.
27974 (reftex-unhighlight): Use `reftex-delete-overlay'.
27975 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27976 (reftex-access-search-path): Use `reftex-uniquify' instead of
27977 `reftex-uniq'
27978
27979 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27980 `before-string' property modification enables for Emacs as well.
27981 (reftex-select-item): Use `reftex-delete-overlay'.
27982 (reftex-select-mark): Use `reftex-make-overlay' and
27983 `reftex-overlay-put'.
27984 (reftex-select-unmark): Use `reftex-delete-overlay' and
27985 `reftex-overlay-put'.
27986
27987 2005-05-18 Lute Kamstra <lute@gnu.org>
27988
27989 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27990
27991 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27992
27993 * add-log.el (add-change-log-entry):
27994 * array.el (array-make-template, array-reconfigure-rows)
27995 (array-init-max-row, array-init-max-column)
27996 (array-init-columns-per-line, array-init-field-width):
27997 * replace.el (replace-match-maybe-edit, perform-replace):
27998 * textmodes/spell.el (spell-region):
27999 Replace `read-input' by `read-string'.
28000
28001 * forms.el (forms-mode):
28002 * finder.el (finder-compile-keywords):
28003 * shadowfile.el (shadow-read-files):
28004 Replace `eval-current-buffer' by `eval-buffer'.
28005
28006 * terminal.el (te-pass-through):
28007 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28008 (ange-ftp-raw-send-cmd):
28009 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28010 (send-process-next-char, telnet-initial-filter, telnet):
28011 Replace `send-string' by `process-send-string'.
28012
28013 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28014 (prolog-consult-region): Replace `send-string' by
28015 `process-send-string'; replace `send-region' by `process-send-region'.
28016
28017 * progmodes/delphi.el (delphi-log-msg):
28018 Replace `set-window-dot' by `set-window-point'.
28019
28020 * subr.el (window-dot, set-window-dot, read-input, send-string)
28021 (send-region, show-buffer, eval-current-buffer):
28022 Make really obsolete, as the comment says.
28023
28024 2005-05-17 Kim F. Storm <storm@cua.dk>
28025
28026 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28027 (cua--init-keymaps): Bind C-return instead of S-return to set
28028 rectangle mark.
28029
28030 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28031 instead of S-return to toggle/clear rectangle mark.
28032
28033 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28034
28035 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28036 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28037 Also fontify plain strings assigned to variables, mostly so that a
28038 colon has a face and is thus not taken as a dependency separator.
28039 (makefile-previous-dependency): Inline the new matcher, because it
28040 is too complex to work in both directions.
28041 (makefile-match-dependency): Eliminate `backward' arg (see above).
28042 Completely reimplemented so as to not sometimes go into an endless
28043 loop. It should also be more efficient, because first it only
28044 searches for `:', instead of applying the very complex regexp.
28045 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28046 to be fontified in one piece can be too long for JIT.
28047 Makefiles are never *that* big.
28048
28049 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28050
28051 * dired.el (dired-mode): Simplify.
28052
28053 2005-05-17 Lute Kamstra <lute@gnu.org>
28054
28055 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28056 defcustom for the mode hook variable.
28057
28058 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28059 Emacs Lisp Reference Manual.
28060
28061 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28062
28063 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28064 (evenp, list*):
28065 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28066 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28067
28068 * net/tramp-smb.el (tramp-smb-open-connection):
28069 Pass `tramp-chunksize' as fifth (required) argument.
28070
28071 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28072
28073 * font-lock.el (lisp-font-lock-keywords-1):
28074 Set `font-lock-negation-char-face' for [^...] char group.
28075 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28076
28077 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28078 a var, and refine it to mask one more level of nested vars.
28079 (makefile-rule-action-regex): Turn it into a var, and refine it so
28080 it recognizes backslashed continuation lines as belonging to the
28081 same command.
28082 (makefile-macroassign-regex): Refine it so it recognizes
28083 backslashed continuation lines as belonging to the same command.
28084 (makefile-var-use-regex): Don't look at the next char, because it
28085 might be the same one to be skipped by the initial [^$], leading
28086 to an overlooked variable use.
28087 (makefile-make-font-lock-keywords): Remove two parameters, which
28088 are now variables that some of the modes set locally.
28089 Handle dependency and rule action matching through functions, because
28090 regexps alone match too often. Dependency matching now comes
28091 last, so it can check, whether a colon already matched something else.
28092 (makefile-mode): Inform that font-lock improves makefile parsing
28093 capabilities.
28094 (makefile-match-dependency, makefile-match-action): New functions.
28095
28096 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28097
28098 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28099
28100 * align.el (align-regexp):
28101 * ansi-color.el (ansi-color-get-face):
28102 * array.el (array-reconfigure-rows, array-init-max-row)
28103 (array-init-max-column, array-init-columns-per-line)
28104 (array-init-field-width):
28105 * dired-aux.el (dired-trample-file-versions):
28106 * dired-x.el (dired-mark-sexp):
28107 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28108 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28109 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28110 * faces.el (face-read-integer):
28111 * files.el (backup-extract-version, insert-directory):
28112 * hexl.el (hexl-insert-decimal-char):
28113 * server.el (server-process-filter):
28114 * shell.el (shell-extract-num):
28115 * startup.el (command-line-1):
28116 * term.el (term-command-hook):
28117 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28118 (time-stamp-do-number):
28119 * time.el (display-time-update):
28120 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28121 (timezone-fix-time):
28122 * vms-patch.el (vms-suspend-resume-hook):
28123 * calendar/appt.el (appt-convert-time):
28124 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28125 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28126 * calendar/cal-islam.el (mark-islamic-diary-entries):
28127 * calendar/calendar.el (calendar-cursor-to-date)
28128 (calendar-star-date):
28129 * calendar/diary-lib.el (diary-attrtype-convert)
28130 (mark-diary-entries, diary-entry-time):
28131 * calendar/solar.el (solar-get-number):
28132 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28133 * emacs-lisp/re-builder.el (reb-display-subexp):
28134 * emulation/edt.el (edt-set-scroll-margins):
28135 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28136 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28137 (vip-get-ex-count):
28138 * emulation/viper-ex.el (viper-get-ex-token)
28139 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28140 * international/fontset.el (fontset-plain-name):
28141 * mail/feedmail.el (feedmail-look-at-queue-directory):
28142 * mail/mailalias.el (mail-get-names):
28143 * mail/rmail.el (rmail-convert-to-babyl-format):
28144 * mail/rmailsum.el (rmail-make-basic-summary-line)
28145 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28146 (rmail-summary-goto-msg):
28147 * mail/smtpmail.el (smtpmail-read-response):
28148 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28149 (ange-ftp-vms-add-file-entry):
28150 * play/gametree.el (gametree-looking-at-ply)
28151 (gametree-current-branch-score):
28152 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28153 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28154 * progmodes/cperl-mode.el (condition-case):
28155 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28156 (ebrowse-set-member-buffer-column-width)
28157 (ebrowse-select-1st-to-9nth):
28158 * progmodes/etags.el (etags-snarf-tag):
28159 * progmodes/flymake.el (flymake-parse-line):
28160 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28161 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28162 (idlwave-shell-menu-def):
28163 * progmodes/ps-mode.el (ps-run-goto-error):
28164 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28165 (vhdl-speedbar-contract-level):
28166 * term/mac-win.el (x-handle-numeric-switch):
28167 * term/sun-mouse.el (sun-get-frame-data):
28168 * term/w32-win.el (x-handle-numeric-switch):
28169 * term/x-win.el (x-handle-numeric-switch):
28170 * textmodes/ispell.el (ispell-parse-output):
28171 * textmodes/nroff-mode.el (nroff-outline-level):
28172 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28173 (reftex-bib-sort-year-reverse, reftex-format-citation):
28174 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28175 (reftex-section-number):
28176 * textmodes/texinfmt.el (texinfo-paragraphindent):
28177 Replace `string-to-int' by `string-to-number'.
28178
28179 * international/latexenc.el: Add page marker to force the "Local
28180 Variables:" string out of the last page.
28181
28182 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28183
28184 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28185 tooltip-change-major-mode.
28186 (gud-tooltip-print-command): Remove case where gud-minor-mode
28187 is gdb ("--fullname").
28188 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28189 explain to user.
28190
28191 2005-05-16 Jay Belanger <belanger@truman.edu>
28192
28193 * calc/calc-store.el (calc-copy-special-constant): New function.
28194
28195 * calc/calc-ext.el (calc-init-extensions): Add binding for
28196 `calc-copy-special-constant'.
28197
28198 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28199 for the `calc-copy-special-constant' command.
28200
28201 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28202
28203 * subr.el (left-fringe-p): New function.
28204
28205 * progmodes/compile.el (compilation-setup): Set local value of
28206 overlay-arrow-string to "" always.
28207 (compilation-set-window): Left fringe then don't scroll.
28208 No left fringe then no arrow and scroll message to top.
28209 (compilation-context-lines): Adjust doc string accordingly.
28210
28211 2005-05-16 Kim F. Storm <storm@cua.dk>
28212
28213 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28214 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28215 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28216 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28217 (ido-read-file-name): Handle commands with ido property value
28218 equal to find-file as reading a file name, to allow C-d to enter dired.
28219 (ibuffer-find-file): Add ido property with value find-file.
28220
28221 2005-05-15 Kim F. Storm <storm@cua.dk>
28222
28223 * subr.el (open-network-stream-nowait): Remove.
28224 (open-network-stream-server): Remove.
28225
28226 2005-05-15 Richard M. Stallman <rms@gnu.org>
28227
28228 * faces.el (describe-face): Output a definition link button.
28229
28230 * help-mode.el (help-face-def): New button type.
28231
28232 * emacs-lisp/copyright.el (copyright-fix-years):
28233 Match properly if the first year is 2-digit.
28234 Don't mess up the whitespace after the years by filling.
28235
28236 * dired-aux.el (dired-mark-confirm):
28237 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28238
28239 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28240 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28241 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28242
28243 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28244 Set font-lock-comment-start-skip.
28245
28246 * font-lock.el (font-lock-comment-start-skip): New variable.
28247 (font-lock-comment-end-skip): New variable.
28248 (font-lock-fontify-syntactically-region): Use them if non-nil.
28249
28250 2005-05-15 Jay Belanger <belanger@truman.edu>
28251
28252 * calc/calc-store.el (calc-store-value): Return a string rather
28253 than display it as a message.
28254 Use calc-var-name for variable name.
28255 (calc-store-into): Add the result of calc-store-value to message.
28256 (calc-copy-variable): Add a message.
28257 (calc-store-exchange): Improve error messages.
28258 (calc-store-binary, calc-store-map): Don't reset the values of
28259 special constants.
28260
28261 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28262
28263 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28264 manual to docstring.
28265
28266 * files.el (hack-local-variables-confirm): Add STRING argument.
28267 Make the function handle non file visiting buffers correctly.
28268 (hack-local-variables-prop-line, hack-local-variables)
28269 (hack-one-local-variable): Use STRING arg of
28270 `hack-local-variables-confirm'.
28271
28272 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28273
28274 Sync with Tramp 2.0.49.
28275
28276 * net/tramp.el (tramp-handle-dired-call-process)
28277 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28278 because the contents of the Tramp buffer is changed before
28279 insertion (`expand-file' and alike).
28280 (tramp-handle-insert-directory): If `localname' has an empty
28281 nondirectory name, it must not be quoted.
28282 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28283 variable `tramp-chunksize'. Change callees.
28284 (tramp-open-connection-setup-interactive-shell): Check remote host
28285 for buggy `send-process-string' implementation.
28286 Set `tramp-chunksize' if found. Reported by Michael Kifer
28287 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28288 (tramp-handle-shell-command): `insert-buffer' cannot be used
28289 because the contents of the Tramp buffer is changed before
28290 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28291 <frederic.bothamy@free.fr>.
28292 (tramp-set-auto-save): Actions should be done for Tramp file name
28293 handler only. Ange-FTP has its own auto-save mechanism.
28294 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28295 (tramp-set-auto-save-file-modes): Set file modes of
28296 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28297 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28298 (tramp-bug): Remove obsolete variable.
28299 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28300 for presence of `mml-mode'. Make it running for older Emacsen as well.
28301
28302 2005-05-14 John Paul Wallington <jpw@pobox.com>
28303
28304 * ibuf-ext.el (define-ibuffer-filter filename):
28305 If `dired-directory' is a list, use its car.
28306
28307 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28308
28309 * ibuffer.el (define-ibuffer-column filename):
28310 If `dired-directory' is a list, use its car.
28311
28312 2005-05-14 Richard M. Stallman <rms@gnu.org>
28313
28314 * subr.el (symbol-file): Doc fix.
28315
28316 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28317 (byte-compile-form): Call byte-compile-nogroup-warn.
28318 (byte-compile-warning-types): Doc fix.
28319
28320 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28321
28322 * progmodes/cc-engine.el (c-literal-faces):
28323 Add font-lock-comment-delimiter-face.
28324
28325 * net/net-utils.el (dig): Use with-no-warnings.
28326
28327 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28328 (sc-recite-frame-alist, sc-default-cite-frame)
28329 (sc-default-uncite-frame, sc-default-recite-frame)
28330 (sc-attrib-selection-list, sc-rewrite-header-list):
28331 Mark as risky-local-variable.
28332
28333 * international/ogonek.el (ogonek-jak, ogonek-how):
28334 Don't use beginning-of-buffer.
28335
28336 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28337
28338 * calendar/solar.el (solar-data-list): Move definition up.
28339
28340 * dnd.el (dnd-protocol-alist): Add autoload.
28341
28342 * progmodes/sh-script.el: Many doc usage fixes.
28343 (sh-indent-after-do): Change default to match common styles.
28344
28345 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28346
28347 * files.el (interpreter-mode-alist)
28348 (auto-mode-interpreter-regexp): Doc fixes.
28349
28350 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28351
28352 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28353
28354 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28355
28356 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28357
28358 * dired.el (dired-mode): make-variable-buffer-local =>
28359 make-local-variable.
28360
28361 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28362
28363 * term/mac-win.el (mac-select-convert-to-string): Try coding
28364 systems in mac-script-code-coding-systems if specified one cannot
28365 encode string for `com.apple.traditional-mac-plain-text'.
28366
28367 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28368
28369 * progmodes/make-mode.el (makefile-targets-face)
28370 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28371 (makefile-dependency-regex): Fix it to not make the colon in
28372 $(var:a=b) special.
28373 (makefile-rule-action-regex): New regexp for highlighting embedded
28374 Shell strings.
28375 (makefile-macroassign-regex): Handle != for highlighting as
28376 embedded Shell strings.
28377 (makefile-var-use-regex): New const.
28378 (makefile-statements, makefile-automake-statements)
28379 (makefile-gmake-statements, makefile-makepp-statements)
28380 (makefile-bsdmake-statements): New consts.
28381 (makefile-make-font-lock-keywords): New function.
28382 (makefile-automake-font-lock-keywords)
28383 (makefile-gmake-font-lock-keywords)
28384 (makefile-makepp-font-lock-keywords)
28385 (makefile-bsdmake-font-lock-keywords): New consts.
28386 (makefile-mode-map): Add switchers between the various submodes.
28387 (makefile-mode): Document the availability of the variants.
28388 (makefile-automake-mode, makefile-gmake-mode)
28389 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28390
28391 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28392 new variants of makefile-mode.
28393
28394 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28395
28396 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28397 the inheritance.
28398
28399 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28400
28401 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28402 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28403
28404 * files.el (normal-mode): Extend the scope of the
28405 `enable-local-variables' binding to include the `set-auto-mode' call.
28406 (magic-mode-alist): Doc fix.
28407
28408 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28409
28410 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28411 font-lock-comment-face rather than copying its setting.
28412
28413 2005-05-12 Andreas Schwab <schwab@suse.de>
28414
28415 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28416
28417 2005-05-12 Lute Kamstra <lute@gnu.org>
28418
28419 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28420 defcustom for the mode hook variable. Delete the last argument.
28421 * generic-x.el: Fix callers of define-generic-mode.
28422 (generic-x-modes): Delete group.
28423 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28424 generic-x customization group.
28425
28426 2005-05-12 Kim F. Storm <storm@cua.dk>
28427
28428 * font-lock.el (font-lock-negation-char-face): Default to "off".
28429
28430 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28431 font-lock-negation-char-face to ! in !=.
28432
28433 2005-05-12 Masatake YAMATO <jet@gyve.org>
28434
28435 * add-log.el (find-change-log): Fix typos in the docstring
28436 of function.
28437
28438 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28439
28440 * international/latexenc.el (latexenc-find-file-coding-system):
28441 Avoid `re-search-forward' when looking for input encoding because
28442 of speed and safety. Better regular expressions for recognizing
28443 input encoding. Limit a search for TeX-master/tex-main-file to
28444 the local variable section.
28445
28446 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28447
28448 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28449 syntax of $ to "'" (quote).
28450
28451 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28452
28453 * dnd.el (dnd-protocol-alist): Improve custom type.
28454
28455 * dired.el (dired-dnd-protocol-alist): New variable.
28456 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28457 `dired-mode-hook' to the end.
28458
28459 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28460
28461 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28462 comment-end if comment-start-skip is not set.
28463 Obey the font-lock-comment-delimiter-face variables.
28464
28465 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28466
28467 * files.el (executable-find): Move from executable.el. Use
28468 locate-file.
28469 * progmodes/executable.el (executable-find): Move to files.el.
28470
28471 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28472 when trying to ensure forward progress.
28473
28474 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28475
28476 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28477 (mouse-select, mouse-select-internal, mouse-extend-internal):
28478 Use it to implement mouse-1-click-follows-link functionality.
28479
28480 2005-05-11 Richard M. Stallman <rms@gnu.org>
28481
28482 * font-lock.el (font-lock-fontify-syntactically-region):
28483 Use font-lock-comment-delimiter-face for comment delimiters.
28484
28485 2005-05-10 Jay Belanger <belanger@truman.edu>
28486
28487 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28488 preserving embedded modes.
28489
28490 2005-05-10 Richard M. Stallman <rms@gnu.org>
28491
28492 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28493
28494 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28495 Move from ada-stmt.el.
28496 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28497
28498 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28499 Move to ada-mode.el.
28500 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28501
28502 * cus-edit.el (custom-file): Call file-chase-links.
28503
28504 * files.el (read-directory-name): Fix previous change.
28505 (hack-local-variables-confirm): New function.
28506 (hack-local-variables-prop-line, hack-local-variables)
28507 (hack-one-local-variable): Use it.
28508
28509 2005-05-10 Lute Kamstra <lute@gnu.org>
28510
28511 * font-lock.el (font-lock-keywords-alist)
28512 (font-lock-removed-keywords-alist): Clarify docstrings.
28513
28514 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28515
28516 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28517 (gdb-source-info): Check for preprocessor info.
28518 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28519 a macro for a function.
28520 (gdb-info-breakpoints-custom): Try to find file again if not already
28521 found (user might have used GDB dir command).
28522 (gdb-get-location): Update gdb-location-alist correctly for change
28523 to gdb-info-breakpoints-custom.
28524
28525 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28526 (gud-tooltip-print-command): Add gdbmi case.
28527 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28528 preprocessor info.
28529
28530 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28531
28532 * startup.el (fancy-splash-insert): Fix typo in doc string.
28533
28534 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28535
28536 * obsolete/float.el (string-to-float):
28537 * obsolete/hilit19.el (hilit-add-pattern):
28538 * obsolete/rnews.el (news-parse-range, news-select-message)
28539 (news-get-pruned-list-of-files): Replace `string-to-int' by
28540 `string-to-number'.
28541
28542 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28543 `find-file-not-found-hooks'; use `add-hook'.
28544 (uncompress-while-visiting): Set `write-file-functions', not
28545 `write-file-hooks'; use `add-hook'.
28546
28547 2005-05-09 Kim F. Storm <storm@cua.dk>
28548
28549 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28550 (cua-paste): Handle clipboard action.
28551 (cua--init-keymaps): Remap clipboard-kill-region and
28552 clipboard-kill-ring-save.
28553
28554 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28555
28556 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28557 Improve commentary.
28558
28559 * simple.el (next-error-overlay-arrow-position): Revert the change
28560 made on 2005-04-30.
28561
28562 2005-05-07 Jay Belanger <belanger@truman.edu>
28563
28564 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28565 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28566 `calc-sel-reselect'.
28567
28568 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28569 Calc is in embedded mode.
28570
28571 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28572
28573 * progmodes/compile.el (compilation-setup):
28574 Set overlay-arrow-string to an empty string on text terminals.
28575
28576 * textmodes/ispell.el (ispell-program-name): Try looking for
28577 "aspell" along exec-path, and if found, use it as the default
28578 speller program.
28579
28580 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28581
28582 * international/mule.el (sgml-xml-auto-coding-function):
28583 Recognize encoding='FOO' in single quotes as well as in double quotes.
28584
28585 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28586
28587 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28588 as well as `interactive', so that defmacro* would recognize
28589 `declare' forms.
28590
28591 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28592
28593 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28594 Explain more about the LIGHTER arg's usage in the doc string.
28595 Add commentary to clarify what the code does. Fix the regexp that
28596 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28597 since it could have characters special to regular expressions.
28598
28599 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28600
28601 * replace.el (occur-1): Bind inhibit-read-only so that
28602 erase-buffer doesn't barf on read-only text properties (likewise
28603 for add-text-properties in occur-engine). Mark buffer as unmodified.
28604 (occur-engine): Don't set buffer-read-only here.
28605
28606 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28607
28608 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28609 list-buffers-directory. This caused the *cvs-commit* buffer to be
28610 sometimes mistakenly reused as a *cvs* buffer.
28611
28612 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28613
28614 * tooltip.el: Move code for GUD tooltips into gud.el.
28615 (require): CL no longer needed to compile case.
28616 (tooltip-mode): Do not toggle functions for GUD tooltips.
28617 (tooltip-gud-tips-p): Remove. Replace with minor mode
28618 gud-tooltip-mode in gud.el.
28619 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28620 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28621 tooltip-gud prefix with gud-tooltip and obsolete.
28622 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28623 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28624 (tooltip-mouse-motion): Mouse movement functions/variable.
28625 Rename in gud.el by adding gud prefix.
28626 (tooltip-gud-original-filter, tooltip-gud-dereference)
28627 (tooltip-gud-event, tooltip-toggle-gud-tips)
28628 (tooltip-gud-process-output, tooltip-gud-print-command)
28629 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28630 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28631 (gdb-tooltip-print): Move to gdb-ui.el.
28632
28633 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28634 (require): CL needed to compile case.
28635 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28636 tooltip-gud-tips-p. Make it a minor-mode.
28637 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28638 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28639 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28640 (gud-tooltip-change-major-mode)
28641 (gud-tooltip-activate-mouse-motions-if-enabled)
28642 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28643 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28644 (gud-tooltip-original-filter, gud-tooltip-dereference)
28645 (gud-tooltip-event, tooltip-toggle-gud-tips)
28646 (gud-tooltip-process-output, gud-tooltip-print-command)
28647 (gud-tooltip-tips): Move from tooltip.el.
28648
28649 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28650 (gdb-cpp-define-alist-flags): Doc fix.
28651 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28652 gud-tooltip-mode is t.
28653
28654 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28655
28656 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28657 evaporate if their text is deleted.
28658 (goto-address-at-point): Make it work as a mouse binding as well.
28659 (goto-address-at-mouse): Obsolete it. Update users.
28660
28661 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28662
28663 * calendar/appt.el (top-level): No longer activate on load.
28664
28665 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28666
28667 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28668 * net/webjump.el (webjump):
28669 * progmodes/idlw-help.el (idlwave-do-context-help1)
28670 (idlwave-highlight-linked-completions):
28671 * textmodes/po.el (po-find-file-coding-system-guts):
28672 Replace `assoc-ignore-case' by `assoc-string'.
28673
28674 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28675
28676 * files.el (locate-file): Doc fix.
28677
28678 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28679 Remove the redundant test for ms-dos.
28680
28681 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28682 look for the preprocessor with exec-suffixes. If not found in
28683 standard places, look in exec-path. Remove most of the tests that
28684 used system-type.
28685
28686 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28687
28688 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28689
28690 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28691 file-name clash with jka-compr.el on 8+3 filesystems.
28692
28693 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28694
28695 * term/mac-win.el: Don't define or bind scroll bar functions if
28696 x-toolkit-scroll-bars is t.
28697 (x-select-text, x-get-selection-value): Clear
28698 x-last-selected-text-clipboard if x-select-enable-clipboard is
28699 nil.
28700 (PRIMARY): Put mac-scrap-name property.
28701 (mac-select-convert-to-file-url): New function.
28702 (public.file-url): New selection target type. Add to
28703 selection-converter-alist.
28704 (x-get-selection, x-selection-value): Handle it.
28705 (x-cut-buffer-or-selection-value): New alias.
28706
28707 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28708
28709 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28710 entry to avoid calling bibtex-find-entry with arg global
28711 being t. Remove arg key.
28712 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28713 (bibtex-copy-summary-as-kill): Change accordingly.
28714
28715 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28716
28717 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28718 (org-agenda-date-later): Use with-current-buffer.
28719
28720 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28721
28722 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28723 (define-obsolete-variable-alias): Doc Fixes.
28724
28725 2005-05-06 Kim F. Storm <storm@cua.dk>
28726
28727 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28728 vertical-motion when selective-display is active.
28729
28730 * ido.el (ido-setup-hook): New hook.
28731 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28732 (ido-input-stack): New var.
28733 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28734 ido-next-work-file binding to M-O.
28735 Bind M-f to ido-wide-find-file-or-pop-dir.
28736 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28737 (ido-read-internal): Run ido-setup-hook.
28738 Catch quit in read-file-name and read-string to cancel edit.
28739 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28740 Automatically pop-all when completing a directory name (RET).
28741 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28742 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28743 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28744 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28745 New functions for M-b/M-f to move among the directory components.
28746 (ido-make-merged-file-list): Catch quit to cancel merge.
28747 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28748 (ido-completion-help): No warnings for ido-completion-buffer-full.
28749
28750 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28751
28752 * font-lock.el (font-lock-negation-char-face): New face and variable.
28753 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28754 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28755 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28756 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28757
28758 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28759
28760 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28761 Fix typo in docstring.
28762
28763 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28764 (ebrowse-print-statistics-line)
28765 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28766
28767 * term/w32-win.el (image-library-alist): Add additional name for
28768 Xpm library.
28769
28770 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28771
28772 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28773 use gcc instead of cpp.
28774
28775 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28776 (gdb-create-define-alist): Use it.
28777 (gdb-cpp-define-alist-program): Update for MS-DOS.
28778
28779 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28780
28781 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28782
28783 2005-05-04 Richard M. Stallman <rms@gnu.org>
28784
28785 * help.el (describe-key): No error when UNTRANSLATED is nil.
28786
28787 * simple.el (line-move-1): Fix previous change to signal errors
28788 appropriately.
28789
28790 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28791
28792 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28793 (icalendar-duration-correction): Remove.
28794 (icalendar--get-event-properties): Split result at commas.
28795 (icalendar--decode-isoduration): New optional argument
28796 DURATION-CORRECTION.
28797 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28798 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28799 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28800 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28801 (icalendar--convert-anniversary-to-ical): New functions, extracted
28802 from icalendar-export-region, with bug fixes.
28803 (icalendar-export-region): Use the above functions.
28804 (icalendar-import-buffer): Check before saving diary file.
28805 (icalendar--convert-recurring-to-diary)
28806 (icalendar--convert-non-recurring-all-day-to-diary)
28807 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28808 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28809 (icalendar--convert-ical-to-diary): Use the above functions.
28810
28811 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28812
28813 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28814 Remove these recent additions.
28815 (c-mode): Restore to before 2005-04-28.
28816
28817 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28818 recent addition.
28819
28820 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28821 (gdb-define-alist): New variables.
28822 (gdb-create-define-alist): New function.
28823 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28824 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28825 with string-to-number.
28826 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28827
28828 * progmodes/gud.el: Replace string-to-int with string-to-number.
28829 (gud-find-file): Handle gdb-define-alist.
28830
28831 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28832
28833 2005-05-02 Jay Belanger <belanger@truman.edu>
28834
28835 * calc/calc-aent.el (math-read-token):
28836 * calc/calc-bin.el (calc-word-size):
28837 * calc/calc-ext.el (calc-read-number-fancy):
28838 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28839 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28840 * calc/calc-frac.el (calc-over-notation):
28841 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28842 (calc-graph-num-points, calc-graph-init):
28843 * calc/calc-prog.el (calc-read-parse-table-part)
28844 (calc-edit-macro-repeats):
28845 * calc/calc-yank.el (calc-do-grab-rectangle):
28846 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28847 Replace `string-to-int' by `string-to-number'.
28848
28849 2005-05-02 Kim F. Storm <storm@cua.dk>
28850
28851 * kmacro.el: Use executing-kbd-macro-index variable.
28852
28853 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28854
28855 * net/rlogin.el (rlogin-parse-words): Delete func.
28856 (rlogin): Use split-string, not rlogin-parse-words.
28857 Also, if there are option-like elements in the parsed args,
28858 take the host to be the first arg immediately following them.
28859 Suggested by Michael Mauger.
28860
28861 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28862
28863 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28864
28865 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28866
28867 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28868 (cc-mode-cpp-program): Rename to cc-define-list-program and
28869 move to cc-vars.el.
28870
28871 * progmodes/cc-vars.el (cc-define-list-program):
28872 Change to "gcc -E -dM -". Make customizable.
28873
28874 2005-05-02 Kim F. Storm <storm@cua.dk>
28875
28876 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28877
28878 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28879
28880 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28881
28882 * international/mule-util.el (truncate-string): Remove alias and
28883 obsolete declaration.
28884
28885 * international/mule-cmds.el (update-iso-coding-systems):
28886 Remove alias and obsolete declaration.
28887
28888 * international/mule.el (coding-system-parent): Remove alias and
28889 obsolete declaration.
28890
28891 * subr.el (define-function, sref): Remove aliases and obsolete
28892 declarations.
28893 (chars-in-region): Remove obsolete declaration.
28894
28895 2005-05-01 Richard M. Stallman <rms@gnu.org>
28896
28897 * info.el (Info-mode): Set widen-automatically to nil, locally.
28898
28899 * simple.el (widen-automatically): New variable.
28900 (pop-global-mark): Obey widen-automatically.
28901
28902 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28903
28904 * term/xterm.el (function-key-map): Call substitute-key-definition
28905 before the keymap size is increased by a lot of define-key calls.
28906
28907 2005-05-01 Richard M. Stallman <rms@gnu.org>
28908
28909 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28910 Rename ARG to ELEMENT. Doc fix.
28911
28912 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28913
28914 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28915 Remove references to allout-exposure/change to allout-new-exposure.
28916
28917 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28918 bytecode symbols.
28919
28920 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28921 (compiled-function-p, focus-frame, unfocus-frame):
28922 Remove aliases and obsolete declarations.
28923 Back out inadvertent changes from previous commit.
28924
28925 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28926
28927 * files.el (require-final-newline): Make Custom tags consistent
28928 with mode-require-final-newline.
28929 (mode-require-final-newline): Doc fix.
28930
28931 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28932
28933 * international/latexenc.el (latexenc-find-file-coding-system):
28934 Fix regular expressions.
28935
28936 2005-05-01 David Kastrup <dak@gnu.org>
28937
28938 * international/latexenc.el (latexenc-find-file-coding-system):
28939 Fix regular expressions.
28940
28941 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28942
28943 * subr.el (string-to-int): Make obsolete.
28944
28945 2005-04-30 Richard M. Stallman <rms@gnu.org>
28946
28947 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28948
28949 * loadup.el: load jka-comp-hook.
28950
28951 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28952 (jka-compr-handler): Add autoload. `put' calls moved
28953 to jka-comp-hook.el.
28954 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28955 (jka-compr-inhibit): Autoload.
28956
28957 * jka-comp-hook.el: New file.
28958 Enable the mode by default.
28959
28960 * files.el (backup-buffer-copy): Use copy-file instead
28961 of write-region, and put back the 'excl.
28962
28963 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28964
28965 * progmodes/flymake.el (flymake-split-string)
28966 (flymake-split-string, flymake-log, flymake-pid-to-names)
28967 (flymake-reg-names, flymake-get-source-buffer-name)
28968 (flymake-unreg-names, flymake-add-line-err-info)
28969 (flymake-add-err-info): Clarify docstrings.
28970 (flymake-popup-menu, flymake-make-emacs-menu)
28971 (flymake-make-xemacs-menu): Add docstrings.
28972 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28973 Set variables directly throughout.
28974
28975 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28976
28977 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28978 exists. Initialize cc-define-alist.
28979 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28980 If there is no file (Macroexpansion) don't create an alist.
28981
28982 2005-04-29 Sam Steingold <sds@gnu.org>
28983
28984 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28985 (cc-create-define-alist): Use it instead of the hard-coded string.
28986
28987 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28988
28989 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28990 for latexenc.
28991
28992 2005-04-29 Lute Kamstra <lute@gnu.org>
28993
28994 * emacs-lisp/generic.el: Improve commentary section.
28995 (define-generic-mode): Improve docstring.
28996
28997 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28998
28999 * textmodes/org.el (many places): Change to quiet the byte compiler.
29000 (org-prefix-format-compiled): New variable.
29001 (org-compile-prefix-format): New function.
29002 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29003 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29004 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29005 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29006 consistency with entries from `org-mode' files.
29007 (org-get-time-of-day): Fix bug with partial matches early in a line.
29008 (org-non-link-chars): New constant.
29009 (org-link-regexp): Respect `org-non-link-chars'.
29010 (org-agenda-day-view): Remove command.
29011 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29012 (org-follow-bbdb-link, org-store-link): Search also company field.
29013 (org-highlight-overlay): New variable.
29014 (org-highlight, org-unhighlight): New functions.
29015 (org-agenda-mode): Add pre-command-hook to remove highlight.
29016 (org-evaluate-time-range): Behavior depends upon whether time stamp
29017 contains a time or not.
29018 (org-show-subtree, org-show-entry): New functions.
29019 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29020
29021 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29022
29023 * comint.el (comint-output-filter-functions): Add autoload cookie.
29024
29025 2005-04-28 Kim F. Storm <storm@cua.dk>
29026
29027 * ido.el (ido-everywhere): Fix last change.
29028
29029 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29030
29031 * international/latexenc.el: New file.
29032 * international/mule-conf.el (file-coding-system-alist): For .tex,
29033 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29034
29035 2005-04-28 Lute Kamstra <lute@gnu.org>
29036
29037 * font-lock.el (font-lock-add-keywords)
29038 (font-lock-remove-keywords): Clarify docstring.
29039 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29040 Don't start docstrings with a `*'.
29041 (font-lock-update-removed-keyword-alist): Give it a docstring.
29042
29043 * generic-x.el: Update commentary section.
29044 Only require font-lock when compiling.
29045 Define all modes conditionally.
29046 Place all generic modes in the generic-x-modes customization group.
29047 (generic-x-modes): New customization group.
29048 (generic-default-modes, generic-mswindows-modes)
29049 (generic-unix-modes, generic-other-modes): New constants.
29050 (generic-define-mswindows-modes, generic-define-unix-modes):
29051 Update docstrings. Make them obsolete.
29052 (generic-extras-enable-list): New default value. Update docstring.
29053 Improve :type. Change :set function.
29054 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29055 Fix docstring.
29056
29057 * emacs-lisp/generic.el (generic-mode-internal):
29058 Simplify font-lock-defaults.
29059 (define-generic-mode): Fix docstring.
29060
29061 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29062
29063 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29064 font-lock-face property to highlight matches.
29065
29066 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29067
29068 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29069 (cc-define-alist): New variable.
29070 (c-mode): Make it local and initialize it.
29071
29072 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29073 (gdb-exited): New function.
29074 (gdb-annotation-rules): Use it.
29075 (gdb-starting): Set gdb-active-process to t.
29076 (gdb-stopping): Amend doc string.
29077 (gdb-reset): Set gdb-active-process to nil.
29078
29079 * tooltip.el (tooltip-gud-tips): Show the associated #define
29080 directives when a C program under GDB is not executing.
29081
29082 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29083
29084 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29085 font-lock-fontify-syntactic-keywords.
29086
29087 * font-lock.el (font-lock-default-fontify-region): Don't force
29088 parse-sexp-lookup-properties to nil.
29089
29090 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29091
29092 * man.el (man-mode-syntax-table): Set up `:' to have
29093 word-constituent syntax.
29094
29095 2005-04-27 Lute Kamstra <lute@gnu.org>
29096
29097 * novice.el (disable-command): Don't add spurious newlines to the
29098 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29099
29100 2005-04-26 Jay Belanger <belanger@truman.edu>
29101
29102 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29103 than one window before deleting window.
29104
29105 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29106
29107 * shell.el (shell-prompt-pattern): Doc fix.
29108 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29109
29110 * comint.el (comint-prompt-regexp, comint-get-old-input)
29111 (comint-use-prompt-regexp)
29112 (comint-use-prompt-regexp-instead-of-fields)
29113 (comint-replace-by-expanded-history, comint-send-input)
29114 (comint-output-filter, comint-get-old-input-default)
29115 (comint-line-beginning-position, comint-bol, comint-show-output)
29116 (comint-backward-matching-input, comint-forward-matching-input)
29117 (comint-next-prompt, comint-previous-prompt):
29118 Rename `comint-use-prompt-regexp-instead-of-fields' to
29119 `comint-use-prompt-regexp'. Keep old name as alias and declare
29120 obsolete.
29121 (comint-use-prompt-regexp): Shorten first line of doc string.
29122
29123 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29124 Set paragraph-separate buffer locally to "\\'".
29125
29126 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29127 Adapt to above name change.
29128
29129 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29130 (smbclient-prompt-regexp): Ditto.
29131
29132 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29133
29134 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29135
29136 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29137 gdb-location-list.
29138 Break lines that are over 80 characters wide.
29139
29140 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29141
29142 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29143 New fun and var, to preserve compatibility.
29144
29145 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29146
29147 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29148
29149 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29150 name to file-newer-than-file-p.
29151
29152 2005-04-26 Richard M. Stallman <rms@gnu.org>
29153
29154 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29155
29156 * progmodes/python.el (python-mode):
29157 Use new name eldoc-documentation-function.
29158
29159 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29160
29161 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29162 (eldoc-documentation-function):
29163 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29164
29165 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29166
29167 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29168
29169 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29170
29171 * term/xterm.el (function-key-map): Fix strings for
29172 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29173 {C,S,A,C-S}-{f1-f12}.
29174
29175 2005-04-26 Kenichi Handa <handa@m17n.org>
29176
29177 * international/mule-cmds.el (select-safe-coding-system):
29178 Fix previous change.
29179
29180 2005-04-26 Lute Kamstra <lute@gnu.org>
29181
29182 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29183
29184 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29185 (font-lock-comment-delimiter-face): Ditto.
29186
29187 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29188
29189 2005-04-25 Jay Belanger <belanger@truman.edu>
29190
29191 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29192 to t while inserting information; use help-mode.
29193
29194 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29195
29196 * term.el (ansi-term-color-vector): Use the xterm colors.
29197 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29198
29199 2005-04-25 Lute Kamstra <lute@gnu.org>
29200
29201 * font-core.el (font-lock-defaults): Fix docstring.
29202
29203 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29204
29205 2005-04-25 Kenichi Handa <handa@m17n.org>
29206
29207 * international/mule-cmds.el (select-safe-coding-system):
29208 Don't check consistency with coding: spec, etc if raw-text or
29209 no-conversion was found to be safe.
29210
29211 2005-04-24 Richard M. Stallman <rms@gnu.org>
29212
29213 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29214 citation markers at start of each line.
29215
29216 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29217 citation markers at start of each line.
29218
29219 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29220
29221 * files.el (mode-require-final-newline): Fix previous change.
29222 (require-final-newline): Fix type label.
29223
29224 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29225
29226 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29227 statement in buffer (broken by 2004-11-24 change).
29228
29229 2005-04-24 Kim F. Storm <storm@cua.dk>
29230
29231 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29232 and read-file-name-function values. Don't overwrite existing
29233 non-nil values if ido-mode is enabled without ido-everywhere.
29234
29235 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29236
29237 * files.el (mode-require-final-newline): Minor doc fix.
29238
29239 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29240
29241 * subr.el (syntax-after): Doc fix.
29242 (syntax-class): If argument is nil, return nil. Mask off upper 16
29243 bits, not 8 bits.
29244
29245 * files.el (mode-require-final-newline): Doc fix.
29246 (backup-buffer-copy): Fix last change.
29247
29248 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29249
29250 * term/mac-win.el: Require select. Set selection-coding-system to
29251 mac-system-coding-system. Call menu-bar-enable-clipboard.
29252 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29253 (x-select-enable-clipboard): New variables.
29254 (x-select-text, x-get-selection, x-selection-value)
29255 (x-get-selection-value, mac-select-convert-to-string)
29256 (mac-services-open-file, mac-services-open-selection)
29257 (mac-services-insert-text): New functions.
29258 (CLIPBOARD, FIND): Put mac-scrap-name property.
29259 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29260 (public.tiff): Put mac-ostype property.
29261 (selection-converter-alist): Add entries for them.
29262 (mac-application-menu-map): New keymap.
29263 (interprogram-cut-function, interprogram-paste-function): Set to
29264 x-select-text and x-get-selection-value, respectively.
29265 (split-window-keep-point): Set to t.
29266
29267 2005-04-23 Richard M. Stallman <rms@gnu.org>
29268
29269 * files.el (read-directory-name): Always pass non-nil
29270 DEFAULT-FILENAME arg to read-file-name.
29271 (backup-buffer-copy, basic-save-buffer-2): Take care against
29272 writing thru an unexpected existing symlink.
29273 (revert-buffer): In indirect buffer, revert the base buffer.
29274 (magic-mode-alist): Doc fix.
29275 (buffer-stale-function): Doc fix.
29276 (minibuffer-with-setup-hook): Avoid warning.
29277 (mode-require-final-newline): Doc and custom fix.
29278
29279 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29280
29281 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29282 use the default appearance.
29283 (font-lock-comment-delimiter-face): New face, new variable.
29284
29285 * imenu.el (imenu--generic-function): The official position of a
29286 definition is the start of the line that BEG is in.
29287
29288 * midnight.el (midnight-timer): Move defvar up.
29289
29290 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29291
29292 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29293
29294 * startup.el (command-line): Use with-no-warnings.
29295
29296 * window.el (window-size-fixed): New defvar.
29297
29298 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29299
29300 * mail/rmail.el (rmail-font-lock-keywords):
29301 Use font-lock-comment-delimiter-face.
29302
29303 * mail/sendmail.el (mail-font-lock-keywords):
29304 Use font-lock-comment-delimiter-face.
29305
29306 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29307
29308 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29309
29310 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29311 Specify t for LAXMATCH when matching directories.
29312 Save match data around compilation-compat-error-properties form.
29313
29314 2005-04-23 David Kastrup <dak@gnu.org>
29315
29316 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29317 Mention that the autoloaded aliases should be kept for AUCTeX.
29318
29319 2005-04-23 Andreas Schwab <schwab@suse.de>
29320
29321 * isearch.el (isearch-forward): Doc fix.
29322
29323 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29324
29325 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29326 (jit-lock-stealth-nice): Change default value to 0.5.
29327
29328 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29329
29330 * abbrev.el (write-abbrev-file): Write table entries in
29331 alphabetical order by table name.
29332
29333 2005-04-22 Kim F. Storm <storm@cua.dk>
29334
29335 * ido.el (ido-read-internal): Fix `list' completion.
29336
29337 2005-04-22 Kenichi Handa <handa@m17n.org>
29338
29339 * recentf.el (recentf-save-file-coding-system): New variable.
29340 (recentf-save-list): Encode the file by
29341 recentf-save-file-coding-system and add coding: tag.
29342
29343 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29344
29345 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29346
29347 2005-04-21 Lute Kamstra <lute@gnu.org>
29348
29349 * loadhist.el (unload-feature): Don't remove a function from hooks
29350 if it is about to be restored to an autoload . Remove functions
29351 that will become unbound from auto-mode-alist. Simplify the code.
29352
29353 * subr.el (assq-delete-all): New implementation that is linear,
29354 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29355 (rassq-delete-all): New function.
29356
29357 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29358 Add size-indication-mode.
29359
29360 2005-04-21 Kenichi Handa <handa@m17n.org>
29361
29362 * international/mule-cmds.el: Add autoload for widget-value in
29363 eval-when-compile.
29364
29365 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29366
29367 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29368 Add tooltip-mode.
29369
29370 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29371
29372 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29373
29374 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29375 (inferior-lisp-filter-regexp, inferior-lisp-program)
29376 (inferior-lisp-load-command, inferior-lisp-prompt)
29377 (inferior-lisp-mode-hook, lisp-source-modes)
29378 (inferior-lisp-load-hook): defvar->defcustom.
29379 (inferior-lisp-program, inferior-lisp-prompt)
29380 (inferior-lisp-load-hook): Doc fixes.
29381 (inferior-lisp-install-letter-bindings): Small change in
29382 introductory comment.
29383
29384 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29385
29386 * vc.el (vc-annotate-color-map): Change some colors so that text
29387 using them as foreground is readable on both white and black
29388 backgrounds.
29389
29390 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29391
29392 * international/mule-conf.el (translation-table-for-input):
29393 Remove redundant declaration.
29394
29395 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29396
29397 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29398
29399 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29400 (tooltip-toggle-gud-tips): New function.
29401
29402 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29403
29404 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29405 right angle brackets.
29406
29407 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29408
29409 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29410
29411 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29412
29413 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29414 Remove. Update callers to use expand-file-name instead.
29415
29416 * subr.el (syntax-class): New function.
29417
29418 * simple.el (blink-matching-open): Use it.
29419
29420 * paren.el (show-paren-function): Use it to recognize parens that are
29421 also used in 2-char comment markers.
29422
29423 2005-04-19 Lute Kamstra <lute@gnu.org>
29424
29425 * loadhist.el (unload-feature): Update for new format of
29426 load-history. Simplify the code.
29427
29428 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29429
29430 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29431 (mac-add-charset-info): New function. Initialize variable
29432 mac-charset-info-alist using it.
29433 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29434 for translation.
29435 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29436 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29437 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29438 New CCL programs.
29439
29440 2005-04-19 Kim F. Storm <storm@cua.dk>
29441
29442 * simple.el (next-buffer, prev-buffer, next-error)
29443 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29444 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29445
29446 * bindings.el (next-buffer, prev-buffer, next-error)
29447 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29448 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29449 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29450 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29451
29452 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29453
29454 * isearch.el (isearch-edit-string): Make the search-ring available for
29455 minibuffer history commands.
29456 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29457 the default history commands now work just as well.
29458 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29459
29460 2005-04-18 Kim F. Storm <storm@cua.dk>
29461
29462 * emulation/cua-base.el (cua--pre-command-handler): Add more
29463 elaborate check for shift modifier on non-window systems.
29464
29465 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29466
29467 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29468
29469 2005-04-18 Kim F. Storm <storm@cua.dk>
29470
29471 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29472 and make it optional. Don't test tooltip-gud-echo-area here.
29473 (tooltip-gud-process-output, gdb-tooltip-print):
29474 Pass tooltip-gud-echo-area to tooltip-show.
29475 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29476
29477 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29478
29479 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29480 `display-graphic-p' may not be bound yet.
29481
29482 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29483
29484 * startup.el (command-line): No longer enable Xterm Mouse mode by
29485 default in terminals compatible with xterm.
29486
29487 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29488
29489 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29490
29491 * tooltip.el (tooltip-gud-echo-area): Rename from
29492 tooltip-use-echo-area.
29493 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29494 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29495 area independently of where help tooltips are displayed.
29496
29497 2005-04-17 David Kastrup <dak@gnu.org>
29498
29499 * cus-theme.el (custom-theme-write-variables): Quote variables
29500 where necessary.
29501
29502 2005-04-17 Richard M. Stallman <rms@gnu.org>
29503
29504 * simple.el (yank-excluded-properties): Add follow-link to value.
29505
29506 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29507
29508 * startup.el (fancy-splash-max-time): Just 30 seconds.
29509 (fancy-splash-delay): Just 7.
29510 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29511
29512 * loadhist.el (unload-feature): Update for new format of load-history.
29513 Simplify the code.
29514
29515 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29516 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29517
29518 * mail/sendmail.el (mail-font-lock-keywords):
29519 Don't fontify subject text.
29520 Don't fontify the text of a citation.
29521
29522 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29523
29524 * comint.el (comint-output-filter): Run comint-output-filter-functions
29525 with point where the user had it.
29526
29527 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29528
29529 * international/ucs-tables.el (ucs-set-table-for-input):
29530 Disable when using unify-on-decoding.
29531
29532 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29533
29534 * emulation/cua-base.el (cua-global-mark-face): Add special case
29535 for displays supporting a high number of colors.
29536
29537 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29538
29539 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29540
29541 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29542
29543 * filesets.el (filesets-add-buffer): If user supplies a name of a
29544 non-existing fileset, create a new fileset.
29545
29546 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29547
29548 * textmodes/org.el (org-up-heading-all): Fix bug with
29549 `outline-up-heading-all'.
29550
29551 2005-04-16 Andreas Schwab <schwab@suse.de>
29552
29553 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29554 /etc/permissions.d/* and /etc/aliases.d/*.
29555
29556 2005-04-16 Kenichi Handa <handa@m17n.org>
29557
29558 * international/code-pages.el (cp-make-coding-system):
29559 Set `translation-table-for-input' property value to the symbol
29560 ucs-mule-to-mule-unicode, not to that value.
29561 (pt154): Escape guillemet by `\'.
29562
29563 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29564
29565 * loadup.el: Load tooltip if x-show-tip is fboundp.
29566
29567 * startup.el (command-line): Add comment.
29568
29569 * tooltip.el (tooltip-mode): Specify correct standard value for
29570 Custom in init-value.
29571
29572 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29573
29574 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29575 possible.
29576
29577 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29578
29579 * textmodes/org.el (org-agenda-date-prompt): Rename from
29580 `org-agenda-date-today'.
29581 (org-evaluate-time-range): Insert at point instead of directly
29582 after time range.
29583 (org-first-headline-recenter, org-subtree-end-visible-p)
29584 (org-optimize-window-after-visibility-change): New functions
29585 (org-agenda-post-command-hook): Don't allow point at end of line,
29586 to make sure it always hits the text properties.
29587 (org-agenda-next-date-line, org-agenda-previous-date-line):
29588 New commands.
29589 (org-set-regexps-and-options): Category may contain white space.
29590 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29591 Improve marker positions.
29592 (org-agenda-new-marker): Argument POS made optional.
29593 (org-agenda-get-timestamps): Deadlines which are done are listed
29594 in org-done-face now.
29595 (org-agenda-get-todos, org-agenda-get-timestamps)
29596 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29597 Set `undone-face' and `done-face' properties.
29598 (org-last-todo-state-is-todo): New variable.
29599 (org-todo): Set `org-last-todo-state-is-todo'.
29600 (org-agenda-todo): Change face according to
29601 `org-last-todo-state-is-todo'. And change other lines referring to
29602 the same entry.
29603 (org-calendar-goto-agenda): New command.
29604 (org-calendar-to-agenda-key): New option.
29605 (org-startup-folded): New allowed value `content'.
29606 (org-set-regexps-and-options): Accept new value `content' for
29607 `org-startup-folded'.
29608 (org-get-current-options): Handle new value `content' for
29609 `org-startup-folded'.
29610 (org-insert-todo-heading): New command.
29611 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29612 interactively in empty file and option
29613 `org-insert-mode-line-in-empty-file' has been set.
29614 (org-agenda-todo, org-agenda-priority): Modify to use
29615 `org-agenda-change-all-lines'.
29616 (org-warning-face): Change color on dark background
29617
29618 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29619
29620 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29621 use preferences AppleLocale and AppleLanguages, and variable
29622 mac-system-locale for default locale. On Mac OS Classic, use
29623 mac-system-coding-system for default coding systems.
29624
29625 * term/mac-win.el: Don't set file-name-coding-system.
29626 Decode variables system-name, emacs-build-system, user-login-name, and
29627 user-full-name by mac-system-coding-system on Mac OS Classic.
29628 (mac-system-coding-system): New variable.
29629
29630 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29631
29632 * startup.el (command-line): Handle `xterm-mouse-mode' before
29633 reading init file.
29634
29635 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29636
29637 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29638
29639 * progmodes/sh-script.el (sh-here-document-word): Make it a
29640 defcustom. Doc fix.
29641 (sh-add): Bash uses $(( )) for arithmetic.
29642 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29643 (sh-maybe-here-document): Remove quotes and leading whitespace
29644 from heredoc word when closing. Indent heredoc with tabs if word
29645 starts with "-".
29646
29647 2005-04-13 Richard M. Stallman <rms@gnu.org>
29648
29649 * simple.el (undo): Fix previous change.
29650
29651 * custom.el (defface): Doc fix.
29652
29653 2005-04-13 Lute Kamstra <lute@gnu.org>
29654
29655 * Makefile.in (DONTCOMPILE): Remove list.
29656 (compile, compile-always): Don't use DONTCOMPILE.
29657 (update-authors): Load the library in which batch-update-authors
29658 is defined.
29659 * makefile.w32-in (DONTCOMPILE): Remove list.
29660 (compile, compile-always): Fix comments.
29661 (update-authors): Load the library in which batch-update-authors
29662 is defined.
29663
29664 * generic-x.el (generic-mode-ini-file-find-file-hook):
29665 Rename to ini-generic-mode-find-file-hook.
29666 Keep generic-mode-ini-file-find-file-hook as an alias.
29667 (ini-generic-mode-find-file-hook): Rename from
29668 generic-mode-ini-file-find-file-hook. Fix docstring.
29669 (ini-generic-mode): Docstring change.
29670 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29671
29672 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29673 called from lisp.
29674
29675 * generic.el: Move to the emacs-lisp subdir.
29676
29677 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29678
29679 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29680 and C-S- function and cursor motion keys.
29681
29682 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29683
29684 * startup.el (command-line): Enable Xterm Mouse mode by default.
29685 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29686 for Custom. No longer show "Mouse" in mode line when enabled.
29687 Doc fix.
29688
29689 2005-04-12 Kim F. Storm <storm@cua.dk>
29690
29691 * emulation/cua-base.el (cua-rectangle-face)
29692 (cua-rectangle-noselect-face): Define face attributes here.
29693
29694 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29695
29696 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29697
29698 * startup.el (command-line): Turn off blinking cursor if
29699 cursorBlink in resources is off or false.
29700
29701 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29702
29703 * term/mac-win.el (dnd): Require dnd.
29704 (mac-drag-n-drop): Call dnd-handle-one-url.
29705 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29706 (kTextEncodingISOLatin2): Remove constants.
29707 (mac-script-code-coding-systems): New constant.
29708 (mac-handle-language-change): New function.
29709 (special-event-map): Bind it to `language-change' event.
29710 (mac-centraleurroman, mac-cyrillic): New coding systems.
29711 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29712 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29713 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29714 encode-mac-cyrillic, respectively.
29715
29716 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29717
29718 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29719 Don't set overlay-arrow-string to "=>" as this is done
29720 globally in C now.
29721
29722 2005-04-12 Lute Kamstra <lute@gnu.org>
29723
29724 * generic-x.el (rc-generic-mode, rul-generic-mode):
29725 Fix auto-mode-alist entries.
29726 (etc-fstab-generic-mode): Tweak fontification.
29727
29728 * generic.el (generic-make-keywords-list): Fix docstring.
29729 (generic-mode-internal): Simplify generic-font-lock-keywords.
29730
29731 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29732
29733 * whitespace.el (whitespace-buffer-leading)
29734 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29735 However, fix the highlight area for the leading and
29736 trailing whitespaces to show space.
29737
29738 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29739
29740 * whitespace.el (whitespace-version): Bump to 3.5
29741
29742 (whitespace-buffer-leading, whitespace-buffer-trailing):
29743 Invert sense of the test to highlight the whitespace.
29744
29745 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29746
29747 * progmodes/gud.el (gud-display-line): GUD uses its own
29748 overlay arrow now so don't set overlay-arrow-string.
29749 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29750
29751 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29752
29753 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29754 (term-ansi-current-reverse, term-ansi-current-invisible)
29755 (term-ansi-face-already-done): Change to boolean.
29756 (term-reset-terminal, term-handle-colors-array): Handle the above
29757 vars accordingly.
29758 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29759 (term-emulate-terminal): Use the new name.
29760
29761 * faces.el (secondary-selection): Use yellow1, not yellow.
29762 (trailing-whitespace): Use red1, not red.
29763
29764 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29765
29766 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29767 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29768 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29769
29770 * cus-edit.el (dnd): New group.
29771
29772 * term/w32-win.el (dnd): Require dnd
29773 (w32-drag-n-drop): Call dnd-handle-one-url.
29774
29775 * x-dnd.el: Require dnd.
29776 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29777 Call dnd-handle-one-url.
29778 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29779 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29780 to dnd-insert-text.
29781 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29782 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29783 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29784 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29785
29786 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29787
29788 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29789
29790 * wdired.el: Doc fixes.
29791 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29792 (wdired-use-dired-vertical-movement): Rename from
29793 wdired-always-move-to-filename-beginning.
29794 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29795 (wdired-change-to-wdired-mode): Change mode name.
29796 (wdired-newline): Delete.
29797
29798 2005-04-11 Richard M. Stallman <rms@gnu.org>
29799
29800 * whitespace.el (whitespace-highlight-the-space):
29801 Don't call whitespace-unhighlight-the-space here.
29802
29803 * simple.el (undo): Record t in undo-equiv-table
29804 for the redo record made by an undo-in-region.
29805
29806 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29807
29808 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29809 (gdb-frame-inferior-io-buffer): New Functions to control
29810 display of separate IO buffer.
29811 (menu): Add them to menu-bar.
29812 (gdb-display-buffer): Check for buffer another frame.
29813 Protect GUD buffer.
29814 (gdb-setup-windows): Create IO buffer if not already there.
29815 (gdb-memory-mode): Remove purecopy noops.
29816
29817 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29818
29819 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29820 and pass to self-insert-command.
29821
29822 2005-04-11 Lute Kamstra <lute@gnu.org>
29823
29824 * generic.el: Commentary section cleanup.
29825 (generic): Delete.
29826 (generic-use-find-file-hook, generic-lines-to-scan)
29827 (generic-find-file-regexp, generic-ignore-files-regexp)
29828 (default-generic-mode, generic-mode-find-file-hook)
29829 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29830 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29831 (generic-use-find-file-hook, generic-lines-to-scan)
29832 (generic-find-file-regexp, generic-ignore-files-regexp)
29833 (default-generic-mode, generic-mode-find-file-hook)
29834 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29835
29836 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29837
29838 * bookmark.el (bookmark-write-file): Catch errors writing file.
29839 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29840
29841 2005-04-10 Richard M. Stallman <rms@gnu.org>
29842
29843 * startup.el (fancy-splash-tail): Update copyright year.
29844 (command-line): Split part of -Q into -D.
29845 (emacs-basic-display): New defvar.
29846 (fancy-splash-text): Correct name of menu item.
29847
29848 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29849
29850 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29851 lines in one node.
29852
29853 * comint.el (comint-send-input): New arg ARTIFICIAL.
29854 Callers in this file changed.
29855
29856 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29857
29858 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29859
29860 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29861
29862 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29863 `ldap-search-internal'.
29864
29865 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29866
29867 * files.el (set-auto-mode-1): Use line-end-position.
29868
29869 * international/latin-1.el:
29870 * international/latin-2.el:
29871 * international/latin-3.el:
29872 * international/latin-4.el:
29873 * international/latin-5.el:
29874 * international/latin-8.el:
29875 * international/latin-9.el: Give punctuation syntax to NBSP.
29876
29877 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29878 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29879 Use char-classes to accept non-ascii letters, accepted in some recent
29880 bibtex implementations.
29881
29882 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29883
29884 * custom.el (custom-set-minor-mode): Any non-nil value for the
29885 variable should enable the mode when set through Custom.
29886
29887 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29888
29889 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29890 TAB binding so tab-always-indent is obeyed.
29891 (vhdl-minibuffer-local-map): Move initialization into declaration.
29892 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29893 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29894 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29895 (vhdl-current-line): Use line-beginning-position.
29896 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29897 with-output-to-temp-buffer, so the current position can be recorded.
29898
29899 2005-04-10 Masatake YAMATO <jet@gyve.org>
29900
29901 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29902 Add regexp for gcov.
29903
29904 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29905
29906 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29907 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29908 syntax which Emacs 20 doesn't support.
29909
29910 2005-04-09 Richard M. Stallman <rms@gnu.org>
29911
29912 * help.el (describe-key-briefly, describe-key):
29913 Replace strings as event types with "(any string)".
29914
29915 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29916
29917 * arc-mode.el (archive-mode-map): Move initialization into
29918 the declaration. Override *all* bindings of `undo'.
29919 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29920
29921 2005-04-09 Jay Belanger <belanger@truman.edu>
29922
29923 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29924
29925 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29926
29927 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29928 (xterm-register-default-colors): Update color values computation
29929 to match xterm-200.
29930
29931 2005-04-09 Kenichi Handa <handa@m17n.org>
29932
29933 * international/code-pages.el (iso-latin-7): Fix the map.
29934
29935 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29936
29937 * emacs-lisp/lisp.el (defun-prompt-regexp)
29938 (parens-require-spaces, buffer-end, end-of-defun)
29939 (insert-parentheses): Doc fixes.
29940
29941 2005-04-08 Kim F. Storm <storm@cua.dk>
29942
29943 * comint.el (comint-highlight-prompt): Fix face spec.
29944 * hi-lock.el (hi-green): Likewise.
29945
29946 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29947
29948 * cus-edit.el (custom-modified-face):
29949 * comint.el (comint-highlight-input): Fix previous changes.
29950 * term.el (term-handle-ansi-escape): Add a comment.
29951
29952 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29953
29954 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29955 in the buffer and in whitespace-highlighted-space.
29956 (whitespace-unhighlight-the-space): Simplify.
29957 (whitespace-buffer): Simplify.
29958
29959 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29960
29961 * textmodes/table.el (table-cell-face): Add special case for
29962 displays supporting a high number of colors.
29963 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29964 (vhdl-font-lock-reserved-words-face)
29965 (vhdl-speedbar-architecture-face)
29966 (vhdl-speedbar-instantiation-face)
29967 (vhdl-speedbar-architecture-selected-face)
29968 (vhdl-speedbar-instantiation-selected-face): Likewise.
29969 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29970 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29971 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29972 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29973 (ebrowse-progress-face): Likewise.
29974 * progmodes/compile.el (compilation-info-face): Likewise.
29975 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29976 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29977 * calendar/calendar.el (diary-face): Likewise.
29978 * woman.el (woman-italic-face, woman-bold-face)
29979 (woman-unknown-face): Likewise.
29980 * wid-edit.el (widget-button-pressed-face): Likewise.
29981 * whitespace.el (whitespace-highlight-face): Likewise.
29982 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29983 * pcvs-info.el (cvs-marked-face): Likewise.
29984 * info.el (info-xref): Likewise.
29985 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29986 * hilit-chg.el (highlight-changes-face)
29987 (highlight-changes-delete-face): Likewise.
29988 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29989 (hi-red-b): Likewise.
29990 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29991 * font-lock.el (font-lock-keyword-face)
29992 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29993 * cus-edit.el (custom-invalid-face, custom-modified-face)
29994 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29995 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29996 * comint.el (comint-highlight-prompt): Likewise.
29997
29998 2005-04-08 Lute Kamstra <lute@gnu.org>
29999
30000 * font-lock.el (font-lock-keywords): Docstring fixes.
30001
30002 2005-04-08 Kenichi Handa <handa@m17n.org>
30003
30004 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30005 chars are more than a limit, print " and more..." at the tail.
30006
30007 2005-04-08 Kim F. Storm <storm@cua.dk>
30008
30009 * emacs-lisp/authors.el (authors-aliases): Update list.
30010 (authors-ignored-files): New list.
30011 (authors-fixed-entries): Fix typo.
30012 (authors-renamed-files-alist): Update list.
30013 (authors-add): Check authors-ignored-files.
30014
30015 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30016
30017 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30018 optional, to ensure backward compatibility.
30019
30020 2005-04-08 Stephen Eglen <stephen@gnu.org>
30021
30022 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30023
30024 2005-04-08 Kim F. Storm <storm@cua.dk>
30025
30026 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30027
30028 * mouse.el (mouse-on-link-p): Doc fix.
30029
30030 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30031
30032 * ielm.el (ielm-prompt-read-only): Doc fix.
30033
30034 * comint.el (comint-prompt-read-only): Doc fix.
30035
30036 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30037
30038 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30039 ensure dired always handles wildcards passed to ffap.
30040 (find-file-at-point): Use it.
30041 (ffap-dired-wildcards): Doc fix.
30042
30043 2005-04-07 Juri Linkov <juri@jurta.org>
30044
30045 * simple.el (next-error-overlay-arrow-position): New defvar.
30046 Put "=>" on its property `overlay-arrow-string'. Add it to
30047 `overlay-arrow-variable-list'.
30048
30049 * progmodes/compile.el (compilation-setup):
30050 Set `next-error-overlay-arrow-position' to nil. Also set it to
30051 nil in the local hook `kill-buffer-hook'. Make local variable
30052 `overlay-arrow-string' and set it to "=>".
30053 (compilation-goto-locus): Set BOL position to
30054 `next-error-overlay-arrow-position' instead of
30055 `overlay-arrow-position'.
30056
30057 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30058 locally instead of adding it to the global hook.
30059 (Info-kill-buffer): Move up.
30060
30061 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30062
30063 * term/xterm.el (xterm-standard-colors): Update color values from
30064 xterm-200.
30065
30066 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30067
30068 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30069
30070 * fast-lock.el:
30071 * lazy-lock.el: Move them to the obsolete subdir.
30072
30073 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30074
30075 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30076 (wdired-add-replace-advice): Remove.
30077 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30078
30079 2005-04-06 Kim F. Storm <storm@cua.dk>
30080
30081 * startup.el (command-line): Add --bare-bones alias for -Q.
30082
30083 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30084
30085 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30086 create the startup fontset if a font specification ends with
30087 `mac-roman'.
30088
30089 2005-04-06 Lute Kamstra <lute@gnu.org>
30090
30091 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30092 change.
30093
30094 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30095 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30096
30097 2005-04-05 Lute Kamstra <lute@gnu.org>
30098
30099 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30100 (define-generic-mode): Ditto. Fix debug declaration.
30101
30102 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30103 Put them in the generic-x group.
30104
30105 * calendar/timeclock.el (timeclock): Doc fix.
30106
30107 * generic.el (define-generic-mode): Don't use custom-current-group.
30108 Document default :group value.
30109 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30110 (define-global-minor-mode): Don't use custom-current-group.
30111
30112 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30113
30114 * startup.el (command-line-1): Display startup-echo-area-message
30115 when fancy splash screen is in use.
30116
30117 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30118 (sh-escaped-newline): New face.
30119 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30120 newline, and use sh-escaped-newline face.
30121
30122 * progmodes/tcl.el (tcl-escaped-newline): New face.
30123 (tcl-builtin-list): New variable.
30124 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30125 newlines. Fix keywords subexpression number.
30126
30127 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30128
30129 * textmodes/org.el (org-diary-default-entry): Fix call to
30130 `add-to-diary-entry'.
30131
30132 2005-04-05 Kim F. Storm <storm@cua.dk>
30133
30134 * ediff-init.el: Use (featurep 'xemacs).
30135
30136 2005-04-05 David Ponce <david@dponce.com>
30137
30138 * cus-edit.el (face): Derive from symbol widget. Display sample
30139 of the current face on the fly.
30140 (widget-face-sample-face-get, widget-face-notify): New functions.
30141 (widget-face-value-create): Remove.
30142
30143 * wid-edit.el (widget-field-end): Temporarily remove field
30144 narrowing before to call `get-char-property'.
30145
30146 2005-04-04 Jay Belanger <belanger@truman.edu>
30147
30148 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30149 (math-read-subscripts): New variable.
30150 (math-read-preprocess-string): Process subscripts.
30151
30152 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30153
30154 * comint.el (comint-prompt-read-only): Doc fix.
30155
30156 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30157 `-1'. Doc fix.
30158
30159 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30160
30161 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30162 Change default value to nil.
30163
30164 2005-04-04 Lute Kamstra <lute@gnu.org>
30165
30166 * autorevert.el (auto-revert-mode): Specify :group.
30167 * battery.el (display-battery-mode): Specify :group.
30168 * diff-mode.el (diff-minor-mode): Specify :group.
30169 * font-core.el (font-lock-mode): Specify :group.
30170 * hl-line.el (hl-line-mode): Specify :group.
30171 * iimage.el (iimage): New customization group.
30172 (iimage-mode): Specify :group.
30173 * longlines.el (longlines-mode): Specify :group.
30174 * master.el: Don't require easy-mmode.
30175 (master): New customization group.
30176 (master-mode): Specify :group.
30177 * msb.el (msb-mode): Specify :group.
30178 * reveal.el (reveal-mode): Specify :group.
30179 * simple.el (next-error-follow-minor-mode): Specify :group.
30180 * smerge-mode.el (smerge-mode): Specify :group.
30181 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30182 * emulation/cua-base.el (cua-mode): Specify :group.
30183 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30184 * language/thai-util.el (thai-auto-composition-mode)
30185 (thai-word-mode): Specify :group.
30186 * mail/supercite.el (sc-minor-mode): Specify :group.
30187 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30188 * progmodes/flymake.el (flymake-mode): Specify :group.
30189 * progmodes/glasses.el (glasses-mode): Specify :group.
30190 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30191 * textmodes/enriched.el (enriched-mode): Specify :group.
30192 * textmodes/refill.el (refill-mode): Specify :group.
30193
30194 * add-log.el (change-log-font-lock-keywords): Names in
30195 parenthesized lists can contain spaces.
30196
30197 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30198
30199 * startup.el (fancy-splash-text): Shorten default text of
30200 "Emacs Tutorial" line. Also, if the current language env
30201 indicates an available tutorial file other than TUTORIAL,
30202 extract its title and append it to the line in parentheses.
30203 (fancy-splash-insert): If arg is a thunk, funcall it.
30204
30205 2005-04-04 Jay Belanger <belanger@truman.edu>
30206
30207 * calc.el (calc-language-alist): Add tags to customization type.
30208
30209 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30210
30211 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30212 Doc fix.
30213
30214 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30215
30216 * add-log.el (change-log-font-lock-keywords): The manual
30217 describing a Change Log entry, says: (...) "Aside from these
30218 header lines, every line in the change log starts with a space or
30219 a tab.". The font-lock was not highlighting lines started with
30220 spaces, added support for it.
30221
30222 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30223
30224 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30225 (bibtex-generate-url-list): Update docstring accordingly. Put the
30226 complex example in the docstring.
30227 (bibtex-font-lock-url): Use pop.
30228
30229 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30230
30231 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30232
30233 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30234
30235 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30236
30237 * filesets.el (filesets-set-default): Doc fix.
30238
30239 2005-04-03 Lute Kamstra <lute@gnu.org>
30240
30241 * generic.el (define-generic-mode): Add argument to specify
30242 keywords for defcustom.
30243 (default-generic-mode): Specify :group.
30244
30245 * generic-x.el: Specify :group for all generic modes.
30246
30247 * desktop.el (desktop-no-desktop-file-hook)
30248 (desktop-after-read-hook): Doc fix.
30249
30250 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30251
30252 * simple.el (visible-mode): Use explicit :group keyword.
30253 This changes the group of `visible-mode-hook' from paren-blinking
30254 to editing-basics.
30255
30256 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30257
30258 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30259 mailbox specifications as well as URLs.
30260 (rmail-insert-inbox-text): Remove unused conditional branches.
30261
30262 2005-04-01 Jay Belanger <belanger@truman.edu>
30263
30264 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30265 (calc-gnuplot-print-command): Move definitions to calc.el.
30266
30267 * calc/calc-embed.el (calc-embedded-announce-formula)
30268 (calc-embedded-open-formula, calc-embedded-close-formula)
30269 (calc-embedded-open-word, calc-embedded-close-word)
30270 (calc-embedded-open-plain, calc-embedded-close-plain)
30271 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30272 (calc-embedded-open-mode, calc-embedded-close-mode):
30273 Move definitions to calc.el.
30274
30275 * calc/calc.el (calc-settings-file, calc-language-alist):
30276 Make customizable.
30277 (calc-embedded-announce-formula, calc-embedded-open-formula)
30278 (calc-embedded-close-formula, calc-embedded-open-word)
30279 (calc-embedded-close-word, calc-embedded-open-plain)
30280 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30281 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30282 (calc-embedded-close-mode, calc-gnuplot-name)
30283 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30284 from other files and make customizable.
30285
30286 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30287
30288 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30289 Use buffer-live-p.
30290 (cvs-mode-run): Don't call cvs-update-header here.
30291 (cvs-run-process): Call cvs-update-header.
30292 Use process properties for cvs-postprocess and cvs-buffer so that
30293 the sentinel can behave better if the temp buffer is killed.
30294 Use a pipe rather than a tty, to better handle unexpected prompts.
30295 (cvs-sentinel): Rewrite. Call cvs-update-header.
30296
30297 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30298
30299 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30300 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30301
30302 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30303
30304 * generic.el (define-generic-mode): Add indentation rule.
30305
30306 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30307
30308 * files.el (mode-require-final-newline): Make Custom correctly
30309 report a nil value and allow to set it to nil via Custom.
30310 Doc fix.
30311
30312 2005-04-01 Kenichi Handa <handa@m17n.org>
30313
30314 * international/characters.el: Enable the correct case setting for
30315 dotless-i and dotted-I.
30316
30317 2005-04-01 Kim F. Storm <storm@cua.dk>
30318
30319 * ido.el (ido-file-internal): Fall back to non-ido command if
30320 initial directory is on slow ftp (or tramp) host.
30321
30322 2005-03-31 Richard M. Stallman <rms@gnu.org>
30323
30324 * emacs-lisp/autoload.el (make-autoload):
30325 Handle define-global-minor-mode.
30326
30327 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30328 Rename from easy-mmode-define-global-mode.
30329 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30330
30331 * progmodes/scheme.el (scheme-mode-syntax-table):
30332 Update syntax of | and # for two-character comment syntax.
30333
30334 2005-03-31 Lute Kamstra <lute@gnu.org>
30335
30336 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30337 (define-minor-mode): Call custom-current-group at load-time.
30338
30339 * generic.el (define-generic-mode): Add debug declaration.
30340 Add defcustom for the mode hook.
30341 (generic-mode-internal): Use run-mode-hooks.
30342
30343 2005-03-31 Kim F. Storm <storm@cua.dk>
30344
30345 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30346 (mouse-fixup-help-message): New defun called by show_help_echo
30347 to fixup mouse-2 prefix in help messages when applicable.
30348
30349 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30350
30351 2005-03-31 Kenichi Handa <handa@m17n.org>
30352
30353 * language/thai-word.el (thai-find-word-ends): Pay attention to
30354 the case that we reach the end of buffer.
30355
30356 * textmodes/fill.el (fill-text-properties-at): New function.
30357 (fill-newline): Use fill-text-properties-at instead of
30358 text-properties-at.
30359
30360 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30361
30362 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30363 not comint-quote-filename.
30364
30365 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30366
30367 * help-fns.el (help-with-tutorial): Revert last change.
30368
30369 2005-03-31 Kim F. Storm <storm@cua.dk>
30370
30371 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30372
30373 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30374
30375 * calendar/cal-china.el: Update reference to "Calendrical
30376 Calculations" book; there's a new edition.
30377 * calendar/cal-coptic.el: Likewise.
30378 * calendar/cal-french.el: Likewise.
30379 * calendar/cal-hebrew.el: Likewise.
30380 * calendar/cal-islam.el: Likewise.
30381 * calendar/cal-iso.el: Likewise.
30382 * calendar/cal-julian.el: Likewise.
30383 * calendar/cal-mayan.el: Likewise.
30384 * calendar/cal-persia.el: Likewise.
30385 * calendar/calendar.el: Likewise.
30386 * calendar/holidays.el: Likewise.
30387 * calendar/lunar.el: Likewise.
30388 * calendar/solar.el: Likewise.
30389
30390 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30391 white space from doc string.
30392
30393 2005-03-30 Jay Belanger <belanger@truman.edu>
30394
30395 * calc/calc-help.el (calc-full-help): Remove email address.
30396
30397 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30398
30399 * help-fns.el (help-with-tutorial): Delete title line.
30400
30401 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30402
30403 * calendar/cal-x.el (calendar-one-frame-setup)
30404 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30405 rather than `symbol' for set-window-dedicated-p.
30406
30407 * calendar/appt.el (appt-buffer-name): Make it a constant.
30408 (appt-add): Doc fix.
30409
30410 * filesets.el (filesets-menu-path, filesets-menu-before)
30411 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30412 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30413 (filesets-add-submenu): Delete and use add-submenu instead.
30414
30415 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30416
30417 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30418 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30419 (org-diary-default-entry): New function.
30420 (org-get-entries-from-diary): Better parsing of diary entries.
30421 (org-agenda-check-no-diary): New function.
30422 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30423 linking to diary entries.
30424 (org-agenda-execute-calendar-command): New function.
30425 (org-agenda): Improve visible section in window.
30426 Use `org-fit-agenda-window'.
30427 (org-fit-agenda-window): New option.
30428 (org-move-subtree-down): Better handling of empty lines
30429 at end of subtree.
30430 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30431 levels up.
30432 (org-fontify-done-headline): New option.
30433 (org-headline-done-face): New face.
30434 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30435 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30436 When current field is non-empty, it is copied to next row.
30437 (org-table-copy-from-above): Fix bug which made it
30438 impossible to copy fields containing only a single non-white character.
30439
30440 2005-03-30 Kim F. Storm <storm@cua.dk>
30441
30442 * kmacro.el (kmacro-end-macro): Isearch may store this command
30443 into the macro -- so ignore it when executing keyboard macro.
30444
30445 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30446
30447 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30448
30449 2005-03-29 Kenichi Handa <handa@m17n.org>
30450
30451 * language/thai.el ("Thai"): Set setup-function and exit-function
30452 for Thai language environment.
30453
30454 * language/thai-util.el: Require thai-word.
30455 (thai-word-mode-map): New variable.
30456 (thai-word-mode): New minor mode.
30457 (setup-thai-language-environment-internal): New function.
30458 (exit-thai-language-environment-internal): New function.
30459
30460 * language/thai-word.el (thai-word-table): Declare it by defvar,
30461 use dolist to initialize it.
30462 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30463 (thai-fill-find-break-point): New functions.
30464
30465 2005-03-29 Richard M. Stallman <rms@gnu.org>
30466
30467 * simple.el (idle-update-delay): Move definition up.
30468 (set-mark): Doc fix.
30469
30470 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30471
30472 * longlines.el: New file.
30473
30474 * simple.el (buffer-substring-filters): New variable.
30475 (filter-buffer-substring): New function.
30476 (kill-region, copy-region-as-kill): Use it.
30477
30478 * register.el (copy-to-register, append-to-register)
30479 (prepend-to-register): Use filter-buffer-substring.
30480
30481 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30482
30483 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30484 (gud-filter-pending-text): Move in front of gdb.
30485 (gud-overlay-arrow-position): New variable.
30486 (gud-sentinel, gud-display-line): Use it in place of
30487 overlay-arrow-position.
30488
30489 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30490
30491 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30492 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30493 (fortran-font-lock-keywords-4): New variable.
30494 (fortran-blocks-re, fortran-end-block-re)
30495 (fortran-start-block-re): New constants, for hideshow.
30496 (hs-special-modes-alist): Add a Fortran entry.
30497 (fortran-mode-map): Bind fortran-end-of-block,
30498 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30499 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30500 (fortran-looking-at-if-then, fortran-end-of-block)
30501 (fortran-beginning-of-block): New functions, for hideshow.
30502
30503 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30504 Doc fix. Tweak regexp.
30505 (f90-beginning-of-block): Push mark first.
30506
30507 2005-03-29 Jay Belanger <belanger@truman.edu>
30508
30509 * calc/calc.el: Update copyright date.
30510 (calc-version): Increase to 2.1.
30511 (calc-version-date): Remove.
30512
30513 * calc/calc-help.el: Update copyright date.
30514 (calc-full-help): Remove reference to calc-version-date.
30515 Update copyright date.
30516
30517 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30518
30519 * vc.el (vc-do-command): Use a pipe for async processes, so password
30520 prompts don't show up at places where the user can't reply.
30521
30522 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30523
30524 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30525 on the file name we pass to the inferior shell.
30526
30527 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30528
30529 * progmodes/which-func.el (which-function): Be robust in the face of an
30530 imenu--make-index-alist failure.
30531
30532 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30533
30534 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30535
30536 * progmodes/python.el (python-preoutput-filter): Fix last change.
30537
30538 2005-03-29 Lute Kamstra <lute@gnu.org>
30539
30540 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30541 functions and compiled macros.
30542 (debug-convert-byte-code): Handle macros too.
30543 (debug-on-entry-1): Don't signal an error when trying to clear a
30544 function that is not set to debug on entry.
30545
30546 2005-03-29 Jay Belanger <belanger@truman.edu>
30547
30548 * calc/calc-lang.el: Add functions to math-function-table
30549 properties of tex and math.
30550
30551 2005-03-29 Kenichi Handa <handa@m17n.org>
30552
30553 * ps-mule.el (ps-mule-plot-string): Translate characters by
30554 ps-print-translation-table.
30555 (ps-mule-begin-job): Call find-charset-region/string with
30556 ps-print-translation-table.
30557 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30558
30559 * ps-print.el (ps-print-translation-table): New variable.
30560 (ps-plot-region): Translate characters by ps-print-translation-table.
30561
30562 2005-03-29 Juri Linkov <juri@jurta.org>
30563
30564 * simple.el (next-error-highlight-timer): New variable.
30565
30566 * progmodes/compile.el (compilation-goto-locus):
30567 Use `next-error-highlight-timer' instead of `sit-for'.
30568
30569 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30570
30571 * mail/supercite.el (sc-mail-field): Use assoc-string.
30572 (sc-get-address): Simplify regexps.
30573
30574 * files.el (minibuffer-with-setup-hook): New macro.
30575 (find-file-read-args): Use it to avoid let-binding
30576 minibuffer-with-setup-hook (which breaks turning on/off
30577 file-name-shadow-mode while in the prompt).
30578
30579 * complete.el (PC-read-include-file-name-internal):
30580 Use test-completion.
30581
30582 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30583
30584 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30585
30586 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30587
30588 * window.el (window-buffer-height): Use count-screen-lines.
30589
30590 * progmodes/python.el (python-preoutput-leftover): New var.
30591 (python-preoutput-filter): Use it.
30592 (python-send-receive): Loop until all the result has been received.
30593
30594 2005-03-28 Juri Linkov <juri@jurta.org>
30595
30596 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30597
30598 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30599 "Recover Crashed Session".
30600 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30601 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30602 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30603 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30604 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30605 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30606 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30607 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30608
30609 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30610 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30611 Ediff Sessions", "Toggle use of separate control buffer frame",
30612 "Use separate frame for Ediff control buffer".
30613
30614 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30615 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30616 "Rename Bookmark", "Delete Bookmark".
30617
30618 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30619 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30620 Add `:active Info-index-alternatives' to "Next Matching Item".
30621
30622 * wdired.el (wdired-change-to-wdired-mode):
30623 Mention `wdired-abort-changes' key in the initial message.
30624
30625 * international/mule.el (auto-coding-alist): Associate non-ascii
30626 image filename extensions with `no-conversion'.
30627
30628 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30629
30630 * international/iso-acc.el:
30631 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30632
30633 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30634
30635 * textmodes/sgml-mode.el (html-mode): Doc update.
30636
30637 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30638
30639 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30640
30641 * term.el (term-move-columns): Fix face after extending a line.
30642 (term-insert-spaces): Likewise.
30643 (term-reset-terminal): Fix off by one error.
30644
30645 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30646
30647 * international/mule.el (auto-coding-alist): Add .xpi files.
30648
30649 * files.el (auto-mode-alist): Add .xpi files.
30650
30651 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30652
30653 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30654
30655 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30656
30657 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30658
30659 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30660
30661 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30662 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30663
30664 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30665 cursor to Jan 1 when needed.
30666 (calendar-end-of-year): Fix -/+ typo.
30667 Reported by Chong Yidong <cyd@stupidchicken.com>.
30668
30669 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30670
30671 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30672
30673 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30674 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30675
30676 2005-03-25 Richard M. Stallman <rms@gnu.org>
30677
30678 * filesets.el (filesets-init): Add autoload.
30679
30680 * mail/mailalias.el (mail-directory): Doc fix.
30681
30682 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30683
30684 * mail/mailalias.el (mail-directory-process): Do nothing if
30685 mail-directory-process is an atom.
30686 (mail-get-names): Ignore mail-directory-names if it is an atom.
30687 (mail-directory-process defvar): Doc fix.
30688 (mail-names): Doc fix.
30689
30690 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30691
30692 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30693
30694 2005-03-26 Kenichi Handa <handa@m17n.org>
30695
30696 * international/mule-util.el (detect-coding-with-priority):
30697 Call update-coding-systems-internal before detect-coding-region.
30698
30699 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30700
30701 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30702 (gdb-frames-mode-map): Add follow-link property.
30703
30704 2005-03-25 Jay Belanger <belanger@truman.edu>
30705
30706 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30707 for variables.
30708
30709 2005-03-25 Juri Linkov <juri@jurta.org>
30710
30711 * image-mode.el: Optimize image filename extension regexps in
30712 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30713 in `auto-mode-alist'.
30714 (image-mode): Add `image-toggle-display-text' to local hook
30715 `change-major-mode-hook'. Display the image as an image by
30716 default. Set `cursor-type' and `truncate-lines' if the image
30717 is already displayed. Take into account the current mode (image
30718 or text) in message.
30719 (image-minor-mode): New minor mode.
30720 (image-mode-maybe, image-toggle-display-text): New functions.
30721 (image-toggle-display): Use called-interactively-p.
30722 Let-bind `inhibit-read-only' to t.
30723
30724 * image-mode.el (image-minor-mode): Set `cursor-type' and
30725 `truncate-lines' if the image is already displayed. Add turning
30726 image-minor-mode off to `change-major-mode-hook'. Add message.
30727 Call `image-toggle-display-text' after turning image-minor-mode off.
30728
30729 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30730
30731 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30732 Terminal.app, use utf-8.
30733 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30734 (set-locale-environment): Use it.
30735
30736 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30737
30738 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30739
30740 * progmodes/python.el (python-close-block-statement-p)
30741 (python-outdent-p, python-current-defun): Use symbol-end.
30742
30743 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30744
30745 * files.el (save-some-buffers): Doc fix.
30746
30747 2005-03-25 Werner Lemberg <wl@gnu.org>
30748
30749 * complete.el, thumbs.el: Replace `legal' with `valid'.
30750 * calendar/calendar.el: Replace `legal' with `valid'.
30751 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30752 * mail/supercite.el: Replace `legal' with `valid'.
30753 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30754 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30755 Replace `legal' with `valid'.
30756 * textmodes/reftex-vars.el, textmodes/reftex.el:
30757 Replace `legal' with `valid'.
30758
30759 2005-03-25 Werner Lemberg <wl@gnu.org>
30760
30761 * calc/calc-forms.el, calc/calc-sel.el
30762 * midnight.el, vc-cvs.el
30763 * emacs-lisp/cl-macs.el
30764 * emulation/vip.el
30765 * eshell/esh-io.el, eshell/esh-var.el
30766 * mail/supercite.el
30767 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30768 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30769 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30770 * progmodes/sh-script.el, progmodes/xscheme.el
30771 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30772 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30773 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30774 * textmodes/reftex.el, textmodes/org.el:
30775 Replace `illegal' with `invalid'.
30776
30777 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30778
30779 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30780 (flymake-find-buildfile, flymake-find-possible-master-files)
30781 (flymake-check-include, flymake-parse-line): Replace loops over the
30782 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30783
30784 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30785 Substitute file-name-as-directory in the rest of the file.
30786 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30787 (flymake-replace-region): Remove unused arg `buffer'.
30788 (flymake-check-patch-master-file-buffer): Update calls to it.
30789 (flymake-add-err-info): Remove unused var `count'.
30790 (flymake-mode): Use define-minor-mode.
30791
30792 * progmodes/flymake.el: Use with-current-buffer.
30793 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30794 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30795 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30796 Avoid testing for `xemacs'.
30797 (flymake-nop): Move.
30798 (flymake-region-has-flymake-overlays): Return the computed value.
30799 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30800 Remove unused var `endline'.
30801 (flymake-get-line-count): Remove unused function.
30802 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30803
30804 * emulation/vi.el:
30805 * generic.el:
30806 * hilit-chg.el (global-highlight-changes):
30807 * hi-lock.el (hi-lock-mode):
30808 * follow.el: find-file-hooks -> find-file-hook.
30809
30810 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30811
30812 2005-03-24 Juri Linkov <juri@jurta.org>
30813
30814 * dired.el (dired-mode-map): Add menu item "Compare directories"
30815 for dired-compare-directories.
30816
30817 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30818 Doc fix. Replace `read-file-name' with `read-directory-name'.
30819
30820 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30821
30822 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30823
30824 2005-03-24 Jay Belanger <belanger@truman.edu>
30825
30826 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30827 relevant mode settings in calc-embedded-original-modes when modes
30828 are permanently changed.
30829
30830 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30831
30832 * autoinsert.el: find-file-hooks -> find-file-hook.
30833
30834 2005-03-24 Lute Kamstra <lute@gnu.org>
30835
30836 * generic.el (generic-font-lock-defaults): Make it obsolete.
30837 (generic-font-lock-keywords): New variable to replace
30838 generic-font-lock-defaults.
30839 (generic-mode-set-font-lock): Delete it.
30840 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30841 (generic-bracket-support): Add docstring.
30842
30843 * generic-x.el: Rename generic-font-lock-defaults to
30844 generic-font-lock-keywords throughout.
30845 (mailagent-rules-setup-function): Delete it.
30846 (mailagent-rules-generic-mode): Use anonymous function instead.
30847 (show-tabs-generic-mode-font-lock-defaults-1)
30848 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30849 Quote faces.
30850 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30851 not foreground.
30852
30853 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30854 Recognize define-generic-mode.
30855
30856 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30857
30858 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30859 if there's no completion table.
30860
30861 2005-03-23 Miles Bader <miles@gnu.org>
30862
30863 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30864 Remove tty-specific variants, as they're no longer needed.
30865
30866 2005-03-23 Lute Kamstra <lute@gnu.org>
30867
30868 * generic-x.el: Code cleanup: make args constant whenever possible.
30869 (installshield-statement-keyword-list)
30870 (installshield-system-functions-list)
30871 (installshield-system-variables-list, installshield-types-list)
30872 (installshield-funarg-constants-list): Make them constants.
30873
30874 * generic.el (generic-make-keywords-list): Add autoload cookie.
30875
30876 * calendar/time-date.el: Add comment on time value formats.
30877 Don't require parse-time.
30878 (with-decoded-time-value): New macro.
30879 (encode-time-value): New function.
30880 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30881 (days-to-time): Return a valid time value when arg is huge.
30882 (time-since): Use time-subtract.
30883 (time-to-number-of-days): Use time-to-seconds.
30884
30885 2005-03-23 David Ponce <david@dponce.com>
30886
30887 * recentf.el (recentf-keep): New option.
30888 (recentf-menu-action): Default to `find-file'.
30889 (recentf-keep-non-readable-files-flag)
30890 (recentf-keep-non-readable-files-p)
30891 (recentf-file-readable-p, recentf-find-file)
30892 (recentf-cleanup-remote): Remove.
30893 (recentf-include-p): More robust.
30894 (recentf-keep-p): New function.
30895 (recentf-remove-if-non-kept): Rename from
30896 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30897 All callers updated.
30898 (recentf-menu-items-for-commands): Fix help string.
30899 (recentf-track-closed-file): Update. Doc fix.
30900 (recentf-cleanup): Update. Count removed files. Doc fix.
30901
30902 2005-03-23 Kim F. Storm <storm@cua.dk>
30903
30904 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30905 Don't inherit from fringe face (now happens automatically).
30906
30907 2005-03-22 Kim F. Storm <storm@cua.dk>
30908
30909 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30910 position values.
30911
30912 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30913
30914 * menu-bar.el (showhide-date-time): Remove.
30915 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30916 (menu-bar-make-mm-toggle): Simplify.
30917
30918 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30919
30920 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30921 Accept qualified variable and function names.
30922
30923 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30924
30925 * bindings.el (completion-ignored-extensions):
30926 Remove ".lis" for `vax-vms'.
30927
30928 2005-03-22 Andreas Schwab <schwab@suse.de>
30929
30930 * generic-x.el: Revert last change.
30931 * ldefs-boot.el: Update.
30932
30933 2005-03-22 Jay Belanger <belanger@truman.edu>
30934
30935 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30936 (calc-embedded-save-original-modes)
30937 (calc-embedded-restore-original-modes): New functions.
30938 (calc-do-embedded): Save original modes when entering embedded mode
30939 and restore when leaving embedded mode.
30940 (calc-embedded-modes-change): Change the value of
30941 calc-embedded-original-modes to reflect permanent changes.
30942
30943 2005-03-22 Lute Kamstra <lute@gnu.org>
30944
30945 * generic-x.el: Require generic again.
30946
30947 2005-03-22 Miles Bader <miles@gnu.org>
30948
30949 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30950 Tweak details to look good on both ttys and bitmap displays, light
30951 or dark background, etc.
30952
30953 2005-03-21 Kim F. Storm <storm@cua.dk>
30954
30955 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30956 mouse position.
30957
30958 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30959
30960 * icomplete.el: Don't forcibly turn on the mode upon load.
30961 (icomplete-mode): Use define-minor-mode.
30962 (icomplete-eoinput): Default to nil.
30963 (icomplete-minibuffer-setup): Remove autoload.
30964 (icomplete-tidy): Simplify.
30965 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30966 in the initial state or if the user has modified the field.
30967 Fix handling of icomplete-max-delay-chars.
30968 Remove code that handles the oddball case where
30969 minibuffer-completion-table is an integer.
30970 Wrap icomplete-completions in while-no-input in case building
30971 completions takes more time than expected.
30972 (icomplete-completions): Simplify.
30973
30974 2005-03-21 Richard M. Stallman <rms@gnu.org>
30975
30976 * jka-compr.el (jka-compr-really-do-compress):
30977 Make variable buffer-local.
30978
30979 * image-mode.el: Handle .xpm files too.
30980 (image-toggle-display): Preserve modification flag.
30981
30982 * help.el (where-is): Don't mention aliases with no key bindings.
30983
30984 2005-03-21 Lute Kamstra <lute@gnu.org>
30985
30986 * generic.el: Fix commentary section. Don't require cl for
30987 compilation.
30988 (generic-mode-list): Add autoload cookie.
30989 (generic-use-find-file-hook, generic-lines-to-scan)
30990 (generic-find-file-regexp, generic-ignore-files-regexp)
30991 (generic-mode, generic-mode-find-file-hook)
30992 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30993 (define-generic-mode): Make it a defmacro. Fix docstring.
30994 (generic-mode-internal): Code cleanup. Add autoload cookie.
30995 (generic-mode-set-comments): Code cleanup.
30996 * generic-x.el: Don't prevent compilation. Don't require generic.
30997 Follow coding conventions. Minor code cleanup.
30998 (etc-fstab-generic-mode): Add some keywords.
30999 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31000 define-generic-mode like a function declaration.
31001
31002 2005-03-21 Jay Belanger <belanger@truman.edu>
31003
31004 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31005 changing modes.
31006
31007 2005-03-21 Sam Steingold <sds@gnu.org>
31008
31009 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31010
31011 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31012
31013 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31014 Add underscore to "f$ lexicals" regexp.
31015
31016 2005-03-20 Juri Linkov <juri@jurta.org>
31017
31018 * subr.el (progress-reporter-do-update): When `min-value' is equal
31019 to `max-value', set `percentage' to 0 and prevent division by zero.
31020
31021 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31022
31023 Sync with Tramp 2.0.48.
31024
31025 * net/tramp.el (all): Change all addresses to .gnu.org.
31026 (tramp-append-tramp-buffers): New defun.
31027 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31028 Catch `dont-send' signal.
31029 (tramp-set-auto-save-file-modes): Set always permissions, because
31030 there might be an old auto-saved file belonging to another
31031 original file. This could be a security threat. Reported by
31032 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31033 Check for Emacs 21.3.50 removed.
31034
31035 * net/tramp-smb.el (all): Remove debug construct for
31036 `with-parsed-tramp-file-name'.
31037 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31038 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31039 No error message if DIRECTORY or FILENAME doesn't exist.
31040 (tramp-smb-open-connection): Check existence of
31041 `tramp-smb-program'.
31042
31043 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31044
31045 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31046 Properly handle the case where the `m' or `s' command's argument is not
31047 yet terminated.
31048 (perl-indent-new-calculate): New function.
31049 (perl-indent-line): Use it.
31050
31051 2005-03-20 Miles Bader <miles@gnu.org>
31052
31053 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31054 in text-mode too. Change to new face names.
31055 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31056 Add `:weight bold' attribute.
31057 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31058
31059 2005-03-19 Juri Linkov <juri@jurta.org>
31060
31061 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31062
31063 * international/mule.el (auto-coding-alist): Sync with
31064 `auto-mode-alist' by adding upper case archive file extensions
31065 and adding ear/war to jar extension.
31066
31067 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31068
31069 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31070 running, restart it.
31071
31072 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31073
31074 * finder.el (finder-current-item): Throw an error on an empty line.
31075
31076 * man.el (Man-follow-manual-reference): If current-word returns
31077 nil, use "".
31078
31079 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31080
31081 * simple.el (goto-line): Doc fix.
31082
31083 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31084
31085 * files.el (save-buffer): Doc fix.
31086
31087 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31088
31089 * recentf.el (recentf-cleanup-remote): New variable.
31090 (recentf-cleanup): Use it to conditionally check availability of
31091 remote files.
31092
31093 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31094
31095 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31096 function names.
31097
31098 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31099
31100 * language/thai-word.el: New file.
31101
31102 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31103
31104 * files.el (backup-buffer): If the file's directory is not
31105 writable, use copy instead of move to backup the file.
31106
31107 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31108
31109 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31110
31111 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31112
31113 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31114 Use functionp instead of symbolp and fboundp. Reported by Drkm
31115 <darkman_spam@yahoo.fr>.
31116 (ps-print-version): New version 6.6.6.
31117
31118 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31119
31120 * textmodes/table.el (table--line-column-position): New idiom.
31121 (table--row-column-insertion-point-p): New function to test
31122 validity of row and column insertion operation at a location.
31123 (table-global-menu, table-cell-menu): Use above functions for
31124 deterministic test operation.
31125 (table--editable-cell-p): Behave in deterministic fashion.
31126
31127 2005-03-18 Juri Linkov <juri@jurta.org>
31128
31129 * isearch.el (isearch-lazy-highlight-new-loop):
31130 Make arguments beg and end optional.
31131 (isearch-update): Remove optional arguments nil from
31132 isearch-lazy-highlight-new-loop.
31133 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31134 isearch-lazy-highlight-case-fold-search instead of
31135 isearch-case-fold-search, and let-bind isearch-regexp to
31136 isearch-lazy-highlight-regexp.
31137 Use isearch-lazy-highlight-last-string instead of isearch-string.
31138
31139 * replace.el (perform-replace): Remove bindings of global
31140 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31141 Add three new arguments to `replace-highlight'.
31142 (replace-highlight): Add arguments string, regexp, case-fold.
31143 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31144 to allow isearch-lazy-highlight-new-loop to use these values
31145 to set corresponding isearch-lazy-highlight-* internal
31146 variables whose values lazy highlighting will use regardless of
31147 changes to global variables isearch-string, isearch-regexp,
31148 isearch-case-fold-search during lazy highlighting loop.
31149 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31150 to `lazy-highlight-cleanup'.
31151
31152 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31153 (ispell-highlight-face): Set default face to `isearch' when
31154 lazy highlighting is enabled.
31155 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31156 priority to 1. Add lazy highlighting.
31157 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31158 from `isearch-dehighlight'.
31159
31160 2005-03-18 David Ponce <david@dponce.com>
31161
31162 * files.el (hack-local-variables): Do a case-insensitive search
31163 for End.
31164
31165 2005-03-18 Juri Linkov <juri@jurta.org>
31166
31167 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31168 `isearch-lazy-highlight-cleanup', add alias to old name and
31169 declare obsolete. Add release numbers to other obsolete vars.
31170 (isearch-done, isearch-lazy-highlight-new-loop):
31171 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31172 (lazy-highlight-cleanup) <variable>: Doc fix.
31173 (isearch-lazy-highlight-update): Rename obsolete
31174 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31175
31176 2005-03-18 Kenichi Handa <handa@m17n.org>
31177
31178 * language/thai-util.el: Fix categorization of Thai characters in
31179 thai-category-table.
31180 (thai-composition-pattern): Adjust it for the above change.
31181 (thai-self-insert-command, thai-compose-syllable): New functions.
31182 (thai-compose-region): Use thai-compose-syllable.
31183 (thai-compose-string): Likewise.
31184 (thai-composition-function): Likewise.
31185 (thai-auto-composition): New function.
31186 (thai-auto-composition-mode): New minor mode.
31187
31188 * language/thai.el: Fix patterns to be registered in
31189 composition-function-table.
31190
31191 * international/quail.el (quail-input-method): Locally bind
31192 inhibit-modification-hooks to t.
31193
31194 2005-03-17 Richard M. Stallman <rms@gnu.org>
31195
31196 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31197 (perl-mode): Use run-mode-hooks.
31198
31199 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31200 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31201 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31202
31203 * mail/sendmail.el (sendmail-send-it): Reenable the code
31204 to compute resend-to-address and use it.
31205
31206 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31207
31208 * image-mode.el: New file.
31209
31210 * image.el (insert-sliced-image): Add autoload cookie.
31211
31212 * font-lock.el (font-lock-lines-before): New user option.
31213 (font-lock-after-change-function): Obey it.
31214
31215 * bindings.el (esc-map): Make M-g a prefix.
31216 Bind M-g g and M-g M-g to goto-line.
31217
31218 * faces.el (face-id): Doc fix.
31219
31220 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31221
31222 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31223 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31224 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31225
31226 * mail/sendmail.el (mail-yank-ignored-headers)
31227 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31228 Add Mail-Followup-To and Mail-Reply-To headers.
31229 (mail-citation-hook): Add autoload cookie.
31230 (mail-mode): Doc fix.
31231 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31232 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31233 (mail-mode-fill-paragraph): Handle those headers.
31234 (mail-mailing-lists): New variable.
31235 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31236
31237 2005-03-17 Juri Linkov <juri@jurta.org>
31238
31239 * isearch.el (isearch-fallback): Check for `(car previous)'
31240 before calling `isearch-other-end-state'.
31241
31242 2005-03-17 Kim F. Storm <storm@cua.dk>
31243
31244 * simple.el (move-beginning-of-line): Move to beginning of buffer
31245 line, as well as beginning of screen line.
31246
31247 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31248
31249 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31250 argument REDRAW rather than calendar-redrawing variable.
31251 * calendar/calendar.el (calendar-redrawing): Delete.
31252 (redraw-calendar): Do not bind calendar-redrawing.
31253
31254 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31255
31256 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31257 diary-file buffer.
31258
31259 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31260
31261 * help.el (describe-mode): Allow a :minor-mode-function property to
31262 specify a different minor mode toggle function than the variable.
31263 * simple.el (auto-fill-function):
31264 * subr.el (add-minor-mode): Use it.
31265
31266 2005-03-16 Kenichi Handa <handa@m17n.org>
31267
31268 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31269 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31270 (ethio-fidel-to-sera-buffer): Likewise.
31271
31272 2005-03-16 Juri Linkov <juri@jurta.org>
31273
31274 * emacs-lisp/find-func.el (find-function-regexp):
31275 Add defun-emitting macro `menu-bar-make-toggle'.
31276
31277 * isearch.el: Put `isearch-scroll' property to
31278 `split-window-horizontally'.
31279
31280 * info.el: Update error messages for `debug-ignored-errors'.
31281 (Info-isearch-search): Doc fix.
31282 (Info-find-node): Move up code to go into info buffer before
31283 recording the node to the history.
31284 (Info-fontify-node): Fontify titles only if the next line
31285 has two or more `*', `=', `-', `.'.
31286 Display "go to this node" for empty (match-string 3).
31287
31288 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31289
31290 * term/mac-win.el: Add mouse pointer shape constants.
31291
31292 2005-03-15 Kim F. Storm <storm@cua.dk>
31293
31294 * simple.el (move-beginning-of-line): Use vertical-motion.
31295
31296 2005-03-15 Juri Linkov <juri@jurta.org>
31297
31298 * isearch.el (isearch-error): New variable.
31299 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31300 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31301 (isearch-within-brackets-state): Remove.
31302 (isearch-case-fold-search-state, isearch-pop-fun-state):
31303 Decrease frame index.
31304 (isearch-mode, isearch-top-state, isearch-push-state)
31305 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31306 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31307 (isearch-search, isearch-lazy-highlight-new-loop):
31308 Replace `isearch-invalid-regexp' with `isearch-error'.
31309 Remove `isearch-within-brackets'.
31310 (isearch-search): Add `search-failed' handler to `condition-case'.
31311 (isearch-lazy-highlight-search): Add `condition-case' to catch
31312 errors and allow `isearch-lazy-highlight-update' to try
31313 highlighting from the beginning of the window.
31314 (isearch-repeat): Move up code to set isearch-wrapped to t
31315 before calling isearch-wrap-function.
31316
31317 * info.el (Info-isearch-initial-node): New internal variable.
31318 (Info-search): Signal an error in isearch mode when search leaves
31319 the initial node. Signal an error when `bound' is non-nil and
31320 nothing was found in the current subfile.
31321 (Info-isearch-search): Remove `condition-case'.
31322 (Info-isearch-wrap): Don't wrap when search failed during leaving
31323 the initial node. If `Info-isearch-search' is nil, wrap around
31324 the current node.
31325 (Info-isearch-start): New fun.
31326 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31327 `isearch-mode-hook'.
31328
31329 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31330
31331 * simple.el (normal-erase-is-backspace): Set default to t if
31332 running on Mac.
31333
31334 * term/mac-win.el (function-key-map): Sync with x-win.el.
31335
31336 2005-03-15 Kenichi Handa <handa@m17n.org>
31337
31338 * international/mule-cmds.el (locale-language-names): Modify the
31339 format of elements and add more entries.
31340 (locale-preferred-coding-systems): Add more entries.
31341 (set-locale-environment): Adjust for the change of
31342 locale-language-names.
31343
31344 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31345
31346 * pcvs.el (smerge-ediff): Remove bogus autoload.
31347
31348 2005-03-14 Lute Kamstra <lute@gnu.org>
31349
31350 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31351 Ignore a `*' at the beginning of a line.
31352
31353 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31354 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31355 subr.el.
31356 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31357 to specify indentation.
31358
31359 * generic.el (define-generic-mode): Let generic-mode-list be a
31360 list of strings; test membership with equal.
31361
31362 2005-03-14 Kim F. Storm <storm@cua.dk>
31363
31364 * simple.el (next-line, previous-line): Add optional try-vscroll
31365 arg to recognize interactive use. Pass it on to line-move.
31366 (line-move): Don't perform auto-window-vscroll when defining or
31367 executing keyboard macro to ensure consistent behavior.
31368
31369 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31370
31371 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31372
31373 2005-03-13 Lute Kamstra <lute@gnu.org>
31374
31375 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31376 debugger-setup-buffer so that backtrace marks the frames set to
31377 debug-on-exit and we don't have to do it manually. Set an extra
31378 debug-on-exit for macro's.
31379 (debugger-setup-buffer): Don't mark the top frame manually.
31380
31381 2005-03-12 Lute Kamstra <lute@gnu.org>
31382
31383 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31384 lisp-indent-function throughout.
31385 (with-no-warnings): Set lisp-indent-function property.
31386
31387 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31388
31389 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31390 Add entry for backslash.
31391
31392 2005-03-12 Juri Linkov <juri@jurta.org>
31393
31394 * info.el (Info-search): Four fixes for backward search.
31395
31396 2005-03-11 Jay Belanger <belanger@truman.edu>
31397
31398 * calc/calc.el (calc-language-alist): New variable.
31399 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31400 (calc-embedded-find-modes): Use calc-language-alist instead of
31401 calc-embedded-language-alist.
31402
31403 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31404
31405 * calendar/calendar.el (calendar-redrawing): New internal
31406 variable.
31407 (redraw-calendar): Remove bogus save-excursion from previous
31408 change. Bind calendar-redrawing to t for mark-diary-entries.
31409 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31410 calendar if that is why we were called.
31411
31412 2005-03-11 Kenichi Handa <handa@m17n.org>
31413
31414 * international/mule.el (make-coding-system): Set property
31415 coding-system-define-form to nil.
31416 (define-coding-system-alias): Likewise.
31417
31418 2005-03-11 Kenichi Handa <handa@m17n.org>
31419
31420 These changes are suggested by Dave Love <fx@gnu.org>.
31421
31422 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31423 coding: tag.
31424 (adaptive-fill-regexp): Add more bullets.
31425 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31426 regexps.
31427
31428 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31429
31430 * help.el (describe-mode): Properly handle non-trivial lighters.
31431 Don't ignore minor modes that are not listed in minor-mode-list.
31432
31433 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31434 feature ON when the user requests to turn it OFF.
31435
31436 2005-03-10 Lute Kamstra <lute@gnu.org>
31437
31438 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31439 (implement-debug-on-entry): New function to replace debug-entry-code.
31440 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31441 second argument as the 2005-03-07 change makes it obsolete.
31442 (debug-on-entry, cancel-debug-on-entry): Update call to
31443 debug-on-entry-1.
31444 (debug, debugger-setup-buffer): Comment update.
31445 (debugger-frame-number): Update to work with implement-debug-on-entry.
31446
31447 2005-03-10 Jay Belanger <belanger@truman.edu>
31448
31449 * calc/calc-embed.el (math-ms-args): Declare it.
31450 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31451 math-ms-args.
31452 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31453 variables.
31454
31455 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31456
31457 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31458 Use message-box.
31459
31460 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31461 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31462 (tooltip-gud-tips): Simplify.
31463 (tooltip-gud-tips-p): Remove superfluous :set.
31464 (tooltip-gud-modes): Add fortran-mode.
31465 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31466
31467 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31468
31469 2005-03-09 Kim F. Storm <storm@cua.dk>
31470
31471 * play/animate.el (animate-place-char): Use forward-line instead
31472 of next-line to improve performance.
31473
31474 2005-03-09 Simon Josefsson <jas@extundo.com>
31475
31476 * net/browse-url.el (browse-url-default-browser): Doc fix.
31477
31478 2005-03-09 Miles Bader <miles@gnu.org>
31479
31480 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31481 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31482
31483 2005-03-09 Kenichi Handa <handa@m17n.org>
31484
31485 * international/latin-1.el: Set case and syntax for 255 only if
31486 set-case-syntax-set-multibyte is nil.
31487
31488 * textmodes/ispell.el (ispell-insert-word): New function.
31489 (ispell-word): Use ispell-insert-word to insert a new word.
31490 (ispell-process-line): Likewise.
31491 (ispell-complete-word): Likewise.
31492
31493 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31494
31495 * calendar/calendar.el (redraw-calendar): Preserve point.
31496 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31497 (calendar-week-start-day): Move after definition of
31498 redraw-calendar. Delete buffer test, since redraw-calendar has
31499 that now.
31500
31501 * calendar/diary-lib.el (mark-diary-entries): Only call
31502 redraw-calendar in the first of any recursive calls.
31503 Reported by Alan Shutko <ats@acm.org>.
31504
31505 2005-03-08 Juri Linkov <juri@jurta.org>
31506
31507 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31508 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31509 (html-radio-buttons): Add a space before the trailing `/>' where
31510 sgml-xml-mode is non-nil.
31511 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31512 the subsequent tag of the empty XML tag.
31513 (html-href-anchor): Don't set initial input to "http:".
31514 (html-image): Ask for the image URL and set point inside alt="".
31515 (html-name-anchor): Duplicate the name in the `id' attribute when
31516 sgml-xml-mode is non-nil.
31517 (html-paragraph): Remove \n before <p>.
31518 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31519 instead of `checked' when sgml-xml-mode is non-nil.
31520
31521 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31522 Remove 1 space before #RRGGBB to not truncate it on terminal
31523 windows w/o fringes. Remove 1 space between bg and fg examples
31524 to get more space.
31525 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31526 avoid byte-compile warnings.
31527
31528 * image-file.el (image-file-handler): Put `safe-magic' property to
31529 `image-file-handler'.
31530
31531 * info.el (Info-isearch-search): Emulate word search in
31532 isearching through multiple Info nodes with Info-search.
31533 (Info-isearch-wrap): Allow isearch-word.
31534
31535 2005-03-08 Lute Kamstra <lute@gnu.org>
31536
31537 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31538 stepping into the debugger's code is not possible.
31539 (debugger-jumping-flag): Docstring update.
31540
31541 2005-03-08 Jay Belanger <belanger@truman.edu>
31542
31543 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31544 embedded mode begins.
31545 (calc-embedded-language-alist): New variable.
31546 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31547 set default language mode.
31548
31549 2005-03-08 Kenichi Handa <handa@m17n.org>
31550
31551 * international/ccl.el (define-ccl-program): Fix docstring about
31552 extra 256 bytes assured for the output buffer.
31553
31554 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31555 Fix BUFFER_MAGNIFICATION to 2.
31556 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31557
31558 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31559
31560 * align.el (align-rules-list): Added an alignment rule for CSS
31561 declarations (applies to css-mode and html-mode buffers).
31562
31563 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31564
31565 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31566
31567 2005-03-07 Kim F. Storm <storm@cua.dk>
31568
31569 * simple.el (move-beginning-of-line): New command.
31570
31571 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31572
31573 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31574
31575 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31576 and move-beginning-of-line.
31577
31578 * apropos.el (apropos-print): Omit command from M-x ... RET.
31579
31580 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31581
31582 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31583 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31584
31585 2005-03-06 Richard M. Stallman <rms@gnu.org>
31586
31587 * bindings.el (esc-map): Bind M-g to goto-line.
31588
31589 * facemenu.el (global-map): Bind M-o, not M-g.
31590
31591 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31592
31593 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31594 "Open Directory" as for "Open File".
31595
31596 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31597
31598 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31599 (push-mark-command): Run activate-mark-hook.
31600
31601 2005-03-06 Richard M. Stallman <rms@gnu.org>
31602
31603 * help-mode.el (help-mode-finish): Don't alter the element
31604 in view-return-to-alist if there already is one.
31605
31606 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31607 make sure the current buffer is the expected one.
31608
31609 * novice.el (disabled-command-function): Output in *Disabled Command*.
31610 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31611
31612 * textmodes/flyspell.el (flyspell-large-region):
31613 Pass args differently for aspell.
31614
31615 * files.el (mode-require-final-newline): Doc fix.
31616
31617 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31618
31619 * progmodes/which-func.el (which-function):
31620 Specify NOERROR when calling imenu--make-index-alist.
31621
31622 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31623
31624 * simple.el (normal-erase-is-backspace): Define default value.
31625
31626 * custom.el (custom-theme-set-variables): Remove unused var
31627 `immediate'.
31628 (custom-reevaluate-setting): Simple function to handle variables
31629 that are defined before their default value can really be
31630 computed.
31631
31632 * startup.el (command-line): Use it for temporary-file-directory,
31633 small-emporary-file-directory, auto-save-file-name-transforms,
31634 blink-cursor-mode, and normal-erase-is-backspace.
31635
31636 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31637 progress, even with buggy anchored keywords.
31638
31639 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31640
31641 * simple.el (goto-line): Remove unbalanced final parenthesis.
31642
31643 2005-03-05 Richard M. Stallman <rms@gnu.org>
31644
31645 * simple.el (goto-line): Use a number at point as the default.
31646 With C-u as arg, switch buffers.
31647
31648 2005-03-05 Juri Linkov <juri@jurta.org>
31649
31650 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31651 with `no-blinking-cursor'.
31652
31653 * startup.el (no-blinking-cursor): New defvar.
31654 (command-line): Add `--no-blinking-cursor' to longopts.
31655 Set `no-blinking-cursor' to t for command line arguments
31656 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31657 with `no-blinking-cursor' in the condition for calling
31658 `blink-cursor-mode'.
31659
31660 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31661
31662 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31663 (menu-bar-options-save): Add blink-cursor-mode.
31664 (menu-bar-options-menu): Add blink-cursor-mode.
31665
31666 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31667
31668 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31669 (icalendar-export-file, icalendar-export-region)
31670 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31671 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31672
31673 2005-03-04 Lute Kamstra <lute@gnu.org>
31674
31675 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31676 (debug-function-list): Ditto.
31677
31678 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31679
31680 * textmodes/texinfmt.el (texinfo-append-refill):
31681 Redefine the types of line to which @refill
31682 is not appended by replacing a search for `@refill\\|@bye' with
31683 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31684 itemize@refill' bug and the unfilled long lines bug.
31685 (texinfmt-version): Update number and date.
31686
31687 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31688
31689 * international/code-pages.el (windows-1250, windows-125[2-8])
31690 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31691
31692 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31693
31694 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31695 bound yet.
31696
31697 2005-03-02 Romain Francoise <romain@orebokech.com>
31698
31699 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31700 buffer after removing limits.
31701 (ibuffer-pop-filter): Ditto.
31702 Update copyright.
31703
31704 2005-03-02 Miles Bader <miles@gnu.org>
31705
31706 * button.el (make-text-button): If the user doesn't specify a
31707 type, use the default. Rewrite to use `add-text-properties' and
31708 plist functions.
31709
31710 2005-03-01 Lute Kamstra <lute@gnu.org>
31711
31712 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31713 (debugger-jumping-flag): New var.
31714 (debug-entry-code): Use it.
31715 (debugger-jump): Use debugger-jumping-flag and add
31716 debugger-reenable to post-command-hook.
31717 (debugger-reenable): Use debugger-jumping-flag and remove itself
31718 from post-command-hook.
31719 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31720 debugger-reenable.
31721
31722 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31723
31724 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31725 inclusion of "itemize\\|", which may be unnecessary, is certainly
31726 inelegant, and stops refilling in itemize lists when formatting
31727 Japanese Texinfo files to Info.
31728 Update copyright to 2005.
31729
31730 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31731
31732 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31733 of an error if GDB can't find the source file.
31734
31735 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31736
31737 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31738 not just the calendar.
31739
31740 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31741 first.
31742 (diary-redraw-calendar): New function.
31743 (make-diary-entry): Add diary-redraw-calendar to local
31744 write-contents-functions. Turn off selective display before
31745 inserting in diary.
31746
31747 2005-03-01 Kim F. Storm <storm@cua.dk>
31748
31749 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31750
31751 2005-03-01 Lute Kamstra <lute@gnu.org>
31752
31753 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31754 that debug-entry-code can be safely removed from a function while
31755 this code is being evaluated. Revert the 2005-02-27 change as the
31756 new implementation no longer requires it. Make sure that a
31757 function body containing just a string is not mistaken for a docstring.
31758 (debug): Skip one more frame in case of debug on entry.
31759 (debugger-setup-buffer): Delete one more frame line in case of
31760 debug on entry.
31761 (debugger-frame-number): Update to use the new text introduced by
31762 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31763
31764 2005-02-28 Kim F. Storm <storm@cua.dk>
31765
31766 * double.el (double-translate-key): Call force-window-update after
31767 read-event to avoid crash in redisplay.
31768
31769 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31770
31771 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31772 (debug): Use it. Move the inhibit-trace earlier.
31773 (debug-entry-code): New const.
31774 (debug-on-entry-1): Use it.
31775
31776 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31777
31778 * international/utf-16.el (ccl-encode-mule-utf-16le):
31779 Fix BUFFER_MAGNIFICATION to 2.
31780 (ccl-encode-mule-utf-16be): Likewise.
31781
31782 2005-02-28 Kenichi Handa <handa@m17n.org>
31783
31784 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31785 Fix BUFFER_MAGNIFICATION to 4.
31786 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31787
31788 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31789
31790 * speedbar.el (speedbar-update-flag): Doc fix.
31791 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31792 argument.
31793
31794 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31795
31796 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31797 have a non-nil `invisible' property but are actually visible.
31798
31799 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31800 for perldoc sections.
31801 (perl-outline-regexp, perl-outline-level): New var and function.
31802 (perl-mode): Use them.
31803
31804 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31805
31806 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31807 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31808
31809 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31810
31811 * cus-edit.el: Comment change.
31812 (custom-buffer-create-internal): Slightly reword text at top of
31813 Custom buffers. Mention there that saving an option edits the
31814 init file. Add link to Emacs manual node on `custom-file'.
31815 (custom-magic-alist): Rewrite individual State messages to use
31816 capitalized keywords. Doc fix.
31817
31818 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31819
31820 * calendar/calendar.el (calendar-buffer): Move above
31821 calendar-week-start-day.
31822 (calendar-week-start-day): Doc fix. Add :set function.
31823 (calendar-minimum-window-height): New variable.
31824 (generate-calendar-window): Only resize window if selected-window
31825 is displaying the calendar buffer. Use new variable
31826 calendar-minimum-window-height.
31827 (generate-calendar): Reword error message.
31828 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31829
31830 2005-02-27 Andreas Schwab <schwab@suse.de>
31831
31832 * vc.el (vc-do-command): Don't run command asynchronously when
31833 operating in a remote directory.
31834
31835 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31836 change from sync with Tramp 2.0.47.
31837
31838 2005-02-27 Richard M. Stallman <rms@gnu.org>
31839
31840 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31841
31842 * textmodes/flyspell.el (flyspell-mode-on):
31843 Call ispell-change-dictionary only if necessary.
31844
31845 * emacs-lisp/re-builder.el (regexp-builder): New function.
31846
31847 * register.el (describe-register-1): Explicitly handle
31848 yank-excluded-properties = t.
31849
31850 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31851 (custom-magic-alist): Change the status descriptions again.
31852 (face widget-type): Total rewrite based on `restricted-sexp'
31853 to eliminate the confusing double hiding levels.
31854
31855 * emacs-lisp/debug.el (debug-on-entry-1):
31856 If function body is empty, add nil as body form.
31857
31858 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31859
31860 * emacs-lisp/trace.el (inhibit-trace): New var.
31861 (trace-make-advice): Use it.
31862
31863 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31864
31865 2005-02-26 Kim F. Storm <storm@cua.dk>
31866
31867 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31868 (mouse-on-link-p, mouse-drag-region-1): Use it.
31869
31870 2005-02-25 Lute Kamstra <lute@gnu.org>
31871
31872 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31873
31874 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31875
31876 * frame.el (blink-cursor-mode): Add :group keyword.
31877
31878 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31879
31880 * calendar/icalendar.el (icalendar--decode-isodatetime):
31881 New optional argument DAY-SHIFT.
31882 (icalendar-export-region): Fix coding-system-for-write.
31883 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31884 events by one.
31885
31886 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31887
31888 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31889
31890 2005-02-24 Kim F. Storm <storm@cua.dk>
31891
31892 * international/iso-acc.el (iso-accents-compose): Fix crash
31893 during redisplay. Call force-window-update after read-event
31894 and delete-region to signal that window is not accurate.
31895
31896 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31897
31898 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31899 Remove unused and inexistent var `inhibit-trace'.
31900 (debugger-mode): Use run-mode-hooks.
31901 (debugger-list-functions): Add buttons; setup xref stack.
31902
31903 2005-02-23 Richard M. Stallman <rms@gnu.org>
31904
31905 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31906 appointment says it was explicitly made.
31907 (appt-add): Set the 3rd element.
31908 (appt-make-list): Preserve explicit appointments.
31909
31910 * subr.el (find-tag-default): Catch errors in forward-sexp.
31911
31912 2005-02-23 Juri Linkov <juri@jurta.org>
31913
31914 * info.el (Info-isearch-search): New defcustom.
31915 (Info-isearch-search): Call the default isearch function
31916 when Info-isearch-search is nil.
31917 (Info-isearch-wrap): Use variable Info-isearch-search.
31918
31919 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31920
31921 * cus-edit.el: Comment change.
31922
31923 2005-02-22 Kim F. Storm <storm@cua.dk>
31924
31925 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31926 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31927
31928 2005-02-22 Simon Josefsson <jas@extundo.com>
31929
31930 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31931 New variable.
31932 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31933 Oskarsson" <myrkraverk@users.sourceforget.net>.
31934
31935 2005-02-22 Kim F. Storm <storm@cua.dk>
31936
31937 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31938 check that window of that event is the selected window.
31939 (mouse-drag-region-1): Compare mouse event window to selected
31940 window before setting point.
31941
31942 * tooltip.el (tooltip-show-help-function): Pass event to
31943 mouse-on-link-p so it can check selected window.
31944
31945 2005-02-22 Kenichi Handa <handa@m17n.org>
31946
31947 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31948 (ps-mule-show-warning): New function.
31949 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31950 characters are found.
31951
31952 * ps-print.el (ps-header-footer-string): Return a list of header
31953 and footer strings.
31954
31955 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31956
31957 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31958
31959 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31960
31961 * frame.el (blink-cursor-mode): Use define-minor-mode.
31962
31963 * term/mac-win.el (function-key-map): Use char-names more consistently.
31964 (file-name-coding-system): Only set it for MacOS-9. The other case is
31965 already handled in mule-cmds.el (where it also works when mac-win.el
31966 is not used).
31967
31968 2005-02-21 Kenichi Handa <handa@m17n.org>
31969
31970 * international/mule.el (ctext-pre-write-conversion): Always use
31971 " *code-converting-work*" buffer for work.
31972
31973 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31974
31975 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31976
31977 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31978
31979 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31980
31981 * ses.el (undo-more): Restore defadvice, but only the part that
31982 allows changes outside the restricted area of the buffer.
31983
31984 2005-02-20 Kim F. Storm <storm@cua.dk>
31985
31986 * simple.el (line-move): Add fourth optional arg try-vscroll which
31987 must be set to perform auto-window-vscroll.
31988 When moving backwards and doing auto-window-vscroll, automatically
31989 vscroll to the last part of lines which are taller than the window.
31990 (next-line, previous-line): Set try-vscroll arg on line-move.
31991
31992 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31993
31994 * replace.el (query-replace, query-replace-regexp)
31995 (replace-string, replace-regexp): When operating on region, make
31996 the minibuffer prompt say so.
31997
31998 * isearch.el (isearch-forward): Document isearch-query-replace and
31999 isearch-query-replace-regexp keybindings.
32000
32001 2005-02-19 Jay Belanger <belanger@truman.edu>
32002
32003 * calc/calc-aent.el (math-read-token): Add local variable.
32004
32005 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32006 (calc-edit-top): Move declaration to earlier in file.
32007 (calc-edit-macro-repeats): Add local variables.
32008
32009 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32010 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32011 calcFunc-tanh.
32012 Adjust integration rule for calcFunc-tan.
32013
32014 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32015
32016 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32017 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32018 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32019 (viper-skip-separators): Bug fix.
32020 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32021 particular major mode.
32022 (viper-del-backward-char-in-replace): Don't put deleted char on the
32023 kill ring.
32024
32025 * viper-ex.el (viper-color-display-p): New function.
32026 (viper-has-face-support-p): Use viper-color-display-p.
32027
32028 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32029
32030 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32031
32032 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32033 (viper-file-remote-p): Make equivalent to file-remote-p.
32034
32035 * viper.el (viper-major-mode-modifier-list):
32036 Use viper-gnus-modifier-map.
32037
32038 2005-02-19 David Kastrup <dak@gnu.org>
32039
32040 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32041 quoting.
32042
32043 2005-02-19 Jay Belanger <belanger@truman.edu>
32044
32045 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32046 Remove extra definitions.
32047 (calc-coth): New function.
32048 (calcFunc-cot): Fix `let'.
32049
32050 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32051
32052 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32053 the reasons we use "type pc" in these faces.
32054
32055 * button.el (button): Ditto.
32056
32057 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32058
32059 * replace.el (query-replace-read-from): Set the value of
32060 query-replace-from-history-variable to handle the case of an empty
32061 string entered to accept the suggested default.
32062
32063 * net/tramp.el (tramp-file-name-for-operation):
32064 Use dired-call-process instead of dired-call-process-command.
32065
32066 2005-02-19 Jay Belanger <belanger@truman.edu>
32067
32068 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32069 (math-div-non-trig): New variables.
32070 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32071 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32072 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32073 trig expressions.
32074
32075 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32076
32077 * progmodes/gdb-ui.el (gdb-var-update-handler)
32078 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32079 for watch expressions,
32080 (gdb-var-create-handler): Don't set speedbar-update-flag.
32081 (gdb-post-prompt): Simplify test for speedbar.
32082
32083 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32084
32085 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32086 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32087 we use the syntax table of the correct buffer.
32088 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32089 Felix Gatzemeier.
32090
32091 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32092 (ediff-file-remote-p): Make synonymous with file-remote-p.
32093 In all deffaces ediff-*-face-*, use min-colors.
32094
32095 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32096 ediff-recurse-to-subdirectories.
32097 (ediff-mark-if-equal): Check that the arguments are strings, use
32098 ediff-same-contents (after to Felix Gatzemeier).
32099
32100 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32101 nil.
32102
32103 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32104
32105 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32106
32107 2005-02-18 David Kastrup <dak@gnu.org>
32108
32109 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32110 use `mark-active' when defined.
32111
32112 2005-02-18 Kenichi Handa <handa@m17n.org>
32113
32114 * ps-print.el (ps-font-info-database): New entry
32115 ZapfChancery-MediumItalic with correct font name. Fix font name
32116 of the entry Zapf-Chancery-MediumItalic.
32117
32118 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32119
32120 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32121
32122 2005-02-16 Kim F. Storm <storm@cua.dk>
32123
32124 * ido.el (ido-fallback-command): Pass user input to fallback command.
32125
32126 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32127
32128 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32129 (gdb-find-file-hook): Add server prefix.
32130
32131 2005-02-16 Richard M. Stallman <rms@gnu.org>
32132
32133 * replace.el (perform-replace): Pass new args to replace-highlight.
32134 (replace-highlight): Take region args,
32135 and pass them to isearch-lazy-highlight-new-loop.
32136
32137 * novice.el (disabled-command-hook): Autoload the defalias
32138 and the make-obsolete-variable call.
32139
32140 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32141
32142 * isearch.el (isearch-lazy-highlight-start-limit)
32143 (isearch-lazy-highlight-end-limit): New variables limit
32144 the region for highlighting.
32145 (isearch-lazy-highlight-new-loop): New args BEG and END.
32146 (isearch-lazy-highlight-search): Use the new vars.
32147 (isearch-lazy-highlight-update): Likewise.
32148
32149 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32150
32151 * cus-start.el (all): Use default-boundp.
32152
32153 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32154
32155 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32156
32157 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32158
32159 * autorevert.el (auto-revert-stop-on-user-input)
32160 (auto-revert-verbose): Doc fixes.
32161
32162 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32163
32164 * international/mule-cmds.el (set-locale-environment): Remove call
32165 to set-selection-coding-system on Windows.
32166
32167 2005-02-15 Jay Belanger <belanger@truman.edu>
32168
32169 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32170 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32171 calcFunc-coth.
32172 (math-simplify-sqrt): Add simplifications.
32173
32174 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32175 to list.
32176
32177 * calc/calc-ext.el: Add functions to autoloads.
32178
32179 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32180 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32181 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32182 (math-csc-raw, math-cot-raw): New functions.
32183
32184 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32185
32186 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32187 the variable name in a message.
32188
32189 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32190 calcFunc-csc, calcFunc-cot.
32191
32192 * calc/calcalg2.el: Add derivative and integration rules for
32193 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32194 calcFunc-csch, calcFunc-coth.
32195 (math-do-integral-methods): Add to checks for when to use
32196 substitutions.
32197
32198 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32199
32200 2005-02-15 Lute Kamstra <lute@gnu.org>
32201
32202 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32203 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32204 <monnier@iro.umontreal.ca>.
32205 (lisp-outline-level): Improve efficiency. Suggested by David
32206 Kastrup <dak@gnu.org>.
32207
32208 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32209
32210 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32211 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32212 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32213 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32214 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32215
32216 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32217
32218 * cus-start.el (all): Comment change.
32219
32220 2005-02-14 Lute Kamstra <lute@gnu.org>
32221
32222 * cus-start.el (all): Check if symbol is void.
32223
32224 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32225
32226 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32227 optional argument to \cite.
32228
32229 2005-02-14 Richard M. Stallman <rms@gnu.org>
32230
32231 * cus-edit.el (custom-buffer-create-internal): Update help message.
32232 (custom-magic-alist): Update help messages.
32233
32234 * cus-start.el (all): Allow a var to specify a standard value.
32235
32236 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32237
32238 * custom.el (custom-theme-set-variables): Handle variable aliases.
32239
32240 * frame.el (blink-cursor-timer): Doc fix.
32241 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32242 declare obsolete.
32243 (blink-cursor-mode): Define with defcustom and use correct
32244 standard expression in that defcustom.
32245 * startup.el (command-line): Adapt to above changes in frame.el.
32246
32247 2005-02-11 Lute Kamstra <lute@gnu.org>
32248
32249 * apropos.el (apropos-score-doc): Prevent division by zero.
32250
32251 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32252
32253 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32254 (icalendar--get-event-property-attributes)
32255 (icalendar--get-event-properties)
32256 (icalendar--datetime-to-diary-date): New functions.
32257 (icalendar--split-value): Doc fix.
32258 (icalendar--datetime-to-noneuropean-date)
32259 (icalendar--datetime-to-european-date): New optional argument
32260 SEPARATOR. Return result as a string instead of a list.
32261 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32262 (icalendar--convert-string-for-export): Rename arg S to STRING.
32263 (icalendar-export-region): Doc fix. Change name of error buffer.
32264 Save output buffer.
32265 (icalendar-import-file): Add blank at end of prompt.
32266 (icalendar-import-buffer): Doc fix. Do not switch to error
32267 buffer. Indicate status in return value.
32268 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32269 buffer. Save output buffer. Handle exception from recurrence
32270 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32271 events. Fix problems with weekly all-day events.
32272
32273 2005-02-10 Richard M. Stallman <rms@gnu.org>
32274
32275 * simple.el (eval-expression-print-format):
32276 Avoid warning about edebug-active.
32277
32278 * help.el (help-for-help-internal): Rename from help-for-help.
32279 (help-for-help): Define with defalias.
32280
32281 * font-core.el (font-lock-default-function): Use with-no-warnings.
32282
32283 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32284
32285 * custom.el (defface): Doc fix.
32286
32287 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32288
32289 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32290 width 0" to prevent word wrapping problems.
32291
32292 2005-02-09 Kim F. Storm <storm@cua.dk>
32293
32294 * ido.el (ido-file-extensions-order): New defcustom.
32295 (ido-file-extension-lessp, ido-file-extension-aux)
32296 (ido-file-extension-order): New advanced file ordering.
32297 (ido-file-lessp): New simple file ordering.
32298 (ido-sort-list): Remove.
32299 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32300 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32301
32302 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32303
32304 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32305 that some versions of grep produce.
32306 (grep-mode-font-lock-keywords): Likewise.
32307
32308 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32309
32310 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32311 (gdb-cdir): Delete.
32312 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32313 (gdb-source-info): Treat case when source file is in another
32314 directory properly.
32315 (gdb-get-location): New function.
32316
32317 2005-02-07 Jay Belanger <belanger@truman.edu>
32318
32319 * calc/calc-prog.el (calc-write-parse-table-part)
32320 (calc-fix-token-name): Fix a check for language type.
32321
32322 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32323
32324 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32325
32326 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32327 as directory not writable.
32328
32329 2005-02-07 Kim F. Storm <storm@cua.dk>
32330
32331 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32332 (cua--standard-movement-commands): Remove list.
32333 Instead, set CUA property value to move for movement commands.
32334 (cua-movement-commands): Remove. Users must set CUA prop instead.
32335 (cua--pre-command-handler): Check CUA property.
32336 (cua--init-keymaps): Don't remap undo commands.
32337 (cua-mode): Don't call cua--rectangle-on-off.
32338
32339 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32340 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32341 (cua--rect-undo-set-point): New var.
32342 (cua--rectangle-undo-boundary): Setup undo apply entry.
32343 (cua--rect-undo-handler): New function for rectangle undo.
32344 (cua--rect-start-position, cua--rect-end-position): Add.
32345 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32346 for restored rectangle. Set point if cua--rect-undo-set-point.
32347
32348 2005-02-06 Jay Belanger <belanger@truman.edu>
32349
32350 * calc/calc-lang.el (calc-tex-language): Display more information
32351 in messages.
32352
32353 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32354 in TeX mode.
32355
32356 2005-02-06 Richard M. Stallman <rms@gnu.org>
32357
32358 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32359
32360 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32361
32362 * net/ldap.el (ldap-search-internal): Support attributes with
32363 optional descriptions separated by a semi-colon, as in
32364 "userCertificate;binary".
32365
32366 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32367
32368 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32369 isn't a cons (i.e. the version is 0).
32370
32371 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32372
32373 * help.el (help-for-help): Doc fix.
32374
32375 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32376
32377 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32378 GDB-Windows on the menu-bar as this works better.
32379
32380 2005-02-04 Jay Belanger <belanger@truman.edu>
32381
32382 * calc/calc-embed.el (calc-embedded-update): Don't put in
32383 unnecessary newlines. Adjust the end of formula marker.
32384
32385 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32386 (math-latex-parse-two-args): New function.
32387
32388 2005-02-03 Lute Kamstra <lute@gnu.org>
32389
32390 * help-fns.el (help-with-tutorial): Make sure that users cannot
32391 remove the entire text of the tutorial by means of `undo'.
32392
32393 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32394
32395 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32396 in recent changes, where the ispell process was repeatedly
32397 killed & restarted.
32398
32399 * international/mule-cmds.el (set-locale-environment): Set file-name
32400 coding system to utf-8 on Darwin systems.
32401 (set-default-coding-systems): Don't set default-file-name-coding-system
32402 on Darwin systems.
32403
32404 2005-02-03 Richard M. Stallman <rms@gnu.org>
32405
32406 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32407
32408 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32409
32410 * faces.el (list-faces-display): Add optional argument.
32411
32412 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32413
32414 * font-core.el (font-lock-default-function): Handle the rare case where
32415 only font-lock-keywords is set.
32416
32417 2005-02-02 Kenichi Handa <handa@m17n.org>
32418
32419 * international/characters.el: Cancel previous change for
32420 I-WITH-DOT-ABOVE and DOTLESS-i.
32421
32422 * international/latin-5.el: Cancel previous change.
32423
32424 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32425
32426 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32427
32428 2005-02-02 Kenichi Handa <handa@m17n.org>
32429
32430 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32431 DOTLESS-i.
32432
32433 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32434 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32435
32436 * case-table.el (get-upcase-table): New function.
32437 (copy-case-table): Copy upcaes table too if non-nil.
32438 (set-case-syntax-delims): Maintain upcase table too.
32439 (set-case-syntax-pair): Likewise.
32440 (set-upcase-syntax, set-downcase-syntax): New functions.
32441 (set-case-syntax): Maintain upcase table too.
32442
32443 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32444
32445 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32446
32447 * progmodes/gud.el (gud-goto-info): New function.
32448 (gud-tool-bar-map): Use correct icon.
32449
32450 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32451
32452 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32453 When delegating, order args in the funcall correctly.
32454
32455 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32456
32457 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32458
32459 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32460
32461 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32462 buffer not visiting a file.
32463
32464 2005-01-31 Jay Belanger <belanger@truman.edu>
32465
32466 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32467 bound on the line with the formula.
32468
32469 2005-01-31 Kim F. Storm <storm@cua.dk>
32470
32471 * ses.el (ses-create-cell-variable-range)
32472 (ses-destroy-cell-variable-range, ses-reset-header-string)
32473 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32474 (ses-insert-row): Fix format of apply undo entries.
32475
32476 2005-01-31 Jay Belanger <belanger@truman.edu>
32477
32478 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32479 parts.
32480
32481 * calc/calc-embed.el (calc-embedded-open-formula)
32482 (calc-embedded-close-formula): Ignore matrix environments.
32483
32484 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32485 TeX mode.
32486
32487 * calc/calc-lang.el (math-function-table, math-oper-table)
32488 (math-variable-table): Adjust the LaTeX portions.
32489
32490 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32491 (math-latex-ignore-words): New constant.
32492
32493 2005-01-31 Richard M. Stallman <rms@gnu.org>
32494
32495 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32496 (ispell-local-dictionary): Doc fix.
32497 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32498 Don't reinitialize at run time. Don't defcustom.
32499 All uses changed to append ispell-local-dictionary-alist,
32500 or check it first.
32501 (ispell-current-dictionary): New variable for dictionary in use.
32502 (ispell-dictionary): Now used only for global default.
32503 (ispell-start-process): Set ispell-current-dictionary,
32504 not ispell-dictionary.
32505 (ispell-change-dictionary): Use this only for setting
32506 user preferences.
32507 (ispell-internal-change-dictionary): New function
32508 to change the current dictionary in use.
32509 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32510 Use ispell-current-dictionary.
32511 Handle ispell-local-dictionary-overridden.
32512 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32513
32514 2005-01-31 Jay Belanger <belanger@truman.edu>
32515
32516 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32517
32518 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32519 (calc-mode-map): Add calc-latex-language.
32520
32521 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32522 (math-latex-print-frac): New functions.
32523 (math-oper-table, math-function-table, math-variable-table)
32524 (math-complex-format, math-input-filter): Add latex properties.
32525 (calc-set-language): Set math-expr-special-function-mapping.
32526
32527 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32528 (calc-write-parse-table-part): Add LaTeX support.
32529
32530 * calc/calc.el (calc-language): Adjust docstring.
32531 (calc-set-mode-line): Add LaTeX support.
32532 (math-expr-special-function-mapping): New variable.
32533 (math-tex-ignore-words): Add to list.
32534
32535 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32536 Add LaTeX support.
32537 (math-compose-expr): Add support for special functions.
32538
32539 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32540
32541 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32542
32543 * progmodes/gdb-ui.el (gdb-memory-address)
32544 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32545 (gdb-memory-mode-map, gdb-memory-format-keymap)
32546 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32547 (gdb-memory-unit-menu): New variables for a buffer
32548 that lets the user examine program memory.
32549 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32550 (gdb-memory-format-binary, gdb-memory-format-octal)
32551 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32552 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32553 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32554 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32555 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32556 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32557 (gdb-memory-mode, gdb-memory-buffer-name)
32558 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32559 New functions for above buffer.
32560
32561 2005-01-30 Richard M. Stallman <rms@gnu.org>
32562
32563 * cus-edit.el (custom-bury-buffer): Function deleted.
32564 (custom-buffer-done-function): Option deleted.
32565 (custom-buffer-done-kill): New replacement option.
32566 (Custom-buffer-done): Call quit-window.
32567 (custom-buffer-create-internal): Update for above changes.
32568
32569 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32570
32571 * simple.el (undo-ask-before-discard): New var.
32572 (undo-outer-limit-truncate): Implement it.
32573 (undo-extra-outer-limit): Doc update.
32574
32575 2005-01-29 Richard M. Stallman <rms@gnu.org>
32576
32577 * ses.el (undo-more): Delete defadvice.
32578 (ses-begin-change): Doc fix.
32579
32580 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32581 instead of rebinding C-x u and C-_.
32582
32583 * files.el (normal-backup-enable-predicate): Return nil for files
32584 in /tmp, regardless of temporary-file-directory.
32585
32586 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32587
32588 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32589 (open-rectangle, delete-whitespace-rectangle-line)
32590 (clear-rectangle-line): If FILL, pass t instead of FILL
32591 for move-to-column's 2nd arg.
32592
32593 * simple.el (undo): Fix the test for continuing a series of undos.
32594 (undo-more): Set pending-undo-list to t when we reach end.
32595 (pending-undo-list): Move up defvar.
32596
32597 * wid-edit.el (widget-button-click):
32598 Shorten the range of the track-mouse binding.
32599
32600 * comint.el (comint-insert-input): Undo previous changes;
32601 use last-input-event in interactive spec.
32602
32603 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32604
32605 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32606 to nil before invoking call-process. Reset buffer's modified flag
32607 after fontifying it in the no-async branch.
32608
32609 * wid-edit.el (widget-specify-button): If mouse pointer shape
32610 cannot be changed, use mouse face instead.
32611
32612 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32613
32614 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32615 (gdb-goto-breakpoint): Make breakpoint handling work on template
32616 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32617 (gdb-assembler-custom): Update to recognize breakpoint information
32618 added on 2005-01-19.
32619
32620 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32621
32622 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32623 (dsssl-mode): Use define-derived-mode.
32624 (scheme-mode-initialize): Remove.
32625 (scheme-mode): Use run-mode-hooks.
32626
32627 * cus-edit.el (customize-group-other-window)
32628 (custom-buffer-create-other-window): Don't override special-display-*.
32629 (custom-mode-map): Make it dense.
32630
32631 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32632 sets the default value.
32633
32634 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32635
32636 * descr-text.el: Add more keywords.
32637
32638 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32639
32640 * speedbar.el: Avoid unnecessary use of locate-library.
32641
32642 * international/mule-cmds.el (standard-display-european-internal):
32643 Don't fiddle with latin-1 non-break space any more since it's now
32644 special cased in the C code.
32645 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32646
32647 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32648
32649 * cus-start.el (all): Add `undo-outer-limit'.
32650
32651 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32652
32653 * textmodes/bibtex.el (bibtex-format-entry):
32654 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32655 field lines.
32656 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32657 not on part of a buffer.
32658
32659 2005-01-25 Lute Kamstra <lute@gnu.org>
32660
32661 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32662 nonempty field text strings like "{letters\\macro{}more letters}".
32663 Clarify docstring.
32664 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32665 (bibtex-entry-offset, bibtex-parse-association)
32666 (bibtex-parse-field-name): Fix typos in docstrings.
32667 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32668
32669 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32670
32671 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32672 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32673 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32674 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32675
32676 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32677 isearch minor mode.
32678
32679 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32680
32681 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32682
32683 2005-01-24 Lute Kamstra <lute@gnu.org>
32684
32685 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32686 CASECHARS and NOT-CASECHARS regular expressions of the
32687 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32688 striding over charsets" error.
32689
32690 2005-01-24 Jay Belanger <belanger@truman.edu>
32691
32692 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32693 display variable name.
32694
32695 2005-01-24 Kenichi Handa <handa@m17n.org>
32696
32697 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32698 Fix setting of the element of encoded-kbd-iso2022-invocations.
32699
32700 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32701
32702 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32703 (gdb-threads-select): Change to also accept mouse events.
32704 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32705 (gdb-threads-mouse-select): Delete.
32706
32707 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32708
32709 * files.el (insert-directory): Take care of empty directory,
32710 listed without -a switch.
32711
32712 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32713
32714 * textmodes/refill.el (refill-post-command-function):
32715 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32716 to the list of functions that we should be careful not to undo.
32717 (refill-late-fill-paragraph-function): Remove.
32718 (refill-saved-state): New var.
32719 (refill-mode): Use it to save fill-paragraph-function.
32720 Save also the value of auto-fill-function.
32721
32722 * term/w32-win.el: Simplify code.
32723
32724 2005-01-23 Kim F. Storm <storm@cua.dk>
32725
32726 * simple.el (line-move): Adapt to new return value from
32727 pos-visible-in-window-p.
32728
32729 * simple.el (line-move): Fix last change. Check partial
32730 visibility at point rather than at window-start.
32731
32732 2005-01-22 Jason Rumney <jasonr@gnu.org>
32733
32734 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32735
32736 2005-01-22 David Kastrup <dak@gnu.org>
32737
32738 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32739
32740 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32741
32742 * type-break.el (type-break-mode): Add a test for
32743 type-break-file-name being non-nil.
32744
32745 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32746
32747 * net/eudc.el (top level): Call (message "") via progn, so that
32748 eudc-options-file is loaded.
32749
32750 2005-01-22 Kim F. Storm <storm@cua.dk>
32751
32752 * simple.el (line-move-1): Rename from line-move.
32753 (line-move): New function that adjusts vscroll for partially
32754 visible rows, and calls line-move-1 otherwise.
32755
32756 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32757
32758 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32759 since it's not a complete read-event implementation
32760
32761 2005-01-20 Jay Belanger <belanger@truman.edu>
32762
32763 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32764 for called function.
32765
32766 2005-01-20 Steven Tamm <steventamm@mac.com>
32767
32768 * term/mac-win.el (process-connection-type): Remove.
32769 Controlled now by s/darwin.h:PTY_ITERATION.
32770
32771 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32772
32773 * window.el (handle-select-window): Don't switch window when we're
32774 in the minibuffer.
32775
32776 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32777
32778 * subr.el (dotimes-with-progress-reporter): New macro.
32779
32780 * ses.el (ses-dotimes-msg): Remove macro.
32781 Use `dotimes-with-progress-reporter' instead.
32782
32783 2005-01-19 Steven Tamm <steventamm@mac.com>
32784
32785 * term/mac-win.el (process-connection-type): Use new
32786 operating-system-release variable to use ptys on Darwin 7 (OS X
32787 10.3) when using carbon build.
32788
32789 2005-01-19 Jay Belanger <belanger@truman.edu>
32790
32791 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32792 flags if the last command was a tab or M-tab.
32793
32794 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32795 in formula editing buffer.
32796
32797 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32798
32799 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32800 breakpoint image symbol in margin.
32801
32802 2005-01-19 Jay Belanger <belanger@truman.edu>
32803
32804 * calc/calc-prog.el (calc-execute-kbd-macro):
32805 Ignore calc-keep-arg-flag.
32806
32807 2005-01-19 Kenichi Handa <handa@m17n.org>
32808
32809 * textmodes/ispell.el (ispell-looking-at): New function.
32810 (ispell-process-line): Use ispell-looking-at to compare the ispell
32811 output and the buffer contents.
32812
32813 2005-01-18 Jay Belanger <belanger@truman.edu>
32814
32815 * calc/calc.el (calc-display-raw): Fix docstring.
32816
32817 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32818
32819 * simple.el (blink-matching-open): Strip extra info from syntax.
32820
32821 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32822 funny chars in the end-of-here-doc marker.
32823
32824 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32825
32826 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32827 that enable/disabled state of breakpoints is shown correctly in
32828 fringe and on ttys.
32829 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32830 Add breakpoint information as text properties.
32831 (gdb-mouse-toggle-breakpoint):
32832 Rename to gdb-mouse-set-clear-breakpoint.
32833 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32834 breakpoints in the margin.
32835 (gdb-remove-strings): Simplify.
32836
32837 2005-01-17 Jay Belanger <belanger@truman.edu>
32838
32839 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32840 erasing buffer.
32841
32842 2005-01-17 Richard M. Stallman <rms@gnu.org>
32843
32844 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32845 for calling grep-compute-defaults.
32846
32847 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32848 if buffer is empty.
32849
32850 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32851
32852 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32853
32854 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32855
32856 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32857 non-preloaded variables.
32858
32859 2005-01-17 Steven Tamm <steventamm@mac.com>
32860
32861 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32862 tex-shell cause to force interactivity when using pipes.
32863
32864 2005-01-17 Kim F. Storm <storm@cua.dk>
32865
32866 * simple.el (just-one-space): Make arg optional.
32867
32868 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32869
32870 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32871 posn-at-x-y to t to access left-margin.
32872
32873 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32874
32875 Sync with Tramp 2.0.47.
32876
32877 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32878 catching keep-date problems in cp/scp operations.
32879 (tramp-handle-copy-file): Don't call `set-file-modes'
32880 unconditionally. Specialized functions should know better what is
32881 necessary. This improves performance a little bit, and the
32882 functions could catch errors with `cp -p' and `scp -p'.
32883 (tramp-do-copy-or-rename-file-via-buffer)
32884 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32885 when appropriate.
32886 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32887 Call `set-file-modes' when appropriate.
32888 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32889 Johnsson <isak@hypergene.com>.
32890 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32891 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32892 <joakim@verona.se>.
32893 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32894 Emacs only.
32895
32896 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32897 `find-file-hooks' and `dired-mode-hook'.
32898 (tramp-minor-mode-map): Respective map. Add remapping for
32899 `compile' and `recompile'.
32900 (tramp-remap-command, tramp-recompile): New defuns.
32901 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32902 in buffer "*Compilation*". Call the commands asynchronously.
32903
32904 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32905 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32906 `shell-command', because it isn't magic in XEmacs. Reported by
32907 Adrian Aichner <adrian@xemacs.org>.
32908
32909 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32910 `substitute-in-file-name.
32911 (tramp-smb-handle-substitute-in-file-name): New defun.
32912 (tramp-smb-advice-PC-do-completion): Delete advice.
32913
32914 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32915
32916 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32917 Fix error in deleting region.
32918
32919 2005-01-15 Richard M. Stallman <rms@gnu.org>
32920
32921 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32922 In non-temp buffer, switch syntax table temporarily.
32923
32924 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32925
32926 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32927
32928 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32929
32930 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32931 (imenu--generic-function): Use START, not BEG, as pos of definition.
32932
32933 * simple.el (just-one-space): Argument specifies number of spaces.
32934
32935 * simple.el (eval-expression-print-format): Avoid warning
32936 about edebug-active.
32937
32938 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32939
32940 * progmodes/sh-script.el: Code copied from make-mode.el
32941 with small changes,
32942 (sh-mode-map): Bind C-c C-\.
32943 (sh-backslash-column, sh-backslash-align): New variables.
32944 (sh-backslash-region, sh-append-backslash): New functions.
32945
32946 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32947
32948 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32949 (rmail-pop-password, rmail-pop-password-required): Move to
32950 rmail-obsolete group.
32951 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32952 All callers updated.
32953 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32954 Take an argument specifying whether it is POP or IMAP mailbox we
32955 are using. All callers updated.
32956 (rmail-pop-password-error): Rename to
32957 rmail-remote-password-error. Added mailutils-specific error message.
32958 (rmail-movemail-search-path)
32959 (rmail-movemail-variant-in-use): New variables.
32960 (rmail-remote-password, rmail-remote-password-required):
32961 New customization variables.
32962 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32963 (rmail-parse-url): New function.
32964 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32965 with GNU mailutils movemail.
32966
32967 2005-01-15 Kevin Ryde <user42@zip.com.au>
32968
32969 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32970 suffix to space, $ or '$, to correctly position point when going
32971 to @table style constants like DBL_MAX.
32972
32973 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32974
32975 * type-break.el (type-break-mode, type-break-file-time)
32976 (type-break-file-keystroke-count, type-break-choose-file):
32977 Don't store data in or load data from the file if type-break-file-name
32978 is nil.
32979 (type-break-file-name): Doc update as per the above.
32980
32981 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32982
32983 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32984 lookup-key might return nil; handle that.
32985
32986 2005-01-15 Alan Mackenzie <acm@muc.de>
32987
32988 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32989 rather than the element found, thus enabling the tree to be setcar'd.
32990
32991 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32992
32993 * textmodes/org.el (org-show-following-heading): New option.
32994 (org-show-hierarchy-above): Use `org-show-following-heading'.
32995 (org-cycle): Documentation fix.
32996
32997 * textmodes/org.el (orgtbl-optimized): New option
32998 (orgtbl-mode): New command, a minor mode.
32999 (orgtbl-mode-map): New variable.
33000 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33001 (orgtbl-error, orgtbl-self-insert-command)
33002 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33003
33004 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33005 a local variable in each org-mode buffer.
33006
33007 * textmodes/org.el (org-set-regexps-and-options): Rename from
33008 `org-set-regexps'. Added checking for STARTUP keyword.
33009 (org-get-current-options): Add STARTUP options.
33010 (org-table-insert-row): Make mode intelligent about when
33011 realignment is needed.
33012 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33013 New commands.
33014 (org-enable-table-editor): New default value `optimized'.
33015 (org-table-blank-field): Support blanking regions if active.
33016
33017 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33018
33019 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33020 if the year is not given.
33021
33022 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33023 Add new escapes %m and %M, fixed bug with %F by adding
33024 save-match-data.
33025 (reftex-reference): Remove ?. from list of spaces.
33026 (reftex-label-info): Add automatic label prefix recognition.
33027
33028 * textmodes/reftex-index.el (reftex-index-next-phrase):
33029 Add slave parameter to call of `reftex-index-this-phrase'.
33030 (reftex-index-this-phrase): New optional argument.
33031 (reftex-index-region-phrases): Add slave parameter to call of
33032 `reftex-index-this-phrase'.
33033 (reftex-display-index): New argument redo.
33034 (reftex-index-rescan): Add `redo' to arguments of
33035 `reftex-display-index'.
33036 (reftex-index-Rescan, reftex-index-revert)
33037 (reftex-index-switch-index-tag): Add `redo' to arguments of
33038 `reftex-display-index'.
33039 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33040 indexing. Fix bug with matching is there is a quote before or
33041 after the word.
33042
33043 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33044 Fix bug when collecting citation keys in lines with comments.
33045 (reftex-citation): Prefix argument no longer rescans the document,
33046 but forces prompting for optional arguments of cite macros.
33047 (reftex-do-citation): Prompting for optional arguments implemented.
33048
33049 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33050 Add optional arguments to most cite commands.
33051 (reftex-cite-cleanup-optional-args): New option
33052 (reftex-cite-prompt-optional-args): New option.
33053 (reftex-trust-label-prefix): New option.
33054
33055 * textmodes/reftex-toc.el (reftex-toc-find-section):
33056 Add push-mark before changing the position in the buffer.
33057
33058 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33059 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33060
33061 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33062
33063 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33064 more carefully.
33065
33066 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33067
33068 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33069 (sgml-mode): Use it.
33070 (sgml-get-context): Better keep track of implicitly closed tags.
33071
33072 2005-01-13 Kenichi Handa <handa@m17n.org>
33073
33074 * textmodes/ispell.el: These changes are to fix misalignment error
33075 caused by equivalent characters of different Emacs charsets.
33076 (ispell-unified-chars-table): New variable.
33077 (ispell-get-decoded-string): New function.
33078 (ispell-get-casechars, ispell-get-not-casechars)
33079 (ispell-get-otherchars): Call ispell-get-decoded-string.
33080
33081 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33082
33083 * custom.el (custom-declare-variable): Just put symbol instead
33084 of (defvar . symbol) in `current-load-list'.
33085
33086 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33087
33088 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33089
33090 2005-01-12 Jay Belanger <belanger@truman.edu>
33091
33092 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33093 to create a Calc summary.
33094
33095 2005-01-12 Kim F. Storm <storm@cua.dk>
33096
33097 * mouse.el (mouse-on-link-p): Change functionality and doc
33098 string to comply with latest description in lisp ref.
33099
33100 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33101
33102 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33103 Enable mouse clicks on mode-line, header-line and margin.
33104 (event-type): Give mouse event symbols an `event-kind' property
33105 with value `mouse-click'.
33106
33107 2005-01-12 Juri Linkov <juri@jurta.org>
33108
33109 * facemenu.el (list-colors-display): Add new arg buffer-name.
33110 Use it. Fix docstring. Replace code for identifying duplicate
33111 colors by the name with call to `list-colors-duplicates' which
33112 identifies duplicate colors by the value unless the color
33113 is one of special Windows colors. Set truncate-lines to t.
33114 Print sorted duplicate color names on each line. Indent to 22
33115 \(the longest color name in rgb.txt) instead of 20. Optimize.
33116 (list-colors-duplicates): New function.
33117 (facemenu-color-name-equal): Delete function.
33118
33119 * facemenu.el (list-colors-print): New function created from code
33120 in list-colors-display. Print #RRGGBB at the window right edge.
33121 (list-colors-display): When temp-buffer-show-function is not
33122 defined, call list-colors-print from temp-buffer-show-hook
33123 to get the right value of window-width in list-colors-print
33124 after the buffer is displayed.
33125
33126 * simple.el (pop-mark): Move deactivate-mark out of conditional
33127 part to deactivate the active mark regardless of the state of the
33128 mark ring.
33129
33130 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33131 variables line in desktop files.
33132
33133 2005-01-12 Juri Linkov <juri@jurta.org>
33134
33135 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33136 Bring together isearch highlight related options.
33137 (lazy-highlight): Replace group `replace' by `matching'.
33138 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33139 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33140 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33141 and declare them obsolete.
33142 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33143 (isearch-faces): Remove defgroup.
33144 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33145 Move isearch highlighting code closer to lazy highlighting code.
33146
33147 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33148 (query-replace-highlight, query-replace-lazy-highlight)
33149 (query-replace): Move definitions to the beginning of the file.
33150
33151 2005-01-11 Juri Linkov <juri@jurta.org>
33152
33153 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33154 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33155 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33156
33157 * info.el (Info-history-forward): New variable.
33158 (Info-select-node): Reset Info-history-forward to nil.
33159 (Info-last): Turn into defalias.
33160 (Info-history-back): Rename from Info-last.
33161 Add current node to Info-history-forward.
33162 (Info-history-forward): New fun.
33163 (Info-mode-map): Replace Info-last by Info-history-back.
33164 Bind Info-history-forward to "r".
33165 (Info-mode-menu): Replace Info-last by Info-history-back.
33166 Fix menu item text. Add menu item for Info-history-forward.
33167 (info-tool-bar-map): Replace Info-last by Info-history-back.
33168 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33169 for Info-history-forward.
33170 (Info-mode): Replace Info-last by Info-history-back in docstring.
33171 Add local variable Info-history-forward.
33172 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33173
33174 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33175
33176 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33177 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33178 Ignore select-window events rather than fiddle with
33179 mouse-autoselect-window.
33180
33181 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33182
33183 * type-break.el (type-break-mode): Fix previous change.
33184
33185 2005-01-10 Jay Belanger <belanger@truman.edu>
33186
33187 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33188 calculator; only reset when point is inside a calculator.
33189 Don't adjust the window height if the window takes up the whole height
33190 of the frame.
33191
33192 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33193
33194 * ebuff-menu.el (Electric-buffer-menu-mode):
33195 Preserve value of buffer-local var header-line-format.
33196
33197 2005-01-09 Jay Belanger <belanger@truman.edu>
33198
33199 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33200 Make sure settings file exists before accessing it.
33201
33202 * calc/calc-embed.el (calc-embedded-subst):
33203 Replace math-multi-subst-rec, which is only supposed to be called
33204 by math-multi-subst, by math-multi-subst.
33205
33206 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33207
33208 * vc.el (vc-allow-async-revert): New user option.
33209 (vc-disable-async-diff): New internal variable.
33210 (vc-revert-buffer): Use them to disable asynchronous diff.
33211
33212 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33213 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33214 asynchronously if vc-disable-async-diff is t.
33215
33216 2005-01-09 Jay Belanger <belanger@truman.edu>
33217
33218 * calc/calc.el (defcalcmodevar): New macro.
33219 (calc-mode-var-list-restore-default-values)
33220 (calc-mode-var-list-restore-saved-values): New functions.
33221 (calc-mode-var-list): Use defcalcmodevar to define it.
33222 (calc-always-load-extensions, calc-line-numbering)
33223 (calc-line-breaking, calc-display-just, calc-display-origin)
33224 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33225 (calc-group-char, calc-point-char, calc-frac-format)
33226 (calc-prefer-frac, calc-hms-format, calc-date-format)
33227 (calc-float-format, calc-full-float-format, calc-complex-format)
33228 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33229 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33230 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33231 (calc-matrix-brackets, calc-language, calc-language-option)
33232 (calc-left-label, calc-right-label, calc-word-size)
33233 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33234 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33235 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33236 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33237 (calc-window-height, calc-display-trail, calc-show-selections)
33238 (calc-use-selections, calc-assoc-selections)
33239 (calc-display-working-message, calc-auto-why, calc-timing)
33240 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33241 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33242 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33243 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33244 (calc-gnuplot-geometry, calc-graph-default-resolution)
33245 (calc-graph-default-resolution-3d, calc-invocation-macro)
33246 (calc-show-banner): Use defcalcmodevar to declare them and set
33247 their default values.
33248
33249 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33250 instead of default values (but restore default values if there is
33251 an argument of 0).
33252
33253 2005-01-09 David Kastrup <dak@gnu.org>
33254
33255 * desktop.el (desktop-restore-eager): Fix typo in type.
33256
33257 2005-01-08 Richard M. Stallman <rms@gnu.org>
33258
33259 * cus-edit.el (customize): Delete :link.
33260
33261 2005-01-08 Jay Belanger <belanger@truman.edu>
33262
33263 * calc/calc.el (calc-mode): Remove the extension from the
33264 `calc-settings-file' file name when loading it.
33265
33266 2005-01-08 Kim F. Storm <storm@cua.dk>
33267
33268 * info.el (Info-mode-map, Info-next-link-keymap)
33269 (Info-prev-link-keymap, Info-up-link-keymap):
33270 Map follow-link to mouse-face.
33271 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33272
33273 2005-01-08 Jay Belanger <belanger@truman.edu>
33274
33275 * calc/calc.el (calc-settings-file): Change default value.
33276 Suggested by cgw in a comment in calc-mode.el.
33277
33278 * calc/calc-mode.el (calc-settings-file-name):
33279 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33280 Replace ~/.emacs in a prompt by calc-settings-file.
33281
33282 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33283
33284 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33285 (desktop-lazy-idle-delay): New customizable variables.
33286 (desktop-buffer-args-list): New variable.
33287 (desktop-append-buffer-args): New function.
33288 (desktop-save): Call desktop-append-buffer-args for some buffers.
33289 (desktop-lazy-create-buffer): New function.
33290 (desktop-idle-create-buffers): New function.
33291 (desktop-read): Add message about buffers to restore lazily.
33292 (desktop-lazy-abort): New command.
33293 (desktop-clear): Call desktop-lazy-abort.
33294 (desktop-lazy-complete): New command.
33295
33296 2005-01-06 Richard M. Stallman <rms@gnu.org>
33297
33298 * emacs-lisp/find-func.el (find-face-definition):
33299 Rename from find-face.
33300
33301 2005-01-06 Kim F. Storm <storm@cua.dk>
33302
33303 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33304
33305 * man.el (Man-xref-man-page, Man-xref-header-file)
33306 (Man-xref-normal-file): Add follow-link property.
33307
33308 2005-01-06 Jay Belanger <belanger@truman.edu>
33309
33310 * calc/calc-units.el: Make sure the proper macro definitions are
33311 available when compiling.
33312
33313 2005-01-06 Juri Linkov <juri@jurta.org>
33314
33315 * isearch.el (isearch-lazy-highlight-update):
33316 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33317
33318 2005-01-06 Miles Bader <miles@gnu.org>
33319
33320 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33321 (isearch-lazy-highlight-face): Use new name.
33322
33323 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33324
33325 * uniquify.el (uniquify-rationalize-file-buffer-names):
33326 Re-add an interactive spec.
33327 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33328 to the same name.
33329
33330 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33331 (isearch-update, isearch-done): Adjust calls accordingly.
33332
33333 2005-01-05 Richard M. Stallman <rms@gnu.org>
33334
33335 * custom.el (custom-set-variables, custom-theme-set-variables):
33336 Clarify documentation.
33337
33338 * emacs-lisp/find-func.el (find-variable)
33339 (find-variable-other-window, find-variable-other-frame):
33340 Fix the TYPE args to find-function-read and find-function-do-it.
33341 (find-function): Doc fix.
33342 (find-function-at-point): Replace function-at-point alias.
33343
33344 2005-01-04 Richard M. Stallman <rms@gnu.org>
33345
33346 * cus-face.el (custom-declare-face):
33347 Record defface in current-load-list.
33348
33349 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33350
33351 * emacs-lisp/find-func.el: Doc fixes.
33352 (find-face-regexp): New variable.
33353 (find-function-regexp-alist): New variable.
33354 (find-function-C-source): Third arg is now TYPE.
33355 (find-function-search-for-symbol): Handle general TYPE.
33356 (find-function-read, find-function-do-it): Handle general TYPE.
33357 (find-definition-noselect, find-face): New functions.
33358 (function-at-point): Alias deleted.
33359
33360 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33361
33362 * battery.el (display-battery-mode): Rename from display-battery.
33363 Handle the case where it gets turned off.
33364
33365 2005-01-04 Richard M. Stallman <rms@gnu.org>
33366
33367 * cus-edit.el (customize): Make :link point to user doc.
33368
33369 * man.el (Man-fontify-manpage): Turn off undo generation.
33370
33371 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33372
33373 2005-01-04 Andreas Schwab <schwab@suse.de>
33374
33375 * files.el (insert-directory): Only look for error lines in
33376 inserted text. Don't move too far after processing --dired markers.
33377
33378 2005-01-04 Richard M. Stallman <rms@gnu.org>
33379
33380 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33381 Don't expand if the character is @, period, dash, etc.
33382 (define-mail-abbrev): Quote names that contain problem characters.
33383
33384 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33385
33386 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33387
33388 2005-01-03 Richard M. Stallman <rms@gnu.org>
33389
33390 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33391 (query-replace-highlight, query-replace-lazy-highlight)
33392 (query-replace): Definitions moved up. Doc fix.
33393
33394 2005-01-03 Richard M. Stallman <rms@gnu.org>
33395
33396 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33397 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33398 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33399 (lazy-highlight-face): Rename from isearch-lazy-...
33400 Change all references to them.
33401
33402 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33403
33404 * cus-edit.el (custom-file): Doc fix for defcustom.
33405 (custom-file): The function no longer sets the variable
33406 `custom-file' to its return value.
33407
33408 * startup.el (command-line): No longer load `custom-file'.
33409
33410 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33411
33412 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33413
33414 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33415 Don't confuse module-prefixed identifiers for labels.
33416 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33417
33418 2005-01-02 Richard M. Stallman <rms@gnu.org>
33419
33420 * files.el (basic-save-buffer-1): Fix previous change.
33421
33422 * loadhist.el (file-loadhist-lookup): New function.
33423 (file-provides, file-requires): Use it.
33424
33425 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33426 instead of calculating the right size.
33427
33428 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33429
33430 * vc-svn.el (vc-svn-diff): Stay local if possible.
33431
33432 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33433
33434 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33435
33436 * files.el (hack-local-variables): Fix last change.
33437
33438 2005-01-02 Jay Belanger <belanger@truman.edu>
33439
33440 * calc/calc-yank.el (calc-edit-top): New variable.
33441 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33442 object. Change header properties.
33443 (calc-edit-finish, calc-edit-finish-stack-object)
33444 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33445 edited object.
33446 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33447 for the beginning of the edited object.
33448 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33449 for the beginning of the edited object.
33450 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33451 (calc-finish-formula-edit, calc-macro-repeats)
33452 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33453 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33454 beginning of the edited object.
33455 (calc-user-define-edit): Change the header for editing macros.
33456 Remove unnecessary variable.
33457
33458 2005-01-01 Jay Belanger <belanger@truman.edu>
33459
33460 * calc/calc-yank.el (calc-edit-mode): Change default header.
33461 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33462 * calc/calc-store.el (calc-edit-variable): Change title to match new
33463 header.
33464 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33465 mode to match new header.
33466 (calc-user-define-edit): Change titles to include names of commands.
33467 (calc-finish-formula-edit): Adjust to handle new header.
33468 (calc-finish-macro-edit): Remove.
33469 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33470 (calc-edit-macro-command, calc-edit-macro-command-type)
33471 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33472 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33473 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33474 (calc-edit-macro-finish-edit): New functions.
33475 (calc-user-define-edit): Use new functions to edit named calc macros.
33476
33477 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33478
33479 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33480
33481 * ses.el (copy-region-as-kill): Deactivate mark.
33482
33483 2005-01-01 Richard M. Stallman <rms@gnu.org>
33484
33485 * replace.el (occur-1): If the output buffer is also an input,
33486 don't kill it, rename it.
33487
33488 * faces.el (set-face-background, set-face-foreground): Doc fix.
33489
33490 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33491 for :foreground and :background.
33492
33493 * dired.el (dired-view-command-alist): Variable deleted.
33494 (dired-view-file, dired-mouse-find-file-other-window):
33495 Delete the code to use it.
33496
33497 2005-01-01 Kim F. Storm <storm@cua.dk>
33498
33499 * image.el (insert-sliced-image): Use t for line-height property.
33500
33501 See ChangeLog.11 for earlier changes.
33502
33503 ;; Local Variables:
33504 ;; coding: iso-2022-7bit
33505 ;; add-log-time-zone-rule: t
33506 ;; End:
33507
33508 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33509
33510 This file is part of GNU Emacs.
33511
33512 GNU Emacs is free software; you can redistribute it and/or modify
33513 it under the terms of the GNU General Public License as published by
33514 the Free Software Foundation; either version 2, or (at your option)
33515 any later version.
33516
33517 GNU Emacs is distributed in the hope that it will be useful,
33518 but WITHOUT ANY WARRANTY; without even the implied warranty of
33519 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33520 GNU General Public License for more details.
33521
33522 You should have received a copy of the GNU General Public License
33523 along with GNU Emacs; see the file COPYING. If not, write to the
33524 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33525 Boston, MA 02110-1301, USA.
33526
33527 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1