(ad-special-forms): Remove.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/advice.el (ad-special-forms): Remove.
4 (ad-special-form-p): Use subr-arity.
5
6 * newcomment.el (comment-search-forward): Make sure we search forward.
7 (comment-enter-backward): Try and distinguish the non-matching case at
8 EOB from the non-matching case with a missing comment-end-skip for
9 a 2-char comment ender.
10 (comment-choose-indent): New function extracted from comment-indent.
11 Improve the alignment algorithm.
12 (comment-indent): Use it.
13
14 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
15 XML style Processing Instructions.
16 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
17 (sgml-calculate-indent): Handle `pi' context.
18
19 * vc.el: Ensure that update-changelog issues an error when used with
20 a backend that does not implement it.
21 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22 Remove `backend' argument. Use expand-file-name.
23 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
24
25 * progmodes/python.el (python-end-of-block): Revert last change.
26 (python-end-of-statement): Make sure we move *forward*.
27
28 2007-05-08 David Reitter <david.reitter@gmail.com>
29
30 * progmodes/python.el (python-guess-indent): Check non-nullness
31 before comparing indent against the 2..8 interval.
32
33 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34
35 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
36 available.
37
38 2007-05-06 Richard Stallman <rms@gnu.org>
39
40 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
41
42 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
45 rather than storing their value in the revert-buffer function.
46
47 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
48
49 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
50 when disabling t-mouse-mode.
51
52 2007-05-01 Davis Herring <herring@lanl.gov>
53
54 * calendar/timeclock.el: Update version number.
55 (timeclock-modeline-display): Mention timeclock-use-display-time
56 in explanatory message.
57 (timeclock-in): Fix non-interactive workday specifications.
58 (timeclock-log): Don't kill the log buffer if it already existed.
59 Suppress warnings when finding the log. Don't check for a nil
60 project twice. Run hooks after killing the buffer (if applicable).
61 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
62 was geometric). All uses changed.
63 (timeclock-generate-report): Support prefix argument.
64
65 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
66
67 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
68 disconnections.
69
70 2007-05-01 Romain Francoise <romain@orebokech.com>
71
72 * dired-x.el: Revert 2007-04-06 change.
73
74 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
75
76 * find-dired.el (find-dired-filter): Propertize all text down to eob.
77
78 2007-04-29 Richard Stallman <rms@gnu.org>
79
80 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
81
82 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * progmodes/cc-mode.el (c-before-change): Use point-min rather
85 than 1.
86
87 2007-04-28 Richard Stallman <rms@gnu.org>
88
89 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
90
91 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
92
93 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
94 don't put stop on toolbar.
95
96 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
99
100 2007-04-28 Eli Zaretskii <eliz@gnu.org>
101
102 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
103 instead of $(lisp)/mh-e.
104
105 2007-04-28 Glenn Morris <rgm@gnu.org>
106
107 * image-dired.el (image-dired-cmd-create-thumbnail-options)
108 (image-dired-cmd-create-temp-image-options): Replace option
109 +profile "*" with -strip.
110
111 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
112
113 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
114 Use window-start and window-end.
115
116 2007-04-27 Andreas Schwab <schwab@suse.de>
117
118 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
119
120 2007-04-27 Eli Zaretskii <eliz@gnu.org>
121
122 * textmodes/fill.el (fill-paragraph): Doc fix.
123
124 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
125
126 * locate.el (locate-in-alternate-database): Doc fix.
127
128 2007-04-26 Glenn Morris <rgm@gnu.org>
129
130 * button.el (button): Use underline if supported, else fall back
131 to color.
132
133 * version.el (emacs-version): Increase to 22.1.50.
134
135 2007-04-25 Richard Stallman <rms@gnu.org>
136
137 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
138
139 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
140
141 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
142 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
143 pushing mark.
144 (idlwave-current-routine): Don't push mark.
145
146 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
147
148 * image-dired.el (image-dired-display-image): Derive image-type from
149 filename rather than assuming jpeg, in case no resizing was needed.
150
151 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
152
153 * custom.el (defface): Doc fix.
154
155 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
156
157 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
158 Don't re-query for each cleared BP.
159 (idlwave-shell-clear-bp): Optionally skip BP query.
160 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
161 of set-window-buffer, which incorrectly moves displayed region.
162
163 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
164
165 * calc/calc.el (calc-bug-address): Update maintainer's address.
166 * calc/*: Update maintainer's address.
167
168 2007-04-23 Richard Stallman <rms@gnu.org>
169
170 * simple.el (set-mark-command-repeat-pop): Doc fix.
171 Put in `editing-basics' group.
172
173 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
174
175 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
176 New functions.
177 (Info-mode-line-node-keymap): Bind mouse commands to
178 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
179
180 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
181
182 * locate.el (locate-local-prompt): New var.
183 (locate-prompt-for-command): Doc fix.
184 (locate-prompt-for-search-string): New function.
185 (locate): New optional arg. Make locate-local-prompt
186 buffer-local. Use locate-prompt-for-search-string.
187 (locate-with-filter): New optional arg.
188 Use locate-prompt-for-search-string.
189 (locate-update): Bind locate-prompt-for-command.
190
191 2007-04-23 Glenn Morris <rgm@gnu.org>
192
193 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
194
195 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
196
197 * button.el (button): Inherit from link face on a tty.
198
199 2007-04-23 Glenn Morris <rgm@gnu.org>
200
201 * button.el (button): Use color for this face on a tty.
202
203 * files.el (magic-mode-alist): Allow for carriage-returns in
204 html-mode and sgml-mode entries.
205
206 2007-04-22 Richard Stallman <rms@gnu.org>
207
208 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
209 Improve doc string of generated command.
210
211 * subr.el (read-number): Catch errors.
212
213 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
214
215 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
216
217 * image-dired.el: Rename from thumbnails.el. All instances of
218 "thumbnails" replaced with "image-dired".
219
220 * dired.el (dired-mode-map): Rename "thumbnails" again, to
221 "image-dired".
222
223 2007-04-22 Kim F. Storm <storm@cua.dk>
224
225 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
226 Don't use kill-line.
227
228 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
229
230 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
231 error message.
232
233 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
234
235 * dired.el: Rename "tumme" to "thumbnails".
236
237 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
238 replaced with "thumbnails".
239
240 2007-04-22 Glenn Morris <rgm@gnu.org>
241
242 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
243 and give it the risky-local-variable property.
244
245 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
246 before defining it.
247
248 2007-04-21 Martin Rudalics <rudalics@gmx.at>
249
250 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
251 Use delete-region instead of kill-line.
252
253 2007-04-21 Alan Mackenzie <acm@muc.de>
254
255 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
256 `kill-region' by `delete-region'.
257
258 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
259
260 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
261 instead of kill-region.
262
263 * progmodes/mantemp.el (mantemp-make-mantemps-region)
264 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
265 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
266 and kill-line.
267
268 * progmodes/vhdl-mode.el (vhdl-template-type)
269 (vhdl-template-record, vhdl-template-nature)
270 (vhdl-template-configuration-spec, vhdl-template-component-inst)
271 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
272 Use delete-region instead of kill-word and kill-line.
273
274 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
275
276 * dired-x.el (dired-virtual-mode): Doc fix.
277
278 2007-04-21 Richard Stallman <rms@gnu.org>
279
280 * font-lock.el (font-lock-keywords-alist): Mark as risky.
281
282 * subr.el (read-number): Doc fix.
283
284 * simple.el (pop-to-mark-command): Display message "mark popped"
285 if point does not move.
286 (set-mark-command): Doc fix.
287
288 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
289
290 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
291 (locate-local-filter, locate-local-search): New vars.
292 (locate): Make variables local.
293 (locate-update): Bind locate-buffer-name. Call locate using
294 locate-local-filter and locate-local-search.
295
296 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
297
298 * hi-lock.el (hi-lock-file-patterns-policy): New var.
299 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
300 (hi-lock-mode): Update docstring.
301
302 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
305 fill-nobreak-predicate when the break is past fill-column.
306
307 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
308
309 * locate.el (locate): Output from shell-command should go in the
310 current buffer rather than *Shell Command Output*.
311
312 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
313
314 * paren.el (show-paren-function): Fix last fix.
315
316 2007-04-19 Kevin Ryde <user42@zip.com.au>
317
318 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
319 (archive-lzh-summarize): Add optional start arg for where to start
320 looking at the archive.
321 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
322
323 * international/mule.el (auto-coding-alist): no-conversion for .exe
324 and .EXE.
325
326 2007-04-19 Alan Mackenzie <acm@muc.de>
327
328 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
329 function return type contains "struct", "union", etc.
330 c-end-of-defun goes too far forward.
331
332 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
333
334 * paren.el (show-paren-function): Reset window-start to avoid
335 recentering.
336
337 2007-04-19 Glenn Morris <rgm@gnu.org>
338
339 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
340
341 2007-04-18 Glenn Morris <rgm@gnu.org>
342
343 * calendar/diary-lib.el (diary-header-line-format): Add a custom
344 :set function.
345 (diary-list-entries): Only switch to diary-mode from
346 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
347 diary-mode set header-line-format, in case of any customization.
348
349 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
350
351 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
352 is less than the length of parse-time-syntax.
353
354 2007-04-17 David Kastrup <dak@gnu.org>
355
356 * replace.el (query-replace-regexp-eval): Deprecate.
357
358 2007-04-17 Alan Mackenzie <acm@muc.de>
359
360 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
361 point too close to EOB, leave point at EOB rather than last `}'.
362
363 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
364
365 * textmodes/bibtex.el (bibtex-include-OPTkey)
366 (bibtex-user-optional-fields, bibtex-entry-field-alist):
367 Fix defcustom.
368
369 2007-04-17 Glenn Morris <rgm@gnu.org>
370
371 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
372 be encoded, fall back to current year.
373
374 2007-04-14 Kevin Ryde <user42@zip.com.au>
375
376 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
377 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
378 M "MSDOS".
379
380 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
381
382 * progmodes/python.el (python-end-of-block): Avoid looping forever
383 if python-next-statement fails.
384
385 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
386
387 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
388
389 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
390
391 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
392 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
393
394 2007-04-15 Jay Belanger <belanger@truman.edu>
395
396 * calc/calc.el (calc-version): New function.
397 (calc-trail-mode): Shorten the title.
398
399 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
400
401 * mail/footnote.el (footnote-style): Clarify docstring to state
402 that customizing this only applies to future footnotes.
403
404 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
405
406 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
407 (bibtex-make-field): Check that INIT is a string. Use functionp.
408
409 2007-04-14 Glenn Morris <rgm@gnu.org>
410
411 * complete.el (PC-goto-end): New buffer-local variable.
412 (PC-do-completion-end): Make buffer-local.
413 (partial-completion-mode) <choose-completion-string-functions>:
414 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
415 (PC-do-completion): New optional fourth argument GOTO-END. Add a
416 doc string. Set PC-goto-end for choose-completion.
417 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
418 PC-do-completion.
419
420 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
421 arg to bibtex-make-field.
422 (bibtex-make-field): Add optional fourth arg NODELIM.
423 Insert delimiters around INIT unless this arg is non-nil.
424
425 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
426
427 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
428 global map isn't modified
429
430 2007-04-14 Glenn Morris <rgm@gnu.org>
431
432 * calendar/appt.el (appt-disp-window): Do not split small windows.
433 Suggested by Jeff Miller <jmiller@cablespeed.com>.
434
435 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
436
437 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
438
439 * files.el: Ditto.
440
441 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
442
443 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
444
445 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
446 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
447 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
448 (term-pager-help): Fix typos in docstrings.
449
450 * wid-edit.el (widget-documentation): Fix typo in docstring.
451
452 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
453 Fix typos in error messages.
454
455 2007-04-13 Martin Rudalics <rudalics@gmx.at>
456
457 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
458 window marked as dedicated.
459
460 * mail/footnote.el (footnote-latin-string): New variable.
461 (footnote-latin-regexp): Redefine as regexp alternative.
462 (Footnote-latin): Use footnote-latin-string instead of
463 footnote-latin-regexp.
464
465 2007-04-13 Glenn Morris <rgm@gnu.org>
466
467 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
468 inherited keymaps.
469
470 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
471
472 * outline.el (outline-get-next-sibling): Clarify docstring.
473 (outline-get-last-sibling): Handle case where we are at the first
474 heading. Clarify docstring.
475
476 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
477
478 * progmodes/gud.el (gud-minor-mode-map): Make go button same
479 length as stop button to lessen flicker.
480 (jdb): Add gud-print.
481 (gud-find-expr): Jdb prints the expression with the value, so
482 don't insert it in the output.
483
484 2007-04-11 Jason Rumney <jasonr@gnu.org>
485
486 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
487 case hex. Do not try to decode non-hex letters.
488
489 2007-04-11 Markus Triska <markus.triska@gmx.at>
490
491 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
492 (byte-optimize-backward-word): Remove (move to bytecomp.el).
493 (byte-optimize-form-code-walker): Evaluate pure function calls if
494 possible.
495 (byte-optimize-all-constp): New function.
496
497 * emacs-lisp/bytecomp.el (byte-compile-char-before):
498 Improve numeric argument case.
499 (byte-compile-backward-char, byte-compile-backward-word):
500 New functions, performing rewriting previously done in byte-opt.el.
501 Fix their "Fixme" item (restriction to numeric arguments).
502
503 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
506 with dolist.
507 (after-init-hook): Don't quote lambda.
508 (desktop-first-buffer): Don't wrap it in eval-when-compile.
509 (desktop-internal-v2s): Remove unused var `el'.
510 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
511 desktop-restore-file-buffer.
512 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
513 desktop-create-buffer.
514
515 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
516
517 * woman.el (woman-decode-buffer): Postpone macro-set check...
518 (woman-decode-region): ...to here.
519
520 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
521
522 * startup.el (tty-handle-args): Use %S to log ARGS.
523
524 2007-04-10 Glenn Morris <rgm@gnu.org>
525
526 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
527 it is obsolete and has no effect.
528
529 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
530 byte-compiler.
531
532 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
533 obsolete function make-local-hook.
534
535 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
536 start to quieten byte-compiler.
537
538 2007-04-10 Markus Triska <markus.triska@gmx.at>
539
540 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
541 to bytecomp.el as byte-compile-char-before).
542 * emacs-lisp/bytecomp.el (byte-compile-char-before):
543 New function (modified replacement for byte-optimize-char-before in
544 byte-opt.el).
545
546 2007-04-09 Alan Mackenzie <acm@muc.de>
547
548 * startup.el (inhibit-splash-screen): Emphatically state that it
549 can't be set in site-start.el.
550
551 2007-04-09 Masatake YAMATO <jet@gyve.org>
552
553 * progmodes/cc-subword.el (c-capitalize-subword): More closely
554 mimic the behavior of `capitalize-word'. Do not move point with a
555 negative argument. Based on tiny change by Paul Curry.
556
557 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
558
559 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
560 Don't move point if ARG is negative.
561
562 2007-04-09 Alan Mackenzie <acm@muc.de>
563
564 Changes to make `narrow-to-defun' and `mark-defun' work properly
565 in CC Mode:
566
567 * progmodes/cc-defs.el (c-beginning-of-defun-1):
568 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
569 Bind beginning/end-of-defun-function to nil around calls to
570 beginning/end-of-defun.
571
572 * progmodes/cc-langs.el (beginning-of-defun-function)
573 (end-of-defun-function): New c-lang-setvar's.
574
575 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
576 (setq arg 1))" to enable non-interactive call.
577
578 2007-04-09 Eli Zaretskii <eliz@gnu.org>
579
580 * simple.el (set-mark-command): Doc fix.
581
582 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
583
584 * progmodes/gud.el (gdb): Restore existing session if user
585 tries to start a second one in graphical mode.
586
587 2007-04-08 Martin Rudalics <rudalics@gmx.at>
588
589 * cus-start.el <scroll-preserve-screen-position>: Add choices.
590
591 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
592
593 * term/xterm.el (terminal-init-xterm): Fix key definitions.
594 Add binding for C-M-SPC.
595
596 2007-04-08 Richard Stallman <rms@gnu.org>
597
598 * pcomplete.el (pcomplete-read-event): One single definition,
599 and not a defsubst.
600
601 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
602
603 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
604 byte-compiler warning "value unused".
605
606 2007-04-08 Andreas Schwab <schwab@suse.de>
607
608 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
609
610 2007-04-07 Glenn Morris <rgm@gnu.org>
611
612 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
613 Autoload these functions.
614 (diary-date-forms): Add a custom :set form.
615
616 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
617 before first use.
618 (diary-font-lock-keywords): New function with old code for
619 initialization of variable of same name.
620
621 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
622
623 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
624 clean-up: only insert space when on identifier, etc.
625
626 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
627
628 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
629
630 * net/tls.el (open-tls-stream): Properly handle case where there
631 is no associated buffer.
632
633 2007-04-07 Glenn Morris <rgm@gnu.org>
634
635 * ffap.el (ffap-file-at-point): Lower the priority of the
636 ffap-ftp-sans-slash-regexp check.
637
638 2007-04-06 Alan Mackenzie <acm@muc.de>
639
640 Fix fontification of labels, and other things with ":".
641
642 * progmodes/cc-engine.el (c-forward-label): The function now
643 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
644 the former t.
645
646 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
647 new return code from c-forward-label, fontifying tokens properly.
648 Add some general comments throughout the file.
649
650 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
651
652 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
653 Revert 2006-01-27 change.
654
655 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
656
657 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
658
659 * desktop.el (desktop-create-buffer, desktop-save):
660 Revert 2004-11-12 change for lack of copyright papers.
661
662 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
663 (dired-guess-default): Respect case.
664
665 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
666
667 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
668 was originally checked in as byte-optimize-concat on 1997-11-02.
669
670 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
671 1995-05-19 doc changes.
672
673 2007-04-06 Kim F. Storm <storm@cua.dk>
674
675 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
676 (unload-feature): Update interactive spec accordingly.
677
678 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
679
680 2007-04-06 John Paul Wallington <jpw@pobox.com>
681
682 * subr.el (with-case-table): Use `make-symbol' to avoid variable
683 capture. Restore the table in the same buffer.
684
685 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
686
687 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
688
689 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
690 Print entire form.
691
692 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
693
694 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
695 for low-color displays.
696
697 2007-04-05 Glenn Morris <rgm@gnu.org>
698
699 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
700 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
701 Seed random number generator on loading.
702
703 * emacs-lisp/authors.el (top-level): Provide self.
704
705 * play/animate.el (top-level): Provide self.
706
707 2007-04-04 Alan Mackenzie <acm@muc.de>
708
709 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
710 to mention c-syntactic-indentation.
711
712 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
713
714 * subr.el (with-case-table): New macro.
715
716 * international/mule.el (ascii-case-table): New var.
717
718 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
719 downcasing.
720
721 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
722
723 * progmodes/gud.el (gud-minor-mode-map): Simplify.
724
725 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
726 of the window if we're outside it e.g menu-bar.
727
728 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
729 window if we're outside it e.g menu-bar.
730
731 2007-04-03 Eli Zaretskii <eliz@gnu.org>
732
733 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
734 decode base-64 encoded body if its content-type is something other
735 than text/* or message/*.
736
737 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
738
739 * simple.el (activate-mark-hook): Fix typo in docstring.
740
741 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
742
743 * tmm.el (tmm-c-prompt): Initialize.
744 (tmm-menubar): Deal with extended menu-items at top level.
745 (tmm-get-keybind): Handle bindings redefined/undefined locally.
746 (tmm-prompt): Handle visibility of top level menu-items.
747
748 * progmodes/gud.el (gud-menu-map): Simplify.
749 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
750 menubar.
751
752 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
753
754 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
755
756 * comint.el (comint-send-input): Widen the buffer first.
757
758 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
759
760 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
763 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
764
765 * newcomment.el (comment-search-forward): Discard comment starters
766 before point.
767
768 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
769
770 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
771
772 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
773
774 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
775 when downcasing.
776
777 * button.el (previous-button): Rewrite to account for adjacent buttons.
778
779 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
780
781 * progmodes/idlwave.el (idlwave-auto-fill):
782 Revert paragraph-separate change.
783
784 * progmodes/idlw-shell.el (idlwave-shell-break-in):
785 Simplify module calc.
786 (idlwave-shell-set-bp-in-module): Compute module.
787
788 2007-03-31 Glenn Morris <rgm@gnu.org>
789
790 * emacs-lisp/timer.el (run-at-time): Doc fix.
791
792 * emacs-lisp/warnings.el (display-warning): If we create the
793 buffer displaying the warning, disable undo there.
794
795 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/tramp.el (tramp-register-file-name-handler)
798 (tramp-register-completion-file-name-handler): New defsubst,
799 derived from `tramp-register-file-name-handlers'. The split is
800 necessary because Tramp's file name handlers must be registered at
801 different startup places.
802
803 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
804
805 * progmodes/hideshow.el (turn-off-hideshow): New function.
806 (hs-minor-mode): Use it instead of a lambda expression in
807 change-major-mode-hook.
808
809 2007-03-31 David Kastrup <dak@gnu.org>
810
811 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
812 corresponding to MANPATH_MAP entries.
813 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
814 (woman-parse-man.conf): Use more discriminating man.conf name.
815 (woman-parse-man.conf): Parse MANPATH_MAP entries.
816 (woman-manpath): Doc fix and type fix.
817 (woman-cached-data): Check for MANPATH_MAP entries.
818 (woman-expand-directory-path): Treat MANPATH_MAP entries.
819
820 2007-03-31 Stuart Herring <herring@lanl.gov>
821
822 * emacs-lisp/sregex.el (sregexq): Doc fix.
823
824 2007-03-31 Markus Triska <markus.triska@gmx.at>
825
826 * flymake.el (flymake-err-line-patterns): Doc fix.
827
828 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
829
830 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
831 Move to the right.
832
833 2007-03-30 Alan Mackenzie <acm@muc.de>
834
835 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
836
837 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
838
839 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
840 Use it, passed in explicitly, instead of from the dynamic binding.
841 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
842
843 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
844
845 * simple.el (blink-matching-open): When in minibuffer, don't
846 search for a match inside the prompt.
847
848 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
849
850 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
851 (tmm-prompt): Don't make the mouse user select the first menu
852 item twice.
853
854 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
855
856 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
857 SIGUSR1 and SIGUSR2.
858
859 2007-03-29 Kim F. Storm <storm@cua.dk>
860
861 * ido.el (ido-read-internal): When reading file or dir, only override
862 minibuffer-local-filename-completion-map, otherwise only override
863 minibuffer-local-completion-map.
864
865 2007-03-29 Glenn Morris <rgm@gnu.org>
866
867 * complete.el (partial-completion-mode): Set PC-do-completion-end
868 to nil after use.
869 (PC-lisp-complete-symbol): Create and use a marker at `end',
870 rather than using point-marker.
871
872 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
873
874 * simple.el (next-error-highlight): Doc fix.
875 (compose-mail): Revert 2007-03-19 change.
876
877 2007-03-28 Richard Stallman <rms@gnu.org>
878
879 * emacs-lisp/edebug.el (edebug-display): Don't go to
880 edebug-outside-buffer if it is dead.
881
882 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
883
884 * view.el (view-mode): Fix typos in docstring.
885
886 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
887
888 * recentf.el (recentf-save-file): Add a custom :set function.
889
890 2007-03-28 Glenn Morris <rgm@gnu.org>
891
892 * complete.el (PC-do-completion-end): New variable.
893 (partial-completion-mode) <choose-completion-string-functions>:
894 Use PC-do-completion-end in the non-minibuffer case to replace the
895 correct amount of text.
896 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
897 (PC-lisp-complete-symbol): Give marker the after-insertion type,
898 to deal with improvements inserted after point.
899
900 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * button.el (make-text-button): Add explicit `button' property.
903 (default-button): Don't put a `button' property on it.
904
905 * progmodes/python.el (python-mode): Skip comments when parsing.
906
907 * vc-arch.el (vc-with-current-file-buffer): New macro.
908 (vc-arch-file-source-p): Use it to avoid infloop.
909
910 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
911
912 * emacs-lisp/lisp.el (lisp-complete-symbol):
913 Fix call to get-buffer-window to find windows in other frames.
914
915 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * comint.el (comint-proc-query, comint-dynamic-list-completions):
918 Fix calls to get-buffer-window to find windows in other frames.
919 Reported by David Hansen <david.hansen@gmx.net>.
920
921 2007-03-27 Kevin Ryde <user42@zip.com.au>
922
923 * info.el (Info-display-images-node): On a text-only terminal,
924 show the "text" or "alt" parts of the image blobs.
925
926 2007-03-27 Glenn Morris <rgm@gnu.org>
927
928 * complete.el (PC-do-completion): Compute completion-base-size in
929 the non-filename case, rather than setting to nil.
930 (PC-lisp-complete-end): New variable.
931 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
932 original end in a series of consecutive invocations.
933
934 * calendar/calendar.el (calendar-mode-hook): Declare it.
935
936 * calendar/diary-lib.el (diary-live-p): Do not check for
937 diary-selective-display.
938
939 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * replace.el (occur-next-error): *Occur* might not be displayed in the
942 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
943
944 2007-03-26 Richard Stallman <rms@gnu.org>
945
946 * textmodes/flyspell.el (flyspell-large-region):
947 Use ispell-call-process-region.
948
949 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
950
951 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
952 Use prin1 instead of princ.
953
954 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
955
956 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
957 Merge in X resources before global face.
958
959 * progmodes/compile.el (compilation-start): Save compilation-directory
960 rather than default-directory as local var.
961 (compilation-directory): Mark as safe local var.
962
963 * files.el: Don't mark default-directory as a safe local var.
964
965 2007-03-25 Alan Mackenzie <acm@muc.de>
966
967 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
968 * progmodes/cc-engine.el: Fix typo.
969
970 2007-03-25 Juri Linkov <juri@jurta.org>
971
972 * compare-w.el (compare-windows): Rename customization group
973 `compare-w' to `compare-windows'.
974 (compare-windows-whitespace, compare-ignore-whitespace)
975 (compare-ignore-case, compare-windows-sync)
976 (compare-windows-sync-string-size, compare-windows-recenter)
977 (compare-windows-highlight, compare-windows): Change group name in
978 the `group' tag from `compare-w' to `compare-windows'.
979 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
980
981 2007-03-24 Markus Triska <markus.triska@gmx.at>
982
983 * expand.el: Change example to always enable abbrev-mode,
984 and remove redundant `function'.
985 (expand-abbrev-hook): Add autoload cookie.
986
987 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
988
989 * emacs-lisp/testcover.el (testcover-start, testcover-end)
990 (testcover-mark-all, testcover-unmark-all): Add prompts to
991 interactive specs.
992
993 2007-03-24 Jason Rumney <jasonr@gnu.org>
994
995 * autorevert.el (find-file-hook, auto-revert-tail-mode):
996 Use file size in bytes for auto-revert-tail-pos not characters.
997
998 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
999
1000 * vc-rcs.el (vc-rcs-annotate-command):
1001 Set text property :vc-annotate-prefix on the annotation text.
1002 (vc-rcs-annotate-time): Instead of searching for ": ",
1003 search for end of text propertized with :vc-annotate-prefix.
1004
1005 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1006
1007 * whitespace.el (top level): Remove calls putting
1008 permanent-local nil property since these are no-ops.
1009
1010 * man.el (Man-support-local-filenames): Assure that
1011 default-directory exists when doing call-process.
1012
1013 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1014
1015 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1016 Fix omission bug: Use m4-program-options to construct shell command.
1017
1018 2007-03-23 David Kastrup <dak@gnu.org>
1019
1020 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1021 Use `mapcar' rather than `mapcan' to silence compiler warning.
1022
1023 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1024
1025 * textmodes/reftex.el, textmodes/reftex-vars.el,
1026 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1027 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1028 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1029 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1030 * textmodes/reftex-auc.el: Add maintainer address.
1031
1032 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1033
1034 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1035 Make sure that `global-font-lock-mode' does not turn on font-lock
1036 in these buffers.
1037
1038 2007-03-21 Kim F. Storm <storm@cua.dk>
1039
1040 * xt-mouse.el (xt-mouse-epoch): New variable.
1041 (xterm-mouse-event): Use float-time.
1042
1043 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1044
1045 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1046 current-time.
1047
1048 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * complete.el (read-file-name-internal): Don't add the final > if the
1051 completion is not finished (re-application of this patch, which was
1052 accidentally undone by Eli).
1053
1054 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1057 clicks in describe-key and describe-key-briefly advice a little better.
1058
1059 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * server.el (server-process-filter): Cancel any pending isearch.
1062
1063 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1064
1065 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1066 (icalendar--get-unfolded-buffer): Define actual arguments rather
1067 than just using &rest. Check replace-in-string is fbound.
1068 (icalendar-import-buffer): Doc fix.
1069 (icalendar--convert-ical-to-diary): Set diary-file.
1070 Check diary-file before inserting final newline.
1071 (icalendar--add-diary-entry): Return diary-file.
1072
1073 2007-03-21 Glenn Morris <rgm@gnu.org>
1074
1075 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1076 (diary-display-hook): Add custom :set function.
1077
1078 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1079 Add custom :set function.
1080 (diary-header-line-format): Doc fix.
1081 (diary-set-maybe-redraw): New function.
1082 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1083 (diary-list-entries): Always run diary-mode.
1084
1085 2007-03-20 Kenichi Handa <handa@m17n.org>
1086
1087 * international/quail.el (quail-setup-completion-buf): Make the
1088 completion buffer read-only.
1089 (quail-completion): Adjusted for the above change. Leave the
1090 modified flag nil.
1091
1092 2007-03-20 David Kastrup <dak@gnu.org>
1093
1094 * files.el (magic-mode-alist): Require literal "%!PS" string for
1095 magic postscript file detection.
1096
1097 2007-03-20 Richard Stallman <rms@gnu.org>
1098
1099 * textmodes/ispell.el (ispell-call-process): New function.
1100 Defends against bad `default-directory.'
1101 (ispell-check-version, ispell-find-aspell-dictionaries)
1102 (ispell-get-aspell-config-value, lookup-words): Call it.
1103 (ispell-call-process-region): New function.
1104 (ispell-send-string): Call it.
1105
1106 2007-03-20 Andreas Schwab <schwab@suse.de>
1107
1108 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1109 (finder-data): Likewise.
1110 (autoloads): Likewise.
1111
1112 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1113
1114 * files.el (basic-save-buffer): Do not set visited filename when
1115 the corresponding directory does not exist or the specified
1116 filename is that of an existing directory.
1117
1118 2007-03-20 Glenn Morris <rgm@gnu.org>
1119
1120 * calendar/diary-lib.el (diary-live-p): New function.
1121 (number-of-diary-entries): Add a :set function to redisplay diary
1122 when necessary.
1123
1124 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1127 from client program, mev, to compute mouse event.
1128
1129 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * faces.el (momentary): Face removed; unused due to reversion of
1132 2007-01-04 changes by Kevin Rodgers.
1133
1134 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1135 Suggested by Johan Bockg\e,Ae\e(Brd.
1136
1137 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1138
1139 * font-lock.el (lisp-font-lock-keywords-1):
1140 Highlight define-globalized-minor-mode as a keyword.
1141
1142 2007-03-19 Kim F. Storm <storm@cua.dk>
1143
1144 * calc/calc-forms.el (math-std-daylight-savings)
1145 (math-std-daylight-savings-old): Doc fix.
1146
1147 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * progmodes/python.el (python-default-template): Doc fix.
1150 (python-buffer): Fix typo in docstring.
1151
1152 * isearchb.el (isearchb-follow-char):
1153 * subr.el (def-edebug-spec): Fix typo in docstring.
1154
1155 2007-03-19 Richard Stallman <rms@gnu.org>
1156
1157 * files.el (default-directory): Mark safe.
1158 (basic-save-buffer-2): Put proper dir name in error message.
1159
1160 * simple.el (compose-mail): Run switch-function after
1161 setting up the mail buffer.
1162
1163 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1164
1165 2007-03-18 Jay Belanger <belanger@truman.edu>
1166
1167 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1168 (math-std-daylight-savings-new): Rename from
1169 `math-std-daylight-savings'.
1170 (math-std-daylight-savings-old): Rename from old value of
1171 `math-std-daylight-savings'.
1172 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1173 `math-std-daylight-savings-old' depending on the year.
1174
1175 2007-03-18 Detlev Zundel <dzu@gnu.org>
1176
1177 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1178 zero-width regexps as invalid but rather at least count them correctly.
1179
1180 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1181
1182 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1183 don't wait more if there is output available to process.
1184
1185 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1186
1187 * progmodes/compile.el (compilation-find-file): Revert change
1188 from 2006-07-18 to allow completion of directory names.
1189 Reported by John Carter <john.carter@tait.co.nz>.
1190
1191 2007-03-18 Kim F. Storm <storm@cua.dk>
1192
1193 * subr.el (when, unless): Doc fix.
1194
1195 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1196
1197 * net/tls.el (tls-program): Doc fix.
1198
1199 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1200
1201 * autorevert.el (auto-revert-tail-handler):
1202 Call after-revert-hook.
1203
1204 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1205
1206 * simple.el (switch-to-completions): No error if search for \n\n fails.
1207
1208 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * simple.el (line-move-1):
1211 Respect `inhibit-line-move-field-capture' property.
1212
1213 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * comint.el (comint-arguments): Mark backslash-escaped chars.
1216 (comint-delim-arg): Don't treat them as delimiters.
1217
1218 2007-03-12 Kim F. Storm <storm@cua.dk>
1219 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1220
1221 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1222
1223 * tempo.el (tempo-insert): Deal with 'r> if it appears
1224 specified with a prompt argument.
1225
1226 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1227
1228 * textmodes/org.el (org-set-font-lock-defaults):
1229 Handle narrow table columns correctly.
1230
1231 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1232
1233 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1234 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1235 Return to use of the -no-properties variants. There was
1236 consensus on emacs-devel that the speed of these variants was
1237 prefered since we are usually parsing files (from the internet
1238 or on disk) instead of XML created in Emacs.
1239
1240 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1241 Add customize option.
1242
1243 2007-03-12 Glenn Morris <rgm@gnu.org>
1244
1245 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1246 North American rule. Replace "daylight savings" with "daylight
1247 saving" in doc.
1248
1249 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1250 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1251 "daylight saving" in text.
1252
1253 * woman.el (woman-change-fonts): Tweak previous change by using
1254 woman-request-regexp rather than "^\\.".
1255
1256 * startup.el (command-line-1): Make insertion of
1257 initial-scratch-message not depend on scratch being selected.
1258
1259 2007-03-11 Juri Linkov <juri@jurta.org>
1260
1261 * replace.el (match): Use yellow background on light-bg terminals.
1262
1263 2007-03-11 Richard Stallman <rms@gnu.org>
1264
1265 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1266 Correctly compute line number.
1267
1268 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1269
1270 * type-break.el (type-break-get-previous-count):
1271 Repeat previous change here.
1272
1273 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1274
1275 * progmodes/grep.el (grep-find-ignored-directories):
1276 Add .git and .bzr to list.
1277
1278 2007-03-11 Andreas Schwab <schwab@suse.de>
1279
1280 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1281
1282 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1285
1286 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * faces.el (face-set-after-frame-default): Recalculate face
1289 customizations after applying X resources.
1290
1291 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1292
1293 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1294 (rcirc-keepalive-seconds): Remove variable.
1295 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1296 (rcirc-process, rcirc-user-disconnect): New variables.
1297 (rcirc-connect): Initalize new variables.
1298 (rcirc-keepalive): Don't send keepalive pings before connection
1299 is completed.
1300 (rcirc-sentinel): Do mark all channels with activity when
1301 connection is dropped. Run hook with process buffer local.
1302 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1303 (rcirc-buffer-process): Return value of rcirc-process if
1304 rcirc-server-buffer is nil.
1305 (rcirc-server-name): Return the reported server name.
1306 (rcirc-update-prompt): Simplify computation of the server name.
1307 (rcirc-format-response-string): Likewise.
1308 (rcirc-handler-001): Mark server as connected, record the reported
1309 server name, and schedule a timeout.
1310 (rcirc-track-nick): Add a spec for the tty class.
1311 (rcirc-user-non-nick): Remove function.
1312 (rcirc-nick-prefix-chars): Add variable.
1313 (rcirc-user-nick): Use above variable.
1314
1315 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1316
1317 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1318 Bind deactivate-mark to nil.
1319
1320 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1321
1322 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1323 that buffer contents get erased during completion.
1324
1325 2007-03-10 Glenn Morris <rgm@gnu.org>
1326
1327 * woman.el (woman-change-fonts): Add a hack to deal with
1328 font-escape followed by "." at start of a line.
1329 (woman2-IP): Add a hack to deal with consecutive requests.
1330 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1331
1332 2007-03-10 Alan Mackenzie <acm@muc.de>
1333
1334 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1335
1336 2007-03-09 Richard Stallman <rms@gnu.org>
1337
1338 * abbrev.el (abbrev): Add `provide'.
1339
1340 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1341
1342 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1343
1344 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1345
1346 * complete.el (PC-try-completion): New function.
1347 (PC-do-completion, read-file-name-internal): Use it instead of
1348 try-completion.
1349
1350 2007-03-08 Alan Mackenzie <acm@muc.de>
1351
1352 Remove stale tokens from `c-found-types' cache.
1353
1354 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1355 (c-unfind-coalesced-tokens, c-before-change): New functions.
1356 (c-maybe-stale-found-type): New variable.
1357
1358 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1359 (c-trim-found-types): New functions.
1360
1361 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1364 (debug-ignored-errors): Add entry from smerge-match-conflict.
1365
1366 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1367
1368 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1369 special help topics for keywords.
1370 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1371 etc. Assistant command.
1372
1373 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1374
1375 * replace.el (occur-engine): Move buffer-undo-list binding...
1376 (occur-1): ...to here.
1377
1378 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1379
1380 * simple.el (minibuffer-completing-symbol): New var.
1381 (eval-expression): Use it.
1382 (completion-setup-function): Don't bind completion-base-size when
1383 completing a symbol in the minibuffer.
1384
1385 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1388 tries to start a second session in graphical mode.
1389
1390 2007-03-07 Miles Bader <miles@gnu.org>
1391
1392 * international/isearch-x.el
1393 (isearch-process-search-multibyte-characters):
1394 Strip text-properties from PROMPT to avoid an error from read-string.
1395
1396 2007-03-07 Kim F. Storm <storm@cua.dk>
1397
1398 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1399 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1400
1401 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1402
1403 * complete.el (PC-do-completion): Delete duplicates in the list of
1404 possible completions.
1405
1406 2007-03-07 Glenn Morris <rgm@gnu.org>
1407
1408 * ses.el (ses-mode): Doc fix.
1409
1410 2007-03-06 Kim F. Storm <storm@cua.dk>
1411
1412 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1413
1414 2007-03-06 Kenichi Handa <handa@m17n.org>
1415
1416 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1417
1418 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * simple.el (completion-setup-function): Improve last fix so it doesn't
1421 set it to a relative directory name either.
1422
1423 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1424
1425 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1426
1427 2007-03-05 Richard Stallman <rms@gnu.org>
1428
1429 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1430
1431 * files.el (find-file-noselect): No error if file no longer exists.
1432 Display a message and avoid other questions.
1433
1434 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1437 as not to use an invisible window and to create a window if none exist.
1438
1439 * progmodes/python.el (python-send-command): Restart proc if necessary.
1440 (python-proc): Simplify.
1441
1442 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1443
1444 * pcomplete.el (pcomplete-show-completions): Search all frames for
1445 completions buffer.
1446
1447 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * cus-edit.el (customize-save-variable): Clear customized-value
1450 property (saved values are now put in theme-value property).
1451 (customize-set-variable): Doc fix.
1452
1453 * complete.el (PC-do-completion): If completion-ignore-case is
1454 non-nil, replace field with completion string before exiting.
1455
1456 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1457
1458 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1459 Append its extension to the resulting temporary file name.
1460 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1461
1462 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1463 (tramp-smb-handle-write-region): Apply it.
1464
1465 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1466
1467 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1468 Redo previous change.
1469
1470 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1471
1472 * diff-mode.el (diff-mode): Doc fix.
1473
1474 2007-03-05 Kenichi Handa <handa@m17n.org>
1475
1476 * international/characters.el: Set category `l' (latin)
1477 for more characters.
1478
1479 2007-03-04 Kim F. Storm <storm@cua.dk>
1480
1481 * emacs-lisp/authors.el (authors-aliases): Add alias.
1482
1483 2007-03-04 Glenn Morris <rgm@gnu.org>
1484
1485 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1486 all when switching major mode.
1487 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1488 (hs-block-start-mdata-select, hs-block-end-regexp)
1489 (hs-forward-sexp-func, hs-adjust-block-beginning):
1490 Do not make these variables permanent-local.
1491
1492 2007-03-04 Richard Stallman <rms@gnu.org>
1493
1494 * progmodes/cperl-mode.el (cperl-mode):
1495 Modify cperl-compilation-error-regexp-alist by appending.
1496
1497 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1498 (edebug-mode): Add the hook.
1499 (edebug-recursive-edit): Remove the hook on exiting.
1500
1501 * type-break.el (type-break-get-previous-time):
1502 Handle end-of-file errors specially
1503 so they don't get reported wrong in .emacs.
1504
1505 * startup.el (fancy-splash-text): Clarify text.
1506
1507 * simple.el (beginning-of-buffer, end-of-buffer):
1508 Avoid treating plain C-u like numeric arg.
1509
1510 * simple.el (completion-setup-function): Don't set
1511 default-directory to nil.
1512
1513 * shell.el (shell-dirstack-query): Doc fix.
1514
1515 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1516 Don't select the window -- pass it to primitives instead.
1517
1518 * faces.el (minibuffer-prompt): Use medium blue by default.
1519
1520 2007-03-04 David Kastrup <dak@gnu.org>
1521
1522 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1523 Preserve 16 as default value for "seconds" when customizing.
1524
1525 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1526
1527 * textmodes/org.el (org-self-insert-command)
1528 (orgtbl-self-insert-command, org-delete-char)
1529 (org-delete-backward-char): Set the `flyspell-delayed' property.
1530
1531 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * international/mule.el (find-auto-coding): Don't search for
1534 line-ending characters past the end of the tail.
1535
1536 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1537
1538 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1539 Jump to the line where new score has been uploaded.
1540
1541 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1542 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1543 Do nothing when the game is paused.
1544
1545 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1546
1547 * textmodes/org.el (org-set-tags): Prevent slipping of point
1548 during completion.
1549
1550 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1551
1552 * isearch.el (isearch-message-prefix):
1553 Use minibuffer-prompt-properties.
1554
1555 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1556
1557 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1558 (ps-setup): Print which Emacsen is running ps-print package.
1559
1560 2007-03-01 Stuart Herring <herring@lanl.gov>
1561
1562 * files.el (set-auto-mode-0): Use `indirect-function'.
1563 (hack-one-local-variable): Don't reapply current major mode.
1564
1565 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * progmodes/python.el (python-quote-syntax): Don't bother with
1568 syntax-ppss-context.
1569 (python-fill-paragraph): Make sure that fenced-string delimiters that
1570 stand on their own line stay there
1571
1572 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1573
1574 * replace.el (perform-replace): Propertize message.
1575
1576 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1577
1578 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1579 invisible heading.
1580
1581 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * net/tramp.el (tramp-file-name-handler): Revert last change.
1584
1585 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1586
1587 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1588 Correct doc strings.
1589
1590 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * replace.el (perform-replace): Undo forward-char immediately if
1593 non-adjacent search fails.
1594
1595 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * version.el (emacs-major-version, emacs-minor-version):
1598 string-to-int -> string-to-number.
1599
1600 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * help.el (where-is): Fail gracefully when not passed a command.
1603
1604 2007-02-28 Stuart Herring <herring@lanl.gov>
1605
1606 * find-lisp.el (find-lisp-default-directory-predicate):
1607 Fix bug: Do symlink check on expanded filename.
1608
1609 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1610
1611 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1612 changes during replacement.
1613 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1614
1615 2007-02-28 Lars Hansen <larsh@soem.dk>
1616
1617 * desktop.el: Delete header line listing me as maintainer.
1618
1619 2007-02-28 Glenn Morris <rgm@gnu.org>
1620
1621 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1622 the menus case.
1623
1624 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1627 hooks to avoid confusion when combining after-change calls.
1628
1629 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1630
1631 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1632 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1633 (allout-distinctive-bullets-string): Add info about bullet conventions.
1634 (allout-mode): Add info about distinctive vs plain bullets.
1635
1636 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1637
1638 * textmodes/org.el (org-archive-subtree): Quote variable name.
1639 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1640
1641 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1642
1643 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1644 (gud-bashdb-command-name, bashdb): Remove.
1645 (gud, gud-menu-map): Remove references to bash/bashdb.
1646
1647 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1648
1649 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1650 keyword for Python 2.5.
1651
1652 2007-02-26 Romain Francoise <romain@orebokech.com>
1653
1654 * net/net-utils.el (whois-server-tld): Update server for .org.
1655 (whois-server-list): Add whois.publicinterestregistry.net.
1656 (whois-guess-server): Fix formatting in docstring.
1657
1658 2007-02-26 Kim F. Storm <storm@cua.dk>
1659
1660 * mouse.el (mouse-show-mark): Run hooks and perform command
1661 remapping for mouse-region-delete-keys.
1662
1663 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1664
1665 * font-core.el (font-lock-mode): Doc fix.
1666
1667 2007-02-25 Kim F. Storm <storm@cua.dk>
1668
1669 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1670 Add selected buffer to buffer-name-history.
1671 (ido-file-internal): Set this-command to fallback command.
1672 Add file names to file-name-history.
1673
1674 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1675 Apply minibuffer-prompt-properties.
1676
1677 2007-02-25 Andreas Schwab <schwab@suse.de>
1678
1679 * files.el (hack-one-local-variable-eval-safep): Correct handling
1680 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1681
1682 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1683
1684 * textmodes/org.el (org-table-overlay-coordinates)
1685 (org-table-toggle-coordinate-overlays): New functions.
1686 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1687 New variables.
1688 (org-startup-with-deadline-check): Remove option.
1689 (org-mode): Remove deadline check on startup.
1690 (org-table-limit-column-width): Remove option.
1691 (org-table-formula-numbers-only): Remove option.
1692 (org-link-style, org-link-format): Remove options.
1693 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1694 (org-export-ascii-show-new-buffer)
1695 (org-export-html-show-new-buffer): Remove options.
1696 (org-activate-links): Remove camel option.
1697 (org-file-link-context-use-camel-case): Remove option.
1698 (org-camel-regexp): Remove variable.
1699 (org-activate-camels): Remove function.
1700 (org-store-link): Remove Camel stuff.
1701 (org-make-org-heading-camel): Remove function.
1702 (org-open-at-point): Remove camel stuff.
1703 (org-link-search): Remove camel stuff.
1704 (org-camel-to-words): Function removed.
1705 (org-get-agenda-file-buffer): Make sure we prepare the base
1706 buffers, not any indirect buffers.
1707 (org-sort-entries): Sort top-level when not on a headline, and no
1708 active region.
1709 (org-in-regexp): New function.
1710 (org-search-not-self): Rename from `org-search-not-link'.
1711 (org-open-link-marker): New variable.
1712 (org-open-at-point): Set `org-open-link-marker'.
1713 (org-print-icalendar-entries): Fixe bug with excluding DONE
1714 entries from the exported list.
1715 (org-edit-formula-lisp-indent): New command.
1716 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1717 (orgtbl-to-latex, orgtbl-insert-radio-table)
1718 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1719 (orgtbl-radio-table-templates): New option.
1720 (org-store-link-props):
1721 (org-remember-templates): More possibilities to insert info
1722 into templates.
1723 (org-remember-apply-template): Make use of the extended
1724 template capabilities.
1725 (org-remember-redo-template): New command.
1726 (org-upgrade-old-links)
1727 (org-table-modify-formulas, org-table-replace-in-formulas)
1728 (org-table-find-dataline)
1729 (org-table-get-vertical-vector): Remove functions.
1730 (org-table-remove-rectangle-highlight)
1731 (org-time-stamp-format, org-toggle-log-option)
1732 (org-table-highlight-rectangle)
1733 (org-table-iterate, org-table-make-reference):
1734 (org-translate-time, org-tree-to-indirect-buffer)
1735 (org-table-field-info, org-table-fix-formulas)
1736 (org-table-force-dataline, org-table-get-descriptor-line)
1737 (org-table-get-range)
1738 (org-skip-comments, org-sort)
1739 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1740 (org-table-current-dline, org-table-current-field-formula)
1741 (org-table-edit-backward-field)
1742 (org-table-edit-formulas-post-command)
1743 (org-table-edit-line-down, org-table-edit-line-up)
1744 (org-agenda-archive)
1745 (org-agenda-clock-cancel)
1746 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1747 (org-agenda-open-link, org-agenda-show-new-time)
1748 (org-agenda-skip-subtree-when-regexp-matches)
1749 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1750 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1751 (org-do-sort, org-file-image-p, org-find-overlays)
1752 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1753 (org-highlight-until-next-command, org-isearch-end)
1754 (org-match-any-p, org-next-link, org-previous-link):
1755 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1756 (org-rewrite-old-row-references)
1757 (org-isearch-post-command)
1758 (org-table-edit-move, org-table-edit-next-field)
1759 (org-table-edit-scroll, org-table-edit-scroll-down)
1760 (org-set-frame-title, org-show-reference)
1761 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1762 (org-show-variable): Remove command.
1763 (org-add-log-maybe): New arguments STATE, FINDPOS
1764 (org-table-sort-lines): Rewrite from scratch.
1765 (org-link-search): New argument AVOID-POS.
1766 (org-print-icalendar-entries): Remove argument CATEGORY.
1767 (org-run-agenda-series): Remove argument WONDOW.
1768 (org-next-link, org-previous-link): New commands.
1769 (org-agenda-date-format): New option.
1770 (org-table-iterate): New command.
1771 (org-table-modify-formulas)
1772 (org-table-replace-in-formulas): Remove functions.
1773 (org-table-fix-formulas): New function.
1774 (org-table-insert-column, org-table-delete-column)
1775 (org-table-move-column): Use `org-table-fix-formulas'.
1776 (org-follow-gnus-link): Patch from Bastien/Leo.
1777 (org-table-current-field-formula): New function.
1778 (org-file-image-p): New function.
1779 (org-agenda-show-new-time): New function.
1780 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1781 (org-with-remote-undo): New macro.
1782 (org-agenda-undo): New command.
1783 (org-verify-change-for-undo): New function.
1784 (org-time-stamp-format): New function.
1785 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1786 by user.
1787 (org-match-any-p): New function.
1788 (org-make-tags-matcher): Handle regular expressions for tag and
1789 todo matches.
1790 (org-read-date): Accept "+N" as input for a date relative to the
1791 current date.
1792 (org-remove-subtree-entries-from-agenda): New function.
1793 (org-agenda-archive, org-agenda-kill):
1794 Use `org-remove-subtree-entries-from-agenda'.
1795 (org-do-sort, org-sort-entries): New functions.
1796 (org-sort): New command.
1797 (org-table-sort-lines): Use `org-do-sort'.
1798 (org-fix-decoded-time): New function.
1799 (org-table-number-regexp): Require 0x... to identify as number
1800 in tables.
1801 (org-startup-options): New keywords for note taking.
1802 (org-upgrade-old-links): Remove function.
1803 (org-get-repeat): New function.
1804 (org-show-context): Also show siblings on current level.
1805 (org-show-siblings): New function.
1806 (org-isearch-end, org-isearch-post-command): New functions.
1807 (org-show-siblings): New option.
1808 (org-show-context): Use `org-show-siblings'.
1809 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1810 to be bound, because user may just use elisp.
1811
1812 2007-02-24 Kim F. Storm <storm@cua.dk>
1813
1814 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1815 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1816
1817 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 * startup.el (command-line): Also check if the abbrev file is readable.
1820
1821 2007-02-24 John Paul Wallington <jpw@pobox.com>
1822
1823 * net/tls.el (tls-certtool-program): Fix custom type.
1824
1825 * mail/feedmail.el (feedmail-message-id-generator)
1826 (feedmail-date-generator): Fix custom types.
1827
1828 * mail/rmail.el (rmail-message-filter): Fix custom type.
1829
1830 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1831
1832 * startup.el (command-line): If simple.el cannot be found, proceed
1833 with a warning message.
1834
1835 2007-02-24 Kenichi Handa <handa@m17n.org>
1836
1837 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1838 case that BEG is a string.
1839
1840 2007-02-24 Chris Moore <dooglus@gmail.com>
1841
1842 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1843 * pgg-pgp.el (pgg-pgp-encrypt-region):
1844 * pgg-gpg.el (pgg-gpg-encrypt-region):
1845 Check pgg-encrypt-for-me if no other recipients.
1846
1847 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1848
1849 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1850
1851 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1852 shell-quote-argument.
1853
1854 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1855
1856 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1857 from the comint buffer instead of the temporary one.
1858
1859 2007-02-23 David Reitter <david.reitter@gmail.com>
1860
1861 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1862 storing it in recentf-exclude.
1863
1864 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1867 in splash screen.
1868
1869 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1870
1871 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1872 commands, for restart.
1873 (idlwave-shell-current-module): Fix handling of module name by type.
1874 (idlwave-shell-break-in): Update type handling.
1875 (idlwave-shell-bp-get): Encode type in BP structure.
1876 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1877 (idlwave-shell-module-source-query): Query routine info based on type.
1878 Fix path parsing for non-compiled files.
1879 (idlwave-shell-module-source-filter): Don't signal error in filter
1880 if no source found.
1881 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1882 filter race.
1883
1884 2007-02-22 Kim F. Storm <storm@cua.dk>
1885
1886 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1887 (editable-field): Document need to put some text before the %v
1888 escape in :format string.
1889
1890 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1893 (vc-svn-use-edit): Remove unused config var.
1894 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1895
1896 * outline.el (hide-sublevels): Keep empty last line, if available.
1897
1898 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1899 rather than the corresponding unicode char, to make the code
1900 more readable.
1901
1902 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1903
1904 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1905 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1906 (speedbar-item-info-tag-helper): Doc fixes.
1907
1908 2007-02-19 Kenichi Handa <handa@m17n.org>
1909
1910 * international/mule-cmds.el (locale-language-names):
1911 Map "eo" to "Esperanto".
1912
1913 * language/european.el ("Esperanto"): New language environment.
1914
1915 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1916
1917 * simple.el (kill-line): Doc fix.
1918
1919 2007-02-17 Kim F. Storm <storm@cua.dk>
1920
1921 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1922 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1923 (bindat--unpack-group, bindat--pack-group):
1924 Handle vectors with optional element type.
1925
1926 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1927
1928 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1929 if PASSPHRASE is given.
1930
1931 2007-02-17 Chris Moore <dooglus@gmail.com>
1932
1933 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1934 Recognize backups of bz2 compressed files.
1935
1936 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1937
1938 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1939 to nil to speed up lookup of the symbol in index nodes.
1940
1941 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1942
1943 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1944 Add indentation for the constants of Lisp.
1945
1946 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * ps-print.el: Use (defvar <foo>) where applicable.
1949 (ps-print-emacs-type): Remove.
1950 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1951 (ps-frame-parameter): Align its call-convention with frame-parameter.
1952 (ps-begin-job): Adjust calls to it appropriately.
1953 (ps-setup): Don't print ps-print-emacs-type.
1954 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1955 Define in such a way that it's obvious that it's defined.
1956 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1957 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1958 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1959
1960 2007-02-15 Alan Mackenzie <acm@muc.de>
1961
1962 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1963 an empty one-line C-style comment, post-position point properly.
1964
1965 2007-02-15 Chris Moore <dooglus@gmail.com>
1966
1967 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1968 (isearch-lazy-highlight-new-loop): Bind it.
1969 (isearch-lazy-highlight-search): Use it.
1970
1971 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1972
1973 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * font-lock.el (font-lock-extend-region-wholelines):
1976 Only return non-nil if the region has really been changed.
1977 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1978
1979 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1982 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1983 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1984
1985 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * faces.el (color-values): Revert changes to docstring from
1988 2007-01-31 and 2000-09-07.
1989
1990 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1991 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1992 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1993 (ispell-help): Fix typos in docstring and output message.
1994
1995 2007-02-14 Kim F. Storm <storm@cua.dk>
1996
1997 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1998 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1999 (grep): Fix lgrep reference.
2000
2001 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2002 (standard-display-underline): Use make-glyph-code.
2003
2004 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2005
2006 * international/latin1-disp.el (latin1-display-char):
2007 Use make-glyph-code.
2008
2009 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * ehelp.el (with-electric-help, electric-help-exit)
2012 (electric-help-retain): Doc fixes.
2013
2014 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2015 (byte-compile-file): Doc fixes.
2016
2017 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2018
2019 * term/mac-win.el: Change all uses of
2020 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2021 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2022 (mac-ae-get-url): Call select-frame-set-input-focus.
2023 (mac-dnd-handle-drag-n-drop-event): Don't call
2024 select-frame-set-input-focus.
2025
2026 2007-02-13 Kenichi Handa <handa@m17n.org>
2027
2028 * international/characters.el: Fix documentation of category `a'.
2029
2030 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2031
2032 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2033
2034 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2035
2036 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2037 (tramp-get-remote-ln): Handle error case.
2038 Reported by Chris Moore <dooglus@gmail.com>.
2039
2040 2007-02-11 Kim F. Storm <storm@cua.dk>
2041
2042 * bindings.el (ctl-x-map): Remove register compatibility bindings
2043 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2044
2045 2007-02-11 Richard Stallman <rms@gnu.org>
2046
2047 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2048 in load history.
2049
2050 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2051 condition -- don't fail to stop at endpos.
2052
2053 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2054
2055 * textmodes/org.el (org-agenda-get-todos)
2056 (org-agenda-get-timestamps, org-agenda-get-closed)
2057 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2058 (org-agenda-get-blocks, org-format-agenda-item)
2059 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2060 from `category' to `org-category'.
2061
2062 2007-02-11 Kenichi Handa <handa@m17n.org>
2063
2064 * international/titdic-cnv.el (titdic-convert): Force files be written
2065 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2066 (miscdic-convert): Force files be written with Unix-like eol format.
2067
2068 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2071
2072 * calculator.el (calculator-prompt): Doc fix.
2073 (calculator-mode-map): Fix typo in menu entry.
2074
2075 2007-02-10 Jay Belanger <belanger@truman.edu>
2076
2077 * calculator.el (calculator): Do more extensive checking for when
2078 3 lines should be used for the calculator.
2079
2080 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2081
2082 * info-look.el (info-lookup-make-completions):
2083 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2084 index nodes.
2085
2086 * info.el (Info-fontify-maximum-menu-size): Document the effect
2087 of a nil value.
2088 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2089 non-nil before using it as size.
2090
2091 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * subr.el (insert-for-yank-1): Prevent read-only properties from
2094 interfering with text property operations.
2095
2096 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2097
2098 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2099 (image-type-auto-detected-p): Fail if another match is found in
2100 auto-mode-alist.
2101
2102 * files.el (magic-mode-alist): Call image-mode instead of
2103 image-mode-maybe for autodetected images.
2104
2105 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2106
2107 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2108 Fix typos in docstrings.
2109 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2110
2111 2007-02-09 Kim F. Storm <storm@cua.dk>
2112
2113 * emacs-lisp/float-sup.el: Remove obsolete comment.
2114
2115 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2118
2119 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2120
2121 * simple.el: Revert previous change, at request of RMS:
2122 (fundamental-mode-hook): Remove.
2123 (fundamental-mode): Run after-change-major-mode-hooks manually,
2124 and don't run the now-nonexistent fundamental-mode-hook.
2125
2126 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2127
2128 * simple.el (fundamental-mode-hook): Declare new hook.
2129 (fundamental-mode): Run the new dedicated hook, and don't run
2130 after-change-major-mode-hooks manually anymore.
2131
2132 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2135 added columns of chars. Remove support for the "no-meta-info" format.
2136 Prompted by Romain Francoise <romain@orebokech.com>.
2137
2138 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2139
2140 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2141 (gdb-mouse-until, gdb-mouse-jump): Use it.
2142
2143 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2144
2145 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2146 work when there is just an assembler buffer (no source buffer).
2147
2148 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2149
2150 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2151 just because the diff was produced using "-p" (--show-c-function).
2152
2153 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * faces.el (frame-set-background-mode): Use `color-values' and
2156 `display-color-p', not `x-color-values' and `x-display-color-p'.
2157 (face-valid-attribute-values): Use `defined-colors' instead of
2158 `x-defined-colors'.
2159
2160 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2161
2162 * ps-print.ps: The ps-print commands without face printing should not
2163 print background color. Reported by Leo <sdl.web@gmail.com>.
2164 (ps-print-version): New version 6.7.3.
2165 (ps-begin-job): New arg. Fix ps-default-background and
2166 ps-default-foreground initialization.
2167 (ps-face-attributes): Fix doc string.
2168 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2169
2170 * printing.el: Fix ps-print link.
2171
2172 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * faces.el (face-set-after-frame-default): Compile attributes to
2175 be set by frame parameters before merging in X resources.
2176
2177 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * simple.el (blink-matching-paren-dont-ignore-comments):
2180 (blink-matching-paren-on-screen): Doc fixes.
2181
2182 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2183
2184 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2185
2186 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2189 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2190 entries like `defun'. Return nil.
2191
2192 2007-02-05 Kim F. Storm <storm@cua.dk>
2193
2194 * ido.el: Doc fixes.
2195
2196 2007-02-04 David Kastrup <dak@gnu.org>
2197
2198 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2199 `mpuz-allow-double-multiplicator' is non-zero, and correct
2200 calculation of `min'.
2201
2202 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2203
2204 * wid-edit.el (widget-default-create): Insert new text at the
2205 :from marker _after_ the marker, not before it.
2206
2207 2007-02-04 Alan Mackenzie <acm@muc.de>
2208
2209 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2210 containing it is re-indented.
2211
2212 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * net/newsticker.el (newsticker--insert-image): Update docstring,
2215 and insert the image directly.
2216 (newsticker--buffer-redraw): Update docstring.
2217
2218 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2219 Rename from define-global-minor-mode.
2220
2221 * progmodes/cwarn.el (global-cwarn-mode):
2222 * emacs-lisp/autoload.el (make-autoload):
2223 * hi-lock.el (global-hi-lock-mode):
2224 * font-core.el (global-font-lock-mode): All callers changed.
2225
2226 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2227
2228 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2229 Don't copy @ignore lines into menu descriptions.
2230 (texinfo-multi-file-update): Goto the @node line before attempting
2231 to pluck the node name.
2232 (texinfo-multiple-files-update): Reverse the optional arguments'
2233 order, as per the doc string and the `interactive' form.
2234
2235 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * image-mode.el: Use autoload to avoid overriding disabled setting
2238 applied in .emacs.
2239
2240 2007-02-03 Alan Mackenzie <acm@muc.de>
2241
2242 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2243 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2244 adjacent paren groups).
2245
2246 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2247
2248 * progmodes/ebnf2ps.el: Doc fixes.
2249 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2250
2251 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2252
2253 * dired-x.el (dired-do-relsymlink): Add reference to
2254 dired-do-symlink. Add an autoload cookie.
2255
2256 * dired-aux.el (dired-do-symlink): Add reference to
2257 dired-do-relsymlink.
2258
2259 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2260
2261 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2262 <left-fringe mouse-3>: New bindings.
2263
2264 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2265
2266 * newsticker.el (newsticker-version): Changed to "1.10".
2267 (newsticker--set-customvar): Doc string.
2268 (newsticker-new-item-face): Doc string.
2269 (newsticker-mode): Initialize `invisibility-spec' with t.
2270 (newsticker-mode-map): Added
2271 `newsticker-mark-all-items-at-point-as-read'.
2272 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2273 (newsticker-w3m-show-inline-images): Do not call
2274 `w3m-remove-image'.
2275 (newsticker--buffer-after-w3m-insert-image): New advice for
2276 w3m-insert-image to cache images.
2277 (newsticker-next-item-same-feed): New.
2278 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2279 (newsticker-mark-all-items-of-feed-as-read): New.
2280 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2281 (newsticker-mark-item-at-point-as-read): Doc string.
2282 (newsticker-mark-item-at-point-as-read): Use new functions.
2283 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2284 `newsticker-mark-item-at-point-as-read'.
2285 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2286 (newsticker--sentinel): Yet another xml-parser workaround.
2287 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2288 days.
2289 (newsticker--buffer-do-insert-text): Fix.
2290 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2291 (newsticker--buffer-make-item-completely-visible):
2292 `switch-to-buffer' not necessary.
2293
2294 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2295
2296 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2297 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2298 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2299 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2300 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2301
2302 2007-02-02 Kenichi Handa <handa@m17n.org>
2303
2304 * international/quail.el (quail-show-key): Fix an error message.
2305
2306 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * faces.el (set-face-underline-p, modify-face): Rename arg
2309 UNDERLINE-P to UNDERLINE (it is not a flag).
2310
2311 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2312
2313 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2314 when adding gdb-speedbar-update to gdb-input-queue.
2315
2316 2007-02-01 Kenichi Handa <handa@m17n.org>
2317
2318 * international/quail.el (quail-show-key): Signal an error if the
2319 current input method is not using Quail.
2320
2321 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2322
2323 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2324 Trim leading whitespace in sysvar names.
2325
2326 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2329
2330 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2333
2334 2007-01-31 Romain Francoise <romain@orebokech.com>
2335
2336 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2337 previous change to this file.
2338
2339 2007-01-31 Jason Rumney <jasonr@gnu.org>
2340
2341 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2342 image-mode.
2343
2344 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2345 interfering with attempt to set major mode from modified
2346 auto-mode-alist.
2347
2348 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * faces.el (color-values): Doc fix.
2351 (face-differs-from-default-p): Don't check :foreground twice.
2352
2353 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2354
2355 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2356
2357 2007-01-31 Kenichi Handa <handa@m17n.org>
2358
2359 * international/quail.el (quail-store-decode-map-key): Store a
2360 translated character too.
2361 (quail-char-equal-p): New function.
2362 (quail-find-key1): Check character equality by quail-char-equal-p.
2363 (quail-decode-map-generated): New variable.
2364 (quail-find-key): Check quail-decode-map-generated and re-generate
2365 a decode map if necessary.
2366
2367 2007-01-30 Richard Stallman <rms@gnu.org>
2368
2369 * tutorial.el (tutorial--detailed-help): Make the list of
2370 changed keys look nicer.
2371
2372 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2375 (gdb-var-delete): Use it.
2376 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2377 `in_scope'.
2378
2379 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2380
2381 * files.el (get-free-disk-space): Return nil for remote directories.
2382
2383 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2384 instead of "dir".
2385
2386 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * type-break.el (type-break-catch-up-event): New function.
2389 (type-break-demo-hanoi, type-break-demo-life)
2390 (type-break-demo-boring): Use it.
2391
2392 * image-mode.el (image-mode): Don't automatically view as image.
2393 (image-toggle-display): Add `disabled' property.
2394
2395 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * isearchb.el (isearchb-iswitchb):
2398 * ps-print.el (ps-build-face-reference):
2399 * emacs-lisp/shadow.el (list-load-path-shadows):
2400 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2401 * international/mule.el (find-auto-coding):
2402 * mail/supercite.el (sc-attrib-selection-list):
2403 * progmodes/cc-defs.el (c-emacs-features):
2404 * progmodes/cc-vars.el (c-offsets-alist):
2405 * progmodes/flymake.el
2406 (flymake-init-create-temp-source-and-master-buffer-copy):
2407 Fix typos in docstrings (some suggested by Chris Moore).
2408
2409 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2410 (vhdl-get-library-unit, vhdl-corresponding-begin)
2411 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2412 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2413 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2414 (vhdl-font-lock-match-item): Fix typos in docstrings.
2415 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2416 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2417 (vhdl-speedbar-insert-project-hierarchy):
2418 Improve argument/docstring consistency.
2419
2420 2007-01-29 Kenichi Handa <handa@m17n.org>
2421
2422 * international/titdic-cnv.el (py-converter): Fix previous change.
2423
2424 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * jka-compr.el (jka-compr-partial-uncompress)
2427 (jka-compr-call-process): Rebind default-directory if it is
2428 invalid. Suggested by Chris Moore.
2429
2430 * comint.el (comint-insert-input): Handle situation where the
2431 selected buffer is not the clicked buffer.
2432
2433 2007-01-29 Kenichi Handa <handa@m17n.org>
2434
2435 * international/ja-dic-cnv.el (skkdic-convert):
2436 Add byte-compile-disable-print-circle:t at the head.
2437
2438 * international/titdic-cnv.el (tit-process-header):
2439 Add byte-compile-disable-print-circle:t at the head.
2440 (miscdic-convert): Likewise.
2441 (py-converter): Skip the header comments.
2442
2443 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2444 New variable.
2445 (byte-compile-output-file-form): Bing print-circle to nil if
2446 byte-compile-output-file-form is not nil.
2447 (byte-compile-output-docform): Likewise.
2448
2449 2007-01-28 Kim F. Storm <storm@cua.dk>
2450
2451 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2452 Declare earlier to avoid byte compiler warnings.
2453
2454 2007-01-28 Markus Triska <markus.triska@gmx.at>
2455
2456 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2457
2458 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2461 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2462 when calling update-game-score program. Remove unnecessary
2463 save-excursion.
2464
2465 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2466
2467 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2468
2469 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2470 avoid compiler warning.
2471 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2472 might have values other than "true" or "false".
2473
2474 2007-01-28 Richard Stallman <rms@gnu.org>
2475
2476 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2477 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2478
2479 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2480
2481 * image.el (image-type-header-regexps): Make GIF regex more specific.
2482
2483 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2484 Don't check `backspace'.
2485 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2486 in Fundamental mode.
2487
2488 * startup.el (fancy-splash-text, normal-splash-screen):
2489 Mention C-g.
2490
2491 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2492 when inserting in buffer.
2493
2494 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2495 inside the if.
2496
2497 2007-01-27 Richard Stallman <rms@gnu.org>
2498
2499 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2500
2501 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2502
2503 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2504 enum/union/struct/class definition.
2505 Revert change to call `forward-sexp' multiple times.
2506
2507 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * files.el (hack-local-variables-confirm): Don't keep trying to
2510 read an event from an empty kbd macro.
2511
2512 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2513
2514 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2515
2516 2007-01-27 Ben North <ben@redfrontdoor.org>
2517
2518 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2519 the arg CHILDREN -> WHICH.
2520
2521 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2522
2523 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2524 default-directory to a sane value when calling start-process.
2525
2526 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2527
2528 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2529 (ls-lisp-format-time-list): Doc fix. Mention
2530 ls-lisp-use-localized-time-format.
2531 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2532 ls-lisp-use-localized-time-format is non-nil, even if a valid
2533 locale is defined.
2534
2535 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * jka-compr.el (jka-compr-shell): Doc fix.
2538
2539 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2540
2541 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2542
2543 * ps-print.ps: Fix background height.
2544 (ps-print-version): New version 6.7.2.
2545
2546 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2547
2548 * makefile.w32-in (finder-data, custom-deps): Depend on
2549 $(lisp)/loaddefs.el.
2550
2551 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2552
2553 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2554
2555 2007-01-24 Miles Bader <miles@gnu.org>
2556
2557 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2558 (byte-compile-output-docform): Bind `print-circle' to t.
2559
2560 2007-01-24 Kenichi Handa <handa@m17n.org>
2561
2562 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2563 file name of the original SKK dictionary file.
2564
2565 2007-01-24 Kim F. Storm <storm@cua.dk>
2566
2567 * ido.el (ido-initial-position): New variable.
2568 (ido-read-internal): Set it if default item is specified.
2569 (ido-minibuffer-setup): Position cursor accordingly if set.
2570 (ido-edit-input): C-e moves to end of input if not already there.
2571 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2572 Don't switch to buffer mode if repeating C-b at start of input.
2573 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2574 input; else it moves to start of input.
2575 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2576 not at end of input, delete rest of input, rather than normal op.
2577
2578 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2579
2580 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2581
2582 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2583 of message. Activate mark.
2584 (ediff-activate-mark): Set transient-mark-mode to t.
2585
2586 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2587
2588 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2589
2590 * help-fns.el (describe-variable): Don't suppress display of
2591 buffer local value when the value is "large".
2592
2593 2007-01-22 Kim F. Storm <storm@cua.dk>
2594
2595 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2596 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2597 (ido-tidy): Use ido-active.
2598
2599 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2600
2601 * hexl.el (hexl-mode-exit): Add missing quote.
2602
2603 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2604
2605 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2606 (mac-ae-keyboard-modifiers): New function.
2607 (mac-handle-toolbar-switch-mode): Use it.
2608 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2609 if keyboard modifiers on drop contain option key.
2610 (mac-dnd-drop-data): Add optional argument `action'.
2611 (special-event-map): Remove binding for M-drag-n-drop.
2612
2613 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2614
2615 * add-log.el (add-log-current-defun): Use CC Mode functions to
2616 find the beginning and end of a defun.
2617
2618 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2621 (gdb-var-create-handler): Handle value field in GDB output of
2622 -var-create.
2623 (gdb-max-frames): New variable.
2624 (gdb-stack-buffer, gdb-frames-select): Use it.
2625 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2626 if necessary.
2627 (gdb-get-frame-number): Simplify.
2628
2629 2007-01-21 Glenn Morris <rgm@gnu.org>
2630
2631 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2632 Update copyrights.
2633
2634 2007-01-21 Alan Mackenzie <acm@muc.de>
2635
2636 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2637 handling of K&R stuff.
2638
2639 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2640
2641 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2642
2643 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2644
2645 * ps-print.el: Handle frame parameters (background and/or foreground
2646 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2647 (ps-print-version): New version 6.7.1.
2648 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2649 (ps-frame-parameter): New fun.
2650 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2651 Fix doc and customization.
2652 (ps-begin-job): Get frame parameters (background and/or foreground
2653 colors).
2654 (ps-do-despool): Ensure ps-printer-name has a valid value.
2655
2656 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2659 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2660 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2661 mean unlimited.
2662
2663 2007-01-20 Alan Mackenzie <acm@muc.de>
2664
2665 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2666 much more rigorous analysis of putative K&R regions.
2667
2668 2007-01-20 Alan Mackenzie <acm@muc.de>
2669
2670 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2671 New functions.
2672
2673 2007-01-20 Alan Mackenzie <acm@muc.de>
2674
2675 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2676 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2677 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2678 * progmodes/cc-vars.el: Add my name.
2679
2680 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * files.el (find-alternate-file): Revert query message to Emacs 21
2683 version.
2684
2685 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2686
2687 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2688 the doc string how to use personal abbrevs without electric
2689 keywords.
2690
2691 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2692
2693 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2694 Fixed cursor position when toggle abbreviated display.
2695
2696 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2697
2698 * t-mouse.el: Update copyright following assignment by
2699 Alessandro Rubini.
2700
2701 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2704 (type-break-demo-boring): Call read-event instead of read-char.
2705
2706 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2707
2708 * progmodes/compile.el: Add handling for makepplog.
2709
2710 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2711
2712 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2713 aspell dictionaries are initialized when called non-interactively.
2714
2715 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * progmodes/compile.el (compilation-loop): New arg limit.
2718 Handle case where the first error is at point-min.
2719 (compilation-next-error): New arg to compilation-loop call.
2720
2721 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2722
2723 * info.el (Info-default-dirs): Change default info dir to
2724 share/info.
2725
2726 * paths.el (Info-default-directory-list): Ditto.
2727
2728 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2729
2730 * hexl.el (hexl-before-revert-hook): New function.
2731 (hexl-mode): Use it.
2732 (hexl-after-revert-hook): Just call hexl-mode.
2733 (hexl-mode-exit): Remove before-revert-hook.
2734
2735 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2738
2739 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2740
2741 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2742 by "-" in francais7 otherchars entry.
2743 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2744 otherchars entry.
2745
2746 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2747
2748 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2749 path. Rewrite function in `cond' style for readability.
2750
2751 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2752 (The path shortening, that is, not the rearrarangement.)
2753
2754 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2755
2756 * term/mac-win.el (mac-ae-quit-application): New function.
2757 (mac-apple-event-map): Bind "quit application" Apple event to it.
2758
2759 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2762 than the program's output.
2763
2764 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2765
2766 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2767 (kmacro-start-macro-or-insert-counter)
2768 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2769 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2770
2771 * longlines.el (longlines-show-hard-newlines):
2772 * ruler-mode.el (ruler-mode-ruler):
2773 * emulation/keypad.el (keypad-setup):
2774 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2775 Fix typo in docstring.
2776
2777 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2778
2779 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2780 Remove redirect character ">".
2781
2782 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * replace.el (perform-replace): Remove leftover code.
2785
2786 2007-01-12 Richard Stallman <rms@gnu.org>
2787
2788 * replace.el (perform-replace): Don't clear NODENT when computing
2789 the replacement string.
2790
2791 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2792
2793 * net/tramp.el (tramp-handle-file-local-copy):
2794 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2795 <christopher.ian.moore@gmail.com>.
2796
2797 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * diff-mode.el (diff-sanity-check-context-hunk-half)
2800 (diff-sanity-check-hunk): New functions.
2801 (diff-find-source-location): Use'em to check the hunks are well-formed.
2802
2803 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2804 activate undo when undo is not active.
2805 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2806
2807 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2810 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2811 (ffap-url-at-point): Use char-classes rather than "a-z".
2812
2813 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * ediff-init.el (ediff-autostore-merges):
2816 * textmodes/fill.el (fill-region): Doc fix.
2817
2818 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * server.el (server-ensure-safe-dir): UIDs may be floats.
2821
2822 2007-01-10 Richard Stallman <rms@gnu.org>
2823
2824 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2825 around calls to directory-files.
2826
2827 * subr.el (momentary-string-display): Use save-excursion.
2828
2829 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2830 argument, but read it as `X' does.
2831
2832 2007-01-09 Juri Linkov <juri@jurta.org>
2833
2834 * info.el (Info-fontify-node): Don't hide node names of index entries.
2835
2836 * faces.el (momentary): Change :group to basic-faces where all
2837 basic faces belong to. Add :version.
2838
2839 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2840
2841 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2842 keybinding is found.
2843 (tutorial--find-changed-keys): Never treat null keybinding as a
2844 remapping.
2845
2846 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2847
2848 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2849
2850 2007-01-09 Kenichi Handa <handa@m17n.org>
2851
2852 * international/mule-cmds.el
2853 (select-safe-coding-system-interactively): Fix message.
2854
2855 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2858 (tramp-process-actions): Add optional parameter TIMEOUT.
2859 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2860 (tramp-open-connection-su): Add timeout of 60".
2861
2862 2007-01-09 Richard Stallman <rms@gnu.org>
2863
2864 * progmodes/compile.el (compile): Doc fix.
2865
2866 2007-01-09 Markus Triska <markus.triska@gmx.at>
2867
2868 * tumme.el (tumme-display-thumb): Doc fix.
2869
2870 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * battery.el (battery-search-for-one-match-in-files):
2873 * bindings.el (mode-line-minor-mode-help):
2874 * x-dnd.el (x-dnd-types-alist):
2875 * calendar/icalendar.el (icalendar-import-buffer):
2876 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2877
2878 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2879
2880 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2881
2882 * replace.el (replace-regexp): Fix typo in docstring.
2883
2884 2007-01-07 Alan Mackenzie <acm@muc.de>
2885
2886 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2887 Amend doc-string and comments.
2888
2889 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2890
2891 * files.el (abbreviate-file-name): Doc fix.
2892
2893 2007-01-06 Markus Triska <triska@gmx.at>
2894
2895 * subr.el (split-string): Remove spurious ")" from doc string.
2896
2897 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2898
2899 * textmodes/table.el (table--warn-incompatibility):
2900 Use display-warning instead of momentary-string-display.
2901
2902 2007-01-05 Richard Stallman <rms@gnu.org>
2903
2904 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2905
2906 * simple.el (backward-kill-word): Doc fix.
2907
2908 2007-01-05 Romain Francoise <romain@orebokech.com>
2909
2910 * international/mule.el (sgml-html-meta-auto-coding-function):
2911 Ensure that the buffer contains a HTML document.
2912
2913 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2914
2915 * faces.el (momentary): Move here ...
2916 * subr.el (momentary): ... from here.
2917
2918 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2919
2920 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2921 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2922 large structures/arrays.
2923
2924 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * files.el (find-file-noselect-1, set-visited-file-name):
2927 Allow backup-enable-predicate to be nil.
2928
2929 2007-01-04 Andreas Schwab <schwab@suse.de>
2930
2931 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2932 last change.
2933
2934 2007-01-03 Richard Stallman <rms@gnu.org>
2935
2936 * woman.el (woman-decode-buffer): Clarify error message.
2937
2938 2007-01-03 Alan Mackenzie <acm@muc.de>
2939
2940 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2941
2942 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2943
2944 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2945
2946 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2949
2950 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * emulation/viper.el (viper-custom-file-name, viper-mode):
2953 Fix typos in docstrings.
2954
2955 * subr.el (momentary-string-display): After moving point, set POS
2956 variable to it to avoid later errors once the buffer is modified.
2957 Doc fix.
2958
2959 2007-01-02 Alan Mackenzie <acm@muc.de>
2960
2961 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2962 check that the "*/" is present before trying to manipulate it.
2963
2964 2007-01-02 Richard Stallman <rms@gnu.org>
2965
2966 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2967
2968 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2969 Fix format of value.
2970
2971 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2972 Change messages accordingly.
2973 (customize-customized): Now alias.
2974
2975 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2976
2977 * files.el (version-control): Doc fix.
2978
2979 2007-01-01 Alan Mackenzie <acm@muc.de>
2980
2981 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2982 Check the format of c-state-cache is valid for an optimisation before
2983 using it.
2984
2985 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2986 are at a statement within a macro". Other changes so that only
2987 the first continuation line in a macro gets the symbol
2988 `cpp-define-intro', the others getting `statement', or whatever.
2989
2990 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2991 a string, preserve whitespace. Add a backslash only when also in
2992 a macro.
2993
2994 * progmodes/cc-defs.el: Correct typos.
2995
2996 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2997 new line after an escaped EOL in a string.
2998
2999 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3000 label when it directly follows "else", "do", ....
3001
3002 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3003 angle brackets (as seen in "explicit specialisations" of C++
3004 templates).
3005
3006 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3007 in the doc-string.
3008
3009 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3010 when the comment ender looks like "=========*/" and is alone on
3011 its line.
3012
3013 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3014 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3015 for the old name.
3016
3017 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3018 c-\(beginning\|end\)-of-defun by default.
3019
3020 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3021 New line-up function, for the DEFUN macro in the Emacs C sources.
3022 Only used in "gnu" style.
3023
3024 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3025 the "gnu" style.
3026
3027 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3028 clean-up comment-close-slash also to work when there's a comment
3029 terminator on the line.
3030 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3031 these for large arg - only take account of top level {..}, except
3032 for initial and final adjustments. M-- C-M-[ae] now go to the
3033 right defuns when the starting point is between defuns. They use
3034 the four new functions:
3035 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3036 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3037 support c-\(beginning\|end\)-of-defun.
3038
3039 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3040 expressions more rigorously, to exclude bit-field specifiers from
3041 being classed as labels.
3042 (c-forward-label): When analyzing a ":" within a macro, be careful
3043 about using c-forward-syntactic-ws at the macro beginning.
3044 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3045 stmt boundary, check for "operator=", etc.
3046
3047 * progmodes/cc-mode.el (c-postprocess-file-styles):
3048 Bind inhibit-read-only to t, around the call to
3049 c-remove-any-local-eval-or-mode-variables, so that it works on a
3050 RO file.
3051
3052 * progmodes/cc-defs.el (c-version): Update the version number to
3053 "5.31.4".
3054
3055 2007-01-01 Richard Stallman <rms@gnu.org>
3056
3057 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3058 only if we restored isearch-window-configuration.
3059
3060 2006-12-31 Romain Francoise <romain@orebokech.com>
3061
3062 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3063
3064 2006-12-31 Kim F. Storm <storm@cua.dk>
3065
3066 * files.el (auto-mode-case-fold): New defcustom.
3067 (set-auto-mode): If non-nil, perform second case-sensitive pass
3068 through auto-mode-alist if first pass failed.
3069
3070 2006-12-30 Richard Stallman <rms@gnu.org>
3071
3072 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3073
3074 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3075
3076 * allout.el (allout-encrypt-string): Handle symmetric-key
3077 passphrase caching but leave keypair caching to pgg.
3078
3079 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3080
3081 Sync with Tramp 2.0.55.
3082
3083 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3084 `integerp'. `char-equal' could fail else in case of negative
3085 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3086 (top): Check for `font-lock-add-keywords' before calling; it
3087 doesn't exist under XEmacs.
3088 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3089 (tramp-completion-mode): Remove clause (not
3090 tramp-unified-filenames), because the function is called in other
3091 context too, where this check results in wrong results in the
3092 XEmacs case on Windows.
3093 (tramp-touch): UTC handling is not possible for XEmacs.
3094
3095 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3096
3097 * scroll-bar.el (previous-scroll-bar-mode): New variable
3098 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3099 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3100
3101 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3102
3103 2006-12-30 Richard Stallman <rms@gnu.org>
3104
3105 * files.el (make-backup-file-name-1): Precompute abs name
3106 but don't lose the relative name.
3107
3108 * international/mule-cmds.el (select-safe-coding-system-interactively):
3109 Fix message.
3110
3111 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3112
3113 * files.el (backup-buffer): Show entire backup file name in msg.
3114
3115 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * image.el (image-type-header-regexps, image-type-from-data)
3118 (image-type-from-buffer, image-type-from-file-header):
3119 Revert changes from 2006-12-26.
3120 (image-type-auto-detectable): New variable.
3121 (image-type-auto-detected-p): New function.
3122
3123 * files.el (magic-mode-alist): Detect image files with
3124 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3125
3126 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3127
3128 * dired.el (dired-sort-other): Move test for dired-mode...
3129 (dired-sort-set-modeline): ...to here.
3130
3131 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3132
3133 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3134 change. Suggested by Stefan Monnier.
3135
3136 2006-12-29 Kim F. Storm <storm@cua.dk>
3137
3138 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3139 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3140
3141 2006-12-27 Kim F. Storm <storm@cua.dk>
3142
3143 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3144 so it doesn't accidentally match an fsf.org mail address.
3145 (authors-renamed-files-alist): Add tcover-*.el.
3146
3147 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * vc-arch.el (vc-arch-find-version): New function.
3150
3151 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3152 composed of arbitrary characters (even /) in some systems.
3153
3154 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3155
3156 * international/mule-cmds.el (select-safe-coding-system-interactively):
3157 Improve the message in the *Warning* buffer.
3158
3159 2006-12-27 Kim F. Storm <storm@cua.dk>
3160
3161 * ido.el (ido-set-matches-1): Fix last change. If default item is
3162 current buffer, it is ok to be first.
3163
3164 2006-12-27 Kenichi Handa <handa@m17n.org>
3165
3166 * international/mule-cmds.el (select-safe-coding-system-interactively):
3167 Use face `link' for problematic chars.
3168
3169 2006-12-27 Kenichi Handa <handa@m17n.org>
3170
3171 * international/mule-cmds.el (select-safe-coding-system-interactively):
3172 Improve the message in *Warning* buffer.
3173
3174 2006-12-27 Kim F. Storm <storm@cua.dk>
3175
3176 * ido.el (ido-set-matches-1): Never put current buffer first if
3177 there are other matches.
3178
3179 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3182 expressions.
3183 (gdb-var-delete): Handle duplicate names. Print message for non
3184 root expressions.
3185 (gdb-partial-output-name): Start buffer name with a space.
3186 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3187 buffer name.
3188
3189 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3190
3191 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3192 last footnote when `footnote-spaced-footnotes' is nil.
3193
3194 2006-12-26 Richard Stallman <rms@gnu.org>
3195
3196 * cus-edit.el (custom-browse-sort-alphabetically)
3197 (custom-buffer-sort-alphabetically)
3198 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3199
3200 * image.el (image-type-header-regexps): Change element format
3201 to include third item NOT-ALWAYS.
3202 (image-type-from-data): Handle new format.
3203 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3204 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3205
3206 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3207
3208 * add-log.el (add-log-current-defun): Call `forward-sexp'
3209 multiple times to pick a member function name defined as
3210 part of nested classes/namespaces.
3211
3212 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3213
3214 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3215 which keymap should be used to change menu. It does not affect any
3216 existent code.
3217
3218 2006-12-26 Richard Stallman <rms@gnu.org>
3219
3220 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3221 rather than for being in a minibuffer window.
3222
3223 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3224
3225 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3226 locale-coding-system.
3227 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3228 LF.
3229
3230 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3231
3232 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3233 (sql-mode-syntax-table): Disable double quoted strings.
3234 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3235
3236 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3237
3238 * startup.el (fancy-splash-last-input-event): New variable.
3239 (fancy-splash-special-event-action): New function.
3240 (fancy-splash-screens): Temporarily bind special events to it.
3241 Execute command for saved special event before exiting from
3242 recursive editing.
3243
3244 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3245 New functions.
3246 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3247 Use mac-unread-string.
3248
3249 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3250
3251 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3252 an optimized comment regexp if `comment-start-skip' uses a ^.
3253 * bs.el (bs--up): Remove interactive spec.
3254
3255 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3258 Suggested by James Cloos.
3259
3260 2006-12-24 Kevin Ryde <user42@zip.com.au>
3261
3262 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3263 in March.
3264 (calendar-dst-ends): Default to first Sunday in November.
3265
3266 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3267
3268 * allout.el (allout-encrypt-string): Inhibit use of agent within
3269 body of let form where encryption happens. Acknowledge non-use of
3270 gpg-agent in docstring.
3271 (allout-toggle-subtree-encryption): Acknowledge non-use of
3272 gpg-agent in docstring.
3273
3274 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3277
3278 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3279
3280 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3281 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3282
3283 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3284 in hooks.
3285 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3286 actually modify buffer; ignore errors if occur.
3287
3288 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3291 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3292 formatting.
3293
3294 2006-12-23 Richard Stallman <rms@gnu.org>
3295
3296 * simple.el (delete-horizontal-space): Doc fix.
3297
3298 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3299
3300 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3301 explicitly in a recursive Make, not implicitly through prerequisites,
3302 since the latter is wrong under parallel builds.
3303
3304 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3305
3306 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3307
3308 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3309
3310 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3311 message string.
3312
3313 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3314
3315 * outline.el (outline-next-visible-heading): Fix the case with a
3316 header at end-of-file with no final newline.
3317
3318 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3319
3320 * indent.el (tab-always-indent): Doc fix.
3321
3322 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3325 (Info-fontify-node): Do fontify indices.
3326
3327 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3328 to the Emacs Lisp reference manual.
3329 (tutorial--tab-map): Remove. All callers changed.
3330 (tutorial--find-changed-keys): New elt QUIET, used to...
3331 (tutorial--display-changes): ...ensure that warning messages are
3332 only issued once per changed key.
3333 (tutorial--remove-remarks): Delete unused code-path.
3334 (lang-strings): Remove extraneous formatting.
3335 (tutorial--save-tutorial): Prompt before saving tutorial state.
3336
3337 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3340 Replace '?\ ' by '?\s' throughout.
3341 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3342 `help' custom group.
3343 (tutorial--key-description): New function.
3344 (tutorial--display-changes): Remove redundant arg. Scan for all
3345 key sequences to avoid false matches. Cleanup.
3346 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3347 reduce homedir pollution.
3348 (help-with-tutorial): Call tutorial--display-changes with no arg.
3349
3350 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3351
3352 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3353
3354 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3355
3356 * net/tramp.el (tramp-default-method): We still need to check for
3357 `executable-find', because it is not bound under Emacs 20.
3358 (tramp-handle-file-name-completion)
3359 (tramp-completion-handle-file-name-completion): Handle optional
3360 parameter PREDICATE.
3361 (tramp-find-default-method): Add code for default values.
3362
3363 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3364
3365 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3366 make gud-go send "continue".
3367
3368 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3371 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3372
3373 2006-12-19 Kim F. Storm <storm@cua.dk>
3374
3375 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3376 instead of global-map.
3377
3378 * files.el (magic-mode-alist): Allow matching file type by
3379 calling a function at bob. Check for image types by calling
3380 image-type-from-buffer. Suggested by Juanma Barranquero.
3381 (set-auto-mode): Do it.
3382
3383 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3386 Remove "ControlMaster" option from the other `scp*' methods.
3387 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3388
3389 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3390
3391 * textmodes/org.el (org-mode): Show context after isearch.
3392 (org-show-siblings): New function.
3393 (org-show-context): Use `org-show-siblings'.
3394
3395 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3398 Use syntax-ppss-toplevel-pos.
3399
3400 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3401
3402 * textmodes/org.el (org-current-line): Make sure that lines are
3403 counted from beginning of buffer.
3404 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3405 lines are counted from beginning of buffer.
3406
3407 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * info.el (Info-build-node-completions): Signal error if tag-table
3410 marker is not found.
3411
3412 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3413
3414 2006-12-17 Alan Mackenzie <acm@muc.de>
3415
3416 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3417 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3418 Based on code by Martin Rudalics.
3419
3420 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3421 open-paren-in-column-0-is-defun-start to nil any more.
3422
3423 2006-12-17 Richard Stallman <rms@gnu.org>
3424
3425 * simple.el (delete-horizontal-space): Use prefix arg.
3426
3427 * help-fns.el (describe-variable): Improve blank separator lines.
3428
3429 * files.el (magic-mode-alist): Mark as risky.
3430
3431 * files.el (make-backup-file-name-1):
3432 Expand backup-directory explicitly.
3433
3434 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3435
3436 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3437 check whether package password.el is loaded, or Pageant is running.
3438
3439 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3440
3441 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3442 (icalendar--rris): First try Emacs, then XEmacs.
3443 (icalendar--convert-ical-to-diary): Doc fix.
3444 Insert newline at end of target file.
3445
3446 2006-12-17 Kim F. Storm <storm@cua.dk>
3447
3448 * outline.el (outline-isearch-open-invisible-function): New defvar.
3449 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3450 overlay property instead of outline-isearch-open-invisible.
3451
3452 2006-12-16 Kim F. Storm <storm@cua.dk>
3453
3454 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3455 if ido-directory-too-big is set on entry.
3456 (ido-toggle-ignore, ido-completion-help): Print message while
3457 reading big directory.
3458
3459 2006-12-15 Richard Stallman <rms@gnu.org>
3460
3461 * shell.el (shell): Doc fix.
3462
3463 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3464
3465 * emulation/edt.el (edt-xserver):
3466 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3467 to fix a problem on Cygwin.
3468
3469 * emulation/edt.el
3470 * emulation/edt-mapper.el
3471 * emulation/edt-lk201.el
3472 * emulation/edt-pc.el
3473 * emulation/edt-vt100.el: Update maintainer's email address.
3474
3475 2006-12-15 Simon Marshall <simon@gnu.org>
3476
3477 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3478
3479 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3480
3481 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3482 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3483 instead of mac-atsu-font-table.
3484 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3485
3486 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3487
3488 * align.el (align-match-tex-pattern): Fix a rare bug which
3489 hanged Emacs.
3490
3491 2006-12-14 Richard Stallman <rms@gnu.org>
3492
3493 * startup.el (use-fancy-splash-screens-p): Use frame-height
3494 instead of window-height. Pass frame to image-size.
3495
3496 2006-12-13 Kenichi Handa <handa@m17n.org>
3497
3498 * international/mule-cmds.el (set-locale-environment):
3499 Set default-sendmail-coding-system too.
3500
3501 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3502
3503 * progmodes/idlw-help.el: Fix copyright notice.
3504
3505 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3508
3509 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * subr.el (unread-command-char): Reformat obsolescence info.
3512
3513 2006-12-11 Richard Stallman <rms@gnu.org>
3514
3515 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3516 about calls to cl-struct-setf-expander.
3517
3518 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3519
3520 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3521 (ediff-combination-pattern): Fix typo in docstring.
3522
3523 * textmodes/refer.el (refer-find-entry): Doc fix.
3524 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3525 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3526 Fix tipos in docstrings.
3527
3528 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3529
3530 2006-12-10 Kim F. Storm <storm@cua.dk>
3531
3532 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3533 instead of binding M-backspace.
3534
3535 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * replace.el (replace-match-data, replace-match-maybe-edit):
3538 * calc/calc-aent.el (calc-eval-error):
3539 * emulation/vi.el (vi-char-argument):
3540 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3541 (c-vsemi-status-unknown-p-fn): Doc fixes.
3542
3543 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3546 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3547
3548 2006-12-10 Masatake YAMATO <jet@gyve.org>
3549
3550 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3551
3552 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3555
3556 * man.el (Man-xref-button-action): New function. If the
3557 `Man-target-string' button property is a function, assume it
3558 accepts a position argument.
3559 (Man-abstract-xref-man-page): Use it.
3560 (Man-default-man-entry): New optional arg POS.
3561
3562 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3563 symlink arrows read-only and non-rear-sticky.
3564
3565 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3566
3567 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3568 (wdired-search-and-rename): Simplify code.
3569 (wdired-preprocess-files, wdired-preprocess-perms): Make
3570 read-only property of preceding character rear-nonsticky to
3571 avoid that it can be modified. Put old-name and old-link
3572 properties on character preceding name and replace
3573 put-text-property by add-text-properties.
3574 (wdired-get-filename, wdired-get-previous-link): Get old-name
3575 and old-link properties from character preceding name and
3576 simplify code.
3577 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3578 (wdired-perms-to-number): Make local-map property
3579 rear-nonsticky to avoid that text following permissions may be
3580 modified. Use add-text-properties instead of put-text-property
3581 when changing a permission bit.
3582 (wdired-change-to-dired-mode): Remove stickiness properties.
3583
3584 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3585
3586 * international/mule-cmds.el (register-input-method): Doc fix.
3587
3588 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3589
3590 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3591
3592 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3593
3594 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3595 Force buffer local defs evaluation on local variables loading.
3596 (flyspell-mode-on, flyspell-mode-off): Use it in
3597 `hack-local-variables-hook'.
3598
3599 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3600
3601 * emacs-lisp/find-func.el (find-variable): Doc fix.
3602
3603 * help-fns.el (variable-at-point): Doc fix.
3604
3605 * w32-fns.el (w32-append-code-lines): New function.
3606
3607 2006-12-09 Romain Francoise <romain@orebokech.com>
3608
3609 * comint.el (comint-insert-input): Delete obsolete comment.
3610
3611 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3614 current frame, in case we're connected to several displays.
3615
3616 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * frame.el (other-frame): Doc fix.
3619 (set-frame-parameter): Fix typo in docstring.
3620
3621 2006-12-07 Kim F. Storm <storm@cua.dk>
3622
3623 * info.el (Info-index): Strip leading colon from topic.
3624
3625 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3626
3627 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3628 to pointers.
3629
3630 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3631
3632 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3633 Trim out spurious class inheritance "None" entries.
3634
3635 2006-12-05 Kim F. Storm <storm@cua.dk>
3636
3637 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3638 (cua-paste-pop): Rework last change for
3639 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3640 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3641 text inserted by the last M-y command.
3642
3643 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3644
3645 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3646 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3647
3648 * shell.el (shell): Search the start file in ~/.emacs.d as
3649 `init_SHELLNAME.sh' instead.
3650
3651 2006-12-05 Glenn Morris <rgm@gnu.org>
3652
3653 * progmodes/cperl-mode.el (cperl-mode)
3654 * progmodes/f90.el (f90-mode-abbrev-table)
3655 * progmodes/fortran.el (fortran-mode-abbrev-table)
3656 * progmodes/octave-mod.el (octave-abbrev-table)
3657 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3658 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3659
3660 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3661 clear abbrev table, else saved abbrevs will not be restored.
3662
3663 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3664
3665 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3666 the call to `make-obsolete-variable', not in the docstring.
3667
3668 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3671
3672 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3673
3674 * progmodes/ebnf-abn.el:
3675 * progmodes/ebnf-bnf.el:
3676 * progmodes/ebnf-dtd.el:
3677 * progmodes/ebnf-ebx.el:
3678 * progmodes/ebnf-iso.el:
3679 * progmodes/ebnf-otz.el:
3680 * progmodes/ebnf-yac.el:
3681 * progmodes/ebnf2ps.el:
3682 * delim-col.el:
3683 * printing.el:
3684 * ps-bdf.el:
3685 * ps-mule.el:
3686 * ps-print.el: Remove 'Time-stamp' comment mark.
3687
3688 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3689 'easy-menu-add-item' when called in Emacs 21 or higher.
3690
3691 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3692
3693 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3694 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3695
3696 2006-12-04 Kim F. Storm <storm@cua.dk>
3697
3698 * bindings.el (global-map): Bind [signal t] to ignore, to have
3699 user signals ignored by default.
3700
3701 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3702
3703 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3704 Unicode data file pointed to by `describe-char-unicodedata-file'.
3705
3706 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3709 O(n^2) regexp-search by anchoring the search.
3710
3711 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * whitespace.el (whitespace-cleanup-internal): Use current
3714 argument for recursive call.
3715
3716 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * net/tramp.el (tramp-methods): Add "ControlPath" and
3719 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3720 Andreas Schwab <schwab@suse.de>.
3721 (tramp-do-copy-or-rename-file-out-of-band)
3722 (tramp-open-connection-rsh): Compute format spec for ?t.
3723 (tramp-process-actions): Trace command parameters.
3724
3725 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3726
3727 * simple.el (toggle-truncate-lines): Clarify doc string.
3728
3729 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3730 (gdb-speedbar-expand-node): Use it.
3731
3732 2006-12-04 Richard Stallman <rms@gnu.org>
3733
3734 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3735
3736 * dired.el (dired-revert): Turn off dired-after-readin-hook
3737 around call to dired-readin.
3738
3739 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3740 to echo area messages.
3741 <indicate-empty-lines, case-fold-search>:
3742 Add "globally" to Help string.
3743 <case-fold-search>: MESSAGE arg need not say "globally".
3744 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3745
3746 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3747
3748 * outline.el (outline-end-of-subtree): Don't leave an empty
3749 line hidden as we would a real next heading.
3750
3751 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3752
3753 * allout.el (allout-ascend): Add an optional argument to preserve
3754 original position of point when unsuccessful. Also, fix a
3755 docstring error.
3756 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3757 work again, using allout-ascend's new option.
3758 (allout-setup-mode-map): Extract from allout-mode to initialize
3759 allout-mode-map. Call it on file load, so the mode docstring
3760 substitutions work even if allout mode has not yet been invoked.
3761 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3762 customizations since the map was last processed. Also, refine the
3763 docstring so it's ship-shape for release.
3764 (allout-default-layout, allout-beginning-of-line-cycles)
3765 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3766 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3767 (allout-version, allout-layout, allout-infer-body-reindent)
3768 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3769 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3770 (allout-previous-heading, allout-goto-prefix-doublechecked)
3771 (allout-current-bullet-pos, allout-next-sibling-leap)
3772 (allout-pre-command-business, allout-encrypted-type-prefix)
3773 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3774 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3775 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3776 (allout-old-expose-topic, allout-listify-exposed)
3777 (allout-process-exposed, allout-latex-verb-quote)
3778 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3779 (allout-toggle-current-subtree-encryption)
3780 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3781 Remove extraneous open-paren and close paren string escapes.
3782
3783 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3786 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3787 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3788 Fix typos in docstrings.
3789
3790 2006-12-03 Glenn Morris <rgm@gnu.org>
3791
3792 * progmodes/cc-align.el
3793 * progmodes/cc-awk.el
3794 * progmodes/cc-cmds.el
3795 * progmodes/cc-compat.el
3796 * progmodes/cc-defs.el
3797 * progmodes/cc-engine.el
3798 * progmodes/cc-langs.el
3799 * progmodes/cc-menus.el
3800 * progmodes/cc-mode.el
3801 * progmodes/cc-styles.el
3802 * progmodes/cc-vars.el
3803 * progmodes/vhdl-mode.el: Fix Copyright format.
3804
3805 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3808 initial down event.
3809
3810 2006-12-02 Kim F. Storm <storm@cua.dk>
3811
3812 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3813 (cua-repeat-replace-region): Make M-v more robust.
3814 (cua-paste-pop-rotate-temporarily): New defcustom.
3815 (cua-paste-pop): Use it.
3816 (cua-auto-mark-last-change): New defcustom.
3817 (cua-pop-to-last-change): New helper function.
3818 (cua-set-mark): Use them.
3819
3820 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3821
3822 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3823 mini-buffer message.
3824
3825 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3826
3827 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3828
3829 2006-12-01 Ben North <ben@redfrontdoor.org>
3830
3831 * paren.el: Fix the highlight overlay extension when the user types a
3832 sequence of char very fast just before the open parenthesis.
3833
3834 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3835
3836 * ps-mule.el: Eliminate Emacs 20 compatibility.
3837
3838 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3839 (ps-print-version): New version 6.7.
3840 (ps-print-quote): Replace '?\ ' by '?\s'.
3841
3842 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3845 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3846 (hexl-end-of-1k-page): Doc fixes.
3847 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3848 Fix typos in docstrings.
3849
3850 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3851
3852 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3853 locally, i.e. without using file name handlers.
3854 (ido-read-internal): Allow mono letter host names, avoiding the
3855 `c:' problem by testing if the file exists locally.
3856 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3857
3858 2006-11-30 Masatake YAMATO <jet@gyve.org>
3859
3860 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3861 to avoid bytecomp warnings.
3862 (hexl-mode-old-ruler-function): New variable.
3863 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3864 and `hl-line-range-function' after `require' hl-line.
3865 Then bind `hl-line-range-function' and `hl-line-face'.
3866 Don't require frame. Don't use `with-no-warnings'.
3867 (hexl-activate-ruler): Store the original value of
3868 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3869 (hexl-mode-exit): Restore the original value of
3870 `ruler-mode-ruler-function'.
3871
3872 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3873
3874 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3875 (hexl-mode-old-hl-line-face): New variable.
3876 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3877 line when exit from the hexl-mode.
3878
3879 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3882 Doc fixes.
3883
3884 * international/fontset.el (create-fontset-from-ascii-font)
3885 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3886 (fontset-name-p): Fix typo in docstring.
3887
3888 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3889
3890 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3891
3892 * ps-bdf.el: Fix maintainer email.
3893
3894 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3895 compatibility.
3896
3897 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3898 21 compatibility.
3899 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3900 Emacs 20 & 21.
3901
3902 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3903
3904 * progmodes/idlwave.el (idlwave-auto-fill):
3905 Remove paragraph-start let to prevent auto-fill giving up.
3906
3907 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * vt100-led.el (led-state): Fix typo in previous change.
3910
3911 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3912
3913 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3914 Fix interactive spec of the functions getting defined to make them
3915 work as documented.
3916
3917 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3920
3921 2006-11-28 Kim F. Storm <storm@cua.dk>
3922
3923 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3924 icomplete-mode is enabled.
3925
3926 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3927
3928 * textmodes/org.el (require): Require gnus-sum during compilation
3929 to avoid problem with a macro call.
3930
3931 2006-11-28 Glenn Morris <rgm@gnu.org>
3932
3933 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3934
3935 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3936 (fortran-window-create-momentarily): Do not need string-to-char.
3937
3938 2006-11-28 Richard Stallman <rms@gnu.org>
3939
3940 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3941 Replace incorrect use of assoc-default with a loop.
3942
3943 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3944
3945 * simple.el (next-error-find-buffer): Improve messages.
3946
3947 * files.el (revert-buffer): Special error message if file
3948 is now not readable.
3949
3950 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3951 constructed commands.
3952
3953 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3954 in INSIDE_EMACS.
3955
3956 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3959
3960 * server.el: Remove spurious * in docstrings.
3961 (server-process-filter): Exit from recursive editing before processing
3962 a new request.
3963
3964 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3965
3966 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3967 line so hidden blocks will be correctly identified.
3968
3969 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * ledit.el (ledit-save-defun, ledit-mode):
3972 * resume.el (resume-emacs-args-buffer):
3973 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3974 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3975 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3976 (command-send-input, command-kill-line):
3977 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3978
3979 * autoarg.el (autoarg-kp-mode): Doc fix.
3980
3981 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3982 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3983 (check-emacs-lock): Doc fix. Simplify.
3984
3985 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3986 (iimage-mode-buffer): Fix typos in docstring.
3987
3988 * misc.el (zap-up-to-char): Doc fix.
3989
3990 * time-stamp.el: Fix comment and obsolescence string for old
3991 functions. Use `dolist' instead of `while'.
3992
3993 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3994
3995 * disp-table.el (standard-display-8bit, standard-display-default):
3996 * ebuff-menu.el (electric-buffer-list):
3997 * ehelp.el (electric-help-command-loop):
3998 * font-core.el (font-lock-mode):
3999 * help-macro.el (make-help-screen):
4000 * help.el (describe-minor-mode-completion-table-for-indicator)
4001 (lookup-minor-mode-from-indicator):
4002 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4003 * info-look.el (info-lookup-guess-custom-symbol):
4004 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4005 * longlines.el (longlines-wrap-line):
4006 * macros.el (insert-kbd-macro):
4007 * menu-bar.el (menu-bar-update-buffers):
4008 * misc.el (copy-from-above-command):
4009 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4010 * newcomment.el (comment-indent):
4011 * novice.el (disabled-command-function):
4012 * sort.el (sort-fields-syntax-table):
4013 * subr.el (momentary-string-display):
4014 * tar-mode.el (tar-header-block-summarize)
4015 (tar-clear-modification-flags):
4016 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4017 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4018 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4019 (te-delete-char, te-down-vertically-or-scroll):
4020 * time-stamp.el (time-stamp-string-preprocess):
4021 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4022
4023 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4024
4025 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4026 in GUD mode.
4027
4028 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4029 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4030
4031 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4032
4033 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4034
4035 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4036
4037 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4038 (ada-compile-goto-error): Adapt to new argument profile of
4039 compilation-goto-locus in Emacs 22. Don't check if the various
4040 compile functions are defined; we already do "(require 'compile)".
4041
4042 2006-11-26 Kim F. Storm <storm@cua.dk>
4043
4044 * kmacro.el: Fix commentary.
4045
4046 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4047
4048 * progmodes/gud.el (gdb): Explain how to run in text command mode
4049 more clearly. Say in error message that multiple debugging
4050 requires restarting GDB.
4051
4052 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4053
4054 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4055
4056 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4057
4058 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4059 (flymake-popup-menu): Use it instead of posn-at-point.
4060
4061 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4062
4063 * progmodes/cc-vars.el (c-backslash-column):
4064 Mention c-backslash-max-column in documentation for c-backslash-column.
4065
4066 2006-11-24 Lars Hansen <larsh@soem.dk>
4067
4068 * net/tramp.el (tramp-default-method): Under Windows, change from
4069 plink to pscp.
4070 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4071 (tramp-actions-copy-out-of-band):
4072 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4073 (tramp-action-out-of-band): Move "Permission denied" handling to
4074 tramp-action-copy-failed.
4075 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4076 process buffer.
4077
4078 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4081 strings to a single string. Quote `errors-file-name'.
4082 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4083 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4084 Adjust calls. Use `shell-quote-argument'.
4085
4086 * international/mule.el (load-with-code-conversion)
4087 (with-category-table): Use with-current-buffer.
4088 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4089
4090 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4091
4092 * mail/smtpmail.el (smtpmail-send-it):
4093 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4094 MIME header for the message encoding.
4095 Bind coding-system-for-write around the call to mail-do-fcc.
4096 Use smtpmail-code-conv-from to encode queued mail messages.
4097
4098 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4099
4100 * tabify.el (tabify-regexp): Doc fix.
4101
4102 * net/rcirc.el (rcirc-buffer-maximum-lines):
4103 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4104
4105 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4106 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4107 Fix typos in output messages.
4108 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4109
4110 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4113 the horse's mouth.
4114 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4115
4116 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4117
4118 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4119 Remove condition-case.
4120
4121 2006-11-23 Glenn Morris <rgm@gnu.org>
4122
4123 * progmodes/f90.el (f90-comment-indent): Do not move point in
4124 default case.
4125
4126 2006-11-21 Romain Francoise <romain@orebokech.com>
4127
4128 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4129 from library name (reverts change of 2005-10-25).
4130
4131 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4132
4133 * tutorial.el (tutorial--default-keys): Add newline and
4134 delete-backward-char bindings.
4135 (tutorial--detailed-help): Save excursion when finding keys.
4136 Correct warning string for M-x FOO case.
4137 (tutorial--display-changes): Print special keys in tutorial style.
4138 Tweak search regexp for changed keys.
4139
4140 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4141
4142 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4143 redundant scheme.
4144
4145 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4146
4147 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4148 are new to the list at IANA. Also added irc, mms, mmsh.
4149
4150 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4151
4152 * progmodes/idlw-help.el (idlwave-html-help-location):
4153 Fail gracefully for missing help packages.
4154 (idlwave-help-assistant-open-link): Open full links.
4155 (idlwave-help-assistant-help-with-topic): Direct help link.
4156
4157 * progmodes/idlwave.el (idlwave-mode):
4158 Set add-log-current-defun-function.
4159 (idlwave-current-routine-fullname): Add, to support add-log.
4160 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4161 to reflect improvements to xml-parse-file.
4162 (idlwave-mode-menu-def): New binding for help-with-topic.
4163
4164 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4165 Handle extra newlines and spaces.
4166 (idlwave-shell-mode-map): Add help-with-topic.
4167
4168 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * tutorial.el (tutorial-warning-face): New face.
4171 (tutorial--detailed-help, tutorial--display-changes): Use it.
4172 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4173 Improve search pattern for occurrences of changed keys.
4174
4175 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4176
4177 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4178 (x-select-text): Set it.
4179 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4180 when checking for newness.
4181
4182 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4183
4184 * subr.el (posn-image):
4185 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4186
4187 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4188
4189 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4190
4191 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4192 Exceptions to the rule "add a space between an identifier and an
4193 opening parenthesis". Defaulted to the `#define' problem of cpp.
4194 (glasses-parenthesis-exception-p): New. Check if the region is an
4195 exception regarding to that.
4196 (glasses-make-readable): Use it.
4197 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4198 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4199
4200 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4203
4204 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4205
4206 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4207
4208 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4209 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4210
4211 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4212
4213 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4214 conditions for function or variable bindings.
4215
4216 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4217
4218 * progmodes/compile.el (compilation-start): Ditto.
4219
4220 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * net/tramp.el (top): cl and custom are always required.
4223
4224 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4225
4226 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4227 cut-buffers with next-selection-coding-system if not nil.
4228
4229 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4230
4231 * textmodes/org.el (org-fix-decoded-time): New function.
4232 (org-display-custom-time): Use `org-fix-decoded-time'.
4233
4234 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * menu-bar.el (menu-bar-games-menu): Remove yow.
4237
4238 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4239
4240 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4241 (org-detach-overlay): Rename from `org-detatch-overlay'.
4242 (org-table-convert-region): Insert space after column separator.
4243 (org-agenda-kill): New command.
4244 (org-metaleft): Call `org-outdent-item' on bullets.
4245 (org-metaright): Call `org-indent-item' on bullets.
4246 (org-timestamp-change): Set `org-last-changed-timestamp'.
4247 (org-current-line): Make sure (bolp) returns correct result.
4248 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4249
4250 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4253
4254 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * mouse.el (global-map): Change 2006-08-16 fix to call
4257 mouse-yank-at-click explicitly, since mouse events are not carried
4258 over into keyboard macros.
4259
4260 2006-11-16 Kim F. Storm <storm@cua.dk>
4261
4262 * ido.el (ido-file-internal): Use current buffer's file name as default
4263 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4264
4265 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4266
4267 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4268 (allout-inhibit-aberrance-doublecheck): Rename from
4269 allout-during-yank-processing. All callers changed.
4270 (allout-ascend): Provide for unusual case where some topic after
4271 the first in file is at lower depth than the first.
4272 (allout-shift-in): Ensure the offspring of the new containing
4273 topic are exposed.
4274 (allout-encrypt-string): Preserve the coding-system of the text,
4275 according to that of the containing buffer.
4276 (allout-toggle-subtree-encryption): When the text being encrypted
4277 requires a different coding system, offer to preserve the coding
4278 system using a file local var.
4279
4280 2006-11-15 Simon Marshall <simon@gnu.org>
4281
4282 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4283 to recognise "T t()" as a function declaration, rather than a
4284 variable instantiation, iff at the top-level or inside a class
4285 declaration. Suggested by Feng Li <fengli@gmail.com>.
4286
4287 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4288
4289 * progmodes/ada-xref.el (ada-parse-prj-file):
4290 Don't delete project buffer; user may want to edit it.
4291 (ada-xref-set-project-field, ada-xref-current-project-file)
4292 (ada-xref-current-project, ada-show-current-project)
4293 (ada-set-main-compile-application): New functions.
4294 (ada-xref-get-project-field, ada-require-project-file):
4295 Normalize use of ada-prj-default-project-file.
4296 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4297 Normalize use of ada-require-project-file.
4298 (ada-prj-find-prj-file): Improve doc string, comments.
4299
4300 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4301 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4302 (ada-create-menu): Add ada-set-main-compile-application,
4303 ada-show-current-main, ada-show-current-project.
4304
4305 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4308 (inferior-python-mode): Use it.
4309
4310 2006-11-14 Andreas Schwab <schwab@suse.de>
4311
4312 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4313
4314 2006-11-13 Kim F. Storm <storm@cua.dk>
4315
4316 * ido.el (ido-copy-current-word): C-o copies region if active.
4317
4318 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4319
4320 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4321
4322 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4323
4324 * ediff.el (ediff-revision):
4325 * files.el (set-visited-file-name):
4326 * mail/rmailout.el (rmail-output-body-to-file):
4327 Use `format', not `message', in `y-or-n-p' call.
4328
4329 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4330
4331 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4332 (org-metaright): Call `org-indent-item' on bullets.
4333 (org-timestamp-change): Set `org-last-changed-timestamp'.
4334 (org-current-line): Make sure (bolp) returns correct result.
4335 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4336
4337 2006-11-12 Richard Stallman <rms@gnu.org>
4338
4339 * language/european.el (turkish-case-conversion-enable)
4340 (turkish-case-conversion-disable): New functions.
4341 ("Turkish" lang env): Use them.
4342
4343 * international/characters.el (case table):
4344 Do nothing special for i and I.
4345
4346 * subr.el (remove-overlays): Fix last change.
4347
4348 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4349 for visiting the custom file.
4350
4351 2006-11-12 Markus Triska <triska@gmx.at>
4352
4353 * play/handwrite.el (handwrite): Also process lines not ending
4354 with newline. Replace some position-fiddling with different
4355 logic. Improve performance.
4356
4357 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4358
4359 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4360 replacing deleted variable `ada-check-switch'.
4361 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4362 (ada-xref-project-files): Improve doc string.
4363 (ada-find-executable): New function.
4364 (ada-initialize-runtime-library): Use `ada-find-executable'.
4365 (ada-xref-set-default-prj-values): In compile commands, don't need
4366 `ada-cd-command'; `compile' does that more portably.
4367 Use ada-prj-default-check-cmd.
4368 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4369 properties if not specified in project file.
4370 (ada-goto-declaration): Display useful message for new error
4371 'error-file-not-found.
4372 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4373 'error-file-not-found.
4374 (ada-get-all-references): Match latest ali syntax. Signal new
4375 error 'error-file-not-found.
4376 (ada-find-in-ali): Match latest ali syntax.
4377 (ada-make-filename-from-adaname): Handle different semantics of
4378 gnatkr in GNAT 3.15p vs later.
4379
4380 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4381 ada-procedure-start-regexp.
4382 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4383
4384 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4385 with defvar.
4386 (ada-language-version): Rename ada05 -> ada2005.
4387 (ada-align-region-separate): Add `eval-when-compile'.
4388 (ada-name-regexp): Remove unneeded escapes in regexp character
4389 alternative.
4390 (ada-compile-goto-error-file-linenr-re): New constant.
4391 (ada-matching-start-re): Handle additional cases `declare',
4392 `procedure', `function'.
4393 (ada-compile-goto-error): Handle "... at line nn".
4394 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4395 Delete support for old versions of `align'.
4396 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4397 (ada-check-defun-name): Simplify handling of `declare'.
4398 (ada-goto-matching-start): Handle nested `begin ... end'.
4399 Handle `declare', `protected', `procedure', `function'.
4400 (ada-create-menu): Presence of arm95 is not conditional on using
4401 GNAT compiler.
4402
4403 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4406 nil in the *RE-Builder* buffer (it causes spurious error messages).
4407
4408 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4409 been set to t, respect it.
4410
4411 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4412
4413 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4414 Delete commented out code for old Emacs versions. Autoloading of
4415 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4416 (ada-mode-version): Bump version number.
4417 (ada-95-string-keywords, ada-2005-string-keywords)
4418 (ada-2005-keywords, ada-name-regexp): New constant.
4419 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4420 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4421 (ada-package-start-regexp): Support private packages, include package
4422 name (for ada-set-point-accordingly).
4423 (ada-next-procedure, ada-previous-procedure)
4424 (ada-which-function-are-we-in): Match changes to
4425 ada-procedure-start-regexp.
4426 (ada-make-body): Make non-interactive; not a user function.
4427 (ada-make-subprogram-body): Improve doc string.
4428
4429 2006-11-11 Romain Francoise <romain@orebokech.com>
4430
4431 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4432 `compilation-error-regexp-alist' buffer-local, since we changed
4433 `compilation-error-regexp-alist-alist' locally.
4434
4435 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4438 to the value of `server-raise-frame'.
4439
4440 2006-11-11 Glenn Morris <rgm@gnu.org>
4441
4442 * ido.el (ido-enable-prefix)
4443 * ses.el (ses-call-printer-return)
4444 * net/tramp.el (tramp-unified-filenames)
4445 * progmodes/cc-align.el (c-lineup-string-cont)
4446 * progmodes/compile.el (compilation-directory-matcher)
4447 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4448 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4449 (vhdl-clock-rising-edge)
4450 * textmodes/org.el (org-export-with-timestamps)
4451 (org-export-remove-timestamps-from-toc)
4452 (org-export-with-tags): Improve previous doc fixes.
4453
4454 2006-11-11 Richard Stallman <rms@gnu.org>
4455
4456 * textmodes/flyspell.el (flyspell-mode-map):
4457 Bind C-c $ instead of M-RET.
4458
4459 2006-11-10 Simon Marshall <simon@gnu.org>
4460
4461 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4462 fontification for "case" and "default" keywords.
4463
4464 2006-11-10 Andreas Schwab <schwab@suse.de>
4465
4466 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4467 Avoid starting sentence with "nil".
4468
4469 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * server.el (server-raise-frame): New option.
4472 (server-switch-buffer): Use it.
4473
4474 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4475
4476 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4477 with a capital.
4478
4479 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4480
4481 * textmodes/org.el (org-show-hierarchy-above)
4482 (org-show-following-heading): Fix typo in default value.
4483 (org-scan-tags): Make the search case-sensitive.
4484 (org-tags-sparse-tree): Don't overrule
4485 `org-show-following-heading' and `org-show-hierarchy-above'.
4486 (org-reveal): New command.
4487 (org-show-context): Rename from `org-show-hierarchy-above'.
4488 (org-fast-tag-selection-single-key): New option.
4489 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4490 (org-tags-overlay): New variable.
4491 (org-agenda-todo-ignore-deadlines): New option.
4492 ("session"): Add circular data structure `org-mark-ring' to
4493 exceptions list in session.el.
4494 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4495 New options.
4496 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4497 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4498 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4499 (org-finalize-agenda): Activate bracket links in agenda.
4500 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4501 INACTIVE-OK.
4502 (org-show-hierarchy-above, org-show-following-heading):
4503 List values allowed for fine-tuned configuration.
4504 (org-show-hierarchy-above): New argument CONTEXT, use the
4505 fine-tuned settings in `org-show-hierarchy-above' and
4506 `org-show-following-heading'.
4507 (org-display-custom-time): New function.
4508 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4509 (org-display-custom-times, org-time-stamp-custom-formats):
4510 (org-maybe-intangible): New macro.
4511 (org-activate-bracket-links, org-hide-wide-columns):
4512 Use `org-maybe-intangible'.
4513 (org-open-file): Use `shell-quote-argument'.
4514 (org-display-internal-link-with-indirect-buffer): New option.
4515 (org-file-remote-p): Get regexp from list.
4516 (org-link-expand-abbrev): New function.
4517 (org-link-abbrev-alist): New option.
4518 (org-open-at-point, org-cleaned-string-for-export):
4519 Call `org-link-expand-abbrev'.
4520 (org-timeline, org-agenda-list, org-todo-list)
4521 (org-tags-view): Remove the KEEP-MODES argument.
4522 (org-finalize-agenda-hook): New hook.
4523 (org-get-alist-option): New function.
4524 (org-follow-timestamp-link): New function.
4525 (org-open-at-point): Call `org-follow-timestamp-link'.
4526 (org-log-note-marker, org-log-note-purpose)
4527 (org-log-note-window-configuration): New variables.
4528 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4529 (org-log-note-headings): New option.
4530 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4531 (org-store-link): Support for dired-mode.
4532 (org-open-file): Substitute environment variables into filename.
4533 (org-last): New defsubst.
4534 (org-agenda-re-align-tags): New function.
4535 (org-agenda-align-tags-to-column): New option.
4536 (org-agenda-timeline): Group removed.
4537 (org-prepare-agenda, org-prepare-agenda-buffers)
4538 (org-run-agenda-series, org-timeline, org-agenda-list)
4539 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4540 the text property inticating the agenda type.
4541 (org-agenda-post-command-hook): Get agenda type from text property
4542 at point.
4543 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4544 and obey `org-agenda-overriding-arguments'.
4545 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4546 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4547 (org-agenda-week-view, org-agenda-day-view):
4548 Use `org-agenda-overriding-arguments' to make updating work with
4549 multi-block agendas.
4550 (org-agenda-prefix-format): Allow different formats for the
4551 different agenda entry types.
4552 (org-timeline-prefix-format): Option removed, use
4553 `org-agenda-prefix-format' instead.
4554 (org-prepare-agenda): New function.
4555 (org-select-timeline-window): Option removed, use
4556 `org-select-agenda-window' instead.
4557 (org-respect-restriction): Variable removed.
4558 (org-cmp-tag): New function.
4559 (org-agenda-sorting-strategy, org-entries-lessp):
4560 Implement sorting by last tag.
4561 (org-complete): Better completion in in-buffer option lines.
4562 (org-in-item-p): New function.
4563 (org-org-menu): Add entries for checkboxes.
4564 (org-cycle): Extra brouping in outline-regexp, because it is used
4565 in a search with "^" prepended.
4566 (org-provide-checkbox-statistics): New option.
4567 (org-set-font-lock-defaults): Highlight checkbox statistics.
4568 (org-update-checkbox-count-maybe)
4569 (org-get-checkbox-statistics-face): New functions.
4570 (org-update-checkbox-count): New command.
4571 (org-insert-item, org-toggle-checkbox):
4572 Call `org-update-checkbox-count-maybe'.
4573 (org-export-as-html): XEmacs compatibility for coding system.
4574 (org-force-cycle-archived): New command.
4575 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4576 overrules cycling.
4577 (org-fix-position-after-promote): If the line contains only a todo
4578 keyword, add a final space.
4579 (org-promote-subtree, org-demote-subtree):
4580 Call `org-fix-position-after-promote'.
4581
4582 2006-11-10 Glenn Morris <rgm@gnu.org>
4583
4584 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4585 date in every year.
4586 (calendar-dst-check-each-year-flag): New customizable variable.
4587 (calendar-dst-find-data): New function, extracted from
4588 calendar-current-time-zone.
4589 (calendar-current-time-zone): Use calendar-dst-find-data.
4590 (calendar-dst-transition-cache): New variable.
4591 (calendar-dst-find-startend, calendar-dst-starts)
4592 (calendar-dst-ends): New functions.
4593 (calendar-daylight-savings-starts)
4594 (calendar-daylight-savings-ends): Change value to use
4595 calendar-dst-starts, calendar-dst-ends; respectively.
4596
4597 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4598
4599 * ido.el (ido-enable-prefix)
4600 * ses.el (ses-call-printer-return)
4601 * net/tramp.el (tramp-unified-filenames)
4602 * progmodes/cc-align.el (c-lineup-string-cont)
4603 * progmodes/compile.el (compilation-directory-matcher)
4604 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4605 * progmodes/gdb-ui.el (gdb-many-windows)
4606 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4607 (vhdl-clock-rising-edge)
4608 * textmodes/org.el (org-export-with-timestamps)
4609 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4610 (org-read-date): Doc fix (Nil -> nil).
4611
4612 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4613
4614 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4615 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4616
4617 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * bs.el (bs--window-for-buffer): Remove.
4620 (bs--show-with-configuration): Use `get-window-with-predicate'
4621 instead of `bs--window-for-buffer'.
4622
4623 2006-11-10 Kenichi Handa <handa@m17n.org>
4624
4625 * files.el (revert-buffer): Fix previous change.
4626
4627 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * bs.el (bs--redisplay): Fix typo in docstring.
4630 (bs--window-config-coming-from): Make frame-local.
4631 (bs--restore-window-config): New function.
4632 (bs-kill, bs-select, bs-select-other-window)
4633 (bs-select-other-frame): Use it.
4634 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4635 (bs--show-with-configuration): Save the window configuration as a
4636 frame local var, and only if *buffer-selection* is not already
4637 visible on this frame.
4638
4639 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * vc-svn.el (vc-svn-admin-directory): New var.
4642 (vc-svn-registered, vc-svn-responsible-p)
4643 (vc-svn-repository-hostname): Use it.
4644 Suggested by arit93@yahoo.com.
4645
4646 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4647
4648 * ldefs-boot.el: Regenerate.
4649
4650 2006-11-08 Alan Mackenzie <acm@muc.de>
4651
4652 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4653 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4654 for least nested open-paren.
4655
4656 2006-11-08 Romain Francoise <romain@orebokech.com>
4657
4658 * subr.el (remove-overlays): Fix typo in last change.
4659
4660 2006-11-08 Richard Stallman <rms@gnu.org>
4661
4662 * subr.el (remove-overlays): Call overlay-recenter.
4663
4664 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4665
4666 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4667 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4668 behaviour.
4669 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4670 directly.
4671
4672 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4675 (ido-max-dir-file-cache, ido-decorations)
4676 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4677 (ido-magic-backward-char, ido-enter-dired)
4678 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4679 (ido-list-directory, ido-first-match, ido-only-match)
4680 (ido-subdir, ido-indicator): Fix typos in docstrings.
4681 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4682 (ido-read-internal): Fix typo in error message.
4683
4684 2006-11-08 Kenichi Handa <handa@m17n.org>
4685
4686 * international/mule-cmds.el (set-default-coding-systems):
4687 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4688
4689 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * makefile.w32-in (setwins): Remove.
4692 (WINS_ALMOST): New macro.
4693 (WINS): Use it.
4694 (autoloads): Don't extract autoloads from files in obsolete/.
4695
4696 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * whitespace.el (whitespace-buffer): Call remove-overlays after
4699 overlay-recenter for performance. Suggested by Martin Rudalics.
4700
4701 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * net/tramp.el (tramp-default-method): scp is the default method.
4704
4705 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4706
4707 * server.el (server-start): Save also the Emacs pid in the server file.
4708
4709 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4710
4711 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4712 point when displaying a bibtex cross reference in the echo area.
4713
4714 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4715
4716 * international/mule.el (make-char): Fix typo in docstring.
4717 (load-with-code-conversion, charsetp): Doc fixes.
4718
4719 * international/ja-dic-cnv.el (skkdic-convert):
4720 * cus-edit.el (hook): Fix typo in docstring.
4721
4722 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4725 (custom-mode-link-map): New variable.
4726 (custom-group-link, custom-manual): Use follow-link.
4727
4728 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4729
4730 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4731 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4732
4733 2006-11-06 Richard Stallman <rms@gnu.org>
4734
4735 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4736 New function broken out of flyspell-correct-word.
4737 (flyspell-mode-map): Bind it to M-RET.
4738 (flyspell-correct-word): Call it.
4739
4740 * textmodes/fill.el (fill-minibuffer-function): New function.
4741 (fill-paragraph): Bind fill-paragraph-function to
4742 fill-minibuffer-function.
4743
4744 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4745 so that they aren't undefined.
4746
4747 * dired.el (dired-readin): Locally bind file-name-coding-system.
4748
4749 * bindings.el: Shorten and clarify usual mode line mouse help string.
4750
4751 * Makefile.in (autoloads): Don't include `obsolete'.
4752
4753 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4756 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4757 Printing menu if it's not initialized.
4758 (pr-menu-bind): Act on menu-bar-file-menu directly.
4759
4760 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * help.el (view-emacs-news): Fix typo in error message.
4763
4764 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4765
4766 * shadowfile.el (shadow-define-regexp-group)
4767 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4768 (shadow-read-files): Fix typo in message.
4769 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4770 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4771 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4772 (shadow-file-match): Fix typos in docstrings.
4773
4774 * terminal.el (terminal-emulator): Fix typo in message.
4775
4776 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4777
4778 * emacs-lisp/lselect.el (x-kill-primary-selection)
4779 (x-delete-primary-selection, x-copy-primary-selection):
4780 Fix typos in error messages.
4781
4782 * emulation/edt-mapper.el: Fix typo in interactive message.
4783
4784 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4785
4786 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4787 (ispell-help): Fix typos in docstrings.
4788 (ispell-help): Fix typo in output message.
4789
4790 * allout.el (allout-adjust-file-variable)
4791 (allout-passphrase-verifier-string)
4792 (allout-passphrase-hint-string)
4793 (allout-toggle-current-subtree-encryption):
4794 * apropos.el (apropos-synonyms):
4795 * cus-edit.el (hook):
4796 * emacs-lock.el (emacs-lock-from-exiting):
4797 * follow.el (follow-avoid-tail-recenter-p):
4798 * hexl.el (hexl-mode):
4799 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4800 * mouse.el (mouse-set-font):
4801 * resume.el (resume-emacs-args-file):
4802 * rfn-eshadow.el (file-name-shadow-tty-properties):
4803 * t-mouse.el (t-mouse-process, t-mouse-mode):
4804 * emacs-lisp/cust-print.el (custom-print-install)
4805 (custom-print-uninstall, custom-format):
4806 * emacs-lisp/shadow.el (list-load-path-shadows):
4807 * emulation/tpu-edt.el (tpu-help-text)
4808 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4809 (tpu-reset-control-keys):
4810 * emulation/vip.el (vip-emacs-local-map)
4811 (vip-change-mode-to-emacs):
4812 * emulation/viper.el (viper-mode, viper-set-hooks)
4813 (viper-major-mode-modifier-list):
4814 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4815 * emulation/viper-keym.el (viper-emacs-kbd-map)
4816 (viper-toggle-key):
4817 * mail/feedmail.el (feedmail-queue-reminder)
4818 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4819 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4820 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4821 (feedmail-sender-line, feedmail-force-binary-write)
4822 (feedmail-from-line, feedmail-deduce-envelope-from)
4823 (feedmail-x-mailer-line, feedmail-message-id-generator)
4824 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4825 (feedmail-enable-spray, feedmail-spray-this-address)
4826 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4827 (feedmail-queue-runner-confirm-global)
4828 (feedmail-ask-before-queue-prompt)
4829 (feedmail-ask-before-queue-reprompt)
4830 (feedmail-prompt-before-queue-standard-alist)
4831 (feedmail-prompt-before-queue-user-alist)
4832 (feedmail-prompt-before-queue-help-supplement)
4833 (feedmail-queue-use-send-time-for-message-id)
4834 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4835 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4836 (feedmail-mail-send-hook-queued)
4837 (feedmail-confirm-addresses-hook-example)
4838 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4839 (feedmail-queue-runner-mode-setter)
4840 (feedmail-queue-alternative-mail-header-separator)
4841 (feedmail-queue-runner-message-sender)
4842 (feedmail-buffer-eating-function, feedmail-binmail-template)
4843 (feedmail-run-the-queue-no-prompts)
4844 (feedmail-run-the-queue-global-prompt)
4845 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4846 (feedmail-envelope-deducer, feedmail-fiddle-date)
4847 (feedmail-default-message-id-generator)
4848 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4849 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4850 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4851 (vms-pmail-setup):
4852 * play/dunnet.el (dun-help):
4853 * play/handwrite.el (handwrite):
4854 * play/hanoi.el (hanoi-unix-64):
4855 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4856 * textmodes/enriched.el (fixed):
4857 * textmodes/org.el (org-file-apps)
4858 (org-emphasis-regexp-components, org-emphasis-alist):
4859 * textmodes/texinfmt.el (batch-texinfo-format):
4860 Fix typos in docstrings.
4861
4862 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * loadhist.el (read-feature): Don't complete features not loaded
4865 from a file (which make `unload-feature' to fail).
4866
4867 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4868
4869 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4870
4871 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * startup.el (command-line-1): Kill emacs if the last frame is
4874 deleted while evaluating the command-line arguments.
4875
4876 2006-11-05 Richard Stallman <rms@gnu.org>
4877
4878 * startup.el (init-file-had-error): Add doc string.
4879 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4880 Use fixed-width font for keyboard key descriptions.
4881
4882 * cus-edit.el (custom-save-all): Error if saving in .emacs
4883 and it had an error when loaded.
4884
4885 * dired-aux.el (dired-copy-file-recursive): Catch errors
4886 from recursive copies in the loop, around the recursive call.
4887
4888 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4889
4890 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4891 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4892 `/proc/acpi/thermal_zone/*'.
4893 (battery-search-for-one-match-in-files): New. Search a regexp in
4894 the content of some files.
4895
4896 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4897
4898 * window.el (mouse-autoselect-window-now): Remove variable.
4899 (mouse-autoselect-window-state): New variable.
4900 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4901 (mouse-autoselect-window-select, handle-select-window):
4902 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4903 Suspend delayed autoselection during menu or popup dialog.
4904
4905 * info-look.el (info-lookup-guess-custom-symbol): New function
4906 for retrieving symbol at point in custom buffers.
4907 (top level) <info-lookup-maybe-add-help>: Add backquote and
4908 comma to ignored characters in regexps of help specifications
4909 for emacs-lisp-mode and lisp-interaction-mode. This permits
4910 looking up symbols in `...' and after a comma. Add help
4911 specifications for custom-mode and help-mode.
4912
4913 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4914
4915 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4916 Don't encode body if RAW is non-nil, or if the old encoding is
4917 identical to the new encoding, or if the body contains only
4918 eight-bit-* characters.
4919
4920 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4921
4922 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4923 (faces-sample-overlay): Remove variable.
4924 (describe-face): Insert sample text in the face being described.
4925
4926 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4927
4928 * whitespace.el (whitespace-indent-regexp): Make this match any
4929 multiples of eight spaces near the beginning of a line.
4930 (whitespace-buffer): Use `remove-overlays' instead of
4931 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4932 speed up overlay handling.
4933 (whitespace-buffer-leading, whitespace-buffer-trailing):
4934 Make these functions highlight the text removed by
4935 `whitespace-buffer-leading-cleanup' and
4936 `whitespace-buffer-trailing-cleanup' respectively.
4937 (whitespace-buffer-search): Use `with-local-quit'.
4938 Move `format' out of loop to speed up scanning larger buffers.
4939 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4940 that function is never added to a hook.
4941 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4942 (whitespace-buffer-leading-cleanup)
4943 (whitespace-refresh-rescan-list): Fix docstrings.
4944
4945 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4946
4947 * allout.el (allout-during-yank-processing): Cue for inhibiting
4948 aberrance processing during yanks.
4949 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4950 the amount of yanked topics that can be aberrant.
4951 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4952 a function, and supplement with inihibition of doublechecking
4953 during yanks.
4954 (allout-beginning-of-line, allout-next-heading)
4955 (allout-previous-heading, allout-goto-prefix-doublechecked)
4956 (allout-back-to-current-heading, allout-next-visible-heading)
4957 (allout-next-sibling): Use new allout-do-doublecheck function.
4958 (allout-next-sibling): Ensure we made progress when returning
4959 other than nil.
4960 (allout-rebullet-heading): Preserve text property annotations
4961 indicating the text was hidden, if it was.
4962 (allout-kill-line): Remove any added was-hidden annotations.
4963 (allout-kill-topic): Remove any added was-hidden annotations.
4964 (allout-annotate-hidden): Inhibit adding was-hidden text
4965 properties to the undo list.
4966 (allout-deannotate-hidden): New function to remove was-hidden
4967 annotation.
4968 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4969 (allout-remove-exposure-annotation): Replace by
4970 allout-deannotate-hidden.
4971 (allout-yank-processing): Signal that yank processing is happening
4972 with allout-during-yank-processing. Also, wrap
4973 allout-unprotected's closer to the text changes, for easier
4974 debugging. We need to inhibit-field-text-motion explicitly, in
4975 lieu of the encompassing allout-unprotected.
4976 (outlineify-sticky): Adjust criteria for triggering new outline
4977 decorations to presence or absence of any topics, not just a topic
4978 at the beginning of the buffer.
4979
4980 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * bs.el (bs--show-all, bs--redisplay):
4983 * cus-edit.el (custom-unlispify-menu-entries)
4984 (custom-unlispify-tag-names, custom-prompt-variable):
4985 * expand.el (expand-pos):
4986 * speedbar.el (speedbar-generic-list-tag-p):
4987 * wid-edit.el (widget-image-enable):
4988 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4989 * emacs-lisp/find-func.el (find-function-noselect)
4990 (find-function, find-variable-noselect, find-variable)
4991 (find-definition-noselect, find-face-definition):
4992 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4993 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4994 * progmodes/ada-xref.el (ada-find-in-ali):
4995 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4996 * textmodes/org.el (org-copy-subtree):
4997 * textmodes/table.el (table--row-column-insertion-point-p):
4998 Use "non-nil" in docstrings.
4999
5000 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5001
5002 * sort.el (sort-columns): Set the field separator to tab; on
5003 NetBSD, sort complains if "\n" is used as field separator.
5004
5005 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5006
5007 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5008
5009 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * server.el (server-auth-key): Remove. Replace by a process-property.
5012 (server-start): Don't remove the file of the previous process, but
5013 instead clear out the place for the new file.
5014 (server-start): Set the :auth-key property.
5015 (server-process-filter): Use the :auth-key property.
5016
5017 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5018
5019 * textmodes/org.el (org-mode-map): No longer copy
5020 `outline-mode-map' explicitly - this is already done by
5021 `define-derived-mode'.
5022
5023 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * server.el (server-visit-files): Use `when'.
5026 (server-process-filter): When authentication fails, send error
5027 message to client. Wrap `process-send-region' in `ignore-errors'
5028 instead of `condition-case', and remove misleading comment.
5029
5030 2006-11-01 Juri Linkov <juri@jurta.org>
5031
5032 * simple.el (yank): Doc fix.
5033
5034 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * server.el: Try and fit within 80 columns.
5037 (server-start): Make the auth file unreadable by other users.
5038
5039 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5040
5041 * battery.el (battery-linux-proc-acpi): Prevent range error when
5042 `full-capacity' is 0.
5043
5044 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5045
5046 * faces.el (faces-sample-overlay): New defvar.
5047 (faces-sample-overlay): New function to show face sample text.
5048 (describe-face): Use it.
5049
5050 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5051
5052 * progmodes/ada-stmt.el: Change maintainer, apply
5053 whitespace-cleanup, checkdoc.
5054 (ada-func-or-proc-name): Add doc string.
5055
5056 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5057 whitespace-cleanup, checkdoc. Minor improvements to many doc
5058 strings and comments.
5059 (ada-prj-display-page): Change buffer name to more accurately
5060 reflect function.
5061
5062 * progmodes/ada-xref.el: Change maintainer, apply
5063 whitespace-cleanup, checkdoc. Minor improvements to many doc
5064 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5065 (ada-compile-current): Don't add newlines to commands.
5066
5067 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * server.el: Add support for TCP sockets.
5070 (server-use-tcp, server-host, server-auth-dir): New options.
5071 (server-auth-key): New variable.
5072 (server-ensure-safe-dir): Create nonexistent parent dirs.
5073 Ignore Unix-style file modes on Windows.
5074 (server-start): Crete a TCP or Unix socket according to the value
5075 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5076 `server-auth-dir' directory.
5077 (server-process-filter): Delete process if authentication
5078 fails (which never happens for Unix sockets).
5079
5080 2006-10-30 David Kastrup <dak@gnu.org>
5081
5082 * subr.el (add-to-list): Don't continue checking if a match has
5083 been found.
5084
5085 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * tutorial.el: Move defvars to avoid bytecomp warnings.
5088 (tutorial--find-changed-keys): Check if viper-current-state is
5089 bound before using it.
5090 (help-with-tutorial): Check if viper-tutorial is defined before
5091 using it.
5092
5093 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5094
5095 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5096
5097 * tutorial.el: New file.
5098 (help-with-tutorial): Move here from help-fns.el. Added help for
5099 rebound keys. Fixed resume of tutorial.
5100 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5101 (tutorial--find-changed-keys, tutorial--display-changes)
5102 (tutorial--saved-dir, tutorial--saved-file)
5103 (tutorial--save-tutorial): New functions to support the changes in
5104 help-with-tutorial.
5105
5106 2006-10-30 Kenichi Handa <handa@m17n.org>
5107
5108 * files.el (revert-buffer): If a unibyte buffer is being reverted
5109 with a coding system for multibyte, set buffer multibyte before
5110 calling insert-file-contents.
5111
5112 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * server.el (server-select-display): Use a dummy buffer to detect when
5115 the frame is later used.
5116 (server-select-display): New function.
5117 (server-process-filter): Use it to detect unused temp frames.
5118
5119 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5120
5121 * progmodes/ada-mode.el: Change maintainer, apply
5122 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5123 (ada-mode-version): New function.
5124 (ada-create-menu): Menu operations are available for all supported
5125 compilers.
5126
5127 2006-10-29 Lars Hansen <larsh@soem.dk>
5128
5129 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5130 Highlight as keyword.
5131 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5132 Don't call tramp-method-out-of-band-p for local files.
5133 (tramp-touch): Quote file name.
5134
5135 2006-10-28 Glenn Morris <rgm@gnu.org>
5136
5137 * calendar/calendar.el (cal-html-cursor-month)
5138 (cal-html-cursor-year): Add autoloads for this new package.
5139 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5140
5141 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5142
5143 * calendar/cal-html.el: New file.
5144
5145 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * emacs-lisp/authors.el (authors-aliases): Update.
5148
5149 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * version.el (emacs-version): Bump version number to 22.0.90.
5152
5153 2006-10-26 John W. Eaton <jwe@octave.org>
5154
5155 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5156 New defvar.
5157 (inferior-octave-resync-dirs): Check to see whether Octave has
5158 built-in variables and set inferior-octave-has-built-in-variables.
5159 Check inferior-octave-has-built-in-variables to decide whether to
5160 send commands that set built-in variables or call functions to
5161 change Octave's behavior.
5162 Send "disp (pwd ())" to Octave instead of just "pwd".
5163 (inferior-octave-startup): Send "more off" to Octave instead of
5164 "page_screen_output = 0".
5165
5166 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5169 pattern normally.
5170
5171 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5172
5173 * bindings.el (mode-line-mode-menu): Remove bindings for global
5174 minor modes (line/column number) as they are on the menubar.
5175
5176 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5177
5178 * term/w32-win.el (x-handle-name-switch): Doc fix.
5179 (w32-standard-fontset-spec): Fix typo in docstring.
5180
5181 * midnight.el (midnight-buffer-display-time): Doc fix.
5182 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5183
5184 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5185
5186 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5187
5188 * viper-ex.el (ex-read): Quote file argument.
5189
5190 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5191
5192 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5193
5194 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5195
5196 * textmodes/flyspell.el (flyspell-check-region-doublons):
5197 Fix last fix.
5198
5199 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5200
5201 * bindings.el (mode-line-mode-menu): List global minor modes
5202 before local ones.
5203
5204 2006-10-23 Kim F. Storm <storm@cua.dk>
5205
5206 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5207 (sit-for): If last command was a prefix arg, add the read-ahead
5208 event to unread-command-events as (t . EVENT) so it will be added
5209 to this-command-keys by read-key-sequence.
5210
5211 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5212
5213 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5214 whitespace when checking doublons.
5215 (flyspell-check-region-doublons): Fix doublon regexp.
5216 (flyspell-highlight-incorrect-region): Highlight doublons using
5217 flyspell-duplicate face.
5218
5219 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5220
5221 2006-10-22 John Wiegley <johnw@newartisans.com>
5222
5223 * progmodes/python.el (python-use-skeletons): python-mode was
5224 auto-inserting templates (for those with abbrev-mode on), not only
5225 by default -- *but without a configuration variable to disable
5226 it*. This rendered python-mode completely useless for me, so I
5227 have added `python-use-skeletons', which is now off by default.
5228
5229 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5232 font-lock-multiline is auto-local (it's not).
5233 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5234 initialized before calling cperl-init-faces.
5235
5236 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5239 gdb-stack-position a value when there is no fringe.
5240
5241 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5242 indicator if not visiting a file.
5243
5244 2006-10-20 David Kastrup <dak@gnu.org>
5245
5246 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5247 operation would still cause some window to collapse later.
5248
5249 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5252 side-effect due to mixing various backends's file properties.
5253
5254 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5255 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5256 Return `filename's status if applicable. Update callers.
5257
5258 2006-10-19 Kenichi Handa <handa@m17n.org>
5259
5260 * international/kkc.el (kkc-region): When a key sequence is not
5261 defined, append (this-single-command-raw-keys) to
5262 unread-input-method-events.
5263
5264 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5267
5268 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5269
5270 * version.el (emacs-version): Use mac-carbon-version-string.
5271
5272 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5273
5274 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5275
5276 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5277 Kenichi Handa).
5278 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5279 the selection is not UTF-8.
5280
5281 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * progmodes/ada-mode.el (ada-83-string-keywords)
5284 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5285 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5286 (ada-looking-at-semi-private, ada-get-body-name):
5287 Fix typos in docstrings.
5288 (ada-create-case-exception, ada-create-case-exception-substring):
5289 Fix typos in error messages.
5290 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5291
5292 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5293
5294 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5295 to default-frame-alist if default-frame-alist already contains
5296 width/height.
5297
5298 2006-10-18 Richard Stallman <rms@gnu.org>
5299
5300 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5301 Non-interactive arg is the value, not the expression.
5302
5303 * simple.el (read-expression-map): Just set it, no defvar.
5304
5305 * subr.el (insert-for-yank-1): If last inserted char has
5306 properties, mark them as rear-nonsticky.
5307
5308 * recentf.el (recentf-mode): Doc fix.
5309
5310 * facemenu.el (facemenu-add-new-face): Defend against symbol
5311 that isn't a face name.
5312
5313 * dired-aux.el (dired-do-copy): Doc fix.
5314
5315 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5316
5317 * simple.el (line-move-1): Ignore fields when moving to the
5318 beginning of line to avoid getting point stuck.
5319
5320 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5321
5322 * textmodes/flyspell.el (flyspell-word-search-backward):
5323 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5324 text.
5325
5326 2006-10-16 Richard Stallman <rms@gnu.org>
5327
5328 * help-fns.el (describe-function-1): Special case optimization
5329 for self-insert-command.
5330
5331 2006-10-16 Kim F. Storm <storm@cua.dk>
5332
5333 * ido.el (ido-reread-directory): Work in `dir' mode too.
5334
5335 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5336
5337 * textmodes/table.el: Require 'regexp-opt.
5338
5339 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5340
5341 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5342 Use shell-quote-argument.
5343
5344 * shell.el (explicit-bash-args): Likewise.
5345
5346 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5347 Use grep -E rather than egrep.
5348
5349 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5350
5351 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5352
5353 2006-10-15 Kim F. Storm <storm@cua.dk>
5354
5355 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5356
5357 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5358
5359 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5360 to protect whitespace and metacharacters from the shell.
5361
5362 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5363
5364 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5365
5366 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5367
5368 * subr.el (start-process-shell-command): Doc fix.
5369
5370 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5371
5372 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5373 the regexp for Maxima symbols.
5374
5375 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5378 (vc-find-root): Don't walk higher up than ~.
5379
5380 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * international/utf-8.el (utf-translate-cjk-load-tables):
5383 Avoid clobbering last-coding-system-used during load.
5384
5385 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5386
5387 * textmodes/reftex-global.el (reftex-create-tags-file):
5388 Quote file arguments.
5389
5390 2006-10-12 Richard Stallman <rms@gnu.org>
5391
5392 * files.el (file-name-history): Add defvar.
5393 (save-some-buffers-action-alist): Improve description strings.
5394
5395 2006-10-12 Andreas Schwab <schwab@suse.de>
5396
5397 * files.el (auto-mode-alist): Match change log file name also with
5398 a dash before a numeric extension.
5399
5400 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5401
5402 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5403 After 5.0:
5404 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5405
5406 After 5.1: Major edit. Summary of most visible changes:
5407
5408 - Multiple <<HERE per line allowed.
5409 - Handles multiline subroutine declaration headers (with comments).
5410 (The exception is `cperl-etags' - but it is not used in the rest
5411 of the mode.)
5412 - Fontifies multiline my/our declarations (even with comments,
5413 and with legacy `font-lock').
5414 - Major speedup of syntaxification, both immediate and postponed
5415 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5416 huge real-life document I tested).
5417 - New bindings, edits to imenu.
5418 - "_" is made into word-char during fontification/syntaxification;
5419 some attempts to recognize non-word "_" during other operations too.
5420 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5421 - autoload some more perldoc-related stuff
5422 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5423 - Attempt to incorporate XEmacs edits which reached me.
5424
5425 Fine-grained changelog:
5426 (cperl-hook-after-change): New configuration variable.
5427 (cperl-vc-sccs-header): Likewise.
5428 (cperl-vc-sccs-header): Likewise.
5429 (cperl-vc-header-alist): Default via two preceding variables.
5430 (cperl-invalid-face): Remove double quoting under XEmacs
5431 (still needed under 21.2).
5432 (cperl-tips): Update URLs for resources.
5433 (cperl-problems): Likewise.
5434 (cperl-praise): Mention new features.
5435 New C-c key bindings: for `cperl-find-bad-style',
5436 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5437 `cperl-perdoc', and `cperl-perldoc-at-point'.
5438 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5439 moved, new submenu of Tools with Ispell entries and narrowing.
5440 (cperl-after-sub-regexp): New defsubst.
5441 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5442 Allows heads up to head4.
5443 Allow "package;".
5444 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5445 (paren-backwards-message): ??? Something for XEmacs???
5446 (cperl-mode): Never auto-switch abbrev-mode off.
5447 Try to allow '_' be non-word char.
5448 Do not use `font-lock-unfontify-region-function' on XEmacs.
5449 Reset syntax cache on mode start.
5450 Support multiline facification (even on legacy `font-lock').
5451 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5452 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5453 refuse to inform us whether the fontification is due to lazy
5454 calling or due to edit to a buffer, install our own hook
5455 (controlled by `cperl-hook-after-change').
5456 (cperl-electric-pod): =cut may have been recognized as start.
5457 (cperl-block-p): Move, updatedfor attributes.
5458 (cperl-calculate-indent): Try to allow '_' be non-word char
5459 Support subs with attributes.
5460 (cperl-where-am-i): Queit (?) a warning.
5461 (cperl-cached-syntax-table) New function.
5462 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5463 (cperl-unwind-to-safe): Recognize `syntax-type' property
5464 changing in a middle of line.
5465 (cperl-find-sub-attrs): New function.
5466 (cperl-find-pods-heres): Allow many <<EOP per line.
5467 Allow subs with attributes.
5468 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5469 Recognize "extproc " (OS/2) case-folded and only at start.
5470 /x on s///x with empty replacement was not recognized.
5471 Better comments.
5472 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5473 Allow subs with attributes, labels.
5474 Do not confuse "else::foo" with "else".
5475 Minor optimizations...
5476 (cperl-after-expr-p): Try to allow '_' be non-word char.
5477 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5478 with `looking-at' inside `narrow' and bulk out if found.
5479 (cperl-imenu--create-perl-index): Updates for new
5480 `cperl-imenu--function-name-regexp-perl'.
5481 (cperl-outline-level): Likewise.
5482 (cperl-init-faces): Allow multiline subroutine headers
5483 and my/our declarations, and ones with comments.
5484 Allow subroutine attributes.
5485 (cperl-imenu-on-info): Better docstring.
5486 (cperl-etags): Rudimentary support for attributes.
5487 Support for packages and "package;".
5488 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5489 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5490 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5491 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5492 (cperl-perldoc): Add autoload.
5493 (cperl-perldoc-at-point): Likewise.
5494 (cperl-here-doc-spell): New function.
5495 (cperl-pod-spell): Likewise.
5496 (cperl-map-pods-heres): Likewise.
5497 (cperl-get-here-doc-region): Likewise.
5498 (cperl-font-lock-fontify-region-function): Likewise (backward
5499 compatibility for legacy `font-lock').
5500 (cperl-font-lock-unfontify-region-function): Fix style.
5501 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5502 calls with no-change. Governed by `cperl-hook-after-change'.
5503 (cperl-fontify-update): Recognize that syntaxification region
5504 can be larger than fontification one.
5505 XXXX we leave `cperl-postpone' property, so this is quadratic...
5506 (cperl-fontify-update-bad): Temporary placeholder until
5507 it is clear how to implement `cperl-fontify-update'.
5508 (cperl-time-fontification): New function.
5509 (attrib-group): New text attribute.
5510 (multiline): New value: `syntax-type' text attribute.
5511
5512 After 5.2:
5513 (cperl-emulate-lazy-lock): New function.
5514 (cperl-fontify-syntaxically): Would skip large regions.
5515 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5516 Some globals were declared, but uninitialized.
5517
5518 After 5.3, 5.4:
5519 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5520 Copyright message updated.
5521 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5522 facification down a bit.
5523 Misprint for my|our|local for old `font-lock'
5524 "our" was not fontified same as "my|local".
5525 Highlight variables after "my" etc even in
5526 a middle of an expression.
5527 Do not facify multiple variables after my etc
5528 unless parentheses are present.
5529
5530 After 5.5, 5.6
5531 (cperl-fontify-syntaxically): after-change hook could reset.
5532 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5533
5534 After 5.7:
5535 (cperl-init-faces): Allow highlighting of local ($/).
5536 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5537 (cperl-problems): Remove fixed problems.
5538 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5539 Recognize charclasses (unless delimiter is \).
5540 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5541 (cperl-regexp-scan): Update docs.
5542 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5543
5544 After 5.8:
5545 Major user visible changes:
5546 Recognition and fontification of character classes in RExen.
5547 Variable indentation of RExen according to groups.
5548
5549 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5550 Fontify REx charclasses in variable-name face.
5551 Fontify POSIX charclasses in "type" face.
5552 Fontify unmatched "]" in function-name face.
5553 Mark first-char of HERE-doc as `front-sticky'.
5554 Reset `front-sticky' property when needed.
5555 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5556 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5557 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5558 constructs. Support `narrow'ed buffers.
5559 (cperl-praise): Remove a reservation.
5560 (cperl-make-indent): New function.
5561 (cperl-indent-for-comment): Use `cperl-make-indent'.
5562 (cperl-indent-line): Likewise.
5563 (cperl-lineup): Likewise.
5564 (cperl-beautify-regexp-piece): Likewise.
5565 (cperl-contract-level): Likewise.
5566 (cperl-toggle-set-debug-unwind): New function.
5567 New menu entry for this.
5568 (fill-paragraph-function): Use when `boundp'.
5569 (cperl-calculate-indent): Take into account groups when indenting RExen.
5570 (cperl-to-comment-or-eol): Recognize # which end a string.
5571 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5572 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5573 (cperl-fontify-syntaxically): More clear debugging message.
5574 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5575 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5576 Merge cosmetic changes from XEmacs.
5577
5578 After 5.9:
5579 (cperl-1+): Move to before the first use.
5580 (cperl-1-): Likewise.
5581
5582 After 5.10:
5583
5584 This code may lock Emacs hard!!! Use at your own risk!
5585
5586 (cperl-font-locking): New internal variable.
5587 (cperl-beginning-of-property): New function.
5588 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5589 instead of `previous-single-property-change'.
5590 (cperl-unwind-to-safe): Likewise.
5591 (cperl-after-expr-p): Likewise.
5592 (cperl-get-here-doc-region): Likewise.
5593 (cperl-font-lock-fontify-region-function): Likewise.
5594 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5595 recursively.
5596 Bound `next-single-property-change' via `point-max'.
5597 (cperl-unwind-to-safe): Bound likewise
5598 (cperl-font-lock-fontify-region-function): Likewise.
5599 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5600 Initialization of `cperl-font-lock-multiline-start' could be
5601 missed if the "main" fontification did not run due to the
5602 keyword being already fontified.
5603 (cperl-pod-spell): Return t from do-one-chunk function.
5604 (cperl-map-pods-heres): Stop when the worker returns nil.
5605 Call `cperl-update-syntaxification'.
5606 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5607 (cperl-get-here-doc-delim): Remove unused function.
5608
5609 After 5.11:
5610
5611 The possible lockup of Emacs (introduced in 5.10) fixed.
5612
5613 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5614 (cperl-syntaxify-for-menu): New customization variable.
5615 (cperl-select-this-pod-or-here-doc): New function.
5616 (cperl-get-here-doc-region): Extra argument.
5617 Do not adjust pos by 1.
5618
5619 New menu entries
5620 (Perl/Tools): Selection of current POD or HERE-DOC section.
5621 (Debugging CPerl:) backtrace on fontification.
5622
5623 After 5.12:
5624 (cperl-cached-syntax-table): Use `car-safe'.
5625 (cperl-forward-re): Remove spurious argument SET-ST.
5626 Add documentation.
5627 (cperl-forward-group-in-re): New function.
5628 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5629 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5630
5631 After 5.13:
5632 (cperl-string-syntax-table): Make { and } not-grouping
5633 (Sometimes they ARE grouping in RExen, but matching them would only
5634 confuse in many situations when they are not)
5635 (beginning-of-buffer): Replace two occurences with goto-char...
5636 (cperl-calculate-indent): `char-after' could be nil...
5637 (cperl-find-pods-heres): REx can start after "[" too.
5638 Hightlight (??{}) in RExen too.
5639 (cperl-maybe-white-and-comment-rex): New constant
5640 (cperl-white-and-comment-rex): Likewise.
5641 XXXX Not very efficient, but hard to make
5642 better while keeping 1 group.
5643
5644 After 5.13:
5645 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5646 Likewise for 1 << identifier.
5647
5648 After 5.14:
5649 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5650 Error-less condition-case could fail.
5651 (cperl-font-lock-fontify-region-function): Likewise.
5652 (cperl-init-faces): Likewise.
5653
5654 After 5.15:
5655 (cperl-find-pods-heres): Support property REx-part2.
5656 (cperl-calculate-indent): Likewise.
5657 Don't special-case REx with non-empty 1st line.
5658 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5659 Invert highlighting of charclasses:
5660 now the envelop is highlighted.
5661 Highlight many others 0-length builtins.
5662 (cperl-praise): Mention indenting and highlight in RExen.
5663
5664 After 5.15:
5665 (cperl-find-pods-heres): Highlight capturing parens in REx.
5666
5667 After 5.16:
5668 (cperl-find-pods-heres): Highlight '|' for alternation
5669 Initialize `font-lock-warning-face' if not present.
5670 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5671 `font-lock-function-name-face'.
5672 (cperl-look-at-leading-count): Likewise.
5673 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5674 `font-lock-keyword-face' (needed for
5675 batch processing), etc...
5676 Use `font-lock-builtin-face' for builtin in REx
5677 Now `font-lock-variable-name-face'
5678 is used for interpolated variables
5679 Use "talking aliases" for faces inside REx
5680 Highlight parts of REx (except in charclasses)
5681 according to the syntax and/or semantic
5682 Syntax-mark a {}-part of (?{}) as "comment"
5683 (it was the ()-part)
5684 Better logic to distinguish what is what in REx
5685 (cperl-tips-faces): Document REx highlighting
5686 (cperl-praise): Mention REx syntax highlight etc.
5687
5688 After 5.17:
5689 (cperl-find-sub-attrs): Would not always manage to print error message.
5690 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5691
5692 After 5.18:
5693 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5694 Very minor optimization.
5695 `my-cperl-REx-modifiers-face' got quoted.
5696 Recognize "print $foo <<END" as HERE-doc.
5697 Put `REx-interpolated' text attribute if needed.
5698 (cperl-invert-if-unless-modifiers): New function.
5699 (cperl-backward-to-start-of-expr): Likewise.
5700 (cperl-forward-to-end-of-expr): Likewise.
5701 (cperl-invert-if-unless): Works in "the opposite way" too.
5702 Cursor position on return is on the switch-word.
5703 Indents comments better.
5704 (REx-interpolated): New text attribute.
5705 (cperl-next-interpolated-REx): New function.
5706 (cperl-next-interpolated-REx-0): Likewise.
5707 (cperl-next-interpolated-REx-1): Likewise.
5708 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5709 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5710 (cperl-praise): Mention finded interpolated RExen.
5711
5712 After 5.19:
5713 (cperl-init-faces): Highlight %$foo, @$foo too.
5714 (cperl-short-docs): Better docs for system, exec.
5715 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5716 Would not find HERE-doc ended by EOF without NL.
5717 (cperl-short-docs): Correct not-doubled \-escapes.
5718 start block: Put some `defvar' for stuff gone from XEmacs.
5719
5720 After 5.20:
5721 initial comment: Extend copyright, fix email address.
5722 (cperl-indent-comment-at-column-0): New customization variable.
5723 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5724 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5725 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5726 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5727 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5728 highlight $ in $foo too (UNTESTED).
5729 (cperl-set-style): Docstring missed some available styles.
5730 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5731 Change "Current" to "Memorize Current".
5732 (cperl-indent-wrt-brace): New customization variable; the default is
5733 as for pre-5.2 version.
5734 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5735 (cperl-style-alist): Likewise.
5736 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5737 and `cperl-extra-newline-before-brace' etc
5738 being t
5739 (cperl-indent-exp): Plans B and C to find continuation blocks even
5740 if `cperl-extra-newline-before-brace' is t.
5741
5742 After 5.21:
5743 Improve some docstrings concerning indentation.
5744 (cperl-indent-rules-alist): New variable.
5745 (cperl-sniff-for-indent): New function name
5746 (separated from `cperl-calculate-indent').
5747 (cperl-calculate-indent): Separate the sniffer and the indenter;
5748 uses `cperl-sniff-for-indent' now.
5749 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5750 was inverted;
5751 Support `comment-column' = 0.
5752
5753 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5754
5755 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5756 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5757 * longlines.el (longlines-window-change-function): Likewise.
5758 * simple.el (undo-ask-before-discard): Likewise.
5759 * wid-edit.el (widget-field-prompt-internal)
5760 (widget-documentation-link-p): Likewise.
5761
5762 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5765 for a keyword.
5766
5767 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * newcomment.el (comment-valid-prefix-p): Make the check
5770 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5771 (comment-indent-new-line): Adjust call.
5772
5773 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5774
5775 * allout.el (allout-back-to-current-heading): Base on lower-level
5776 routines to get proper disqualification of aberrant topics.
5777
5778 2006-10-09 Richard Stallman <rms@gnu.org>
5779
5780 * textmodes/two-column.el (2C-two-columns): Doc fix.
5781
5782 2006-10-09 Kim F. Storm <storm@cua.dk>
5783
5784 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5785 about implicit use.
5786
5787 2006-10-08 Richard Stallman <rms@gnu.org>
5788
5789 * textmodes/two-column.el (2C-two-columns): Doc fix.
5790
5791 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5792
5793 * files.el: Mark `buffer-read-only' as safe-local-variable.
5794
5795 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5796
5797 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5798 Burp if GUD buffer has been killed.
5799
5800 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * completion.el (add-completions-from-c-buffer):
5803 Don't presume an error's second element is a string.
5804 Use looking-at rather than buffer-substring + member.
5805
5806 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5807
5808 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5809 `undecided', call find-coding-systems-region to find a proper
5810 non-trivial encoding.
5811 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5812 and "text/plain".
5813
5814 2006-10-07 Kevin Ryde <user42@zip.com.au>
5815
5816 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5817 url-link.
5818
5819 * strokes.el (defgroup strokes): Remove invalid url-link.
5820
5821 2006-10-07 Magnus Henoch <mange@freemail.hu>
5822
5823 * autoinsert.el (auto-insert-alist): Doc fix.
5824
5825 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5826
5827 * mouse-sel.el (mouse-insert-selection-internal):
5828 Use insert-for-yank, so that yank handlers are run.
5829
5830 2006-10-07 Kim F. Storm <storm@cua.dk>
5831
5832 * ido.el (ido-file-extension-aux): Fix comparison.
5833
5834 2006-10-06 Kim F. Storm <storm@cua.dk>
5835
5836 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5837
5838 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5839
5840 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5841 (ad-make-mapped-call): Use `let', not `let*'.
5842
5843 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5844
5845 * international/mule-cmds.el (coding-system-change-eol-conversion):
5846 Ensure the coding system is initialized before calling
5847 coding-system-eol-type.
5848
5849 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5850
5851 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5852 (org-activate-angle-links, org-activate-dates)
5853 (org-activate-target-links, org-activate-camels)
5854 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5855 textproperty keymaps from being active beyond the end of a line.
5856 (org-unfontify-region): Also remove `rear-nonsticky' property.
5857
5858 2006-10-04 Kenichi Handa <handa@m17n.org>
5859
5860 * international/code-pages.el (next): Table fixed.
5861
5862 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5865 that it's been made unnecessary by removing narrowing.
5866
5867 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5870 control flow a bit, simplify another bit, and add comments.
5871
5872 2006-10-03 David Kastrup <dak@gnu.org>
5873
5874 * help.el (describe-mode): For clicks on mode-line, use "@"
5875 interactive argument to get the major mode of the click instead of
5876 the current buffer.
5877
5878 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5879 in order to better redirect mouse-2 clicks. Also allow default
5880 bindings to apply.
5881
5882 2006-10-03 Kim F. Storm <storm@cua.dk>
5883
5884 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5885 (pushnew): Fix last change.
5886
5887 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5888
5889 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5890 Use the interactive spec of `eval-expression'.
5891
5892 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5893
5894 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5895
5896 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5897
5898 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5899 2006-09-28 commit.
5900
5901 2006-10-02 Kenichi Handa <handa@m17n.org>
5902
5903 * international/code-pages.el (iso-8859-6): Table fixed.
5904
5905 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5906
5907 * dired.el (dired-build-subdir-alist): Fix previous change.
5908
5909 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5910
5911 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5912
5913 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5916 "define-button-type".
5917
5918 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5919 they don't keep accumulating.
5920
5921 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5922
5923 * ffap.el (ffap-rfc-path): Change the address of the RFC
5924 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5925
5926 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5927
5928 * allout.el (allout-expose-topic): Rectify implementation of "+"
5929 spec, so that bodies are not exposed with headlines.
5930
5931 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5932
5933 * allout.el (allout-current-depth): Do aberrent check only at or
5934 below doublecheck depth.
5935 (allout-chart-subtree): Make it explicit that LEVELS being nil
5936 means unlimited depth. Drop undocumented support for LEVELS value
5937 t meaning unlimited depth. (This is consistent with
5938 allout-chart-to-reveal, but contrary to allout-show-children,
5939 which needs to use nil to default to depth of 1.)
5940 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5941 (allout-chart-to-reveal): Be explicit in docstring about meaning
5942 of nil LEVELS, and drop support for LEVELS value t.
5943 (allout-show-children): Translate the level spec used by this
5944 routine to that used by allout-chart-subtree and
5945 allout-chart-to-reveal.
5946 (allout-show-to-offshoot): Retry once when stuck, after opening
5947 subtree - improvements in discontinuity handling likely will
5948 enable progress.
5949
5950 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * wid-edit.el (widget-button-click-moves-point): New variable.
5953 (widget-button-click): If widget-button-click-moves-point is
5954 non-nil, set point after performing the button action
5955
5956 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5957
5958 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5959
5960 * files.el (find-file-existing): Modify to not allow wildcards.
5961
5962 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5963
5964 * simple.el (undo-more): When undo information for the region is
5965 exhausted, say "No further undo information FOR REGION".
5966
5967 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5968
5969 * progmodes/sh-script.el (sh-prev-thing):
5970 Take `sh-leading-keywords' into account.
5971
5972 2006-09-29 Glenn Morris <rgm@gnu.org>
5973
5974 * custom.el (defcustom): Doc fix.
5975
5976 * calendar/calendar.el (european-calendar-style):
5977 Call european-calendar or american-calendar as needed when set.
5978 (diary-view-entries, list-calendar-holidays): Move autoloads
5979 before use.
5980
5981 2006-09-29 Juri Linkov <juri@jurta.org>
5982
5983 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5984 to nil if there is no previous property change.
5985
5986 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5987
5988 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5989 saving anything to be sure that `forward-sexp' behaves correctly.
5990
5991 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5992
5993 * simple.el (line-move-finish): Ignore field boundaries if the
5994 initial and final points have the same `field' property.
5995
5996 2006-09-29 Kim F. Storm <storm@cua.dk>
5997
5998 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5999 to t while calling ido-read-internal.
6000
6001 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6002
6003 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6004 (org-archive-subtree): Remove erraneous `]' from character list.
6005
6006 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6007
6008 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6009 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6010 markers for data-area and parameters-area.
6011
6012 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6015
6016 * font-lock.el (font-lock-after-change-function): Refontify next line
6017 as well if end is at BOL.
6018 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6019 only extend the region as much as needed.
6020
6021 2006-09-28 Richard Stallman <rms@gnu.org>
6022
6023 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6024
6025 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6026
6027 * international/mule.el (after-insert-file-set-coding):
6028 If VISIT, don't let set-buffer-multibyte make undo info.
6029
6030 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6031
6032 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6033 lines in base64-encoded authentication response.
6034
6035 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6036
6037 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6038 (ebnf-version): New version 4.3.
6039 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6040 (ebnf-prologue): Adjust PostScript programming.
6041 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6042 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6043
6044 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * jit-lock.el (jit-lock-force-redisplay): Rename from
6047 jit-lock-fontify-again, and undo the mistaken change I've just done.
6048
6049 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6050 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6051
6052 2006-09-26 Kenichi Handa <handa@m17n.org>
6053
6054 * startup.el (display-splash-screen): Allow a prefix argument.
6055
6056 2006-09-25 Jason Rumney <jasonr@gnu.org>
6057
6058 * subr.el (shell-quote-argument): Use DOS logic for Windows
6059 shells with DOS semantics.
6060
6061 2006-09-24 Richard Stallman <rms@gnu.org>
6062
6063 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6064 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6065 to delete the overlay. Put it on pre-command-hook.
6066
6067 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6068
6069 * startup.el (fancy-splash-screens, normal-splash-screen):
6070 Call the splash buffer *About GNU Emacs*.
6071
6072 * simple.el (next-error-highlight, next-error-highlight-no-select):
6073 Default to 0.5.
6074 (yank-excluded-properties): Add `fontified'.
6075
6076 * font-lock.el (font-lock-compile-keywords): Allow value of
6077 syntax-begin-function to enable paren-column-0 highlighting.
6078
6079 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6080
6081 * dired.el (dired-build-subdir-alist): When file ends in colon,
6082 don't exit the loop, just disregard that file.
6083
6084 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * simple.el (line-move-finish): Handle corner case for fields in
6087 continued lines.
6088 (line-move-1): Remove flawed test for that case.
6089
6090 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6091
6092 * icomplete.el (icomplete-simple-completing-p): Use the correct
6093 name for the new variable, `icomplete-with-completion-tables'.
6094 (file local variables): Remove superfluous setting.
6095
6096 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6097
6098 * calendar/appt.el (appt-check): Fix typo for appointments just
6099 after midnight.
6100
6101 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * help.el (describe-key-briefly, describe-key): Don't expect an
6104 extra up event if a down-event is generated by a popup menu.
6105
6106 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6107
6108 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6109 local dictionary when changing the global dictionary.
6110
6111 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6112
6113 * icomplete.el (icomplete-with-completion-tables): List of
6114 specialized completion tables with which icomplete should
6115 operate. Include the new `internal-complete-buffer', so icomplete
6116 works with interactive buffer-selection.
6117 (icomplete-simple-completing-p): Add acceptance of specialized
6118 completion tables listed in icomplete-with-completion-tables.
6119
6120 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6121
6122 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6123
6124 * startup.el (command-line): Use `custom-reevaluate-setting' for
6125 `focus-follows-mouse'.
6126
6127 2006-09-22 Richard Stallman <rms@gnu.org>
6128
6129 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6130 explain why Save is not available.
6131
6132 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * woman.el (woman0-so): Use `let*', not `let'.
6135 (woman-horizontal-line): Remove unbalanced parenthesis.
6136
6137 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * woman.el: Make sure all the end-of-region markers we use have
6140 a non-nil insertion-type.
6141 (woman0-so): Move things around so we can use copy-marker.
6142 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6143 Adjust marker type.
6144 (woman2-process-escapes): Check marker type.
6145 (woman-horizontal-line): Dispense with the use of a marker.
6146
6147 2006-09-22 Jay Belanger <belanger@truman.edu>
6148
6149 * calc/calc-lang.el: Add Greek letters to math-variable-table
6150 property of tex.
6151
6152 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6155
6156 2006-09-22 Masatake YAMATO <jet@gyve.org>
6157
6158 * add-log.el (add-log-current-defun): Use `forward-sexp'
6159 instead of `forward-word' to pick c++::symbol.
6160 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6161
6162 2006-09-22 Kenichi Handa <handa@m17n.org>
6163
6164 * bindings.el: Fix setting self-insert-command for multibyte
6165 characters in global-map.
6166
6167 2006-09-21 David Kastrup <dak@gnu.org>
6168
6169 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6170 doc string.
6171
6172 2006-09-21 Kenichi Handa <handa@m17n.org>
6173
6174 * language/european.el ("Latin-1"): Add windows-1252 to
6175 coding-priority.
6176 ("German"): Likewise.
6177
6178 2006-09-21 Kim F. Storm <storm@cua.dk>
6179
6180 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6181 Suggested by Miles Bader.
6182
6183 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6184 instead of add-to-list in the simple case.
6185
6186 2006-09-20 Kenichi Handa <handa@m17n.org>
6187
6188 * isearch.el (isearch-process-search-char): Cancel the previous change.
6189 (isearch-search-string): New function.
6190 (isearch-search): Use isearch-search-string.
6191 (isearch-lazy-highlight-search): Likewise.
6192
6193 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6194
6195 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6196 string to become an option.
6197
6198 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6201
6202 2006-09-20 Kim F. Storm <storm@cua.dk>
6203
6204 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6205 position t instead of trying both window-end and window-end - 1.
6206
6207 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6208
6209 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6210 hidden trees.
6211
6212 2006-09-20 David Kastrup <dak@gnu.org>
6213
6214 * mouse.el (mouse-posn-property): Improve doc string.
6215 (mouse-on-link-p): Change buffers for function calls on links.
6216
6217 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6218 buffer is read-only.
6219
6220 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6221
6222 * allout.el (allout-unprotected): Let inhibit-read-only only when
6223 buffer-read-only isn't set.
6224 (allout-annotate-hidden): Enable topic annotation during copies even
6225 when the buffer is read-only, eg for topic copies. Ensure that the loop
6226 advances, even when the span extends beyond the deletion region.
6227 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6228 rather than allout-exposure-changed-hook, as a stronger assertion.
6229 (allout-keybindings-list): Add bindings for
6230 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6231 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6232 Copy wrappers for allout-kill-line and allout-kill-topic.
6233 (allout-listify-exposed): Position correctly to accumulate lines.
6234
6235 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * simple.el (line-move-1): Escape field boundaries occurring
6238 exactly at point. Update goal column if constrained to a field.
6239 (line-move-finish): Escape field boundaries occurring exactly at point.
6240
6241 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6244 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6245
6246 2006-09-19 Kim F. Storm <storm@cua.dk>
6247
6248 * help.el (describe-key-briefly, describe-key): Simplify printing
6249 of descriptions by using format and %S. Fix "is undefined"
6250 messages to say "at that spot" for mouse events.
6251
6252 * simple.el (line-move-partial): Optimize. Try window-line-height
6253 before posn-at-point to get vpos of current line.
6254
6255 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6256
6257 * viper.el: Bump up version/date of update to reflect the substantial
6258 changes done in August 2006.
6259
6260 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6261 are defined.
6262
6263 * ediff-util.el (ediff-add-to-history): New function.
6264
6265 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6266
6267 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6268
6269 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6270 Delete duplicate make-local-variable form.
6271 (conf-space-keywords): Add autoload cookie.
6272 Fix typo (`keywords', not `keyword').
6273
6274 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6275
6276 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6277 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6278 to x-gtk-use-old-file-dialog
6279
6280 2006-09-18 Richard Stallman <rms@gnu.org>
6281
6282 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6283 that might come in during mouse tracking.
6284
6285 2006-09-18 Kim F. Storm <storm@cua.dk>
6286
6287 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6288 new window-line-height function. Further optimize by not calling
6289 pos-visible-in-window-p for window-end when window-line-height
6290 returns useful information.
6291
6292 2006-09-16 Richard Stallman <rms@gnu.org>
6293
6294 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6295 (conf-space-mode): Don't handle prefix arg.
6296 Delete conf-space-keywords-override code.
6297 Use add-hook.
6298 (conf-space-keywords): New command.
6299 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6300 Delete conf-space-keywords-override code.
6301 (conf-space-keywords-alist): Doc fix.
6302 (conf-space-font-lock-keywords): Doc fix.
6303 (conf-space-keywords-override): Var deleted.
6304
6305 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * startup.el (fancy-splash-screens): Don't switch to the scratch
6308 buffer; it may not be the next buffer.
6309
6310 2006-09-16 Romain Francoise <romain@orebokech.com>
6311
6312 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6313 in both messages.
6314
6315 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6316
6317 * progmodes/python.el (python-preoutput-filter):
6318 Fix arg order to string-match.
6319
6320 2006-09-16 Richard Stallman <rms@gnu.org>
6321
6322 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6323 font-lock-compile-keywords.
6324
6325 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6326 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6327
6328 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6329
6330 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6331
6332 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6333 and the data doesn't look like UTF8, send STRING instead.
6334
6335 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6336
6337 * textmodes/flyspell.el (flyspell-check-region-doublons):
6338 New function to detect duplicated words.
6339 (flyspell-large-region): Use it.
6340
6341 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6344
6345 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6346
6347 * help.el (describe-prefix-bindings): Use let, not let*.
6348
6349 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6350
6351 * allout.el (allout-regexp, allout-line-boundary-regexp)
6352 (allout-bob-regexp): Correct grouping and boundaries to fix
6353 backwards traversal.
6354 (allout-depth-specific-regexp, allout-depth-one-regexp):
6355 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6356 worse time in allout-ascend.
6357 (allout-doublecheck-at-and-shallower): Identify depth threshold
6358 below which topics are checked for and disqualified by containment
6359 discontinuities.
6360 (allout-hotspot-key-handler): Correctly handle multiple-key
6361 strokes. Remove some unused variables.
6362 (allout-mode-leaders): Clarify that mode-specific comment-start
6363 will be used.
6364 (set-allout-regexp): Correctly regexp-quote allout regexps to
6365 properly accept alternative header-leads and primary bullets with
6366 regexp-specific characters (eg, C "/*", mathematica "(*").
6367 Include new regular expressions among those configured.
6368 (allout-infer-header-lead-and-primary-bullet):
6369 Rename allout-infer-header-lead.
6370 (allout-recent-depth): Manifest as a variable as well as a function.
6371 (allout-prefix-data): Simplify into an inline instead of a macro,
6372 assuming current match data rather than being explicitly passed
6373 it. Establish allout-recent-depth value as well as
6374 allout-recent-prefix-beginning and allout-recent-prefix-end.
6375 (allout-aberrant-container-p): True when an item's immediate
6376 offspring discontinuously contained. Useful for disqualifying
6377 unintended topic prefixes, likely at low depths.
6378 (allout-goto-prefix-doublechecked): Elaborate version of
6379 allout-goto-prefix which disqualifies aberrant pseudo-items.
6380 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6381 get disqualification of aberrant containers.
6382 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6383 containers.
6384 (allout-beginning-of-current-entry): Position at start of buffer
6385 when in container (depth 0) entry.
6386 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6387 (allout-current-bullet): Strip text properties.
6388 (allout-get-prefix-bullet): Use right match groups.
6389 (allout-beginning-of-line, allout-next-heading):
6390 Disqualify aberrant containers.
6391 (allout-previous-heading): Disqualify aberrant containers, and
6392 change to regular (rather than inline) function, to allow
6393 self-recursion.
6394 (allout-get-invisibility-overlay): Increment so progress is made
6395 when the first overlay is not the sought one.
6396 (allout-end-of-prefix): Disqualify aberrant containers.
6397 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6398 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6399 outline.el outlines) functional again. Change the primary bullet
6400 along with the header-lead - level 1 new-style bullets now work.
6401 Engage allout-before-change-handler in mainline Emacs, not just
6402 XEmacs, to do undo handling.
6403 (allout-before-change-handler): Expose undo changes occurring in
6404 hidden regions. Use allout-get-invisibility-overlay instead of
6405 reimplementing it inline.
6406 (allout-chart-subtree): Use start rather than end of prefix in
6407 charts. Use allout-recent-depth variable.
6408 (allout-chart-siblings): Disqualify aberrant topics.
6409 (allout-beginning-of-current-entry): Position correctly.
6410 (allout-ascend): Use new allout-depth-specific-regexp and
6411 allout-depth-one-regexp for linear instead of O(N^2) or worse
6412 behavior.
6413 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6414 reimplementing an algorithm.
6415 (allout-up-current-level): Depend on allout-ascend, rather than
6416 reimplementing an algorithm. Return to start-point if we fail.
6417 (allout-descend-to-depth): Use allout-recent-depth variable
6418 instead of function.
6419 (allout-next-sibling): On traversal of numerous intervening
6420 topics, resort to economical allout-next-sibling-leap.
6421 (allout-next-sibling-leap): Specialized version of
6422 allout-next-sibling that uses allout-ascend cleverly, to depend on
6423 a regexp search to leap large numbers of contained topics, rather
6424 than arbitrarily many one-by-one traversals.
6425 (allout-next-visible-heading): Disqualify aberrant topics.
6426 (allout-previous-visible-heading): Position consistently when
6427 interactive.
6428 (allout-forward-current-level): Base on allout-previous-sibling
6429 rather than (differently) reimplmenting the algorithm. Remove some
6430 unused variables.
6431 (allout-solicit-alternate-bullet): Present default choice stripped
6432 of text properties.
6433 (allout-rebullet-heading): Use bullet stripped of text properties.
6434 Register changes using allout-exposure-change-hook.
6435 Disregard aberrant topics.
6436 (allout-shift-in): With universal-argument, make topic a peer of
6437 it's former offspring. Simplify the code by separating out
6438 allout-shift-out functionality.
6439 (allout-shift-out): With universal-argument, make offspring peers
6440 of their former container, and its siblings. Implement the
6441 functionality here, rather than inappropriately muddling the
6442 implementation of allout-shift-in.
6443 (allout-rebullet-topic): Respect additional argument for new
6444 parent-child separation function.
6445 (allout-yank-processing): Use allout-ascend directly.
6446 (allout-show-entry): Disqualify aberrant topics.
6447 (allout-show-children): Handle discontinuous children gracefully,
6448 extending the depth being revealed to expose them and posting a
6449 message indicating the situation.
6450 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6451 Leave cursor in correct position.
6452 (allout-hide-current-subtree): Use allout-ascend directly.
6453 Disqualify aberrant topics.
6454 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6455 a way that the yanks can restore it, as used to happen.
6456 (allout-yank-processing): Restore exposure layout as recorded by
6457 allout-kill-*, as used to happen.
6458 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6459 for preseving and restoring exposure layout across kills.
6460 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6461 (allout-encrypt-string): Strip text properties.
6462 Rearranged order and outline-headings for some of the
6463 miscellaneous functions.
6464 (allout-resolve-xref): No need to quote the error name in the
6465 condition-case handler section.
6466 (allout-flatten): Classic recursive (and recursively intensive,
6467 without tail-recursion) list-flattener, needed by allout-shift-out
6468 when confronted with discontinuous children.
6469
6470 2006-09-16 Jason Rumney <jasonr@gnu.org>
6471
6472 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6473 on ms-windows.
6474 (dnd-open-unc-file): Remove.
6475 (dnd-open-local-file): Mention in doc string that it also handles
6476 remote files if the system natively supports unc file-names.
6477
6478 2006-09-15 Kim F. Storm <storm@cua.dk>
6479
6480 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6481 all necessary information about the event before erasing *Help*.
6482
6483 * simple.el (line-move-partial): Use window-line-visiblity to
6484 quickly check whether last line is partially visible, and only do
6485 the hard (and slow) part in that case.
6486
6487 2006-09-15 Jay Belanger <belanger@truman.edu>
6488
6489 * COPYING: Replace "Library Public License" by "Lesser Public
6490 License" throughout.
6491
6492 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6493
6494 * term/x-win.el (x-menu-bar-open): New function for F10.
6495
6496 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6499 Disallow filenames containing " -" to avoid confusion with libtool
6500 compilation messages. Suggested by Stefan Monnier.
6501
6502 2006-09-15 David Kastrup <dak@gnu.org>
6503
6504 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6505 instead of buffer position for `mouse-on-link-p'.
6506
6507 * mouse.el (mouse-posn-property): New function looking up the
6508 properties at a click position in overlays and text properties in
6509 either buffer or strings.
6510 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6511 of both `follow-link' as well as `mouse-face' properties.
6512 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6513 buffer position.
6514
6515 * help.el (describe-key-briefly): When reading a down-event on
6516 mode lines or scroll bar, swallow the following up event, too.
6517 Use the new mouse sensitity of `key-binding' for lookup.
6518 (describe-key): The same here.
6519
6520 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * play/life.el (life-patterns): Add a few more interesting patterns.
6523 (life-setup): Force `show-trailing-whitespace' to nil.
6524
6525 2006-09-14 Richard Stallman <rms@gnu.org>
6526
6527 * startup.el (fancy-splash-text): Change text to improve alignment.
6528 (fancy-splash-screens): Don't set non-standard tab width.
6529 Bind cursor-type temporarily, and make it easy to patch to
6530 preserve the splash buffer.
6531 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6532 (fancy-splash-screens): Display echo-area message explicitly.
6533 Don't set fancy-splash-help-echo.
6534
6535 * simple.el (line-number-mode): Group mode-line instead of
6536 editing-basics.
6537 (column-number-mode, size-indication-mode): Likewise.
6538
6539 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6540
6541 * time.el (display-time): Group mode-line instead of modeline.
6542
6543 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6544
6545 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * startup.el (fancy-splash-text): Move editing instructions to
6548 fancy-splash-head.
6549 (fancy-splash-head): Issue editing instructions.
6550 (fancy-splash-screens): Fixup whitespace.
6551
6552 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * bindings.el (mode-line-buffer-identification-keymap):
6555 Remove duplicate line.
6556
6557 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6558
6559 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6560 ignore lists.
6561
6562 2006-09-14 Kim F. Storm <storm@cua.dk>
6563
6564 * jit-lock.el (jit-lock-fontify-again): New function.
6565 (jit-lock-fontify-now): Use it instead of lambda form.
6566
6567 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6568
6569 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6570 (flyspell-auto-correct-word): Make ispell-filter local to these
6571 functions. Check that ispell-filter has new stuff before calling
6572 ispell-parse-output.
6573
6574 2006-09-13 Kim F. Storm <storm@cua.dk>
6575
6576 * simple.el (line-move-partial): Optimize.
6577
6578 2006-09-13 Richard Stallman <rms@gnu.org>
6579
6580 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6581 Delete spurious backquote.
6582
6583 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6584
6585 * net/rcirc.el (rcirc-print): Fix last change.
6586
6587 2006-09-12 Jay Belanger <belanger@truman.edu>
6588
6589 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6590
6591 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6592
6593 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6594 rcirc-show-maximum-output.
6595 (rcirc-mode): Remove window-scroll-function hook.
6596 (rcirc-scroll-to-bottom): Remove function.
6597 (rcirc-print): Recenter so point stays at the bottom of the window
6598 if point was already there.
6599
6600 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6601
6602 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6603 not to "t".
6604 * progmodes/compile.el (compilation-start): Likewise.
6605 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6606 Don't use expand-file-name on invocation-directory, since this
6607 might mishandle special characters in invocation-directory.
6608
6609 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * pcvs-defs.el: Remove * in defcustom's docstrings.
6612
6613 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6614
6615 * progmodes/compile.el (compilation-directory-properties):
6616 Doc fix for help-echo.
6617
6618 2006-09-12 Lars Hansen <larsh@soem.dk>
6619
6620 * desktop.el (desktop-read): Add comment.
6621
6622 2006-09-12 Kim F. Storm <storm@cua.dk>
6623
6624 * simple.el (next-error-highlight, next-error-highlight-no-select):
6625 Fix spelling error.
6626
6627 * subr.el (sit-for): Rework to use input-pending-p and cond.
6628 Return nil input is pending on entry also for SECONDS <= 0.
6629 (while-no-input): Use input-pending-p instead of sit-for.
6630
6631 2006-09-11 Richard Stallman <rms@gnu.org>
6632
6633 * simple.el (next-error-highlight, next-error-highlight-no-select):
6634 Fix custom type and doc strings.
6635
6636 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6639 (diff-apply-hunk): Use it to ask for confirmation.
6640
6641 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6644
6645 2006-09-11 David Kastrup <dak@gnu.org>
6646
6647 * help.el (string-key-binding, describe-key-briefly)
6648 (describe-key): Remove `string-key-binding' and its callers since
6649 `key-binding' already caters for the proper lookup now.
6650
6651 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6654 (cfengine-mode): Use it. Fix \ syntax to be like /.
6655
6656 * bindings.el (mode-line-buffer-identification-keymap):
6657 Move initialization into declaration.
6658
6659 2006-09-10 Kim F. Storm <storm@cua.dk>
6660
6661 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6662 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6663 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6664 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6665
6666 2006-09-10 Richard Stallman <rms@gnu.org>
6667
6668 * dired-aux.el: Handle errors in recursive copy usefully.
6669 (dired-create-files-failures): New variable.
6670 (dired-copy-file): Remove condition-case.
6671 (dired-copy-file-recursive): Check for errors on all file
6672 operations, and add them to dired-create-files-failures.
6673 Check file file-date-erorr here too.
6674 (dired-create-files): Check dired-create-files-failures
6675 and report those errors too.
6676
6677 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6678
6679 * subr.el (add-to-list): New argument COMPARE-FN.
6680
6681 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6682
6683 * filecache.el (file-cache-add-directory)
6684 (file-cache-add-directory-list, file-cache-add-file)
6685 (file-cache-add-directory-using-find)
6686 (file-cache-add-directory-using-locate)
6687 (file-cache-add-directory-recursively): Add autoloads.
6688
6689 2006-09-09 Richard Stallman <rms@gnu.org>
6690
6691 * textmodes/conf-mode.el (conf-space-mode):
6692 Use hack-local-variables-hook instead of calling hack-local-variables.
6693 (conf-space-keywords-override): New variable.
6694 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6695 (conf-space-mode): Always make conf-space-keywords and
6696 conf-space-keywords-override local.
6697 Call conf-space-mode-internal directly as well as via hook.
6698
6699 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6700
6701 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6702 quasi-keywords.
6703
6704 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6707 (python-send-string): Be slightly more careful about adding \n.
6708
6709 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6710 kill it right away anyway.
6711
6712 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6713
6714 * international/codepage.el (cp850-decode-table): Fix a few codes.
6715 (cp858-decode-table): New variable.
6716
6717 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6718
6719 * net/ldap.el (ldap-search-internal): Doc fix.
6720
6721 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6722
6723 * play/life.el (life-display-generation): Test for input manually if
6724 `sleeptime' is negative or null.
6725
6726 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6727 (print-region-1): Substitute `%s' with the page title.
6728
6729 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6730
6731 * locate.el (locate-current-search): New variable.
6732 (locate): Set buffer local value. Use current buffer if it is
6733 in Locate mode.
6734 (locate-mode): Disable undo here.
6735 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6736 (locate-update): Use locate-current-search and locate-current-filter.
6737
6738 2006-09-08 David Kastrup <dak@gnu.org>
6739
6740 * desktop.el (desktop-read): When loading a desktop, disable
6741 saving it while the load progresses, and switch off a pending lazy
6742 load by calling `desktop-lazy-abort'.
6743
6744 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6745
6746 * window.el (mouse-autoselect-window-timer)
6747 (mouse-autoselect-window-position)
6748 (mouse-autoselect-window-window)
6749 (mouse-autoselect-window-now): New vars.
6750 (mouse-autoselect-window-cancel)
6751 (mouse-autoselect-window-select)
6752 (mouse-autoselect-window-start): New functions.
6753 (handle-select-window): Call `mouse-autoselect-window-start' when
6754 delayed window autoselection is enabled.
6755
6756 * cus-start.el (mouse-autoselect-window): Handle delayed window
6757 autoselection.
6758
6759 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6760 commands after which it is allowed to print in the echo area.
6761
6762 2006-09-08 Richard Stallman <rms@gnu.org>
6763
6764 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6765
6766 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6767 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6768
6769 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6770 (cancel-timer-internal): Add doc string.
6771 (cancel-function-timers): Doc fix.
6772 (with-timeout-handler, timer-event-last*): Add doc strings.
6773
6774 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6775
6776 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6777
6778 * dired.el (dired-log-summary): Add doc string.
6779
6780 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6781 (custom-group-menu-create): Not here.
6782
6783 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6784
6785 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6786
6787 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6788
6789 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6790 (mac-apple-event-map): Define its handler.
6791
6792 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6793
6794 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6795
6796 2006-09-07 Magnus Henoch <mange@freemail.hu>
6797
6798 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6799 clause.
6800
6801 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6802
6803 * info.el (Info-index): Bind completion-ignore-case.
6804
6805 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6808 previous commit.
6809 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6810 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6811 burp in dedicated windows.
6812 (inferior-prolog-self-insert-command): New command.
6813 (inferior-prolog-mode-map): Use it.
6814
6815 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6816
6817 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6818
6819 * international/code-pages.el: Add cp858.
6820
6821 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6822
6823 * dnd.el: Fix bootstrapping.
6824
6825 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6826
6827 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6828 (dnd-open-remote-url): New function.
6829 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6830 not windows-nt.
6831
6832 2006-09-07 Jason Rumney <jasonr@gnu.org>
6833
6834 * dnd.el (dnd-open-remote-file-function): New variable.
6835 (dnd-open-unc-file): New function.
6836 (dnd-open-file): Call dnd-open-remote-file-function if set.
6837
6838 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6839
6840 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6841 pgg-passphrase-coding-system rather than locale-coding-system.
6842 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6843
6844 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * progmodes/prolog.el: Remove * in docstrings.
6847 (prolog-program-name): Add SWI prolog.
6848 (prolog-mode-menu): New menu.
6849 (prolog-mode): Set comment-add.
6850 (prolog-indent-line): Simplify. Use indent-line-to.
6851 (inferior-prolog-buffer): New var.
6852 (inferior-prolog-run, inferior-prolog-process): New funs.
6853 (run-prolog, switch-to-prolog): Rewrite, using them.
6854 (prolog-consult-region): Use inferior-prolog-buffer.
6855 (inferior-prolog-load-file): New function.
6856 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6857
6858 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6859 last word, if it's not the end of the paragraph.
6860
6861 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6862 file name.
6863
6864 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6865
6866 * frame.el (display-mm-dimensions-alist): New defcustom.
6867 (display-mm-height, display-mm-width): Use it.
6868
6869 2006-09-06 Simon Josefsson <jas@extundo.com>
6870
6871 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6872
6873 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6874
6875 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6876 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6877 string values.
6878
6879 2006-09-06 Kim F. Storm <storm@cua.dk>
6880
6881 * simple.el (line-move-partial): New function to do vscrolling for
6882 partially visible images / tall lines. Rewrite based on code
6883 previously in line-move. Simplify backwards vscrolling.
6884 (line-move): Use it. Simplify.
6885
6886 2006-09-05 Kim F. Storm <storm@cua.dk>
6887
6888 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6889
6890 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6893 Process the `gcc-include' after the `gnu' rule.
6894
6895 2006-09-05 Kim F. Storm <storm@cua.dk>
6896
6897 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6898
6899 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6900
6901 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6902 compatibility.
6903
6904 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6905 inhibit-redisplay; encode passphrase with locale-coding-system.
6906
6907 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6908
6909 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6910
6911 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6914 (gdb-var-list-children-regexp): Make type field optional.
6915
6916 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6917 e.g public, protected in C++.
6918
6919 2006-09-04 John Paul Wallington <jpw@pobox.com>
6920
6921 * simple.el (completion-show-help): New defcustom.
6922 (completion-setup-function): Heed it.
6923
6924 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6927
6928 2006-09-04 Richard Stallman <rms@gnu.org>
6929
6930 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6931 (rsf-min-region-to-spam-list): Doc fix.
6932 (rsf-add-content-type-field): Doc fix.
6933
6934 * simple.el (kill-region): Explicitly test there is a region.
6935
6936 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6939 sendmail in several common directories.
6940
6941 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6942
6943 * paths.el (sendmail-program): Removed.
6944
6945 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6946
6947 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6948 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6949 http://article.gmane.org/gmane.emacs.gnus.general/50457
6950
6951 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6954 mark after running the menu filter.
6955
6956 2006-09-03 Juri Linkov <juri@jurta.org>
6957
6958 * international/quail.el (quail-defrule-internal): Add a check
6959 if a key is a vector.
6960
6961 2006-09-02 Juri Linkov <juri@jurta.org>
6962
6963 * man.el (Man-topic-history): New variable.
6964 (man): Use it.
6965
6966 * woman.el (woman-topic-history): Change defvar to defvaralias
6967 for symbol `Man-topic-history'.
6968
6969 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6970 `comint-last-output-start' is a marker by using `markerp' and
6971 check if it has a position by using `marker-position', and use
6972 this position for `goto-char'.
6973
6974 * international/quail.el (quail-defrule-internal): Add missing
6975 `error' call for null key.
6976
6977 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6978
6979 * rcirc.el (rcirc-keywords): New variable.
6980 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6981 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6982 variables.
6983 (rcirc-responses-no-activity): New function.
6984 (rcirc-handler-generic): Check for responses in above.
6985 (rcirc-process-command): Add ?: character to arguments of raw
6986 server commands.
6987 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6988 `rcirc-dim-nicks'.
6989 (rcirc-gray-toggle): Remove unused variable.
6990 (rcirc-print): Remove some tracking logic, which is moved into
6991 markup functions.
6992 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6993 types.
6994 (rcirc-activity-string): Look for 'keyword in activity-types.
6995 (rcirc-window-configuration-change): Don't erase overlay-arrow
6996 unnecessarily.
6997 (rcirc-add-or-remove): New function.
6998 (rcirc-cmd-ignore): Use it.
6999 (rcirc-message-leader): Remove unused function.
7000 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7001 (rcirc-add-face): New function.
7002 (rcirc-facify): Use rcirc-add-face.
7003 (rcirc-url-regexp): Add parens.
7004 (rcirc-map-regexp): Remove function.
7005 (rcirc-mangle-regexp): Remove function.
7006 (rcirc-markup-text-functions): New variable.
7007 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7008 (rcirc-markup-body-text, rcirc-markup-attributes)
7009 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7010 (rcirc-markup-bright-nicks): New markup handler functions.
7011 (rcirc-nick-in-message-full-line): New face.
7012 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7013 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7014
7015 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7016
7017 * cus-start.el (hscroll-margin, hscroll-step)
7018 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7019 (x-use-underline-position-properties): Change version to "22.1"
7020 since they will appear there for the first time.
7021
7022 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7025
7026 2006-08-31 Richard Stallman <rms@gnu.org>
7027
7028 * cus-edit.el (custom-save-variables): Slight cleanup.
7029 (Custom-no-edit): Renamed from custom-no-edit.
7030 (Custom-newline): Renamed from custom-newline.
7031 (custom-mode-map): Use new names.
7032
7033 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7034 about customization, rather than M-x customize, in the doc string
7035 made for the defcustom.
7036
7037 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7038
7039 2006-08-31 Romain Francoise <romain@orebokech.com>
7040
7041 * dired-x.el (dired-guess-shell-alist-default): Update.
7042
7043 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7044
7045 * custom.el (custom-theme-set-variables): Autoload packages before
7046 sorting the variables.
7047
7048 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7049
7050 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7051 chars if XEmacs.
7052 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7053
7054 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7057 waiting for process.
7058
7059 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7060
7061 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7062 results in ASCII-only string, encode original one directly.
7063
7064 2006-08-29 Romain Francoise <romain@orebokech.com>
7065
7066 * startup.el (normal-splash-screen, fancy-splash-screens):
7067 Make buffer read-only and arrange to enter view mode if necessary.
7068
7069 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * hl-line.el (hl-line): New face.
7072 (hl-line-face): Use it.
7073
7074 * image-mode.el (image-mode): Fix last fix.
7075 Suggested by Kim F. Storm.
7076
7077 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7078
7079 Sync with Tramp 2.0.54.
7080
7081 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7082 of `=', because `tramp-get-remote-gid' might not always return an
7083 integer when expected.
7084 (tramp-register-file-name-handlers): `partial-completion-mode' is
7085 unknown to XEmacs.
7086 (tramp-time-diff): Don't use `floor', it might fail for large
7087 differences.
7088 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7089 `tramp-auto-save-directory' if unset in order to guarantee unique
7090 auto-save file names.
7091
7092 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * image-mode.el (image-mode): Display image as text on a terminal.
7095
7096 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * progmodes/python.el (python-send-command): Simplify.
7099 (run-python): Don't generate a new buffer unless `new' was specified.
7100 Make sure we send `import emacs' to the proper process.
7101
7102 * progmodes/python.el (python-send-command): Don't wait for the command
7103 to terminate. Don't fiddle with compilation-parsing-end.
7104
7105 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7108 Insert commentary after first line summary.
7109
7110 * woman.el (woman-follow): New function, based on `man-follow'.
7111 (woman-mode-map): Use it.
7112
7113 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7114 since ibuffer-do-sort-by-recency does not define a sorter.
7115
7116 2006-08-28 Kim F. Storm <storm@cua.dk>
7117
7118 * find-dired.el (find-dired): Use shell-quote-argument to properly
7119 escape ( and ) args. Also use it on {} and ; args in default
7120 value of find-ls-option string.
7121 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7122
7123 2006-08-27 Michael Olson <mwolson@gnu.org>
7124
7125 * emacs-lisp/tq.el: Small grammar fix in comments.
7126 (tq-enqueue): Check for existence of queue rather than the
7127 head queue item's question, which was a no-op.
7128 (tq-filter, tq-process-buffer): Make sure the process buffer
7129 exists before making it the current buffer.
7130
7131 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7132
7133 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7134 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7135 (special-event-map): Apply 2006-08-16 change for x-win.el.
7136
7137 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * progmodes/python.el (python-send-receive): Wait in the
7140 process's buffer so as to check the right buffer-local variables.
7141
7142 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7145 (defgroup checkdoc): Move to beginning.
7146
7147 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7148 (python-preoutput-continuation): Remove.
7149 (python-preoutput-filter): Simplify correspondingly.
7150 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7151 Loop around to catch embedded _emacs_out output.
7152 (run-python): Send the import&print command on a single line.
7153 (python-send-command): Send command&print on a single line.
7154 (python-send-string): Only add double \n if needed.
7155 (python-send-receive): Loop until the result comes.
7156 (python-mode-running): Defvar it.
7157 (python-setup-brm): Remove unused var `menu'.
7158 Only bind py-mode-map and `features' around brm-init.
7159 (python-calculate-indentation): Remove unused var `point'.
7160 (python-beginning-of-defun): Remove unused var `def-line'.
7161
7162 2006-08-25 Richard Stallman <rms@gnu.org>
7163
7164 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7165
7166 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7167
7168 * viper.el (viper-set-hooks): Use frame bindings for
7169 viper-vi-state-cursor-color.
7170 (viper-non-hook-settings): Don't set default
7171 mode-line-buffer-identification.
7172
7173 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7174 (viper-set-cursor-color-according-to-state)
7175 (viper-get-saved-cursor-color-in-replace-mode)
7176 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7177 viper-emacs-state-cursor-color.
7178
7179 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7180 (viper-undo): Use point if undo-beg-posn is nil.
7181 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7182 (viper-after-change-undo-hook): Don't use
7183 viper-emacs-state-cursor-color by default.
7184 (viper-undo): More sensible positioning after undo.
7185
7186 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7187 (viper-emacs-state-cursor-color): Default to nil, since this feature
7188 doesn't work well yet.
7189
7190 * ediff-mult.el (ediff-intersect-directories)
7191 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7192 always expand filenames.
7193
7194 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * tumme.el: Remove * in defcustoms's docstrings.
7197
7198 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7201 Accept internal time format for SECS arg.
7202 (timer-relative-time): Doc fix.
7203
7204 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7205 adapted from Martin Rudalics.
7206 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7207 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7208 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7209 using sit-for.
7210
7211 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7212
7213 * cus-start.el (all): Add `overline-margin' and
7214 `x-underline-at-descent-line'.
7215
7216 2006-08-24 Kim F. Storm <storm@cua.dk>
7217
7218 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7219 to mean "use find -exec"; nil now unambiguously means auto-detect.
7220 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7221 Use shell-quote-argument to build grep-find-command and
7222 grep-find-template.
7223 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7224 Reported by Tom Seddon.
7225
7226 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * startup.el (fancy-splash-head): Give instructions for dismissing
7229 the splash screen for default startup too.
7230 (display-startup-echo-area-message, fancy-splash-screens)
7231 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7232 all splash text at once and keep the splash buffer around.
7233 (command-line-1): Give display-startup-echo-area-message a t arg.
7234
7235 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7236
7237 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7238 gnus frame is selected.
7239
7240 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7241
7242 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7243
7244 2006-08-22 Kim F. Storm <storm@cua.dk>
7245
7246 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7247 Add suffix matching for subdirs.
7248
7249 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7250
7251 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7252 mouse-yank-at-point is non-nil.
7253
7254 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7257 a bit wider and remove fringes to fit initial output on line.
7258
7259 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * frame.el (blink-cursor-end): Only ignore the error we care about.
7262 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7263
7264 2006-08-21 Richard Stallman <rms@gnu.org>
7265
7266 * whitespace.el (whitespace-cleanup): Doc fix.
7267
7268 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7269
7270 * net/rcirc.el (rcirc-show-maximum-output): New var.
7271 (rcirc-buffer-process): If no buffer argument is supplied, use
7272 current-buffer.
7273 (rcirc-complete-nick): Complete to the last completed nick first.
7274 (rcirc-mode): Preserve the value of `rcirc-urls' across
7275 connections. Setup scroll function.
7276 (rcirc-scroll-to-bottom): New function.
7277 (rcirc-print): Use nick syntax around regexp work.
7278 Notice dim-nicks speaking only if they say our nick.
7279 (rcirc-update-activity-string): Do not show the modeline indicator
7280 if there are no live rcirc processes.
7281 (rcirc-cmd-ignore): Ignore case.
7282 (rcirc-browse-url-at-point): Fix off-by-one error.
7283
7284 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * progmodes/python.el: Remove * in defcustom docstrings.
7287 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7288 (python-mode): Set tab-width and indent-tabs-mode.
7289
7290 2006-08-20 Dave Love <fx@gnu.org>
7291
7292 * progmodes/python.el: Update to Dave Love's latest version.
7293 (python-font-lock-keywords, python-mode): Don't use
7294 font-lock-syntax-table, but match symbol elements explicitly instead.
7295 (python-mode-map): Add help, and a few more key bindings.
7296 (python-skip-comments/blanks): Move out of comments as well.
7297 (python-continuation-line-p): Behave better with unbalanced parens.
7298 (python-blank-line-p): New fun.
7299 (python-open-block-statement-p): Don't use a heuristic.
7300 (python-outdent-p): Better handle blocks-in-the-same-line.
7301 (python-calculate-indentation): Misc improvements.
7302 (python-comment-indent): Remove.
7303 (python-block-pairs): New var.
7304 (python-first-word): New fun.
7305 (python-indentation-levels): Handle more common cases.
7306 (python-indent-line-1): Add `leave' argument.
7307 (python-indent-region): New fun.
7308 (python-skip-out): New fun.
7309 (python-beginning-of-statement, python-end-of-statement): Use it.
7310 (python-next-statement): Return correct count even at eob.
7311 (python-end-of-block): Fix paren-typo.
7312 (python-imenu-create-index): Add module variables.
7313 (run-python): Add `new' arg.
7314 Check we're at a prompt before returning.
7315 (python-send-command): Move to end of buffer.
7316 Wait for prompt to return.
7317 (python-set-proc): New fun.
7318 (python-imports): New var.
7319 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7320 (python-eldoc-function): Try to move out of arg list.
7321 (python-outline-level): Offset by 1.
7322 (python-find-imports): New fun.
7323 (python-symbol-completions): Use python-imports.
7324 (python-module-path, ffap-alist): Add support for ffap.
7325 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7326 (python-insert-*, python-default-template, python-expand-template):
7327 Add templates/skeletons.
7328 (python-setup-brm): Support for Bicycle Repair Man.
7329 (python-abbrev-syntax-table): New var.
7330 (python-abbrev-pc-hook, python-pea-hook): New funs.
7331
7332 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * frame.el (blink-cursor-start): Set timer first.
7335 (blink-cursor-end): Ignore timer cancelling errors.
7336 Suggested by Ken Manheimer.
7337
7338 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7341 Add autoload cookie.
7342
7343 2006-08-20 Richard Stallman <rms@gnu.org>
7344
7345 * simple.el (line-number-at-pos): Doc fix.
7346
7347 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7348 timer-activate-when-idle, so timer can run before Emacs becomes
7349 non-idle again.
7350
7351 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7352
7353 * whitespace.el (whitespace-cleanup-internal): New optional arg
7354 REGION-ONLY. If it's non-nil, modify the message to the user
7355 accordingly.
7356 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7357 a non-nil argument.
7358
7359 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7360
7361 * rect.el (spaces-string): Simplify and add doc string.
7362
7363 2006-08-17 Romain Francoise <romain@orebokech.com>
7364
7365 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7366
7367 2006-08-17 Richard Stallman <rms@gnu.org>
7368
7369 * compare-w.el (compare-windows): lambda's take an arg and pass
7370 it to compare-windows-skip-whitespace.
7371
7372 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7373
7374 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7375 the right buffer.
7376
7377 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7380 removed files.
7381
7382 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7385 (gdb-locals-watch-map-1): Suppress keymap first.
7386 (gdb-edit-locals-map-1): New variable.
7387 (gdb-edit-locals-value): New function.
7388 (gdb-stack-list-locals-handler): Use them.
7389
7390 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7393 cursor would normally be drawn in the fringe.
7394
7395 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7396 Reported by Martin Rudalics <rudalics@gmx.at>.
7397
7398 2006-08-16 Richard Stallman <rms@gnu.org>
7399
7400 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7401 (special-event-map): Process drag-n-drop events this way.
7402
7403 * simple.el (move-beginning-of-line): Test whether fields
7404 would prevent motion back to line's first visible character.
7405 If so, stop where the fields would stop the motion.
7406
7407 * newcomment.el (comment-indent): Fully update INDENT
7408 before checking to see if it will change the text.
7409
7410 * cus-edit.el (custom-newline): New function.
7411 (custom-mode-map): Bind newline to custom-newline.
7412
7413 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7414 into ignore-whitespace.
7415 Check each buffer for its skip-function.
7416 Handle compare-windows-skip-whitespace special-case test
7417 by returning t from default skip function.
7418
7419 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7420
7421 * textmodes/org.el (org-clock-special-range)
7422 (org-clock-update-time-maybe): New functions.
7423 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7424 not only a-z.
7425 (org-agenda-get-blocks): Allow multiple blocks per headline.
7426 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7427 (org-export-html-title-format)
7428 (org-export-html-toplevel-hlevel): New options.
7429 (org-export-language-setup): Add support for Czech.
7430 (org-mode, org-insert-todo-heading, org-find-visible)
7431 (org-find-invisible, org-invisible-p, org-invisible-p2)
7432 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7433 (org-show-subtree, org-show-entry, org-make-options-regexp):
7434 Remove compatibility support for old outline-mode.
7435 (org-check-occur-regexp): Funtion removed.
7436 (org-on-heading-p, org-back-to-heading): Made defalias.
7437 (org-set-local): New defsubst.
7438 (org-set-regexps-and-options, org-mode)
7439 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7440 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7441 (org-remember-apply-template, org-table-edit-field)
7442 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7443 (org-set-autofill-regexps): Use `org-set-local'.
7444 (org-table-eval-formula): Fix bug with parsing of display flags.
7445
7446 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7447
7448 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7449 frame with fringe arrow. Suggested by Simon Marshall
7450 <simon.marshall@misys.com>.
7451 (gdb-stack-position): New variable.
7452 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7453 (gdb-frames-mode): Set gdb-stack-position to nil.
7454 Add to overlay-arrow-variable-list
7455 (gdb-reset): Delete gdb-stack-position from above list.
7456
7457 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7458
7459 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7460 read only.
7461
7462 2006-08-13 Romain Francoise <romain@orebokech.com>
7463
7464 * cus-theme.el (customize-create-theme)
7465 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7466
7467 * filesets.el (filesets-add-buffer): Ditto.
7468
7469 * pcvs.el (cvs-change-cvsroot): Ditto.
7470
7471 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7472
7473 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7474 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7475 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7476 expressions.
7477 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7478 Only search till end of line.
7479 Add face to function names in case of no filename.
7480 Add face to variable names of watchpoints.
7481
7482 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7483
7484 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7485 customization group.
7486
7487 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7488
7489 * allout.el (allout-prior-bindings, allout-added-bindings):
7490 Remove, after long deprecation.
7491 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7492 Add customization vars controlling allout-beginning-of-line and
7493 allout-end-of-line conveniences.
7494 (allout-header-prefix, allout-use-mode-specific-leader)
7495 (allout-use-mode-specific-leader, allout-mode-leaders):
7496 Revise docstrings.
7497 (allout-infer-header-lead): Change to be an alias for
7498 allout-infer-header-lead-and-primary-bullet.
7499 (allout-infer-header-lead-and-primary-bullet): New version of
7500 allout-infer-header-lead which assigns the primary bullet to the
7501 same as the header lead, when its being changed.
7502 (allout-infer-body-reindent): Apply regexp-quote instead of
7503 unconditionally prepending "\\", so that all literal
7504 allout-header-prefix and allout-primary-bullet strings are
7505 properly handled.
7506 (allout-add-resumptions): Add optional qualifier for extending or
7507 appending to existing values, rather than replacing them.
7508 (allout-view-change-hook): Clarify docstring.
7509 (allout-exposure-change-hook): Take explicit arguments, via
7510 run-hook-with-args.
7511 (allout-structure-added-hook)
7512 (allout-structure-deleted-hook)
7513 (allout-structure-shifted-hook): New hooks analogous to
7514 allout-exposure-change-hook for other kinds of structural outline
7515 edits.
7516 (allout-encryption-plaintext-sanitization-regexps): New encryption
7517 customization variable, by which cooperating modes can provde
7518 massage of the plaintext without actually being passed it.
7519 (allout-encryption-ciphertext-rejection-regexps)
7520 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7521 customization variables, by which cooperating modes can prohibit
7522 rare but possible ciphertext patterns from fouling their
7523 operation, with actually being passed the ciphertext.
7524 (allout-mode): Run activation and deactivation hooks after the
7525 minor-mode variable has been toggled, to clarify the mode
7526 disposition. The new encryption ciphertext rejection variable is
7527 used to ensure that the ciphertext does not contain text that
7528 would be recognized as outline structural elements by allout.
7529 Substite allout-beginning-of-line and allout-end-of-line for
7530 conventionall beginning-of-line and end-of-line bindings.
7531 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7532 activation!
7533 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7534 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7535 (allout-chart-subtree): Implement new mode, charting only the
7536 visible items in the subtree, when new 'visible' parameter is non-nil.
7537 (allout-end-of-subtree): Properly handle the last item in the buffer.
7538 (allout-pre-command-business, allout-command-counter):
7539 Increment an advertised counter so that cooperating enhancements can
7540 track revisions of items.
7541 (allout-open-topic): Run allout-structure-added-hook with suitable
7542 arguments.
7543 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7544 arguments.
7545 (allout-shift-out): Fix doubling for negative args and ensure call
7546 of allout-structure-shifted-hook by solely using allout-shift-in.
7547 (allout-kill-line, allout-kill-topic):
7548 Run allout-structure-deleted-hook with suitable arguments.
7549 (allout-yank-processing): Run allout-structure-added-hook with
7550 proper arguments.
7551 (allout-yank): Enclose activity in allout-unprotected.
7552 (allout-flag-region): Run allout-exposure-change-hook with
7553 suitable arguments, instead of making the callee infer the arguments.
7554 (allout-encrypt-string):
7555 Support allout-encryption-plaintext-sanitization-regexps,
7556 allout-encryption-ciphertext-rejection-regexps, and
7557 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7558 en/de cryption mode in symmetric encryption failure message.
7559 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7560 copy of the passphrase, and don't zero it or we'll corrupt the
7561 stashed copy.
7562 (allout-create-encryption-passphrase-verifier)
7563 (allout-verify-passphrase): Respect the new signature for
7564 allout-encrypt-string.
7565 (allout-get-configvar-values): Convenience for getting a
7566 configuration variable value and handling its absence gracefully.
7567
7568 2006-08-11 Romain Francoise <romain@orebokech.com>
7569
7570 * obsolete/zone-mode.el: Delete.
7571
7572 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7575
7576 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7577
7578 * emacs-lisp/bindat.el (bindat-ip-to-string):
7579 Use `format-network-address' if possible.
7580
7581 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7582
7583 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7584
7585 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7588 restore unread-command-events here.
7589 (edebug-display): Do it here, to detect sit-for interruptions.
7590
7591 2006-08-10 Romain Francoise <romain@orebokech.com>
7592
7593 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7594 (dns-mode-soa-auto-increment-serial): New user option.
7595 (dns-mode-soa-maybe-increment-serial): New function.
7596 (dns-mode): Add the latter to `write-contents-functions'.
7597
7598 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7599 Delete autoload cookies.
7600
7601 2006-08-10 John Wiegley <johnw@newartisans.com>
7602
7603 * eshell/em-glob.el (eshell-glob-chars-list)
7604 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7605
7606 2006-08-10 Richard Stallman <rms@gnu.org>
7607
7608 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7609 (facemenu-set-face): Doc fix.
7610 (facemenu-listed-faces): Doc fix.
7611
7612 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7613
7614 * avoid.el (mouse-avoidance-animating-pointer): New var.
7615 (mouse-avoidance-nudge-mouse): Use it.
7616 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7617 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7618 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7619 Don't activate if currently animating. All callers changed.
7620
7621 2006-08-09 John Wiegley <johnw@newartisans.com>
7622
7623 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7624 variable, which causes timeclock to report elapsed time worked,
7625 instead of just work remaining.
7626
7627 2006-08-09 Kenichi Handa <handa@m17n.org>
7628
7629 * international/latexenc.el (latexenc-find-file-coding-system):
7630 Fix for the case that the 2nd element of arg-list is a cons.
7631
7632 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * info.el (Info-fontify-node): Handle preceding `in' for note
7635 reference hiding rules.
7636
7637 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7640 mistake a closing " for an opening one.
7641
7642 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7643
7644 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7645
7646 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * complete.el (PC-do-completion): Filter out completions matching
7649 completion-ignored-extensions before checking whether there are
7650 multiple completions.
7651 Don't use `list' unnecessarily when building completion tables.
7652
7653 2006-08-06 Richard Stallman <rms@gnu.org>
7654
7655 * help.el (describe-mode): Make minor mode list more concise.
7656
7657 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * bindings.el: Give mode-line-format, mode-line-modes, and
7660 mode-line-position `standard-value' properties.
7661
7662 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7663
7664 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7665 "(file)node" instead of the file name.
7666
7667 2006-08-05 Richard Stallman <rms@gnu.org>
7668
7669 * faces.el (escape-glyph): Doc fix.
7670
7671 2006-08-04 Kenichi Handa <handa@m17n.org>
7672
7673 * international/mule-diag.el (describe-font): Improve docstring
7674 and error message. Use frame-parameter (not frame-parameters).
7675
7676 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7679 Correctly mark the end-of-docstring char.
7680
7681 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * simple.el (line-move-to-column): Constrain move-to-column to
7684 current field.
7685
7686 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * font-lock.el (font-lock-beg, font-lock-end)
7689 (font-lock-extend-region-functions): New vars.
7690 (font-lock-extend-region-multiline)
7691 (font-lock-extend-region-wholelines): New functions.
7692 (font-lock-default-fontify-region): Use them.
7693 (font-lock-extend-jit-lock-region-after-change): Only round up
7694 if font-lock-default-fontify-region will do it as well.
7695
7696 * font-lock.el (font-lock-extend-after-change-region-function):
7697 Rename from font-lock-extend-region-function.
7698 (font-lock-extend-region): Remove by inlining at call sites.
7699 (font-lock-after-change-function): Don't needlessly round up to a whole
7700 number of lines.
7701 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7702 the boundary conditions and the interactions between the various ways
7703 to extend the region.
7704
7705 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7708 modification status when forcing the second redisplay.
7709
7710 2006-08-03 Kim F. Storm <storm@cua.dk>
7711
7712 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7713
7714 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7717 doesn't look like a file name.
7718
7719 * complete.el (PC-expand-many-files): Avoid signalling an error when
7720 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7721
7722 2006-08-02 Andreas Schwab <schwab@suse.de>
7723
7724 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7725
7726 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7727
7728 * bindings.el (map): Make mode-line-buffer-identification-keymap
7729 before defining propertized-buffer-identification.
7730
7731 2006-08-01 Richard Stallman <rms@gnu.org>
7732
7733 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7734
7735 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7736
7737 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7738 default value.
7739 (gdb-find-source-frame): New function.
7740 (menu): Add to menu bar.
7741
7742 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * font-core.el (font-lock-extend-region-function)
7745 (font-lock-extend-region): Move to font-lock.el.
7746
7747 * font-lock.el (font-lock-extend-region-function)
7748 (font-lock-extend-region): Move from font-core.el. Simplify.
7749
7750 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7751 if needed.
7752 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7753 (jit-lock-after-change-extend-region-functions): New hook.
7754 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7755
7756 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7757 (font-lock-turn-on-thing-lock): Use it.
7758
7759 * longlines.el (longlines-show-region): Make it work on read-only
7760 buffers as well.
7761
7762 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7763
7764 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7765
7766 2006-07-31 Richard Stallman <rms@gnu.org>
7767
7768 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7769 (vhdl-speedbar-display-projects): Update old obsolete
7770 speedbar variable names.
7771
7772 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7773
7774 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7775 (gdb-stopped): Use it.
7776
7777 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7778
7779 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7780
7781 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7782 for load-history elements.
7783
7784 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7785
7786 * files.el (convert-standard-filename): For Cygwin, replace
7787 characters not allowed in Windows file names.
7788 (make-auto-save-file-name): Add Cygwin to the list of systems
7789 where the auto-save file name needs to be run through
7790 convert-standard-filename.
7791
7792 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7793
7794 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7795
7796 2006-07-28 Richard Stallman <rms@gnu.org>
7797
7798 * bindings.el (mode-line-frame-identification)
7799 (propertized-buffer-identification): Centralize the code
7800 to initialize the variable.
7801
7802 * progmodes/grep.el (grep-default-command): Catch errors from
7803 wildcard-to-regexp.
7804
7805 2006-07-29 Kim F. Storm <storm@cua.dk>
7806
7807 * progmodes/grep.el (grep-tag-default): New function.
7808 (grep-default-command, grep-read-regexp): Use it.
7809 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7810 as default if nothing else applies.
7811
7812 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7813
7814 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7815 Throw error if buffer is not in Dired and Wdired mode, respectively.
7816
7817 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7820 self-insert-command keys don't activate buttons.
7821 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7822
7823 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7826 faces for enable character.
7827
7828 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7829
7830 * Makefile.in (recompile): Update comment to reflect change
7831 on 2004-04-21.
7832
7833 2006-07-27 Richard Stallman <rms@gnu.org>
7834
7835 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7836 (customize-package-emacs-version): Change msg when pkg has no entry.
7837 (custom-no-edit): On a button, do like widget-button-press.
7838
7839 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7840
7841 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7842 S-tab and C-S-tab.
7843
7844 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7845
7846 * progmodes/which-func.el (which-function): Fix documentation/
7847 comment typo.
7848
7849 2006-07-26 Richard Stallman <rms@gnu.org>
7850
7851 * textmodes/ispell.el (ispell-word): If we replace the word,
7852 move point to the end. Insert before deleting.
7853
7854 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7855
7856 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7857 a timer.
7858
7859 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7860
7861 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7862 when at first image.
7863 (tumme-forward-image): Add prefix argument. Add error when at last
7864 image.
7865
7866 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * tabify.el (tabify-regexp): Use more specific regexps.
7869 (tabify): Avoid modifying the buffer unnecessarily.
7870
7871 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7872
7873 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7874 (tumme-format-properties-string): Handle empty `buf'.
7875 (tumme-get-comment): Change variable names inside `let'.
7876 Add missing `let' variable that cause font-lock problems.
7877 (tumme-write-comments): Change variable names inside `let'.
7878 Add missing `let' variable that cause font-lock problems.
7879 (tumme-forward-image): Rename from `tumme-forward-char'.
7880 (tumme-backward-image): Rename from `tumme-backward-char'.
7881
7882 2006-07-25 Masatake YAMATO <jet@gyve.org>
7883
7884 * progmodes/ld-script.el (ld-script-keywords)
7885 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7886 and add comments.
7887
7888 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7889
7890 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7891 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7892 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7893 for status indicator.
7894
7895 2006-07-24 Richard Stallman <rms@gnu.org>
7896
7897 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7898
7899 * subr.el (dolist, dotimes): Use interned symbols for locals.
7900 (--dotimes-limit--, --dolist-tail--): New defvars.
7901 (looking-back): Doc fix.
7902
7903 * replace.el (replace-match-string-symbols): Handle dotted lists.
7904
7905 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7906
7907 * tumme.el (tumme-write-tags): Add.
7908 (tumme-write-comments): Add.
7909 (tumme-tag-files): Change to use `tumme-write-tags'.
7910 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7911 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7912 (tumme-save-information-from-widgets): Change to use
7913 `tumme-write-comments' and `tumme-write-tags'.
7914 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7915 (tumme-write-tag): Remove.
7916 (tumme-write-comment): Remove.
7917 (tumme-display-previous-thumbnail-original): Remove empty line.
7918 (tumme-widget-list): Add punctuation.
7919
7920 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7921
7922 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7923
7924 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7925
7926 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7927 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7928 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7929
7930 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7931
7932 * mouse.el (mouse-on-link-p): Doc fix.
7933
7934 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7935
7936 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7937 Handle "C-h f `".
7938
7939 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7942 column.
7943
7944 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7945
7946 * textmodes/table.el: Add move-beginning-of-line and
7947 move-end-of-line to Point Motion Only Group.
7948
7949 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7950
7951 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7952
7953 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7954
7955 * startup.el (user-mail-address): Initialize from the `EMAIL'
7956 environment variable first. Document this.
7957 (command-line): Ditto.
7958
7959 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7960
7961 * help-mode.el (help-function-def, help-variable-def)
7962 (help-face-def): Print a message in the minibuffer.
7963
7964 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7965
7966 * term/xterm.el (terminal-init-xterm): Fix key bindings
7967 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7968
7969 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7970
7971 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7972 where `(nth 1 command)' is a cons cell. Doc fix.
7973
7974 * textmodes/po.el (po-find-charset): Doc fix.
7975
7976 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7977
7978 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7979 (allout-beginning-of-current-line, allout-end-of-current-line)
7980 (allout-next-visible-heading, allout-open-topic)
7981 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7982 (allout-flag-current-subtree, allout-show-to-offshoot)
7983 (allout-hide-current-entry, allout-show-current-branches)
7984 (allout-hide-region-body, allout-old-expose-topic)
7985 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7986 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7987 containing `beginning-of-line' and `end-of-line' with
7988 `inhibit-field-text-motion' t.
7989
7990 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7991
7992 * frame.el (focus-follows-mouse): Document that it doesn't have
7993 any effect on MS-Windows.
7994
7995 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7998
7999 2006-07-20 Jay Belanger <belanger@truman.edu>
8000
8001 * calc.el (calc-previous-alg-entry): Remove variable.
8002
8003 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8004 New variables.
8005 (calc-alg-entry): Use `calc-alg-entry-history'.
8006 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8007 Remove reference to `calc-previous-alg-entry'.
8008 (calcAlg-edit, calcAlg-enter): Remove reference to
8009 `calc-previous-alg-entry'.
8010 (calcAlg-previous): Use `previous-history-element' instead of
8011 `calc-previous-alg-entry'.
8012 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8013 Change keybinding for `calcAlg-plus-minus', add keybindings for
8014 `previous-history-element' and `next-history-element'.
8015
8016 * calc-rewr.el (calc-match): Remove reference to
8017 `calc-previous-alg-entry'.
8018
8019 * calc-sel.el (calc-selection-history): New variable.
8020 (calc-enter-selection, calc-sel-mult-both-sides)
8021 (calc-sel-add-both-sides): Use `calc-selection-history'.
8022
8023 * calc-map.el (calc-get-operator-history): New variable.
8024 (calc-get-operator): Use `calc-get-operator-history'.
8025
8026 * calcalg3.el (calc-curve-fit-history): New variable.
8027 (calc-curve-fit): Use `calc-curve-fit-history'.
8028
8029 2006-07-20 Kenichi Handa <handa@m17n.org>
8030
8031 * international/mule-cmds.el (select-safe-coding-system): Fix the
8032 way of deciding eol-type of the coding system.
8033
8034 2006-07-20 Alan Mackenzie <acm@muc.de>
8035
8036 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8037 (c-lang-setvar): New macro.
8038 (c-make-init-lang-vars-fun): Use the initialization forms in
8039 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8040 (comment-start, comment-end, comment-start-skip): Change these from
8041 c-lang-defvar's to c-lang-setvar's.
8042
8043 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8044 which calls make-local-variable on the elements of
8045 c-emacs-variable-inits.
8046 (c-init-language-vars-for): Call this new macro.
8047
8048 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8051 Try to rule out false positives due to time stamps.
8052 (compilation-mode-font-lock-keywords): Remove rules made redundant
8053 because of the above change. Add `segmentation fault' to the known and
8054 highlighted compilation termination messages.
8055
8056 2006-07-19 Kim F. Storm <storm@cua.dk>
8057
8058 * progmodes/grep.el (grep-find-ignored-directories):
8059 Add .svn and _darcs to list.
8060
8061 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8062
8063 * dired.el (dired-mode-map): Add key binding `C-te' for
8064 `tumme-dired-edit-comment-and-tags'.
8065
8066 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8067 image display buffer is displayed before call to
8068 `tumme-display-image.
8069 (tumme-dired-display-image): Make sure image display buffer is
8070 displayed before call to `tumme-display-image.
8071 (tumme-mouse-display-image): Make sure image display buffer is
8072 displayed before call to `tumme-display-image.
8073 (tumme-widget-list): Add.
8074 (tumme-dired-edit-comment-and-tags): Add.
8075 (tumme-save-information-from-widgets): Add.
8076
8077 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8080
8081 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8084 Revert inadvertently installed patch hunk.
8085
8086 * progmodes/compile.el (compilation-find-file): Handle the
8087 cases where the user selects a non-existent file.
8088
8089 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8092
8093 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * subr.el (sit-for): Just sleep-for if noninteractive.
8096
8097 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8100
8101 * custom.el (custom-autoload): Add `noset' argument.
8102 (custom-push-theme): Don't autoload the variable, let callers do it.
8103 (custom-theme-set-variables): Autoload the variable if necessary.
8104
8105 * cus-edit.el (custom-variable-state-set): If the variable was
8106 originally set outside custom, but to the same value as the default,
8107 consider it to be standard.
8108
8109 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8110 file *before* telling Emacs to add the autoloads, in case it fails.
8111
8112 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8113 Use `cond', push', and `dolist'.
8114
8115 2006-07-17 Richard Stallman <rms@gnu.org>
8116
8117 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8118 Add defvars to silence warnings.
8119
8120 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8123 Don't highlight "Compiling file" messages as error.
8124
8125 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8126 file already exists.
8127
8128 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8129
8130 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8131 entry, don't assign to free var; simply return the extracted filename.
8132 (ff-treat-as-special): Incorporate common preamble from callers.
8133 (ff-other-file-name, ff-find-the-other-file):
8134 Update call to ff-treat-as-special.
8135
8136 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8137
8138 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8139
8140 * tumme.el (tumme-get-comment): Fix bug.
8141
8142 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * files.el: Remove spurious * in docstrings.
8145
8146 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8147
8148 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8149 grammar.
8150 (allout-beginning-of-current-line): Beware beginning of buffer.
8151 Also, a comment is simplified.
8152 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8153 when appropriate. (This fix enables use for other than
8154 bullet-hotspot operation.)
8155 (allout-hide-current-subtree): While escalating to sibling-close,
8156 make sure to situate on a topic.
8157
8158 2006-07-14 Kim F. Storm <storm@cua.dk>
8159
8160 * emulation/cua-base.el (cua-delete-selection)
8161 (cua-toggle-set-mark): New defcustoms.
8162 (cua-rectangle-modifier-key): Add `alt' modifier.
8163 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8164 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8165 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8166
8167 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8168
8169 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8170
8171 * allout.el: Require 'cl during byte-compilation/interactive load,
8172 for the `assert' macro.
8173 (allout-mode-deactivate-hook): New hook, run when allout mode
8174 deactivates.
8175 (allout-developer): New allout customization subgroup.
8176 (allout-run-unit-tests-on-load): New allout-developer
8177 customization variable, when true allout unit tests are run towards
8178 end of file load/eval.
8179 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8180 auto-fill-mode.
8181 (allout-resumptions): Remove, to be replaced by...
8182 (allout-add-resumptions): Register variable settings to be
8183 reinstated by `allout-do-resumptions'. The settings are made
8184 buffer-local, but the locality/globality of the suspended setting
8185 is restored on resumption.
8186 (allout-do-resumptions): Reinstate all settings suspended using
8187 `allout-add-resumptions'.
8188 (allout-test-resumptions): Unit tests (and intermediate variables)
8189 for resumptions.
8190 (allout-tests-globally-unbound, allout-tests-globally-true)
8191 (allout-tests-locally-true): Intermediate variables for
8192 resumptions unit tests.
8193 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8194 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8195 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8196 instead of retired `allout-resumptions'. For hook functions, use
8197 `local' parameter so hook settings are created and removed as
8198 buffer-local settings. Revise (resumptions) setting
8199 auto-fill-function so it is set only if already active. (The
8200 related fill-function settings are all made in either case, so
8201 that activating auto-fill-mode activity will have the custom
8202 allout-mode behaviors (hanging indent on topics, if configured for it).
8203 Remove all allout-exposure-category overlays on mode deactivation.
8204 (allout-hotspot-key-handler): New function extracted from
8205 `allout-pre-command-business', so the functionality can be used
8206 for other purposes, eg as a binding in an overlay.
8207 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8208 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8209 customization variable.
8210 (allout-run-unit-tests): Run the (currently quite small)
8211 repertoire of unit tests. Called just before the provide iff user
8212 has customized `allout-run-unit-tests-on-load' non-nil.
8213
8214 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8215
8216 * emacs-lisp/authors.el (authors-aliases): Update.
8217
8218 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8219
8220 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8221 gdb-source-window. Add dedicated argument.
8222 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8223 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8224 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8225 (gdb-display-locals-buffer): Use it.
8226
8227 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8228 Set gdb-source-window.
8229
8230 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8233 minor modes, redundant with the custom-autoload line above.
8234
8235 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * longlines.el (longlines-post-command-function): Handle open-line too.
8238
8239 2006-07-12 Richard Stallman <rms@gnu.org>
8240
8241 * progmodes/grep.el (grep-last-buffer): Doc fix.
8242
8243 * info.el (Info-try-follow-nearest-node): Doc fix.
8244
8245 * emacs-lisp/edebug.el (edebug-instrument-function):
8246 Err if find-function-noselect gives no position.
8247
8248 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8249 If can't find definition, return nil for position.
8250 (find-function-do-it): Handle new return value
8251 of find-definition-noselect.
8252 (find-definition-noselect, find-variable-noselect): Doc fix.
8253 (find-function-noselect): Doc fix.
8254
8255 * help-mode.el (help-variable-def): Handle find-variable-noselect
8256 returning no position.
8257 (help-function-def): Likewise for find-function-search-for-symbol.
8258 (help-face-def): Likewise.
8259
8260 * help-fns.el (describe-variable): Handle find-variable-noselect
8261 returning no position.
8262
8263 * files.el (locate-file-completion): Avoid duplicates in result.
8264
8265 * cus-edit.el (custom-no-edit): New command.
8266 (custom-mode-map): Remap to custom-no-edit instead of
8267 using suppress-keymap.
8268
8269 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8272 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8273 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8274
8275 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8276
8277 2006-07-11 Kim F. Storm <storm@cua.dk>
8278
8279 * ido.el (ido-copy-current-file-name): Use buffer-name if
8280 buffer-file-name is nil.
8281
8282 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8283
8284 * simple.el (undo-ask-before-discard): Set to nil.
8285
8286 * vc.el (vc-exec-after): Don't delete process manually.
8287 (vc-print-log): Run log-view-mode in process sentinel inside
8288 inhibit-read-only. Don't shrink window due to timing issues.
8289
8290 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8291 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8292
8293 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8296 Fix ambiguity introduced by last change.
8297 (compilation-find-file): Move save-excursion to where it may
8298 make sense. Fix a left over `find-file'.
8299
8300 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8301
8302 * textmodes/texinfmt.el (texinfo-format-separate-node):
8303 Insert a string before point, which fits documentation, not after.
8304 (texinfo-multitable-item): In a multitable row, insert any
8305 additional needed @tabs and spaces.
8306
8307 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8308
8309 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8310 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8311 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8312 instead of shell-command.
8313 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8314 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8315 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8316 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8317 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8318 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8319
8320 2006-07-11 Kim F. Storm <storm@cua.dk>
8321
8322 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8323 Remove special case for seconds < 0. Use (redisplay t) instead.
8324
8325 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8328 avoid compilation error.
8329
8330 * subr.el (sit-for): New function.
8331
8332 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8333
8334 2006-07-10 Richard Stallman <rms@gnu.org>
8335
8336 * ldefs-boot.el (edebug): Update page.
8337
8338 2006-07-10 Kim F. Storm <storm@cua.dk>
8339
8340 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8341 to FOR-RELEASE and TODO.
8342
8343 2006-07-10 Romain Francoise <romain@orebokech.com>
8344
8345 * emacs-lisp/authors.el (authors-aliases): Update.
8346
8347 2006-07-10 Alan Mackenzie <acm@muc.de>
8348
8349 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8350 * cc-mode.el: Changes to eradicate eval-after-load.
8351
8352 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8353
8354 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8355 on non-char events.
8356
8357 2006-07-09 Romain Francoise <romain@orebokech.com>
8358
8359 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8360 Don't highlight start/end markers as compilation messages.
8361
8362 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8363 to t.
8364
8365 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8368
8369 2006-07-08 Richard Stallman <rms@gnu.org>
8370
8371 * term/x-win.el (x-handle-display): Add doc string.
8372
8373 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8374
8375 * subr.el (def-edebug-spec): Move here.
8376 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8377
8378 * imenu.el (imenu-choose-buffer-index): Doc fix.
8379
8380 2006-07-08 Romain Francoise <romain@orebokech.com>
8381
8382 * term/x-win.el (x-display-name): Fix typo.
8383
8384 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8385
8386 * hexl.el (hexl-find-file): Doc fix.
8387
8388 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8389
8390 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8391
8392 * term/x-win.el (x-display-name): Doc fix.
8393
8394 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8397 long prefixes.
8398 (fill-region-as-paragraph): Don't round up to a whole line.
8399 (fill-comment-paragraph): Don't include the code-before-the-comment
8400 when calling fill-region-as-paragraph.
8401
8402 * international/mule.el (make-char): Remove redundancy.
8403
8404 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8405 property may contain an anonymous function rather than a symbol.
8406
8407 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8408
8409 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8410 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8411
8412 * dirtrack.el (dirtrack-default-directory-function): Remove.
8413 (dirtrack-directory-function): Use file-name-as-directory.
8414 (dirtrack-windows-directory-function): Simplify.
8415 (dirtrack-forward-slash, dirtrack-backward-slash)
8416 (dirtrack-replace-slash): Remove.
8417 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8418 (dirtrack): Fix wrong parenthesizing; use match-string.
8419
8420 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8421 (inferior-octave-mode): Only change the buffer-local value of
8422 comint-dynamic-complete-functions.
8423 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8424 Move the initialization to the declaration.
8425 (inferior-octave-complete): Remove unused var `filter'.
8426
8427 * shell.el (shell-mode): Only change the buffer-local value of
8428 comint-dynamic-complete-functions.
8429
8430 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8431
8432 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8433 entry is skipped because it has been scheduled.
8434 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8435 changing `:org-archived' and `:org-comment' properties.
8436
8437 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8438
8439 * server.el (server-select-display): Don't make the temp frame
8440 minibuffer-only, in case it's not a temp frame.
8441 (server-process-filter): Don't delete the temp frame if it's the
8442 only one we have on that display.
8443
8444 * files.el (find-alternate-file): Doc fix.
8445
8446 2006-07-05 Richard Stallman <rms@gnu.org>
8447
8448 * files.el (abbreviate-file-name): Add save-match-data.
8449
8450 2006-07-03 Richard Stallman <rms@gnu.org>
8451
8452 * faces.el (read-face-name): Doc fix.
8453
8454 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8457
8458 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8459
8460 * vc.el (vc-diff-internal): Fix prev change.
8461
8462 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8463
8464 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8465 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8466
8467 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8470 fails if the symbol contains chars like ( or '.
8471 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8472 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8473 `short'.
8474
8475 2006-07-04 Kenichi Handa <handa@m17n.org>
8476
8477 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8478 the current one, don't call set-language-environment, but call one
8479 of set-language-environment-XXX to make INFO effective now.
8480 (set-language-environment): Call set-language-environment-XXX
8481 functions instead of doing the various setups directly.
8482 (set-language-environment-coding-systems): Delete argument eol-type.
8483 (set-language-environment-input-method)
8484 (set-language-environment-nonascii-translation)
8485 (set-language-environment-charset)
8486 (set-language-environment-fontset)
8487 (set-language-environment-unibyte): New functions.
8488
8489 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * locate.el (locate-update-when-revert): New option.
8492 (locate-update-path): New option (suggested by Michael Albinus).
8493 (locate-prompt-for-command): Whitespace change.
8494 (locate-update): No longer offer to update the locate database by
8495 default. Implement the two new options.
8496
8497 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8498
8499 * tooltip.el: Move comment about track-mouse...
8500
8501 * progmodes/gud.el: ...to here.
8502
8503 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8504
8505 * facemenu.el (facemenu-listed-faces): New var.
8506 (facemenu-unlisted-faces): Variable deleted.
8507 (facemenu-add-new-face): Use facemenu-listed-faces.
8508
8509 * emulation/viper-init.el, calendar/calendar.el:
8510 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8511
8512 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8513
8514 * textmodes/org.el (org-mode): Remove no invalid settings for
8515 calc embedded mode.
8516 (org-mode-p): New defsubst.
8517 (org-save-all-org-buffers): New function.
8518 (org-first-headline-recenter): Enclose outline-regexp in group
8519 delimiters.
8520 (org-set-tags): Keep single space after stars.
8521
8522 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * window.el (set-window-text-height): Only set window-min-height to
8525 1 if that's the requested size.
8526
8527 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8528 (diff-unified->context, diff-context->unified)
8529 (diff-reverse-direction): Make sure the end marker stays at the end.
8530 (diff-mode): Add the keymap table at the end of docstring.
8531 Use lexical-let rather than constructing a closure manually.
8532
8533 * files.el (find-file-noselect-1): Remove unused var assignment.
8534 (hack-local-variables-confirm): Print lists of strings as lists of
8535 strings rather than lists of symbols.
8536 (abbreviate-file-name, hack-local-variables-prop-line):
8537 Use match-string.
8538 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8539 (recover-session-finish): Use line-end-position.
8540
8541 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8542
8543 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8544
8545 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8546
8547 * progmodes/make-mode.el (makefile-macroassign-regex):
8548 Accept preceding keyword.
8549 (makefile-gmake-statements): Reorganize, now that makepp has
8550 "override" and also handle forgotten "override define".
8551 (makefile-makepp-statements): Add new "global", "override export"
8552 and "override global".
8553
8554 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8555
8556 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8557 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8558 (ada-no-auto-case): Fix typos in docstrings.
8559
8560 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8561
8562 * info.el (Info-find-node-2): Search for makeinfo version more
8563 carefully.
8564
8565 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8566
8567 * textmodes/org.el (org-prepare-agenda-buffers):
8568 Use `invisible-OK' argument for `org-end-of-subtree'.
8569 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8570 (org-beginning-of-item): Fix bug in regular expression for white line.
8571 (org-export-as-html): Enforce space after bullet in plain list items.
8572 (org-set-autofill-regexps): Require space after plain list bullet
8573 for paragraph-start.
8574 (org-ts-regexp3): New constant.
8575 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8576 (org-timestamp-up-day, org-timestamp-down-day)
8577 (org-timestamp-change): Work with inactive timestamps.
8578 (org-ts-regexp1): Don't allow brackets in time stamps.
8579
8580 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8581
8582 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8583 for ignoring links.
8584
8585 * faces.el (read-face-name): Use it.
8586
8587 2006-06-28 Juri Linkov <juri@jurta.org>
8588
8589 * buff-menu.el (list-buffers-noselect): Compare Info file
8590 with the string "dir" to detect Info directory.
8591
8592 * complete.el (partial-completion-mode): In lambda for
8593 `choose-completion-string-functions' use full function signature
8594 with 4 args, and move point to the end of the minibuffer only if arg
8595 `mini-p' is non-nil.
8596
8597 2006-06-28 John Paul Wallington <jpw@pobox.com>
8598
8599 * ibuffer.el (ibuffer-mode): Doc fix.
8600
8601 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8602
8603 * textmodes/org.el (org-context): New contexts :item-bullet,
8604 :latex-fragment, :latex-preview.
8605 (org-overlays-at, org-overlay-start, org-overlay-end):
8606 New compatibility functions.
8607 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8608 exact regexp that will be used during export.
8609 (org-latex-regexps): New variable.
8610 (org-cdlatex-mode): Improve advice for `texmathp'.
8611 (turn-on-org-cdlatex): New function.
8612
8613 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8614
8615 * term/mac-win.el (mac-handle-font-selection): Change keys of
8616 mac-atsu-font-table from strings to numbers.
8617 (mac-ts-caret-position): Use also when cursor-type is nil.
8618 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8619 Relax condition for using overlay strings.
8620 Use mac-ts-caret-position face when cursor-type is nil.
8621
8622 2006-06-26 Kim F. Storm <storm@cua.dk>
8623
8624 * help.el (view-emacs-news): Declare `res' in the right let* form.
8625
8626 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8627
8628 * net/rcompile.el (remote-compile): Replace ange-ftp based
8629 implementation by Tramp functions.
8630 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8631
8632 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8633
8634 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8635
8636 * international/fontset.el (setup-default-fontset): Fix a typo in
8637 the "Oriya-Akruti" registry name.
8638
8639 2006-06-23 Lars Hansen <larsh@soem.dk>
8640
8641 * desktop.el (desktop-full-file-name): New function.
8642 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8643 (desktop-revert): Use it.
8644 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8645 (desktop-after-read-hook): Add option list-buffers.
8646 (desktop-locals-to-save): Add tab-width.
8647 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8648 Fix docstring.
8649
8650 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8651
8652 * textmodes/org.el (org-cdlatex-mode-map)
8653 (org-cdlatex-texmathp-advice-is-done): New variables.
8654 (org-cdlatex-mode): New minor mode.
8655 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8656 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8657 (org-export-with-archived-trees): New option.
8658 (org-open-file): Remove the call to `convert-standard-filename'.
8659 (org-archive-tag, org-agenda-skip-archived-trees)
8660 (org-cycle-open-archived-trees)
8661 (org-sparse-tree-open-archived-trees): New options.
8662 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8663 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8664 New functions.
8665 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8666 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8667 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8668 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8669 Call `org-prepare-agenda-buffers'.
8670 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8671 (org-file-apps, org-file-apps-defaults-gnu)
8672 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8673 Handle remote files by forcing them to be opened in Emacs.
8674
8675 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8676
8677 * vc.el (vc-diff-knows-L): New variable.
8678 (vc-diff-internal): Use it to handle "diff" programs that don't
8679 understand -L. This works automatically, no user action is necessary.
8680
8681 2006-06-23 Daniel Brockman <daniel@brockman.se>
8682
8683 * net/rcirc.el (rcirc-default-user-full-name): Default to
8684 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8685 longer exists).
8686 (rcirc-process-list): Check `buffer-live-p' before attempting to
8687 switch to a buffer.
8688
8689 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8690
8691 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8692 based on rcirc-coding-system-alist.
8693
8694 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8695
8696 * cus-edit.el (customize-apropos): A better error message.
8697 (top level) <debug-ignored-errors>: Extend and update the list of
8698 ignored error messages.
8699
8700 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8701
8702 * complete.el (PC-do-completion): Retain capitalization of user
8703 input, when possible, even if completion-ignore-case is set.
8704
8705 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8706
8707 * generic-x.el (bat-generic-mode): Support .cmd files.
8708
8709 * dos-w32.el (top level): Use find-file-not-found-functions
8710 instead of the obsolete find-file-not-found-hooks.
8711
8712 2006-06-22 Kim F. Storm <storm@cua.dk>
8713
8714 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8715 to recognize mode name containing submodes, such as Grep/lw.
8716
8717 2006-06-21 Kim F. Storm <storm@cua.dk>
8718
8719 * simple.el (line-move-1): Check for move-end-of-line instead of
8720 end-of-line when setting temporary-goal-column.
8721
8722 2006-06-21 Miles Bader <miles@gnu.org>
8723
8724 * play/cookie1.el (cookie): Work properly when there's only one entry.
8725
8726 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8727
8728 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8729 (gdb-frame-handler): Generalize frame regexp for templates.
8730
8731 2006-06-20 Glenn Morris <rgm@gnu.org>
8732
8733 * calendar/appt.el (appt-display-format): Default value must be
8734 one of the customize options.
8735
8736 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8737
8738 * term/xterm.el (terminal-init-xterm): Update key availability info.
8739 Bind C-return.
8740
8741 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8742
8743 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8746 whether or not a local variables list is defined.
8747
8748 * msb.el (msb): Move `sit-for' hack here to handle both
8749 "mouse-down and drag" and "mouse-up and select" situations.
8750 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8751
8752 2006-06-20 Kenichi Handa <handa@m17n.org>
8753
8754 * international/characters.el (word-combining-categories):
8755 Add entries for 2-byte Han characters.
8756
8757 2006-06-19 Richard Stallman <rms@gnu.org>
8758
8759 * bindings.el (mode-line-format): Save some mode line space.
8760
8761 * files.el (find-file-noselect): Improve the question wording.
8762 (basic-save-buffer-2): Mask UMASK against 666.
8763
8764 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8765 (mouse-drag-vertical-line): Call it.
8766
8767 * cus-edit.el (customize-option, customize-option-other-window):
8768 Error if SYMBOL is nil.
8769
8770 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8771
8772 * textmodes/org.el: Require noutline, also on XEmacs.
8773 (org-end-of-subtree): Return point.
8774 (org-dblock-start-re, org-dblock-end-re): New constants.
8775 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8776 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8777 (org-update-all-dblocks, org-find-dblock): New functions.
8778 (org-collect-clock-time-entries): New function.
8779 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8780 (org-fixup-indentation): Modify to deal correctly with lines
8781 starting with TAB. Only one argument DIFF now.
8782 (org-demote, org-promote): Call `org-fixup-indentation' with just
8783 one argument, DIFF.
8784 (org-mode): Don't mark buffer as modified when aligning tables.
8785 (org-clock-sum): Don't mark buffer modified when adding time sum
8786 properties.
8787 (org-export-as-html): Add support for a link validation function.
8788 (org-archive-all-done): New function.
8789 (org-archive-subtree): New prefix argument. When set, archive all
8790 done subtrees in this buffer.
8791 (org-remove-clock-overlays)
8792 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8793 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8794 (org-put-clock-overlay): Don't swallow last headline character
8795 when displaying overlay.
8796 (org-store-link): Link to `image-mode' with just the file name.
8797
8798 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8799
8800 * viper-cmd.el (viper-special-read-and-insert-char):
8801 Use read-key-sequence.
8802 (viper-after-change-undo-hook): Misc enhancements.
8803 (viper-after-change-undo-hook): New hook.
8804 (viper-undo): Use viper-after-change-undo-hook.
8805 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8806 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8807 clicking on that widget/button.
8808
8809 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8810
8811 * ediff-diff (ediff-test-patch-utility): Catch errors.
8812 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8813 (ediff-set-actual-diff-options): New function.
8814 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8815 Use ediff-set-actual-diff-options.
8816 (ediff-extract-diffs): Catch errors.
8817 (ediff-whitespace): Add non-breakable space.
8818 (ediff-same-file-contents): Catch errors.
8819
8820 * ediff-mult.el (ediff-collect-custom-diffs):
8821 Save coding-system-for-read.
8822
8823 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8824 (ediff-vc-internal, ediff-vc-merge-internal):
8825 Use ediff-delete-version-file.
8826 (ediff-delete-version-file): New function.
8827
8828 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8829
8830 * ediff.el (ediff-directories, ediff-directory-revisions)
8831 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8832 (ediff-directories-internal, ediff-merge-directory-revisions)
8833 (ediff-merge-directory-revisions-with-ancestor)
8834 (ediff-directories3): Use read-directory-name.
8835
8836 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8837
8838 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8839 Remove superfluous part of regexp for brace matching which is handled
8840 by `scan-lists' call.
8841
8842 2006-06-16 Richard Stallman <rms@gnu.org>
8843
8844 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8845
8846 * files.el (basic-save-buffer-2): For a new precious file,
8847 use the default modes in the return value.
8848
8849 * facemenu.el (facemenu-color-alist): Doc fix.
8850
8851 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8852
8853 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8854
8855 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8856
8857 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8858 (mac-utxt-to-string): Use it.
8859 (mac-ts-update-active-input-area): Use mac-ae-number.
8860
8861 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8862
8863 * term.el (term-handle-scroll, term-delete-lines)
8864 (term-insert-lines): Fix off by one errors.
8865
8866 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8867
8868 * net/tramp.el (tramp-touch): Use UTC to express time.
8869
8870 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * mail/sendmail.el (mail-send): Search explicitly for
8873 mail-header-separator when checking for corrupted header lines.
8874
8875 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8876
8877 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8878 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8879 (gdb-init-1): Initialise them.
8880 (gdb-starting): Reset gdb-printing
8881 (gdb-starting): Save value of gud-overlay-arrow-position.
8882 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8883 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8884 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8885 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8886
8887 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8890
8891 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8892
8893 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8894 (ldap-search-internal): Keep error messages, and a regexp fix.
8895
8896 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8897
8898 * files.el (hack-local-variables-confirm):
8899 Display string value using its printed representation.
8900
8901 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8902
8903 * server.el (server-edit): No-op if no server buffers exist.
8904
8905 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8906
8907 * textmodes/page-ext.el (pages-directory-for-addresses):
8908 Including `pages-directory-address-mode' in the function results
8909 in the message "Buffer in which pages were found is deleted".
8910
8911 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8912
8913 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8914 clocking functions.
8915
8916 (org-agenda-clock-in, org-check-running-clock)
8917 (org-clock-out-if-current, org-remove-clock-overlays)
8918 (org-put-clock-overlay): New functions.
8919 (org-clock-marker, org-clock-file-total-minutes)
8920 (org-clock-overlays): New variables.
8921 (org-clock-display, org-clock-sum, org-clock-cancel)
8922 (org-clock-out, org-clock-in): New commands.
8923 (org-export): New function.
8924 (org-emph-re): New constant.
8925 (org-set-emph-re, org-do-emphasis-faces): New functions.
8926 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8927 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8928 (org-export-html-convert-emphasize): Use the configurable emphasis.
8929 (org-cleaned-string-for-export): Make multiline emphasis visible
8930 to the exporter. New optional argument PARAMETERS.
8931 (org-export-as-html): Specify :emph-multiline parameter to
8932 `org-cleaned-string-for-export'.
8933
8934 2006-06-10 Richard Stallman <rms@gnu.org>
8935
8936 * help.el (help-for-help-internal): Clean up help text.
8937
8938 2006-06-10 Andreas Schwab <schwab@suse.de>
8939
8940 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8941 in doc string.
8942
8943 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8944
8945 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8946
8947 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8948 spaces after the comment start.
8949
8950 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8951
8952 * play/pong.el (pong-init-buffer):
8953 Fill buffer with spaces instead of ^A.
8954
8955 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8956 launched asynchronously, delete its process instead of being cool.
8957 (ispell-async-processp): Check for `delete-process' existence
8958 instead of `kill-process' one for consistency.
8959
8960 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8961
8962 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8963 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8964 in mode line at startup.
8965
8966 2006-06-08 Kim F. Storm <storm@cua.dk>
8967
8968 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8969 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8970 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8971 (ido-file-internal): Pass full file name to write-file.
8972 (ido-read-internal): Only pop stack elements automatically if they
8973 actually match an existing directory or file name.
8974
8975 2006-06-07 Kenichi Handa <handa@m17n.org>
8976
8977 * international/mule.el (find-auto-coding): Don't handle the short
8978 name `char-trans'.
8979
8980 * files.el (hack-local-variables-prop-line)
8981 (hack-local-variables): Cancel the previous change.
8982
8983 2006-06-06 Jesper Harder <harder@phys.au.dk>
8984
8985 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8986
8987 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8990 diff-default-read-only is non-nil.
8991 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8992 (diff-refine-hunk): Set inhibit-read-only to t.
8993
8994 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8995 modifying the *Diff* buffer.
8996 (diff-process-filter): New filter function for diff process that
8997 sets inhibit-read-only to t when modifying the *Diff* buffer.
8998
8999 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9000
9001 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9002 insertion point and control the number of empty lines.
9003 (org-paste-subtree): Limit the number of empty lines at the end of
9004 the inserted tree.
9005 (org-agenda): Use buffer name of current file for narrowing.
9006 (org-export-as-xml): Command removed.
9007 (org-export-xml-type): Option removed.
9008 (org-mode-map): Call `org-export-as-xoxo' directly.
9009 (org-get-indentation): New optional argument LINE.
9010 (org-fix-indentation, org-remove-tabs): New functions.
9011 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9012 correct indentation for headlines that are converted it items.
9013 (org-skip-comments): Remove table lines that contain narrowing
9014 cookies but no other non-empty fields.
9015 (org-set-tags): Allow groups of mutually exclusive tags.
9016 (org-cmp-time): Sort 24:21 before items without time.
9017 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9018 (org-open-at-point): Require double colon also for numbers.
9019
9020 2006-06-06 Kim F. Storm <storm@cua.dk>
9021
9022 * ido.el (ido-default-file-method, ido-default-buffer-method):
9023 Make choice values consistent with corresponding command names.
9024 (ido-visit-buffer): Update accordingly. Default to selected-window.
9025
9026 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9027
9028 * progmodes/gud.el (gud-running): Fix doc string.
9029 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9030 (gud-tooltip-modes): Add python-mode.
9031 (gud-tooltip-print-command): Add pdb. Remove perldb.
9032
9033 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9034
9035 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9036 Quote $(EMACS).
9037
9038 2006-06-05 Richard Stallman <rms@gnu.org>
9039
9040 * faces.el (defined-colors): Doc fix.
9041
9042 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9043
9044 * vc.el (vc-process-filter): Inhibit undo info collection around
9045 call to insert.
9046 (vc-setup-buffer): Likewise for call to erase-buffer.
9047 (vc-do-command): Likewise for call to process-file.
9048
9049 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9050
9051 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9052 for gud-go.
9053 (gud-common-init): Other debuggers may trigger error.
9054
9055 2006-06-05 Kenichi Handa <handa@m17n.org>
9056
9057 * international/mule.el (find-auto-coding):
9058 Handle enable-character-translation in file header.
9059
9060 2006-06-04 Kim F. Storm <storm@cua.dk>
9061
9062 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9063 (authors-fixed-entries): Fix spelling.
9064 (authors-canonical-file-name): Don't report error for wildcards.
9065
9066 * help.el (view-emacs-news): Rewrite to support new NEWS,
9067 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9068 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9069 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9070
9071 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9072
9073 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9074 exec constructs like `foo bar`.
9075 (sh-quoted-subshell): New helper function to search for a possibly
9076 nested subshell (like `` or $()) within a "" quoted string.
9077 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9078 (sh-apply-quoted-subshell): Flag quote characters inside a
9079 subshell, which is itself already in a quoted region, as
9080 punctuation, since this is the closest to what they actually are.
9081 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9082 sh-apply-quoted-subshell.
9083 (sh-font-lock-syntactic-face-function): Apply the new face for
9084 text inside `` instead of the old font-lock-string-face.
9085
9086 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9087
9088 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9089 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9090 (mac-bytes-to-text-range, mac-ae-text-range-array)
9091 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9092 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9093 (mac-ts-unicode-for-key-event): New functions.
9094 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9095 (mac-handle-font-selection): Use mac-ae-number.
9096 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9097 New variables.
9098 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9099 (mac-ts-converted-text, mac-ts-selected-converted-text)
9100 (mac-ts-block-fill-text, mac-ts-outline-text)
9101 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9102 (mac-ts-hilite-style-faces): New constant.
9103 (mac-apple-event-map): Bind text input events.
9104 (mac-dispatch-apple-event): Use command-execute instead of
9105 call-interactively.
9106 (global-map): Don't bind mac-apple-event.
9107 (special-event-map): Bind mac-apple-event.
9108
9109 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9110
9111 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9112 file name.
9113 (emacs): Enclose the value of $(EMACS) in quotes.
9114
9115 2006-06-02 Juri Linkov <juri@jurta.org>
9116
9117 * international/mule.el (sgml-html-meta-auto-coding-function):
9118 Remove the condition `(search-forward "<html" size t)'.
9119 Replace `\"' with `[\"']?' in `re-search-forward'.
9120
9121 2006-06-02 Kenichi Handa <handa@m17n.org>
9122
9123 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9124 as well as `coding'.
9125 (hack-local-variables): Likewise.
9126
9127 * international/mule.el (enable-character-translation):
9128 Put permanent-local and safe-local-variable properties.
9129 (find-auto-coding): Handle char-trans: tag.
9130
9131 2006-06-02 Juri Linkov <juri@jurta.org>
9132
9133 * international/mule.el (sgml-html-meta-auto-coding-function):
9134 Limit the search by the end of the HTML header (if any).
9135
9136 2006-06-01 Richard Stallman <rms@gnu.org>
9137
9138 * subr.el (with-current-buffer): Doc fix.
9139
9140 2006-06-02 Masatake YAMATO <jet@gyve.org>
9141
9142 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9143 Almost rewrite. Underlines over all lines of gcov output are too
9144 uncomfortable to read. Suggested by Dan Nicolaescu.
9145
9146 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9147
9148 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9149
9150 * shell.el (shell-mode): Use shell-mode-map in docstring.
9151
9152 * comint.el (comint-send-input): Do not add help-echo and
9153 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9154
9155 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9156
9157 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9158
9159 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9160
9161 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9162 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9163 look up the stack and pop up GUD buffer if necessary.
9164 (gdb-frames-select): Remove redundant call to gud-display-frame.
9165 (gdb-info-threads-custom): Keep point at start of buffer.
9166 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9167
9168 2006-05-31 Juri Linkov <juri@jurta.org>
9169
9170 * replace.el (query-replace-read-from, query-replace-read-to):
9171 Bind `history-add-new-input' to nil. Call `add-to-history'.
9172
9173 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9174
9175 * textmodes/table.el: Convert all HTML tags to lower case for
9176 XHTML compatibility.
9177
9178 2006-05-31 Masatake YAMATO <jet@gyve.org>
9179
9180 * progmodes/compile.el:
9181 (compilation-error-regexp-alist-alist::gcov-called-line):
9182 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9183
9184 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9185
9186 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9187 Revert inadvertent changes made with last commit.
9188
9189 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9190
9191 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9192 New functions.
9193
9194 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9195
9196 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9197
9198 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9199 only matches in the right place.
9200 (org-upcoming-deadline): New face.
9201 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9202 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9203 and make it an option.
9204 (org-export-ascii-bullets): New option.
9205 (org-export-as-html): Many changes to emit valid XHTML.
9206 (org-par-open): New variable.
9207 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9208 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9209 (org-timeline): Pass `org-timeline-show-empty-dates' to
9210 `org-get-all-dates'. Interpret empty dates returned by
9211 `org-get-all-dates'.
9212 (org-get-all-dates): New argument EMPTY. Add dates without
9213 entries to the list, mark large ranges of empty dates.
9214 (org-point-in-group, org-context): New functions.
9215
9216 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9217
9218 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9219
9220 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9221 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9222 to C-mouse-3 (for 2 button mice).
9223 (gdb-send): Do the right thing for C-d.
9224
9225 * speedbar.el (speedbar-detach): Delete.
9226 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9227 it breaks things.
9228 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9229
9230 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9231
9232 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9233 Makeppfile.
9234
9235 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9236 Add makepp diagnostic.
9237
9238 2006-05-29 Richard Stallman <rms@gnu.org>
9239
9240 * window.el (fit-window-to-buffer): Doc fix.
9241
9242 * help.el (temp-buffer-max-height): Doc fix.
9243
9244 * subr.el (with-current-buffer): Doc fix.
9245
9246 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9247
9248 * term/x-win.el: Bind F10 to menu-bar-start if available.
9249
9250 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9251
9252 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9253 uses with a simple test.
9254 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9255 (term-send-raw-string, term-send-raw, term-mouse-paste)
9256 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9257 (term-handle-exit, term-read-input-ring)
9258 (term-previous-matching-input-string)
9259 (term-previous-matching-input-string-position)
9260 (term-previous-matching-input-from-input)
9261 (term-replace-by-expanded-history, term-send-input)
9262 (term-skip-prompt, term-bol, term-send-invisible)
9263 (term-kill-input, term-delchar-or-maybe-eof)
9264 (term-backward-matching-input, term-check-source)
9265 (term-proc-query, term-emulate-terminal)
9266 (term-handle-colors-array, term-process-pager, term-pager-line)
9267 (term-pager-bob, term-unwrap-line, term-word)
9268 (term-dynamic-complete-filename)
9269 (term-dynamic-complete-as-filename)
9270 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9271 unlesses.
9272
9273 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9276 during bootstrapping.
9277
9278 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9279 Basically undo the change of 2006-05-26: use extra arguments instead of
9280 dynamic scoping.
9281 (ewoc-locate): Remove unused var `footer'.
9282
9283 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9286
9287 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9288 (generate-file-autoloads): Obey it. Return whether autoloads were
9289 added at point or not.
9290 (update-file-autoloads): Use this new return value.
9291 Remove redundant test for the presence of an autoload cookie.
9292
9293 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9294 This one calls hack-local-variables.
9295 (generate-file-autoloads, update-file-autoloads): Use it.
9296
9297 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9298 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9299 (bibtex-sort-entry-class-alist): Don't set the global value.
9300 (bibtex-init-sort-entry-class-alist): New fun.
9301 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9302 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9303 of bibtex-init-sort-entry-class.
9304
9305 2006-05-28 Richard Stallman <rms@gnu.org>
9306
9307 * subr.el (load-history-regexp): If FILE is relative, insist
9308 entire last name component must match it.
9309 (load-history-filename-element, load-history-regexp): Doc fixes.
9310
9311 2006-05-29 Kim F. Storm <storm@cua.dk>
9312
9313 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9314 `pos' and `raw-data' for clarity, as eval forms may access these.
9315
9316 2006-05-28 Kim F. Storm <storm@cua.dk>
9317
9318 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9319
9320 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * progmodes/make-mode.el (makefile-browser-map)
9323 (makefile-mode-syntax-table): Move initialization inside declaration.
9324 (makefile-fill-paragraph): Use the default comment-filling code.
9325
9326 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * replace.el (query-replace-defaults): New variable.
9329 (query-replace-read-from): Use `query-replace-defaults' for
9330 default value, instead of history list.
9331 (query-replace-read-to): Update `query-replace-defaults'.
9332
9333 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9336 with no X toolkit.
9337
9338 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9339
9340 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9341 (tumme-show-all-from-dir): Add autoload.
9342
9343 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9344
9345 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9346 (tumme-remove-tag): Fix bug.
9347
9348 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9349
9350 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9351 FOOTER args. Update unique caller.
9352 (ewoc-delete): Compute last node once before looping.
9353 (ewoc--node-branch): Merge into unique caller.
9354 (ewoc--node): Don't define constructor make-ewoc--node for this
9355 structure.
9356 (ewoc): Add member `hf-pp' to this structure.
9357 (ewoc--wrap): New func.
9358 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9359 header/footer pretty-printers. Save header/footer pretty-printer.
9360 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9361
9362 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9363
9364 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9365
9366 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9367 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9368 Tag'. Change "Compare directories..." to "Change Directories...".
9369 Move tumme commands to Operate, Regexp and Immediate menus.
9370 Change "Add Comment" to "Add Image Comment". Change "Add Image
9371 Tag" to "Add Image Tags".
9372
9373 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9374 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9375 `tumme-delete-tag'.
9376
9377 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9378
9379 * shell.el (shell-mode): Call shell-dirtrack-mode after
9380 list-buffers-directory is made a local variable, to avoid setting
9381 the default value.
9382
9383 2006-05-26 Kevin Ryde <user42@zip.com.au>
9384
9385 * info.el (Info-index-next): Use where-is-internal to report
9386 actual binding of Info-index-next, rather than hard-coded `,'.
9387
9388 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9389
9390 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9391 and "Find Command in Manual" to here.
9392
9393 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9394 Info-current-file as the file name.
9395
9396 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9397
9398 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9399 overrides will now be done a different way.
9400 (ses-set-parameter): Reapply this function for undo.
9401 (ses-set-header-row): Reconstruct header row during undo.
9402 (ses-widen): New function.
9403 (ses-goto-data, ses-reconstruct-all): Use new function.
9404 (ses-command-hook): Widen buffer during undo, before unupdating
9405 the cells.
9406 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9407 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9408 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9409 formula hasn't been executed yet.
9410
9411 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9412
9413 * comint.el (comint-kill-whole-line): Rename arg to count.
9414 Fix doc string.
9415
9416 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9417
9418 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9419 to copy-file.
9420
9421 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9422
9423 * simple.el (toggle-truncate-lines): Make arg optional for
9424 backward compatibility.
9425
9426 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9427
9428 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9429 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9430 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9431 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9432 (ewoc--adjust): Use ewoc--current-dll.
9433 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9434
9435 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9436
9437 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9438 compact error message.
9439 (org-tags-view): Refresh category table in each file.
9440 (org-table-justify-field-maybe): Remove superfluous arguments to
9441 `format'.
9442 (org-export-as-html): Insert "<p>" before postamble.
9443 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9444
9445 2006-05-26 Kenichi Handa <handa@m17n.org>
9446
9447 * textmodes/po.el (po-find-charset): Pay attention to the case
9448 FILENAME is a cons (NAME . BUFFER).
9449 (po-find-file-coding-system-guts): Likewise.
9450
9451 * arc-mode.el (archive-set-buffer-as-visiting-file):
9452 Call find-operation-coding-system with (FILENAME . BUFFER).
9453
9454 * tar-mode.el (tar-extract): Call find-operation-coding-system
9455 with (FILENAME . BUFFER).
9456
9457 * international/mule.el (decode-coding-inserted-region):
9458 Call find-operation-coding-system with (FILENAME . BUFFER).
9459
9460 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9461
9462 * image-mode.el (image-toggle-display): Use buffer contents to
9463 generate image for a remote file.
9464
9465 2006-05-25 Juri Linkov <juri@jurta.org>
9466
9467 * replace.el (query-replace-read-from, query-replace-read-to):
9468 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9469
9470 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9471
9472 * whitespace.el (whitespace-cleanup): Change to cleanup
9473 region if one is active.
9474 * whitespace.el (whitespace-cleanup-internal): New internal method.
9475
9476 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9477
9478 * dired.el (dired-mode-map): Add help-echo strings to tumme
9479 commands. Bind `tumme-dired-display-image' to C-t i.
9480
9481 * tumme.el (tumme-display-image): Change documentation string slightly.
9482 (tumme-dired-display-image): Add call to `display-buffer'.
9483
9484 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9485
9486 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9487 Signal error if RAW-DATA is a multibyte string.
9488
9489 2006-05-24 Richard Stallman <rms@gnu.org>
9490
9491 * subr.el (with-local-quit): When handling `quit' signal,
9492 make a chance for quit-flag to cause a quit.
9493
9494 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9495 (ad-disable-advice): Add autoloads.
9496
9497 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9498
9499 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9500
9501 * dired.el (dired-mode-map): Change menu items for tumme as per
9502 suggestions in emacs-devel.
9503
9504 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9505
9506 * dired.el (dired-mode-map): Fix breakage.
9507
9508 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9509
9510 * tumme.el (tumme-display-dired-image): Rename to...
9511 (tumme-dired-display-image): ...this.
9512 (tumme-track-movement): Change default value to t.
9513 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9514 used from `tumme-next-line-and-display' and similar commands.
9515
9516 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9517 Immediate menu. Add some tumme commands there.
9518
9519 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9520
9521 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9522
9523 2006-05-24 Chong Yidong <cyd@mit.edu>
9524
9525 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9526 menu entries that open submenus.
9527
9528 2006-05-24 Alan Mackenzie <acm@muc.de>
9529
9530 * startup.el (command-line): For names of preloaded files, don't
9531 append ".elc" (now done in Fload), and call file-truename on the
9532 lisp directory.
9533
9534 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9535 match ANY loaded file with the right name, not just those in
9536 load-path. Put a regexp matching the file name into
9537 after-load-alist, rather than the name itself.
9538
9539 * subr.el (load-history-regexp, load-history-filename-element)
9540 (do-after-load-evaluation): New functions.
9541
9542 * international/mule.el (load-with-code-conversion): Do the
9543 eval-after-load stuff by calling do-after-load-evaluation.
9544
9545 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9548 has not been killed.
9549
9550 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9551
9552 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9553 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9554 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9555 Optionally set error message in reply.
9556
9557 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9558
9559 * textmodes/org.el (org-open-at-point): Use renamed variable
9560 `org-confirm-shell-link-function'.
9561 (org-confirm-shell-link-function): Rename from
9562 `org-confirm-shell-links'.
9563 (org-export-directory): New function.
9564 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9565 (org-export-icalendar): Use `org-export-directory'.
9566 (org-indent-item): Keep cursor position.
9567 (org-link-file-path-type): New option.
9568 (org-export-as-html): Fix bug with plain lists starting in
9569 column 0.
9570 (org-export-as-html): Remove deadline formatting, this happens
9571 now already in `org-html-handle-time-stamps'.
9572 (org-export-html-style): Deadline class removed.
9573 (org-insert-labeled-timestamps-at-point): New option.
9574 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9575 of `hide-sublevels 1', in case the first headline is not level 1.
9576 (org-overview, org-content): New fuction.
9577 (org-cycle-global-status, org-cycle-subtree-status): Make these
9578 variables buffer-local.
9579 (org-global-cycle): New command.
9580 (org-shifttab): Use `org-global-cycle'.
9581 (org-insert-heading, org-insert-item): Go to end of new
9582 headline/item after creating it.
9583 (org-export-visible): Rename from `org-export-copy-visible'.
9584 Now creates a temporary org-file and applies an exporting command
9585 to it.
9586 (org-table-eval-formula): Support for lisp forms.
9587 (org-agenda-todo-ignore-scheduled): New option.
9588 (org-agenda-get-todos): Use new option
9589 `org-agenda-todo-ignore-scheduled'.
9590 (org-export-html-inline-images): New value `maybe'.
9591 (org-export-as-html): Inlining of images dependent on link description.
9592 (org-archive-subtree): Check for end-of-buffer before trying
9593 `kill-line'.
9594 (org-agenda-follow-mode): New option.
9595 (org-export-with-tags, org-export-with-timestamps): New options.
9596 (org-html-handle-time-stamps): New function.
9597 (org-keyword-time-regexp): New variable.
9598 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9599 (org-agenda-todo-list-sublevels): New option.
9600 (org-html-level-start): When TITLE is nil, just close all levels.
9601 (org-parse-key-lines, org-parse-export-options): Remove functions,
9602 replaced by `org-infile-export-plist'.
9603 (org-combine-plists, org-infile-export-plist)
9604 (org-default-export-plist): New functions.
9605 (org-export-html-preamble, org-export-html-postamble)
9606 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9607 New variables.
9608 (org-export-publishing-directory): New option.
9609 (org-export-as-html, org-export-as-ascii): Use the new property
9610 lists for settings.
9611 (org-export-copy-visible, org-export-as-xoxo):
9612 Respect `org-export-publishing-directory'.
9613 (org-link-search, org-store-link, org-file-apps): Support for
9614 links to BibTeX database entries..
9615 (org-get-current-options, org-set-regexps-and-options):
9616 Implement logging as a startup option.
9617 (org-store-link): Make sure context string is never empty
9618 (org-insert-link): Use relative path when possible.
9619 (org-at-item-checklet-p): New function.
9620 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9621 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9622 (org-metaright, org-metaup, org-metadown, org-shiftup)
9623 (org-shiftdown, org-shiftright, org-shiftleft)
9624 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9625 Dispatch using `call-interactively'.
9626 (org-call-with-arg): New defsubst.
9627 (org-tag-alist, org-use-fast-tag-selection): New options.
9628 (org-complete): Use `org-tag-alist'.
9629 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9630 (org-next-item, org-previous-item): New commands.
9631 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9632 make command.
9633 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9634
9635 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9636
9637 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9638 (ewoc-filter): Use `ewoc-delete'.
9639
9640 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9641
9642 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9645 Signal more user-friendly error messages.
9646
9647 * complete.el (PC-do-completion): Undo the addition of implicit
9648 wildcards if they did not lead to finding any match.
9649 (read-file-name-internal): Don't add the final > if the completion is
9650 not finished.
9651
9652 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9653
9654 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9655 Quote safe-local-variable predicate.
9656
9657 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9658
9659 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9660
9661 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9662
9663 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9664
9665 * progmodes/make-mode.el (makefile-special-targets-list)
9666 (makefile-macro-table, makefile-target-table): Mark as risky.
9667 (makefile-query-one-target-method): Make this the alias for the
9668 following variable.
9669 (makefile-query-one-target-method-function): Make this the real name.
9670
9671 * textmodes/artist.el (artist-text-renderer): Make this the alias
9672 for the following variable.
9673 (artist-text-renderer-function): Make this the real name.
9674
9675 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9676 the alias for the following variable.
9677 (flyspell-generic-check-word-predicate): Make this the real name.
9678
9679 * textmodes/ispell.el (ispell-format-word): Make this the alias
9680 for the following variable.
9681 (ispell-format-word-function): Make this the real name.
9682 (ispell-message-text-end): Mark as risky.
9683
9684 * skeleton.el (skeleton-transformation, skeleton-filter)
9685 (skeleton-pair-filter): Make these the aliases for the following
9686 variables.
9687 (skeleton-transformation-function, skeleton-filter-function)
9688 (skeleton-pair-filter-function): Make these the real names.
9689
9690 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9691 and skeleton-pair-filter-function.
9692
9693 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9694 alias for the following variable.
9695 (sgml-transformation-function): Make this the real name.
9696 (sgml-tag-alist): Mark as risky.
9697
9698 2006-05-21 Richard Stallman <rms@gnu.org>
9699
9700 * simple.el (kill-region): Interactively, pass point, then mark.
9701
9702 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9703
9704 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9705
9706 2006-05-21 Romain Francoise <romain@orebokech.com>
9707
9708 * dired-x.el (dired-mode-map): Don't bind M-g.
9709
9710 2006-05-20 Richard Stallman <rms@gnu.org>
9711
9712 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9713 (dired-goto-file): Doc fix.
9714
9715 2006-05-21 Kim F. Storm <storm@cua.dk>
9716
9717 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9718 way to enable built-in cua-mode if user loads older CUA-mode package.
9719
9720 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9721 if default-filename is specified.
9722
9723 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9724
9725 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9726
9727 * info.el (info-apropos): Make sure current-file and current-node
9728 have non-nil values. Speed up by using add-to-list instead of
9729 manual consing.
9730
9731 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9732
9733 * progmodes/make-mode.el (makefile-mode): Doc fix.
9734
9735 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9736
9737 * dired-aux.el (dired-do-shell-command): Doc fix.
9738
9739 2006-05-20 Kevin Ryde <user42@zip.com.au>
9740
9741 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9742 ``(custom-manual :tag "Foo" "(foo)Node")''.
9743
9744 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9745
9746 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9747 value is an integer.
9748
9749 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9750
9751 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9752 "format".
9753 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9754
9755 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9756
9757 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9758 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9759
9760 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9763 regexp for keywords.
9764
9765 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9766
9767 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9768 replace-regexp-in-string.
9769
9770 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9771 encode, and escape file name on conversion to URL.
9772
9773 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9774
9775 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9776 Don't unescape URL.
9777 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9778
9779 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9780 on conversion to URLs.
9781
9782 * net/browse-url.el (browse-url-file-url): Encode file name on
9783 conversion to URL.
9784
9785 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9786 conversion to URL.
9787
9788 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9789
9790 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9791
9792 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9793
9794 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9795 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9796
9797 2006-05-19 Glenn Morris <rgm@gnu.org>
9798
9799 * calendar/diary-lib.el (diary-bahai-date)
9800 (list-bahai-diary-entries, mark-bahai-diary-entries)
9801 (mark-bahai-calendar-date-pattern): Not interactive.
9802 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9803 (diary-entries-list): Change format of 4th element in each entry.
9804 (diary-list-entries): Use add-to-diary-list.
9805 (diary-goto-entry): Handle the case where the buffer visiting the
9806 diary has been killed.
9807 (fancy-diary-display): Add 'locator to button rather than 'marker.
9808 Only generate temp-face when there are marks to apply.
9809 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9810 (diary-fancy-date-pattern): New variable.
9811 (diary-time-regexp): Doc fix.
9812 (diary-anniversary, diary-time): New faces.
9813 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9814 diary-time-regexp. Add font-lock-multiline property where needed.
9815 Use new faces diary-anniversary and diary-time.
9816 (diary-fancy-font-lock-fontify-region-function): New function, to
9817 handle multiline font-lock pattern in fancy diary.
9818 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9819 (diary-font-lock-keywords): Tweak time regexp. Use new face
9820 diary-time.
9821
9822 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9823
9824 * international/code-pages.el (mik): Table corrected.
9825
9826 2006-05-18 Kim F. Storm <storm@cua.dk>
9827
9828 * progmodes/grep.el (grep-find): Don't check grep-find-command
9829 before running command (breaks non-interactive usage).
9830
9831 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9832
9833 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9834 (ewoc--insert-new-node): Don't insert trailing newline.
9835 Instead, adjust successor nodes's start markers.
9836 (ewoc--refresh-node): Delete all text from current node's start
9837 marker to the next one's; adjust successor nodes's start markers.
9838 (ewoc--create): Doc fixes.
9839 (ewoc--refresh): Don't insert newline.
9840 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9841 * pcvs.el (cvs-make-cvs-buffer):
9842 Specify extra newline for ewoc's header and footer.
9843 (cvs-update-header): Update initial header recognition.
9844 Append newline to final header and footer values.
9845 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9846
9847 2006-05-17 Richard Stallman <rms@gnu.org>
9848
9849 * files.el (file-name-extension): Doc fix.
9850
9851 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9854 we can explicitly enable/disable rather than toggle.
9855 (shell-mode): Use it.
9856 (shell-cd): Don't try to reproduce what `cd' does.
9857
9858 2006-05-17 Kim F. Storm <storm@cua.dk>
9859
9860 * ido.el (ido-read-internal): Use only nondirectory part of
9861 default item.
9862
9863 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9864
9865 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9866 (ewoc-nth): Doc fix.
9867
9868 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9869
9870 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9871
9872 * international/mule.el (auto-coding-alist): Add .lha to files
9873 read with no-conversion.
9874
9875 * files.el (auto-mode-alist): Add .lha files to archive file
9876 extensions.
9877
9878 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9879 Convert csize to integer when computing offsets within the
9880 compressed archive file.
9881
9882 2006-05-16 Kim F. Storm <storm@cua.dk>
9883
9884 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9885 with read-from-minibuffer.
9886
9887 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9888
9889 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9890 (byte-compile-warnings): Fix safe-local-variable property.
9891
9892 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9893
9894 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9895 (allout-stylish-prefixes, allout-numbered-bullet)
9896 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9897 predicates to qualify `safe-local-variable' property, when
9898 available, else use equivalent lambda.
9899 (allout-current-topic-collapsed-p): Do the right thing regarding
9900 trailing blank lines.
9901
9902 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * server.el (server-start): Only create a directory if needed.
9905 (server-edit, server-unload-hook): server-start => server-mode.
9906 (kill-emacs-hook): Cleanup upon exit.
9907
9908 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * hexl.el (hexlify-buffer): Encode process arguments manually.
9911
9912 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9913
9914 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9915 call to gdb-tooltip-print.
9916
9917 2006-05-15 Romain Francoise <romain@orebokech.com>
9918
9919 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9920 systems, default to "tar" since those systems probably have GNU tar.
9921
9922 2006-05-14 Lars Hansen <larsh@soem.dk>
9923
9924 * desktop.el (desktop-missing-file-warning): Fix docstring.
9925 (desktop-restore-file-buffer): Correct question asked on missing file.
9926
9927 2006-05-14 Kim F. Storm <storm@cua.dk>
9928
9929 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9930 Add CUA move property.
9931
9932 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9933
9934 * custom.el (custom-push-theme): Load the variable before checking
9935 its `standard-value'.
9936
9937 2006-05-13 Lars Hansen <larsh@soem.dk>
9938
9939 * desktop.el (desktop-save): Use with-temp-buffer.
9940
9941 2006-05-12 Glenn Morris <rgm@gnu.org>
9942
9943 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9944 * calendar/calendar.el (calendar-mode-map):
9945 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9946 * calendar/appt.el (appt-check, appt-make-list): Refer to
9947 diary-view-entries, diary-list-entries, diary-show-all-entries
9948 rather than obsolete aliases.
9949
9950 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * simple.el (line-move-finish): Avoid calling point motion hooks
9953 while processing intangibility.
9954
9955 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9956
9957 * term/xterm.el (terminal-init-xterm): Fix typo.
9958
9959 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9960
9961 * allout.el (allout-view-change-hook): Mark as being deprecated,
9962 to be replaced by `allout-exposure-change-hook'.
9963 (allout-exposure-change-hook): New, replacing
9964 `allout-view-change-hook'.
9965 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9966 in addition to `allout-view-change-hook'.
9967 (allout-show-bodies, allout-old-style-prefixes)
9968 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9969 lambda forms to prevent their showing up in variable help
9970 presentations as inscrutable byte-compiled code.
9971 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9972 Use string-or-null-p to qualify safe-local-variable values.
9973 (allout-reindent-bodies): Use memq to qualify matches against
9974 valid safe-local-variable values. Also, quote the lambda as above.
9975 (allout-use-mode-specific-leader): Add missing candidate-value
9976 symbols, use memq, and quote the lambda.
9977 (allout-overlay-interior-modification-handler): Remove unused
9978 variables `msg' and 'opened'.
9979 (allout-hidden-p): Constrain invisibility consideration to allout's
9980 invisibility spec, disregarding invisibility for other reasons.
9981
9982 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9983
9984 * files.el (version-control): Correct safe values.
9985
9986 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9987
9988 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9989
9990 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9991 (ewoc--insert-new-node): New func.
9992 Update callers of deleted funcs to use it, instead.
9993
9994 2006-05-11 Glenn Morris <rgm@gnu.org>
9995
9996 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9997 obsolete alias `show-all-diary-entries'.
9998 (make-diary-entry): Not interactive.
9999 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10000 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10001 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10002 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10003 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10004 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10005
10006 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10007
10008 * calendar/calendar.el (calendar-french-date-string)
10009 (calendar-mayan-date-string, calendar-chinese-date-string)
10010 (calendar-astro-date-string, calendar-iso-date-string)
10011 (calendar-islamic-date-string, calendar-bahai-date-string)
10012 (calendar-hebrew-date-string, calendar-coptic-date-string)
10013 (calendar-ethiopic-date-string, calendar-persian-date-string):
10014 These functions are not interactive.
10015
10016 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10017
10018 * files.el: Balance parentheses.
10019
10020 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10021
10022 * files.el, newcomment.el, outline.el, simple.el,
10023 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10024 * progmodes/cc-vars.el, progmodes/compile.el:
10025 Move `safe-local-variable' declarations to the respective files.
10026
10027 * help-fns.el (describe-variable): Don't print safe-var if it is
10028 byte-code. Improve wording as suggested by Luc Teirlinck.
10029
10030 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10031
10032 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10033 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10034 Use a token for pending-triggers to ensure gdb-var-update
10035 gets called once per user input again for pre-GDB 6.4.
10036 (gdb-var-delete): Match on more complex expressions.
10037 (gdb-var-list-children-handler, gdb-var-create-handler):
10038 Use a token for consistency.
10039
10040 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10041
10042 * textmodes/org.el (org-read-date, org-goto-calendar)
10043 (org-agenda-goto-calendar):
10044 Bind `view-calendar-holidays-initially' to nil.
10045
10046 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10047
10048 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10049 Update all callers to do it there, instead.
10050
10051 2006-05-10 Glenn Morris <rgm@gnu.org>
10052
10053 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10054 prefix arg case, to avoid view-diary-entries-initially error.
10055 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10056 (calendar-date-is-legal-p): Handle dates with no day part.
10057
10058 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10059
10060 * comint.el (comint-insert-input): Just make it when
10061 comint-use-prompt regexp is nil (default) and with the mouse.
10062 (comint-copy-old-input): Reinstate from 2004-06-23.
10063 (comint-mode-map): Bind C-c C-m to it.
10064
10065 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10066
10067 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10068 Remove spurious move to point-max (new comint behavior fixes).
10069
10070 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10071 compatibility function (Emacs 18/19).
10072 (idlwave-is-continuation-line): Always return point at start of
10073 previous non-blank continuation line.
10074 (keyword-parameters): Fix continued comment font-lock matcher.
10075 (idlwave-font-lock-fontify-region): Written, use as
10076 font-lock-fontify-region-function, to fix continued keyword
10077 fontification issues.
10078
10079 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10080
10081 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10082 (mac-service-selection, mac-service-open-file)
10083 (mac-service-open-selection, mac-service-mail-selection)
10084 (mac-service-mail-to, mac-service-insert-text): Rename from
10085 mac-services-*. All uses changed.
10086 (mac-apple-event-map): Rename event symbol `services' to `service'.
10087
10088 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10089
10090 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10091 (ewoc--node-enter-first, ewoc--node-enter-last)
10092 (ewoc--delete-node-internal): Merge funcs into unique callers.
10093
10094 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10095
10096 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10097 return value of read-from-minibuffer for empty input.
10098
10099 2006-05-09 Miles Bader <miles@gnu.org>
10100
10101 * comint.el (comint-insert-input): Remove redundant calls to setq
10102 and goto-char.
10103
10104 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10105
10106 * comint.el (comint-insert-input): Make it work when
10107 comint-use-prompt-regexp is t.
10108
10109 2006-05-10 Miles Bader <miles@gnu.org>
10110
10111 * subr.el (field-at-pos): New function.
10112
10113 * comint.el (comint-insert-input): Use it.
10114
10115 2006-05-09 Juri Linkov <juri@jurta.org>
10116
10117 * battery.el (battery-linux-proc-acpi): Also try
10118 `/proc/acpi/thermal_zone/THR2/temperature'.
10119
10120 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10121 for now unused lambda `string-or-null'.
10122
10123 * add-log.el (change-log-default-name): Put `string-or-null-p'
10124 instead of lambda on `safe-local-variable' property.
10125
10126 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10127 `region-end' instead of `mark' and `point'.
10128 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10129 Operate on region in Transient Mark mode when the mark is active.
10130 Use `region-beginning' and `region-end' instead of `mark' and
10131 `point'.
10132 (diff-hunk-text, diff-goto-source): Doc fix.
10133
10134 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10135 face `mode-line-buffer-id' for mode-line buffer face instead of
10136 hard-coded `(:weight bold)'.
10137
10138 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10139 buffer-undo-list to t (undo-ask is reproducible by visiting
10140 nested archives).
10141
10142 2006-05-09 Kim F. Storm <storm@cua.dk>
10143
10144 * progmodes/grep.el (rgrep): Set default directory of *grep*
10145 buffer if we start M-x rgrep in the *grep* buffer and choose
10146 a different base directory.
10147
10148 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10149
10150 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10151 completion also when ido is loaded.
10152
10153 2006-05-09 Masatake YAMATO <jet@gyve.org>
10154
10155 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10156 "warning" and "import".
10157 (cpp-font-lock-keywords): Added "warning".
10158
10159 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10160
10161 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10162
10163 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10166 pages at a time, if we signal the end, we should indeed reach that end.
10167
10168 2006-05-08 David Reitter <david.reitter@gmail.com>
10169
10170 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10171 output during execution of the body.
10172
10173 2006-05-08 Kim F. Storm <storm@cua.dk>
10174
10175 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10176
10177 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10178
10179 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10180 Use with-current-buffer.
10181
10182 2006-05-07 Kim F. Storm <storm@cua.dk>
10183
10184 * subr.el (add-to-history): Remove keep-dups arg.
10185
10186 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10187 to nil around call to add-to-history.
10188
10189 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10192 than after a buffer modification.
10193
10194 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10195
10196 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10197 call to...
10198 (gud-watch): ...here so speedbar is raised for already watched
10199 expressions.
10200 (gdb-speedbar-refresh): Delete function.
10201 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10202 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10203 earlier change).
10204 (gdb-var-evaluate-expression-handler)
10205 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10206
10207 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10208 Update localized contents for all buffers except ignored modes.
10209
10210 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10211
10212 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10213 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10214 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10215 (mac-handle-font-panel-closed, mac-handle-font-selection):
10216 New functions.
10217 (mac-font-panel-mode): New minor mode.
10218 (mac-apple-event-map): Add bindings for toolbar toggle button and
10219 font panel.
10220 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10221
10222 2006-05-07 John Paul Wallington <jpw@pobox.com>
10223
10224 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10225 Avoid `regexp-opt'; simplify regexp for readability.
10226
10227 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10228
10229 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10230 * files.el (buffer-stale-function):
10231 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10232 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10233 links to the main manual, not to emacs-xtra.
10234
10235 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10236
10237 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10238 MacJapanese if text is ASCII-only.
10239
10240 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10241
10242 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10243 unless so nil isn't returned.
10244 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10245
10246 2006-05-06 Kim F. Storm <storm@cua.dk>
10247
10248 * subr.el (add-to-history): New function.
10249
10250 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10251 (ediff-merge-files-with-ancestor):
10252 * env.el (setenv):
10253 * isearch.el (isearch-update-ring):
10254 * server.el (server-visit-files):
10255 * progmodes/grep.el (lgrep, rgrep):
10256 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10257 * progmodes/xscheme.el (xscheme-insert-expression):
10258 Use add-to-history.
10259
10260 * kmacro.el (kmacro-push-ring): Use add-to-history.
10261 (kmacro-ring-length): Remove unused defun.
10262 (kmacro-start-macro): Use kmacro-push-ring.
10263
10264 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10265
10266 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10267 directly instead of a lambda expression that calls it.
10268
10269 2006-05-06 Kim F. Storm <storm@cua.dk>
10270
10271 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10272 instead of compute-motion.
10273
10274 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10275
10276 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10277 change.
10278
10279 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10280
10281 * startup.el (command-line-1): Refer to "Pure Storage" on
10282 pure-space-overflow.
10283
10284 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10285
10286 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10287 provided faces once they all have been used up.
10288
10289 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10290
10291 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10292 reference to the Lisp manual to the warning about pure space
10293 overflow.
10294
10295 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10296
10297 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10298 argument to avoid the call to `ispell-internal-change-dictionary'
10299 when not needed.
10300 (ispell-change-dictionary): Use this argument and call
10301 `ispell-internal-change-dictionary' after the possible change
10302 to `ispell-local-dictionary'.
10303 (ispell-internal-change-dictionary): Check for a change in
10304 personal dictionary use too.
10305
10306 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10307
10308 * startup.el (command-line): On MS-Windows, probe "~", not
10309 "~USER", for warning about non-existent home directory
10310
10311 * arc-mode.el (archive-l-e): New optional argument `float' means
10312 generate a float value.
10313 (archive-arc-summarize, archive-lzh-summarize)
10314 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10315 with 3rd argument non-nil when file's size is being computed.
10316 Format the file sizes with %8.0f instead of %8d.
10317
10318 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10319
10320 * cus-start.el (all): Add mac-dnd-known-types.
10321
10322 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10323 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10324 (mac-TIFF-to-string): New functions.
10325 (x-get-selection, x-selection-value)
10326 (mac-select-convert-to-string): Use them.
10327 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10328 (mac-dnd-types-alist): New customization variable.
10329 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10330 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10331 (mac-dnd-handle-drag-n-drop-event): New functions.
10332 (mac-drag-n-drop): Remove function.
10333 (global-map): Bind drag-n-drop and M-drag-n-drop to
10334 mac-dnd-handle-drag-n-drop-event.
10335
10336 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10337
10338 * progmodes/perl-mode.el (perl-beginning-of-function):
10339 Skip anonymous subs.
10340
10341 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10342
10343 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10344 regexp-opt at run time.
10345
10346 * term.el (term-handle-ansi-escape): Fix off by one error.
10347
10348 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10349
10350 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10351 (gdb-init-1, gdb-post-prompt): ...and references to it.
10352 (gdb-frame-handler): Strip directory name from filename if present.
10353
10354 * progmodes/gud.el (gdb-force-update): Delete defvar
10355 (gud-speedbar-buttons): ...and references to it. Use window-start
10356 to try to keep positon in watch expression.
10357
10358 2006-05-03 Richard Stallman <rms@gnu.org>
10359
10360 * simple.el (next-history-element, previous-history-element): Doc fix.
10361
10362 * isearch.el (isearch-update-ring): Doc fix.
10363
10364 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10365
10366 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10367 into consideration. Replace one arm ifs with whens.
10368
10369 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10372 (menu): Fix typo.
10373
10374 2006-05-02 Miles Bader <miles@gnu.org>
10375
10376 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10377
10378 2006-05-02 Jay Belanger <belanger@truman.edu>
10379
10380 * calc/calc-embed.el (calc-override-minor-modes-map)
10381 (calc-override-minor-modes): New variables.
10382 (calc-do-embedded): Make sure that Calc keystrokes aren't
10383 overwritten by minor modes.
10384
10385 2006-05-02 Chong Yidong <cyd@mit.edu>
10386
10387 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10388
10389 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10390
10391 * startup.el (command-line-1): Refer to Lisp manual when
10392 pure-space-overflow occurs.
10393
10394 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10395 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10396 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10397 (version-control): Don't use `t' for safe-local-variable declarations.
10398
10399 2006-05-01 Richard Stallman <rms@gnu.org>
10400
10401 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10402 M-r, M-R, M-A, M-SPC or M-DEL.
10403 (diff-mode-map): diff-refine-hunk now on C-c C-w
10404 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10405
10406 * help-mode.el (help-mode): view-exit-action calls delete-window
10407 only when it is safe and possible.
10408
10409 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10410 in messages.
10411
10412 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10413
10414 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10415 in the default tool-bar-map.
10416
10417 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10418
10419 * net/tramp.el (tramp-completion-file-name-handler-alist)
10420 (tramp-run-real-handler, tramp-completion-run-real-handler)
10421 (tramp-completion-handle-file-name-all-completions)
10422 (tramp-completion-handle-file-name-completion): Autoload them.
10423 (tramp-completion-handle-file-exists-p)
10424 (tramp-completion-handle-file-name-directory)
10425 (tramp-completion-handle-file-name-nondirectory)
10426 (tramp-completion-handle-expand-file-name): Remove them.
10427 (tramp-handle-file-name-directory): Return the real directory name.
10428 Returning "/" only doesn't need to be necessary any longer.
10429 (tramp-file-name-handler): Make special attention when in hostname
10430 completion mode.
10431 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10432 (tramp-register-file-name-handlers):
10433 Register `tramp-completion-file-name-handler' only when
10434 `partial-completion-mode' is enabled.
10435 (tramp-completion-handle-file-name-all-completions):
10436 Delete directory part from results.
10437 (tramp-get-completion-methods, tramp-get-completion-user-host):
10438 Discard deleting "/", it doesn't work after the change of
10439 `tramp-handle-file-name-directory' above.
10440
10441 2006-05-01 Kim F. Storm <storm@cua.dk>
10442
10443 * progmodes/grep.el (grep-expand-template): Use save-match-data
10444 and symbol-value.
10445
10446 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10447
10448 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10449 Use select-frame-set-input-focus instead of raise-frame.
10450 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10451
10452 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10453
10454 * progmodes/gud.el (gud-def): Add %c case.
10455 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10456 (gud-format-command): Make match case sensitive. Match on %F.
10457
10458 2006-04-30 Glenn Morris <rgm@gnu.org>
10459
10460 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10461 (cal-tex-preamble): Use cal-tex-preamble-extra.
10462 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10463 than alias `list-diary-entries'.
10464
10465 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10466
10467 * help-fns.el (describe-variable): Add info about safe local variables.
10468
10469 2006-04-29 Richard Stallman <rms@gnu.org>
10470
10471 * bindings.el (mode-line-format): help-echo doc fixes.
10472
10473 * net/tramp.el (tramp-file-name-handler-alist): Delete
10474 expand-file-name and other operations that can cause spurious loading.
10475
10476 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * files.el (safe-local-variable-p): Remove support for the special
10479 value t.
10480
10481 * textmodes/paragraphs.el (sentence-end-without-space):
10482 Fix safety predicate.
10483 (sentence-end-double-space, sentence-end-without-period)
10484 (paragraph-ignore-fill-prefix):
10485 * textmodes/fill.el (colon-double-space):
10486 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10487
10488 * subr.el (booleanp): New fun.
10489
10490 * textmodes/reftex-vars.el (reftex-guess-label-type):
10491 Tighten the safety predicate.
10492
10493 2006-04-28 Kim F. Storm <storm@cua.dk>
10494
10495 * progmodes/grep.el (defgroup grep): Doc fix.
10496 (grep-auto-highlight): Remove.
10497 (grep-template): New defcustom.
10498 (grep-find-template): Rename from grep-tree-template.
10499 (grep-files-aliases): Rename from grep-tree-files-aliases.
10500 Remove "all" alias, add "l" alias.
10501 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10502 (grep-find-ignored-directories): New defcustom to replace
10503 grep-tree-ignore-CVS-directories, to facilitate ignoring
10504 subdirectories for multiple version control systems.
10505 (grep-mode-map): Add Recursive grep item to GREP menu.
10506 (grep-regexp-history, grep-files-history): New defvars.
10507 (grep-probe): New helper function.
10508 (grep-compute-defaults): Use it to simplify code.
10509 Adapt to name changes.
10510 Use `.' as base in grep-find-template rather than <D>.
10511 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10512 Call grep-compute-defaults unconditionally.
10513 (grep-expand-keywords): New defconst.
10514 (grep-expand-template): Rename from grep-expand-command-macros.
10515 Simplify via grep-expand-keywords. Look at case-fold-search instead
10516 of grep-tree-ignore-case to add -i option.
10517 Bind case-fold-search to nil while matching keywords.
10518 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10519 (grep-read-regexp, grep-read-files): New helper functions.
10520 (rgrep): Rename from grep-tree. Rework to use proper histories.
10521 Adapt to changes in defcustoms and functions above.
10522 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10523
10524 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/tramp.el (tramp-completion-file-name-handler):
10527 Disable Tramp's functionality while loading Tramp itself.
10528 (tramp-register-file-name-handlers): That's a defsubst now.
10529 Code from `tramp-repair-jka-compr' moved here. Apply it via
10530 `after-init-hook'.
10531 (tramp-repair-jka-compr): Remove.
10532
10533 2006-04-27 Jay Belanger <belanger@truman.edu>
10534
10535 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10536 read expression when `math-read-big-expr' doesn't work.
10537
10538 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10539
10540 * startup.el (command-line-1): Display warning when
10541 pure-space-overflow is non-nil.
10542
10543 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10544
10545 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10546 risky.
10547
10548 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10549
10550 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10551 Return the URL or nil if none can be generated.
10552
10553 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10554
10555 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10556 byte compiler warnings.
10557 (gud-basic-call, gud-find-expr): Let user select an expression
10558 for printing. Print expression as well as value in GUD buffer.
10559
10560 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10561
10562 * allout.el: Remove local autoload declaration for
10563 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10564 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10565 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10566 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10567 (allout-stylish-prefixes, allout-numbered-bullet)
10568 (allout-file-xref-bullet, allout-presentation-padding)
10569 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10570 safe-local-variable with suitable value spec, and add autoload
10571 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10572 (move-beginning-of-line, move-end-of-line): Repair so these compat
10573 functions now actually resituate the point, when appropriate.
10574
10575 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10578
10579 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10580 (add-log-iso8601-time-string): Fix call to format-time-string.
10581
10582 2006-04-26 Kim F. Storm <storm@cua.dk>
10583
10584 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10585
10586 2006-04-26 Masatake YAMATO <jet@gyve.org>
10587
10588 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10589 Add support for "//" style comments. Remove `b' flag
10590 from ?* in `asm-mode-syntax-table'.
10591
10592 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * follow.el: Use (featurep 'xemacs) everywhere.
10595 (follow-mode): Use define-minor-mode.
10596 (follow-mode-map): Move initialization into the declaration.
10597 Use command remapping.
10598 (follow-emacs-version-xemacs-p): Remove.
10599 (follow-submit-feedback): Remove.
10600
10601 * allout.el (allout-layout, allout-passphrase-verifier-string)
10602 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10603
10604 * textmodes/reftex-vars.el (reftex-vref-is-default)
10605 (reftex-fref-is-default, reftex-guess-label-type):
10606 Tighten up a bit the safety predicate.
10607
10608 * textmodes/paragraphs.el (sentence-end-double-space)
10609 (sentence-end-without-period, sentence-end-without-space)
10610 (page-delimiter, paragraph-ignore-fill-prefix):
10611 Tighten up a bit the safety predicate.
10612
10613 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10614
10615 * progmodes/python.el (python-continuation-line-p)
10616 (python-beginning-of-statement): syntax-ppss may return
10617 a negative depth.
10618 (python-mode): Don't forcefully enable font-lock.
10619
10620 * time-stamp.el (time-stamp-start, time-stamp-end)
10621 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10622
10623 * add-log.el: Remove spurious * in docstrings.
10624 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10625 (add-change-log-entry): Use it here, since it's not specific
10626 to iso8601.
10627 (add-log-iso8601-time-string): Don't use it here any more.
10628 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10629
10630 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10631
10632 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10633
10634 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10635 (rcirc-toggle-low-priority): Doc fix.
10636 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10637 ChanServ regexp.
10638 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10639 #emacs.
10640 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10641 (rcirc-decode-coding-system): Use utf-8 as the default.
10642 (rcirc-multiline-minor-mode): Set the fill-column.
10643 (rcirc-format-response-string): Display bright and dim nicks.
10644 (rcirc-browse-url): Update interactive spec to fill ARG.
10645 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10646 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10647
10648 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10649
10650 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10651 case for @Article, etc.
10652
10653 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10654
10655 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10656 Added with autoload cookie.
10657 (tramp-unload-file-name-handlers): Rename from
10658 `tramp-unload-file-name-handler-alist'.
10659
10660 2006-04-23 Romain Francoise <romain@orebokech.com>
10661
10662 * comint.el (comint-match-partial-filename): Doc fix.
10663
10664 2006-04-21 Glenn Morris <rgm@gnu.org>
10665
10666 * calendar/cal-menu.el (calendar-mode-map): Refer to
10667 `diary-view-entries' rather than alias `view-diary-entries'.
10668 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10669
10670 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10671
10672 * progmodes/antlr-mode.el (antlr-default):
10673 * cus-edit.el (custom-documentation):
10674 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10675 in defface.
10676
10677 2006-04-21 Kim F. Storm <storm@cua.dk>
10678
10679 * image.el (image-type): New defun split out of create-image.
10680 (create-image): Use it.
10681
10682 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10683
10684 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10685 (org-open-at-point): Remove the "...done" message to keep output
10686 in the echo area visible.
10687 (org-export-as-xoxo): Fix call to `indent-region'.
10688
10689 2006-04-21 Kevin Ryde <user42@zip.com.au>
10690
10691 * international/mule.el (keyboard-coding-system): defcustom
10692 info-link fixes: "Specify Coding" has been split, keyboard now in
10693 "Terminal Coding", and "Single-Byte Character Support" is now
10694 "Unibyte Mode".
10695
10696 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10697
10698 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10699 Use font-lock-warning-face for any errors e.g. no stack.
10700 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10701
10702 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * progmodes/sh-script.el (sh-shell): Mark as safe.
10705
10706 * newcomment.el (comment-start, comment-start-skip)
10707 (comment-end-skip, comment-end): Mark as safe.
10708
10709 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10710
10711 * textmodes/org.el (org-deadline-announce): Face removed.
10712 (org-level-faces, org-n-levels): Convert to constant.
10713 (org-compatible-face): New function.
10714 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10715 (org-level-5, org-level-6, org-level-7, org-level-8)
10716 (org-special-keyword, org-warning, org-headline-done, org-link)
10717 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10718 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10719 Face definition revised for better color tty support.
10720 (org-bold-re, org-italic-re, org-underline-re): New constants.
10721 (org-set-font-lock-defaults): Use the new constants.
10722 (org-agenda-highlight-todo): New function.
10723 (org-agenda-todo): Fix bug with point at end of line.
10724 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10725 Fontify TODO keywords.
10726 (org-insert-link): Preserve relative path in ../ links.
10727 (org-export-as-html): Convert links pointing to .org files into
10728 links that will work beteen the exported HTML files.
10729 (org-todo-list): Fix bug when arg=0.
10730 (org-insert-heading): More fine-tuning.
10731
10732 2006-04-19 Romain Francoise <romain@orebokech.com>
10733
10734 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10735 from `rmail-mime-charset-pattern'.
10736
10737 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10738
10739 * progmodes/python.el (python-mode): Fix typo.
10740
10741 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10742
10743 * comint.el (comint-previous-input): Don't clobber input line
10744 when moving off either end of the input history ring.
10745 (comint-delete-input): New function, used by
10746 `comint-previous-input' and others.
10747 (comint-previous-matching-input):
10748 Use `coming-delete-input'. Save the partial input if leaving the
10749 edit line. Goto point-max before deleting input to avoid
10750 partial input fragments hanging around.
10751 (comint-restore-input): New function, used by `comint-previous-input'.
10752
10753 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10754
10755 * imenu.el (imenu--index-alist): Balance parentheses.
10756
10757 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10758
10759 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10760
10761 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10762
10763 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10764 file is nil.
10765
10766 2006-04-18 Richard Stallman <rms@gnu.org>
10767
10768 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10769
10770 * imenu.el (imenu-create-index-function, imenu--index-alist)
10771 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10772 (imenu-default-create-index-function, imenu--generic-function):
10773 Doc fixes.
10774
10775 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10776
10777 * help-mode.el (help-mode): Set view-exit-action to delete window.
10778
10779 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10780 now works by passing nil as arg.
10781
10782 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10783
10784 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10785 (read-abbrev-file): Provide default when reading filename.
10786
10787 * files.el (enable-local-variables): Allow :all as value.
10788 (hack-local-variables): Implement that value.
10789 (safe-local-variable-values, safe-local-eval-forms)
10790 (enable-local-variables): Mark as risky.
10791 (find-file-visit-truename, kept-old-versions): Mark safe.
10792
10793 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10794 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10795 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10796
10797 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10800 Use forward-line so as to get to BOL even in the presence of fields.
10801 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10802 in return.
10803 (inferior-tcl): Tell tclsh to work in interactive mode.
10804
10805 * complete.el (partial-completion-mode):
10806 Use 'choose-completion-string-functions to make sure that
10807 choose-completion fills the minibuffer properly.
10808
10809 * complete.el (PC-old-read-file-name-internal): Remove.
10810 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10811 of read-file-name-internal.
10812 (partial-completion-mode): Enable/disable this advice.
10813
10814 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10815
10816 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10817 of 2006-04-17.
10818
10819 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10820
10821 * textmodes/org.el (org-insert-heading): Insert heading before
10822 current if at beginning of line.
10823 (org-todo, org-date): New faces.
10824 (org-table-align): Make sure tooltip window contains full text.
10825 (org-no-properties): New defsubst.
10826 (org-set-font-lock-defaults): Use new faces.
10827
10828 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10829
10830 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10831 for root variables.
10832
10833 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10834 (gdb-frame-address): Re-use to identify frame for watch expression.
10835 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10836 variables.
10837 (gdb-init-1, gdb-source, gdb-post-prompt)
10838 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10839 (gdb-frame-handler): Get gdb-frame-address.
10840
10841 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10842
10843 Sync with Tramp 2.0.53.
10844
10845 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10846 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10847 (tramp-completion-file-name-handler): Add autoload cookie for
10848 adding to `file-name-handler-alist'.
10849
10850 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10851 the prompt. If it returns earlier (when detecting an error
10852 message), the rest of the output will merge accidently with the
10853 output of the next command. Reported by M Jared Finder
10854 <jared@hpalace.com>.
10855
10856 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10857 for `process-file', in order to let it work for older Emacsen too.
10858
10859 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10860
10861 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10862 (tex-font-lock-keywords-3): Use it.
10863
10864 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * newcomment.el (comment-add): New function.
10867 (comment-region-default, comment-dwim): Use it.
10868
10869 2006-04-15 Michael Olson <mwolson@gnu.org>
10870
10871 * emacs-lisp/tq.el: Improve comments.
10872 (tq-queue-head-question): New accessor function.
10873 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10874 Update for modified queue structure.
10875 (tq-queue-add): Accept `question' argument.
10876 (tq-queue-pop): If a question is pending, send it.
10877 (tq-enqueue): Accept new optional argument `delay-question'.
10878 If this is non-nil, and at least one other question is pending a
10879 response, queue the question rather than sending it immediately.
10880
10881 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10882
10883 * calendar/appt.el (appt-add): Check whether an appointment is
10884 already present in appt-time-msg-list. Simplify code.
10885
10886 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * progmodes/cc-langs.el (c-mode-menu):
10889 Don't presume c-subword-mode is bound.
10890
10891 2006-04-13 Bill Wohler <wohler@newt.com>
10892
10893 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10894 (customize-package-emacs-version): Use cdr instead of cadr now
10895 that alists use dotted pairs.
10896
10897 * custom.el (defcustom): Fix docstring for :package-version.
10898
10899 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10900
10901 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10902 (tramp-handle-shell-command): Display output buffer only when
10903 `tramp-display-shell-command-buffer' is true.
10904 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10905
10906 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10907
10908 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10909 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10910
10911 2006-04-13 Romain Francoise <romain@orebokech.com>
10912
10913 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10914 leaving temporary .cvsignore buffers behind.
10915
10916 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10917
10918 * textmodes/org.el (org-set-regexps-and-options)
10919 (org-get-current-options): Better names for the startup folding
10920 options.
10921
10922 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10923
10924 * vc.el (vc-annotate): Arrange for point to end up at the same
10925 line number as in the original, but only when using a new buffer.
10926
10927 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10928
10929 * files.el (hack-one-local-variable-eval-safep):
10930 Recognize `edebug-form-spec' for `put', but only if it passes
10931 `edebug-basic-spec'. Generalize `put' handling.
10932
10933 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10934 vetting file-local form specs.
10935
10936 * allout.el (allout-layout): Autoload its `safe-local-variable'
10937 property.
10938
10939 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10940
10941 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10942 (org-agenda-mouse-1-follows-link)
10943 (org-mouse-1-follows-link): New options.
10944 (org-format-agenda-item): Fix bug if TAGS is nil.
10945 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10946
10947 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10948
10949 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10950 GDB 6.1+ gives full filename for "info sources" so use
10951 file-name-nondirectory.
10952
10953 2006-04-12 Romain Francoise <romain@orebokech.com>
10954
10955 * subr.el (read-passwd): Bind `message-log-max' to nil.
10956
10957 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * progmodes/perl-mode.el (perl-indent-new-calculate):
10960 Recompute parse-start after jumping backward by a whole sexp.
10961
10962 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10965 window configuration.
10966 (vc-annotate-display-select): Select the buffer so that current-buffer
10967 (and selected-window) is the output buffer at the end of vc-annotate.
10968
10969 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10970
10971 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10972 8-color terminals, to use all of the colors in a sensible order.
10973 256-color terminals work well with the standard map.
10974 (vc-annotate-lines): Only strip the first color character if it
10975 is "#", to allow for terminal-style named colors.
10976 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10977 the correct buffer is scrolled.
10978
10979 2006-04-11 Richard Stallman <rms@gnu.org>
10980
10981 * emacs-lisp/bytecomp.el (byte-compile-file):
10982 Bind enable-local-variables to :safe, and make normal-mode obey it.
10983
10984 * files.el (enable-local-variables): Allow value :safe.
10985 (normal-mode): Doc fix.
10986 (hack-local-variables): Implement enable-local-variables = :safe.
10987 (hack-local-variables-confirm): Don't prevent quitting.
10988
10989 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * loadhist.el (unload-feature): A bit of sanity check of
10992 load-history entries. Cancel timer-vars before unbinding them.
10993
10994 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10995 quote special chars, and make the trick work on the hex part of the
10996 buffer as well.
10997 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10998 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10999
11000 * startup.el (normal-splash-screen): Fix last change so we don't wait
11001 2 minutes if we don't show the splash screen.
11002
11003 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11004
11005 * textmodes/org.el (org-export-plain-list-max-depth)
11006 (org-table-spaces-around-separators)
11007 (org-radio-targets, org-activate-camels)
11008 (org-table-spaces-around-invisible-separators): Options removed.
11009 (org-time-stamp-rounding-minutes, org-remember-templates)
11010 (org-ellipsis, org-activate-links, org-descriptive-links):
11011 New options.
11012 (org-remember-apply-template, org-current-time)
11013 (org-finish-edit-table-field)
11014 (org-link-unescape, org-link-escape)
11015 (org-string-width, org-table-clean-line, org-html-do-expand)
11016 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11017 (org-read-agenda-file-list): New functions.
11018 (org-table-edit-field)
11019 (org-table-create-or-convert-from-region): New commands
11020 (org-table-toggle-vline-visibility): Command removed.
11021 (org-table-convert-region): Made a command.
11022 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11023 Replace with the normal org- functions.
11024 (org-self-insert-command): Don't trigger realign unnecessarily
11025 when blanking a field that is not full.
11026 (org-mode): `Set buffer-invisibility-spec' for links.
11027 (org-activate-links2): Hide link part and only show descriptive
11028 part of the link.
11029 (org-insert-link): Modify for new linking system.
11030 (org-store-link): Store description separately, for use by
11031 `org-insert-link'.
11032 (org-table-align): Use `org-string-width'.
11033 (defgroup): Completely new group structure for custom variables.
11034 (org-agenda-files): Option: Single file name allowed. Function:
11035 Optional argument unrestrited means ignore any restricitons.
11036 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11037 trying to modify the menu. Use generalized access to
11038 `org-agenda-files.'
11039 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11040 (org-agenda-file-to-front, org-remove-file, org-diary)
11041 (org-tags-view, org-export-icalendar-all-agenda-files)
11042 (org-export-icalendar-combine-agenda-files): Use generalized
11043 access to `org-agenda-files'.
11044 (org-remember-handler): Correctly preserve heading if present.
11045 (org-table-insert-row, org-table-insert-hline): Deal with
11046 invisible characters.
11047
11048 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11049
11050 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11051 (vc-annotate-color-map): New 18 element constant
11052 value/saturation, rotating hue colormap, from red->blue.
11053 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11054 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11055 (vc-annotate): To avoid killing the required local variables,
11056 set them before the end of `with-output-to-temp-buffer', and
11057 after first switching to annotate-mode.
11058 (vc-annotate-warp-version): Add buffer argument in goto-line to
11059 ensure annotation, not source, is scrolled.
11060
11061 2006-04-10 Bill Wohler <wohler@newt.com>
11062
11063 * custom.el (defcustom, custom-handle-keyword):
11064 Add :package-version keyword.
11065 (custom-add-package-version): New function. Sets value of new
11066 property 'custom-package-version from :package-version keyword.
11067 (defcustom): Create Common Keywords section in docstring.
11068 (defface, defgroup): Replace definitions of a select few keywords
11069 with a reference to the Common Keywords in defcustom.
11070 (defcustom, defface, defgroup): Replace reference to Customization
11071 chapter in manual with hyperlink.
11072
11073 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11074 (customize-changed-options): Add check for custom-package-version.
11075 (customize-package-emacs-version): New function to look up Emacs
11076 version corresponding to the given package version.
11077
11078 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11079 defun name, in similar fashion to find-variable-regexp.
11080
11081 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11082
11083 * international/mule-cmds.el (set-locale-environment): Fix last
11084 change for when the locale's preferences don't specify any encoding.
11085
11086 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11089 so the defined var/fun doesn't need to be quoted.
11090
11091 2006-04-10 Richard Stallman <rms@gnu.org>
11092
11093 * finder.el (finder-mode-map): Add n and p bindings.
11094
11095 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11096
11097 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11098 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11099 (gdb-setup-windows): Put something in source window if we can't find
11100 the source file.
11101 (gdb-frame-handler): Make it work again with just assembly.
11102 (gdb-data-list-register-values-handler): Make it work when there is
11103 no stack.
11104
11105 2006-04-09 Richard Stallman <rms@gnu.org>
11106
11107 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11108 specs while looking for charset.
11109
11110 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11111
11112 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11113 Make them faces.
11114 (lm-font-lock-keywords): Update appropriately.
11115
11116 2006-04-10 Kim F. Storm <storm@cua.dk>
11117
11118 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11119 it can also replace buffer-substring-no-properties.
11120
11121 * emulation/cua-base.el (cua-delete-region, cua-paste)
11122 (cua-repeat-replace-region): Use filter-buffer-substring.
11123
11124 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11125 (cua-cut-region-to-global-mark): Likewise.
11126
11127 * emulation/cua-rect.el (cua--extract-rectangle)
11128 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11129
11130 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11131
11132 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11133 entry-type. Add field delimiters to numerical fields if they are
11134 not present.
11135
11136 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11137
11138 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11139 string-const to return value.
11140 (bibtex-remove-delimiters): Use it.
11141
11142 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11145 cl-byte-compile-compiler-macro unless it exists.
11146
11147 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11148
11149 * files.el (hack-local-variables-confirm) <offer-save>:
11150 Clarify message text. Suggested by Ralf Angeli.
11151
11152 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11153
11154 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11155 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11156 instead of `buffer-substring' and `delete-region'. (Most of the
11157 code actually copied from `kill-region'.)
11158
11159 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11160
11161 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11162 (rcirc-default-port): Rename from rcirc-port.
11163 (rcirc-default-nick): Rename from rcirc-nick.
11164 (rcirc-default-user-name): Rename from rcirc-user-name.
11165 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11166 (rcirc-low-priority-flag): New variable.
11167 (rcirc-decode-coding-system): New defcustom.
11168 (rcirc-encode-coding-system): New defcustom.
11169 (rcirc-coding-system-alist): New defcustom.
11170 (rcirc-multiline-major-mode): New defcustom.
11171 (rcirc-nick): New internal variable.
11172 (rcirc-process): Remove variable.
11173 (rcirc-server-buffer): New variable.
11174 (rcirc): Update to use rcirc-default-* variables above.
11175 (rcirc-connect): Do not add window-configuration-hook-here.
11176 (rcirc-server): New internal variable.
11177 (rcirc-connect): Do not send keepalive pings if
11178 rcirc-keepalive-seconds is nil.
11179 (with-rcirc-server-buffer): New macro.
11180 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11181 (rcirc-server-name): Rename from rcirc-server.
11182 (rcirc-buffer-process): New function.
11183 (rcirc-buffer-nick): New function.
11184 (rcirc-buffer-target): Remove function.
11185 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11186 New commands.
11187 (rcirc-mode-map): Change binding of C-c C-l to
11188 rcirc-toggle-low-priority.
11189 (rcirc-mode): Initialize coding system based on
11190 rcirc-coding-system-alist. New change-major-mode-hook to part the
11191 channel on a mode change. Make kill-buffer-hook buffer-local.
11192 (rcirc-change-major-mode-hook): New function.
11193 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11194 (rcirc-last-post-time): New variable.
11195 (rcirc-process-message): Store the last time user posted a message
11196 to this target.
11197 (rcirc-multiline-minor-mode): New mode.
11198 (rcirc-multiline-minor-mode-map): New mode map.
11199 (rcirc-edit-multiline): Put multiline-edit buffer in
11200 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11201 (rcirc-print): Ignore any line starting with an ignored nick.
11202 (rcirc-print): Decode using rcirc-decode-coding-system.
11203 (rcirc-track-minor-mode): Update global-mode-string when disabling
11204 this mode.
11205 (minor-mode-alist): Add LowPri indicator.
11206 (rcirc-toggle-low-priority): New function.
11207 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11208 next lowpriority buffer with activity.
11209 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11210 last time the user posted a message in to the target.
11211 (rcirc-update-activity-string): New formatting for low priority
11212 buffers.
11213 (rcirc-split-activity): New function.
11214 (rcirc-handler-PART, rcirc-handler-KICK)
11215 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11216 (rcirc-nick-away-alist): New variable.
11217 (rcirc-handler-301): New handler. Away messages are printed once
11218 per change.
11219
11220 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11221
11222 * info.el (Info-follow-nearest-node): Doc fix.
11223
11224 * international/mule-cmds.el (set-locale-environment): Make sure
11225 the coding-system preferred by the locale's language has the same
11226 EOL conversion type as the original buffer-file-coding-system.
11227 (locale-language-names): Add a few MS Windows language codes.
11228
11229 2006-04-07 Richard Stallman <rms@gnu.org>
11230
11231 * simple.el (eval-expression): Doc fix.
11232
11233 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11234 (eval-defun): Doc fixes.
11235
11236 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11237
11238 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11239
11240 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11241
11242 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11243 GDB list command without argument for greater generality.
11244
11245 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11246
11247 * subr.el (string-or-null-p): New function.
11248
11249 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11250
11251 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11252
11253 * files.el: Update comment about safe-local-variable declarations.
11254
11255 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11256
11257 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11258 See idlwave.org.
11259
11260 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11261 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11262
11263 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11264 See idlwave.org.
11265
11266 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11267 version 6.0 (minimal changes). See idlwave.org.
11268
11269 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11270 6.0 (minimal changes). See idlwave.org.
11271
11272 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11273
11274 2006-04-06 Romain Francoise <romain@orebokech.com>
11275
11276 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11277 symmetric encryption features and a new asynchronous interface to
11278 GnuPG. This new version is version 1.4, plus whitespace changes.
11279
11280 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11281
11282 * files.el: Move some `safe-local-variable' declarations to the
11283 respective files.
11284
11285 * textmodes/ispell.el (ispell-check-comments)
11286 (ispell-local-dictionary): Mark as safe.
11287
11288 * abbrev.el (abbrev-mode): Mark as safe.
11289
11290 * add-log.el (change-log-default-name): Mark as safe.
11291
11292 * textmodes/reftex-vars.el (reftex-vref-is-default)
11293 (reftex-fref-is-default, reftex-level-indent)
11294 (reftex-guess-label-type): Mark as safe.
11295
11296 * textmodes/fill.el (colon-double-space): Mark as safe.
11297
11298 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11299 (sentence-end-double-space, sentence-end-without-period)
11300 (sentence-end-without-space, sentence-end, sentence-end-base)
11301 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11302
11303 2006-04-06 Kim F. Storm <storm@cua.dk>
11304
11305 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11306 the :set-after list.
11307 (ido-downcase-unc-hosts): New user option. Default on.
11308 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11309 when it is set, as regexps are now applied on the fly.
11310 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11311 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11312 on the fly, but only when ido-process-ignore-lists is set.
11313 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11314 Only downcase names if ido-downcase-unc-hosts is set.
11315
11316 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11317
11318 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11319
11320 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11321
11322 2006-04-05 Kim F. Storm <storm@cua.dk>
11323
11324 * ido.el (ido-mode): Set after ido-unc-hosts and
11325 ido-ignore-unc-host-regexps.
11326 (ido-save-history): Save ido-unc-hosts-cache.
11327 (ido-load-history): Load ido-unc-hosts-cache.
11328 (ido-reread-directory): Refresh unc hosts cache in // dir.
11329
11330 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11331 to nil while displaying slash screen.
11332
11333 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11334
11335 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11336 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11337
11338 2006-04-05 Kenichi Handa <handa@m17n.org>
11339
11340 * international/characters.el: Setup cases of Latin, Greek, and
11341 Cyrillic characters in CJK charsets.
11342
11343 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11344
11345 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11346 default-enable-multibyte-characters. This reverts the change from
11347 revision 6.17 which is no longer necessary because the passphrase
11348 is sent separately now. GnuPG messages are unreadable under
11349 multibyte locales with default-enable-multibyte-characters set to nil.
11350
11351 2006-04-04 Andreas Schwab <schwab@suse.de>
11352
11353 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11354 and `byte-compile-warnings' as `safe-local-variable'.
11355
11356 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11357
11358 * man.el (Man-mode-map): Restore the \r binding.
11359 (Man-abstract-xref-man-page): If Man-target-string is a function,
11360 call it.
11361 (Man-highlight-references): Use Man-default-man-entry to get the
11362 target. Deal with xrefs too.
11363 (Man-highlight-references0): Don't call the target function.
11364
11365 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11366 cannot deal with it.
11367
11368 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11369
11370 * pgg-gpg.el: Clean up process buffers every time gpg processes
11371 complete.
11372
11373 2006-04-04 Kenichi Handa <handa@m17n.org>
11374
11375 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11376 here.
11377 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11378 Temporarily bind inhibit-field-text-motion to t.
11379
11380 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * startup.el (normal-splash-screen): Only set mode-line-format in the
11383 splash buffer, so as not to interfere when debugging the code.
11384 Ignore errors when switching buffer.
11385
11386 2006-04-03 Romain Francoise <romain@orebokech.com>
11387
11388 * dired.el (dired-dnd-protocol-alist): Fix typo.
11389
11390 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11391
11392 * savehist.el (savehist): Add :version.
11393 (savehist-ignored-variables): New variable.
11394 (savehist-minibuffer-hook): Don't save variables listed in
11395 `savehist-ignored-variables'.
11396
11397 * dired.el (dired-dnd-protocol-alist): Mention that change does
11398 only apply to new buffers in doc string.
11399
11400 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11401
11402 * recentf.el (recentf-open-files-item): Include newline in button
11403 field, so opening a file will work, when the point is at the end
11404 of the file name. Allow, for example, to [i]search a file by
11405 extension and just push RET to open it.
11406
11407 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11408
11409 * pgg-gpg.el (pgg-gpg-process-filter)
11410 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11411
11412 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11413 lines, temporary fix.
11414
11415 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11418
11419 2006-04-02 Richard Stallman <rms@gnu.org>
11420
11421 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11422
11423 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11424
11425 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11426 header-mouse-map.
11427
11428 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11429 (ibuffer-mode-header-map): New keymaps.
11430 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11431 and keybindings for column headers.
11432 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11433 property.
11434
11435 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11436
11437 * speedbar.el (speedbar-after-create-hook): Doc fix.
11438
11439 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11440
11441 * shell.el (shell-directory-tracker)
11442 (shell-dynamic-complete-command): Doc fixes.
11443
11444 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11445
11446 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11447 terminals.
11448
11449 2006-04-01 Kim F. Storm <storm@cua.dk>
11450
11451 * ido.el (ido-unc-hosts-cache): New defvar.
11452 (ido-unc-hosts): If value of defcustom is a function, call it to
11453 get list of UNC hosts. Add function-item choices to specify
11454 ido-unc-hosts-net-view or user function.
11455 (ido-ignore-unc-host-regexps): New defcustom.
11456 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11457 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11458 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11459
11460 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11463 wwidth.
11464
11465 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11466
11467 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11468 (ido-max-work-file-list, ido-switch-buffer)
11469 (ido-read-file-name-as-directory-commands):
11470 Fix typos in docstrings.
11471
11472 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11473
11474 * term/mac-win.el (mac-system-coding-system): Define and use after
11475 Mac-specific coding systems are ready.
11476
11477 2006-03-27 Romain Francoise <romain@orebokech.com>
11478
11479 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11480
11481 * ldefs-boot.el: Update.
11482
11483 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11484
11485 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11486 passphrases when it is not needed.
11487 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11488 passphrase stuff from gpg, should only be necessary when you use
11489 gpg with a smartcard.
11490
11491 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11492
11493 * comint.el (comint-dynamic-list-completions): Allow user to
11494 select *Completions* buffer.
11495
11496 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11497
11498 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11499
11500 2006-03-26 Andreas Schwab <schwab@suse.de>
11501
11502 * progmodes/gud.el (gdb): Only complain about multiple debugging
11503 when the gdb process is still running.
11504
11505 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11506
11507 * mail/rmail.el (tool-bar-map): Defvar it.
11508 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11509 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11510
11511 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11512
11513 * help.el (print-help-return-message): Suggest to use
11514 display-buffer instead of switch-to-buffer-other-window to restore
11515 the previous window without selecting it.
11516
11517 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11518
11519 * frame.el (select-frame-by-name): Call x-focus-frame also when
11520 window-system is mac.
11521
11522 * term/mac-win.el: Adjust Courier font specifications in
11523 x-fixed-font-alist.
11524 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11525 when directly encoding to UTF-16 in native byte order, no BOM.
11526
11527 2006-03-25 Kim F. Storm <storm@cua.dk>
11528
11529 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11530 (cua--init-keymaps): Use it instead of fixed C-return.
11531 (cua-mode): Set after it.
11532
11533 * emulation/cua-rect.el (cua--init-rectangles):
11534 Use cua-rectangle-mark-key instead of fixed C-return.
11535
11536 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11537
11538 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11539 "run" in .gdbinit.
11540 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11541
11542 2006-03-24 Romain Francoise <romain@orebokech.com>
11543
11544 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11545 `display-buffer-other-frame'.
11546
11547 2006-03-24 Kim F. Storm <storm@cua.dk>
11548
11549 * apropos.el (apropos-synonyms): Add selection => region.
11550
11551 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11552
11553 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11554 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11555 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11556 (gdb-data-list-register-values-regexp)
11557 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11558 Future proof against new fields being added to MI output.
11559 (gdb-send): Don't treat backslashes for program input as
11560 continuations.
11561 (gdb-assembler-handler): Don't use window-start for this handler.
11562 (gdb-frame-handler): Don't change to hollow arrow if overlay
11563 arrow doesn't move to new frame.
11564
11565 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11566
11567 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11568 prevent compiler warnings.
11569 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11570 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11571 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11572 buffer too.
11573
11574 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11575
11576 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11577 make-network-process, so we can use the same code in Gnus v5-10
11578 too and have this file fully synchronized with that release.
11579
11580 2006-03-23 Romain Francoise <romain@orebokech.com>
11581
11582 * ibuf-ext.el (ibuffer-read-filter-group-name):
11583 Use `ibuffer-generate-filter-groups' to make completion list match
11584 the filter groups that are really displayed in the Ibuffer buffer.
11585 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11586
11587 2006-03-23 Kenichi Handa <handa@m17n.org>
11588
11589 * international/mule-cmds.el (sort-coding-systems): Describe that
11590 the argument is modified in docstring.
11591
11592 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11593
11594 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11595 (pgg-gpg-update-agent): New function.
11596 (pgg-gpg-use-agent-p): New function.
11597 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11598 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11599 (pgg-gpg-sign-region): Use it.
11600
11601 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11602
11603 * cus-edit.el (custom-face-set): Call custom-push-theme before
11604 face-spec set so that `changed' theme is correctly saved.
11605 (custom-face-reset-standard): Reset to recalculated face rather
11606 than defface spec.
11607
11608 * custom.el (custom-push-theme): Only save `changed' theme if the
11609 current face does not match the defface specs.
11610
11611 2006-03-21 Simon Josefsson <jas@extundo.com>
11612
11613 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11614 <wilde@sha-bang.de>.
11615 (pgg-gpg-use-agent): New variable.
11616 (pgg-gpg-process-region): Use it.
11617 (pgg-gpg-encrypt-region): Likewise.
11618 (pgg-gpg-encrypt-symmetric-region): Likewise.
11619 (pgg-gpg-decrypt-region): Likewise.
11620 (pgg-gpg-sign-region): Likewise.
11621 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11622
11623 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11624
11625 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11626 bracket links.
11627
11628 2006-03-21 Kim F. Storm <storm@cua.dk>
11629
11630 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11631 fringe-indicator-alist instead of modifying global value.
11632 (gdb-frame-handler): Likewise.
11633
11634 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11635
11636 * diff-mode.el (diff-function): Make it inherit from diff-header
11637 instead of diff-context.
11638
11639 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11640 bitmap.
11641 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11642 change names in macro above for consistency.
11643 (gdb-frame-handler): Use hollow-right-triangle for all selected
11644 frames which except the innermost (where execution has stopped).
11645 (gdb-reset): Reset buffer-local values of overlay-arrow.
11646
11647 2006-03-20 Richard Stallman <rms@gnu.org>
11648
11649 * simple.el (set-mark-command): Doc fix.
11650
11651 * files.el (display-buffer-other-frame): New command.
11652 (ctl-x-4-map): Bind C-x 5 C-o to it.
11653
11654 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11657 rather than just defer-time, in case defer-time has been changed but
11658 the timer isn't running yet.
11659 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11660
11661 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11662
11663 * help-mode.el (help-follow-symbol): New function.
11664 Essentially identical to the old `help-follow', but do not let
11665 `push-button' do the work when on an xref.
11666 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11667
11668 2006-03-19 Richard Stallman <rms@gnu.org>
11669
11670 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11671 preceded by the word `program'.
11672 (help-follow-mouse, help-follow): Throw error if not on xref.
11673 Delete no longer used args.
11674
11675 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11676
11677 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11678 annotation ensure gud-overlay-arrow-position is redisplayed.
11679
11680 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11681
11682 * textmodes/bibtex.el (bibtex-include-OPTkey)
11683 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11684 (bibtex-autokey-name-case-convert)
11685 (bibtex-autokey-titleword-case-convert): Make these the aliases
11686 for the following two variables.
11687 (bibtex-autokey-name-case-convert-function)
11688 (bibtex-autokey-titleword-case-convert-function): Make these the
11689 real names.
11690 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11691 bibtex-font-lock-crossref sublists.
11692 (bibtex-mode): Revert 2005-12-30 change (which made
11693 completion-ignore-case buffer-local).
11694 (bibtex-url): Simplify.
11695
11696 2006-03-19 Kim F. Storm <storm@cua.dk>
11697
11698 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11699 cursor property value to 2 (to align with C level change).
11700
11701 2006-03-19 Bill Wohler <wohler@newt.com>
11702
11703 * image.el (image-load-path-for-library): Shorten first line in
11704 docstring.
11705
11706 2006-03-18 Richard Stallman <rms@gnu.org>
11707
11708 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11709
11710 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11711
11712 * isearch.el (isearch-other-meta-char): Handle user bindings for
11713 shifted control characters.
11714
11715 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11716
11717 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11718 part that matches email addresses, file names, etc.
11719
11720 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11721
11722 * term/w32-win.el (mouse-set-font):
11723 Mention w32-list-proportional-fonts in the doc string.
11724
11725 2006-03-18 Kim F. Storm <storm@cua.dk>
11726
11727 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11728 (ido-unc-hosts): New user option to explicitly define list of know
11729 UNC-style hosts for completion.
11730 (ido-cache-unc-host-shares-time): New user option.
11731 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11732 New helper functions for UNC file-name support.
11733 (ido-may-cache-directory): Check for UNC host. Simplify.
11734 (ido-wash-history): Clean out old UNC hosts.
11735 (ido-nonreadable-directory-p): UNC hosts are always readable.
11736 (ido-directory-too-big-p): UNC hosts are never too big.
11737 (ido-set-current-directory): Handle UNC root path.
11738 (ido-file-name-all-completions): Complete UNC host names from
11739 ido-unc-hosts list. Cache UNC host shares.
11740 (ido-make-file-list-1): Don't filter UNC root.
11741 (ido-exhibit): Check for // in root directory, and switch to UNC
11742 mode by setting ido-current-directory to //.
11743
11744 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11745
11746 * cus-edit.el (customize-changed-options): Mention explicit
11747 version number as default in prompt.
11748
11749 2006-03-17 Bill Wohler <wohler@newt.com>
11750
11751 * image.el (image-load-path-for-library): Minor docstring fix.
11752
11753 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11754
11755 * textmodes/org.el (org-read-date): Include subgroup 5 into
11756 replacement text.
11757 (org-popup-calendar-for-date-prompt): Fix customization type.
11758
11759 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11760
11761 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11762 (gdb-continuation): New variable.
11763 (gdb-send): Deal with continuation lines.
11764
11765 * progmodes/gud.el (gud-gdb-complete-command)
11766 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11767 expressions.
11768 (gud-tooltip-mode): Use buffer-local value.
11769
11770 2006-03-16 Kim F. Storm <storm@cua.dk>
11771
11772 * ido.el (ido-edit-input): Use selected match, if any.
11773
11774 2006-03-16 Bill Wohler <wohler@newt.com>
11775
11776 * image.el (image-load-path-for-library): Prefer user's images in
11777 image-load-path.
11778
11779 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11780
11781 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11782 when checking for attempt to drag leftmost or rightmost scrollbar.
11783
11784 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11785
11786 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11787 (gdb-force-mode-line-update): New function.
11788 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11789 (gdb-exited): Use them.
11790 (gdb-signal): New function.
11791 (gdb-annotation-rules): Provide a rule for it.
11792
11793 2006-03-16 Kenichi Handa <handa@m17n.org>
11794
11795 * international/mule.el (auto-coding-regexp-alist): Add entries
11796 for Unicode BOM.
11797
11798 * sort.el (sort-build-lists): Temporarily bind
11799 inhibit-field-text-motion to t.
11800
11801 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11802
11803 * locate.el (locate-command, locate-make-command-line)
11804 (locate-fcodes-file, locate-update-command)
11805 (locate-prompt-for-command, locate, locate-with-filter)
11806 (locate-get-file-positions): Doc fixes.
11807 (locate-buffer-name, locate-header-face): Remove leading `*' in
11808 defcustom.
11809 (locate-filter-output): Use `keep-lines' instead of its alias
11810 `delete-non-matching-lines'.
11811 (locate-get-filename, locate-get-dirname): Add introductory comment.
11812 (locate-find-directory-other-window): Give appropriate error
11813 message if used outside main listing.
11814
11815 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11818 the new extend-region feature.
11819 (font-lock-after-change-function): Update correspondingly.
11820 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11821 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11822
11823 2006-03-15 Bill Wohler <wohler@newt.com>
11824
11825 * image.el (image-load-path-for-library): Fix example by not
11826 recommending that one binds image-load-path. Just defvar it to
11827 placate compiler and only use it if previously defined.
11828
11829 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11830
11831 * textmodes/org.el (org-insert-centered): Use `string-width' to
11832 make underlining work for wide characters.
11833 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11834 TAB to `org-cycle', to make sure that no binding in
11835 `outline-mode-map' can supercede it.
11836
11837 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11838
11839 * allout.el: Increment version to 2.2.1 in file commentary.
11840
11841 (allout-version): Increment to 2.2.1.
11842
11843 (allout-default-layout): New customization variable, used when the
11844 file lacks a specific allout-layout. Uses allout-layout-type for
11845 recursively nested definition.
11846
11847 (allout-layout-type): Widget defining allout layouts, necessary for
11848 self-recursive definition.
11849
11850 (allout-mode): Incorporate allout-default-layout as fallback for
11851 allout-layout.
11852
11853 (allout-layout): Mark as 'safe-local-variable', and refer mention
11854 fallback to `allout-default-layout' in absence of a specified value.
11855 (allout-passphrase-verifier-string)
11856 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11857
11858 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11859
11860 (allout-get-encryption-passphrase-verifier): Use correct name of
11861 passphrase verifier in docstring.
11862
11863 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11864
11865 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11866 elements.
11867 (gdb-find-watch-expression): Make it work for arrays too.
11868 Follow change to gdb-var-list.
11869 (gud-watch): Allow the user to enter variable name with a prexix
11870 arg. Create keybindings.
11871 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11872 (gdb-var-list-children-handler, gdb-var-update-handler)
11873 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11874 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11875 Follow change to gdb-var-list.
11876 (gdb-starting): Don't show the overlay arrows when program is running.
11877
11878 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11879 gdb-var-list.
11880
11881 2006-03-14 Bill Wohler <wohler@newt.com>
11882
11883 * image.el (image-load-path-for-library): Pass value of path
11884 rather than symbol. Always return list of directories.
11885 Guarantee that image directory comes first.
11886
11887 2006-03-14 Alan Mackenzie <acm@muc.de>
11888
11889 * font-core.el (font-lock-extend-region\(-function\)?.):
11890 New function/variable.
11891
11892 * font-lock.el (font-lock-after-change-function):
11893 Call font-lock-extend-region. Obey font-lock-lines-before.
11894 (font-lock-default-fontify-region): Remove reference to
11895 font-lock-lines-before.
11896
11897 * jit-lock.el (jit-lock-after-change):
11898 Call font-lock-extend-region. Obey font-lock-lines-before.
11899
11900 2006-03-14 David Ponce <david@dponce.com>
11901
11902 * tree-widget.el (tree-widget-themes-load-path)
11903 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11904
11905 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11906
11907 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11908 (rcirc-print): Mark the start of text at the end of the prompt.
11909 (rcirc-track-minor-mode): Add autoload cookie.
11910 (rcirc-update-activity-string): Add space to front of mode-line
11911 indicator.
11912
11913 2006-03-13 Miles Bader <miles@gnu.org>
11914
11915 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11916 (rcirc-abbrev-nick): Remove function.
11917 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11918
11919 2006-03-13 David Ponce <david@dponce.com>
11920
11921 * tree-widget.el: Handle themes across all occurrences of the main
11922 themes sub-directory found in tree-widget-themes-load-path.
11923 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11924 (tree-widget--locate-sub-directory): Return all occurrences.
11925 (tree-widget-themes-path): New function.
11926 Replace tree-widget-themes-directory, and return a list of directories.
11927 (tree-widget-set-parent-theme)
11928 (tree-widget-lookup-image): Use it.
11929
11930 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11931
11932 * textmodes/org.el (org-link-search): Avoid self-matching of
11933 links, allow target text to be distributed over several lines.
11934 (org-search-not-link): New function.
11935 (org-set-regexps-and-options, org-get-current-options):
11936 New startup options.
11937 (org-export-as-html): Take odd-level setting from local variable.
11938 (org-fontify-emphasized-text): New option.
11939 (org-set-font-lock-defaults): Include emphasized text.
11940 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11941 (org-font-lock): Customize group renamed from `org-faces'.
11942
11943 2006-03-13 John Paul Wallington <jpw@pobox.com>
11944
11945 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11946 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11947
11948 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11949
11950 * cus-start.el (all): Delete :version keyword for members of the
11951 fringe group, since the entire group is new in 22.1.
11952
11953 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11954
11955 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11956 map if value is hexadecimal (an address).
11957 (gud-watch): Only search roots for existing watch expressions.
11958 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11959 prevent caching problems with speedbar-update-directory-contents.
11960
11961 2006-03-12 Juri Linkov <juri@jurta.org>
11962
11963 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11964 before comparing with `low' and `warn'.
11965
11966 * info.el (Info-dir-remove-duplicates): Move point to the
11967 beginning of the current line after deleting the entries from
11968 redundant heading. Use marker for `limit' and compare it with
11969 point before calling `re-search-forward'.
11970
11971 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * simple.el (yank): Fix typo in docstring.
11974
11975 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11976
11977 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11978 messages, where "D" is the 6th character.
11979
11980 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11981
11982 * simple.el (yank): Fix last change.
11983
11984 2006-03-11 David Ponce <david@dponce.com>
11985
11986 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11987 merging elements from the standard ispell-dictionary-alist.
11988 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11989 alist, and return the new alist.
11990
11991 2006-03-11 Richard Stallman <rms@gnu.org>
11992
11993 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11994
11995 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11996 the way it is implemented is too unclean.
11997
11998 * simple.el (kill-region, yank): Doc fix.
11999
12000 * battery.el (battery-echo-area-format): Doc fix.
12001 (battery-mode-line-format): Likewise.
12002 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12003 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12004
12005 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12006
12007 * progmodes/octave-mod.el (octave-indent-for-comment):
12008 Behave according to do string.
12009
12010 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12011
12012 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12013 Be visible only if major mode is Mail Mode.
12014
12015 * textmodes/flyspell.el (flyspell-external-point-words)
12016 (flyspell-process-localwords): Fix last changes.
12017
12018 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12019
12020 * calendar/holidays.el (list-holidays): Doc fix.
12021
12022 * international/mule.el (auto-coding-alist): Add .odt
12023 (OpenOffice's open document) files.
12024
12025 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12026 document) files. Mention in the doc string the need to sync with
12027 auto-coding-alist.
12028
12029 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12030
12031 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12032 enable-local-variables is set to always query, or there is no
12033 savable variable.
12034
12035 2006-03-10 Bill Wohler <wohler@newt.com>
12036
12037 * image.el (image-load-path-for-library): Merge at least three
12038 functions from Gnus and MH-E into this one function that can now
12039 be shared.
12040
12041 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12042
12043 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12044 gdb-remove-mouse-face and remove help-echo too.
12045 (gdb-enqueue-input): Correct conditional clause.
12046
12047 2006-03-10 Glenn Morris <rgm@gnu.org>
12048
12049 * calendar/calendar.el (calendar-holidays): Doc fix.
12050 * calendar/holidays.el (list-holidays): Doc fix.
12051
12052 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12053
12054 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12055 it gets called in gdb-prompt anyway.
12056 (gdb-use-separate-io-buffer): Only restore window arrangement for
12057 gdb-many-windows.
12058 (gdb-enqueue-input): Make it harder to send GDB input when program
12059 is running.
12060 (gdb-buffer-list): New variable.
12061 (gdb-remove-mouse-face): New function.
12062 (gdb-starting): Use it when GDB input won't get sent.
12063
12064 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12065
12066 * help.el (view-lossage): Remove trailing whitespace before
12067 inserting "\n".
12068
12069 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12070
12071 * files.el (hack-local-variables-confirm):
12072 Set coding-system-for-read to nil before writing to .emacs.
12073
12074 * arc-mode.el (archive-extract): Check if an existing buffer name
12075 comes from a different archive.
12076
12077 * help.el (describe-key-briefly): If KEY is a down event, read and
12078 discard the up event.
12079
12080 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12081
12082 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12083 be edited and use font-lock-warning-face for any changes.
12084
12085 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12086 (gdb-edit-value): Use it to report any errors.
12087
12088 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12089
12090 * help.el (describe-key): Remove leftover test code.
12091
12092 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12093
12094 * textmodes/org.el: Move defvars out of eval-when-compile.
12095 Use buffer-file-name variable.
12096 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12097 arg `file'.
12098 (org-level-faces): Remove startup dependency.
12099 (org-cycle, org-map-tree, org-scan-tags)
12100 (org-remember-handler): Don't call `outline-level' directly.
12101 (org-mhe-search-all-folders): New option.
12102 (org-mhe-get-message-folder-from-index)
12103 (org-mhe-get-message-folder): Fix indexing search.
12104 (org-format-agenda-item): Handle nil TAGS argument.
12105 (org-cleaned-string-for-export, org-activate-target-links)
12106 (org-make-target-link-regexp): Deal with empty radio target list.
12107 (org-tag): New face.
12108 (org-get-level-face): New function.
12109 (org-set-font-lock-defaults): Simplify setup for headlines.
12110 (org-complete): Pass common substring to `display-completion-list'.
12111
12112 2006-03-06 David Ponce <david@dponce.com>
12113
12114 * tree-widget.el: Update Commentary header.
12115 (tree-widget-theme-name): Ignore parent themes.
12116 (tree-widget-set-parent-theme): New function.
12117 (tree-widget-set-theme): Use it.
12118 (tree-widget-set-image-properties): Move definition. Does nothing
12119 if image properties have already been set.
12120 (tree-widget-image-properties): Move definition. Receive an image
12121 name. Set the :pointer property.
12122 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12123 Don't set the :pointer image property.
12124 (tree-widget-convert-widget): New function. Handle :dynargs
12125 compatibility here.
12126 (tree-widget): Use it to :convert-widget. Add the :expander-p
12127 predicate to control when the :expander function is entered.
12128 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12129 (tree-widget-value-create): Handle :expander-p. widget-apply
12130 :expander.
12131 (tree-widget-expander-p): New function. Default value of the
12132 :expander-p property.
12133
12134 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12135
12136 * help.el (describe-key): Properly handle the return value of
12137 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12138 remaps. Handle string and vector `follow-link' values.
12139
12140 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * complete.el (PC-expand-many-files): Try be more careful when parsing
12143 the shell's output.
12144
12145 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * outline.el (hide-sublevels): Provide better interactive default.
12148
12149 2006-03-06 Kenichi Handa <handa@m17n.org>
12150
12151 * international/fontset.el (create-fontset-from-fontset-spec):
12152 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12153
12154 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12155
12156 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12157 backslashes instead of one in regexp.
12158 (gud-tooltip-dereference): Add missing optional argument.
12159
12160 2006-03-04 John Paul Wallington <jpw@pobox.com>
12161
12162 * wdired.el (toplevel): Require `cl' at compile-time.
12163
12164 2006-03-04 Andreas Schwab <schwab@suse.de>
12165
12166 * server.el (server-process-filter): Handle errors during
12167 evaluation of the argument.
12168
12169 2006-03-03 John Paul Wallington <jpw@pobox.com>
12170
12171 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12172 escape parentheses at beginning of line.
12173 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12174 (t-mouse-mode): Remove period from end of error message.
12175
12176 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12177
12178 * textmodes/flyspell.el (flyspell-process-localwords):
12179 Be case-sensitive.
12180
12181 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12182
12183 * cus-edit.el (custom-quote): Remove function, since it has been
12184 moved to custom.el.
12185
12186 * font-lock.el (lisp-font-lock-keywords-2)
12187 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12188 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12189 they have no special meaning.
12190
12191 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12192 indirect buffer gets killed before indirect buffer. Use dolist.
12193
12194 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12195
12196 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12197 value instead of a literal constant (1) on more pauses.
12198
12199 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12200
12201 * textmodes/flyspell.el (flyspell-external-point-words):
12202 Be case-sensitive.
12203
12204 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12205
12206 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12207 with "www".
12208
12209 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12210
12211 * allout.el: Restablish intermediate missing comment header to
12212 preserve outline structure.
12213 (allout-beginning-of-current-entry): Skip invisible text.
12214 (allout-open-topic): Fix opening a topic at end-of-buffer.
12215 (allout-minor-mode): Move nearer to allout-mode function.
12216
12217 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12218
12219 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12220
12221 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12222
12223 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12224 is nil.
12225
12226 * progmodes/gud.el (gud-speedbar-menu-items):
12227 Use buffer-local-value and add missing :visible keyword.
12228
12229 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12230
12231 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12232
12233 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12234 must be `follow-link'.
12235
12236 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12237
12238 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12239 formatting: No nested anchors.
12240 (org-all-targets): Fix bug with XEmacs compatibility.
12241 (org-read-date): Add (require 'parse-time).
12242 (org-set-tags): Fix bug with extra inserted space.
12243 (org-export-html-style): Define a style class for targets.
12244 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12245 (org-hide-leading-stars): New option.
12246 (org-hide): New face.
12247 (org-set-font-lock-defaults): Allow to hide leading stars.
12248 (org-get-legal-level, org-tr-level): New functions.
12249 (org-odd-levels-only): New option.
12250 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12251 (org-demote, org-promote): Deal with double-star levels.
12252 (org-convert-to-odd-levels): New command.
12253
12254 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12255
12256 * speedbar.el (speedbar-update-localized-contents): Try to
12257 preserve window-start.
12258 (speedbar-update-directory-contents): Try to preserve window-start
12259 and window-point.
12260 (speedbar-update-special-contents): Don't move back to start of window.
12261
12262 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12263 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12264 speedbar-timer-fn.
12265 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12266 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12267 instead of gdb-speedbar-timer-fn.
12268
12269 2006-02-28 Jay Belanger <belanger@truman.edu>
12270
12271 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12272 (math-compose-expr): Use latex option when calling
12273 `math-compose-tex-matrix' for latex mode.
12274
12275 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12276
12277 * speedbar.el: Re-instate comments about developing for speedbar
12278 [this is what info and gdb-ui use even if better methods exist now].
12279
12280 * t-mouse.el: New file.
12281 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12282 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12283 (t-mouse-make-event-element): Use posn-at-x-y instead.
12284 (t-mouse-make-event): Deal with Fedora Core 3.
12285 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12286 (t-mouse-mouse-position-function): New function. Use it instead
12287 of advising mouse-position.
12288 (t-mouse-mode): New minor mode.
12289 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12290
12291 2006-02-27 Glenn Morris <rgm@gnu.org>
12292
12293 * calendar/calendar.el (calendar-holidays): Doc fix.
12294
12295 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12296
12297 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12298 Re-introduce the concept of a source window.
12299 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12300 consistency with get-buffer-create.
12301 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12302 (gdb-data-list-register-values-handler)
12303 (gdb-stack-list-locals-handler): Try to preserve window-start as
12304 well as window-point.
12305 (gdb-display-source-buffer): New function (old concept).
12306 (gdb-goto-breakpoint): Use it.
12307
12308 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12309 for gdb-ui/gdb-mi (old concept).
12310
12311 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12312
12313 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12314 binding.
12315
12316 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12317
12318 * textmodes/reftex-sel.el (reftex-select-label-map)
12319 (reftex-select-bib-map): Add `follow-mouse' binding.
12320
12321 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12322
12323 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12324 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12325 Give :set functions to provide automatic updating.
12326 Update docstring. Give compiler defvars early in the file
12327 and move the defcustoms to a later spot where all called functions
12328 are defined.
12329 (jka-compr-file-name-handler-entry): Doc fix.
12330 (jka-compr-compression-info-list--internal)
12331 (jka-compr-mode-alist-additions--internal)
12332 (jka-compr-load-suffixes--internal): New variables.
12333 (jka-compr-install): Set the three above variables.
12334 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12335 (jka-compr-update, jka-compr-set): New functions.
12336 (auto-compression-mode): Doc fix.
12337
12338 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12339 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12340 Use jka-compr-compression-info-list--internal,
12341 jka-compr-mode-alist-additions--internal and
12342 jka-compr-load-suffixes--internal.
12343
12344 * files.el (load-library):
12345 * loadhist.el (file-loadhist-lookup):
12346 * startup.el (command-line):
12347 * subr.el (locate-library):
12348 * emacs-lisp/autoload.el (update-directory-autoloads):
12349 * emacs-lisp/find-func.el (find-library-suffixes):
12350 Use `get-load-suffixes' instead of `load-suffixes'.
12351
12352 * subr.el (locate-library):
12353 * emacs-lisp/find-func.el (find-library-name):
12354 Use `load-file-rep-suffixes' instead of '("").
12355
12356 2006-02-26 Kim F. Storm <storm@cua.dk>
12357
12358 * ido.el (ido-save-history, ido-load-history): Simplify.
12359 Don't use find-file-noselect to avoid interference from other modes.
12360
12361 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12362
12363 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12364 to use the default shell if filename is not available.
12365 Reported by Giorgos Keramidas.
12366
12367 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12368
12369 * progmodes/etags.el (tags-completion-table): Do completion from
12370 all the tables in the current list, as documented in the manual.
12371
12372 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12373
12374 * CC Mode Update to 5.31.3.
12375
12376 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12377
12378 * progmodes/cc-mode.el (c-postprocess-file-styles):
12379 Bind inhibit-read-only to t, around the call to
12380 c-remove-any-local-eval-or-mode-variables, so that it works on a
12381 RO file.
12382
12383 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12384
12385 * progmodes/cc-awk.el: Correct a typo.
12386
12387 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12388
12389 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12390 c-hungry-delete-backwards, at the request of RMS. Leave the old
12391 name as an alias.
12392
12393 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12394
12395 * progmodes/cc-mode.el: Correct a typo.
12396
12397 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12398
12399 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12400
12401 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12402
12403 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12404 brace-else-brace (error due to mbeg, mend being undefined).
12405
12406 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12407
12408 * progmodes/cc-mode.el: File Local variables: Solve the problem
12409 where both `mode' and c-file-offsets are specified: `mode' will
12410 overwrite c-f-o's settings:
12411 (c-remove-any-local-eval-or-mode-variables): New function.
12412 (c-postprocess-file-styles): Call the above new function, within
12413 c-tentative-buffer-change, to splat `mode' and `eval' before the
12414 second hack-local-variables.
12415
12416 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12417
12418 * progmodes/cc-mode.el:
12419 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12420 (c-after-change): Protect the match data with save-match-data.
12421 It was getting corrupted by c-after-change-check-<>-operators.
12422
12423 * cc-defs.el: [Supersedes patch V1.38]:
12424 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12425 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12426
12427 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12428 with save-match-data. It was being corrupted when Font Lock was
12429 not enabled.
12430
12431 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12432
12433 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12434 Mode and Subword Mode.
12435
12436 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12437 real labels ("case 1:" or "foo:") from non-labels ("public:").
12438 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12439 coding; c-f-t-2 doesn't move over a token at EOB.
12440
12441 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12442
12443 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12444 (c-update-modeline): Concatenate the minor mode indicators
12445 directly onto mode-name, removing c-submode-indicators.
12446 Sometimes, c-s-i got separated from the mode name on the mode line.
12447
12448 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12449 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12450
12451 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12452
12453 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12454 error message when there's an evaluation error to show whether
12455 it's loaded from source or not.
12456 (c-filter-ops): Make it available at runtime too to work when
12457 `c-make-init-lang-vars-fun' needs to evaluate from source.
12458
12459 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12460
12461 * help.el (help): Revert last part of 2006-02-23 change (deletion
12462 of the `provide' call).
12463
12464 2006-02-23 Juri Linkov <juri@jurta.org>
12465
12466 * compare-w.el (compare-windows-highlight): Add new value
12467 `persistent' and change :type from `boolean' to `choice'.
12468 (compare-windows-overlays1, compare-windows-overlays2):
12469 New internal variables.
12470 (compare-windows-highlight): If compare-windows-highlight is
12471 `persistent', add current overlays to compare-windows-overlays[12]
12472 instead of adding compare-windows-dehighlight to pre-command-hook.
12473 (compare-windows-dehighlight): Delete all overlays from
12474 compare-windows-overlays[12].
12475
12476 * info.el (Info-search): Don't bind search-spaces-regexp to
12477 Info-search-whitespace-regexp in non-regexp isearch mode.
12478
12479 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12482
12483 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12484
12485 * textmodes/org.el (org-xemacs-p)
12486 (org-export-html-show-new-buffer, org-table-may-need-update)
12487 (org-insert-item, org-mhe-get-message-real-folder)
12488 (org-mhe-get-message-folder-from-index)
12489 (org-mhe-get-message-folder, org-mhe-get-message-num)
12490 (org-mhe-get-header, org-make-org-heading-search-string)
12491 (org-make-org-heading-camel, org-table-sort-lines)
12492 (org-format-org-table-html, org-format-table-table-html):
12493 Fix typos in docstrings.
12494
12495 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12496
12497 * textmodes/org.el (org-cleaned-string-for-export)
12498 (org-solidify-link-text): New function.
12499 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12500 XEmacs, just to silence the compiler.
12501 (org-export-as-ascii, org-export-as-html-and-open):
12502 Use `org-cleaned-string-for-export' and create internal links.
12503 (org-follow-mhe-link): Require mh-e, use folder.
12504
12505 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12506
12507 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12508
12509 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12510 gdb-debug-log-length.
12511 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12512 it a real ring but...
12513 (gud-gdba-marker-filter): ...make it work like mark-ring.
12514 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12515 (gdb-mouse-jump): New function. Add bindings.
12516
12517 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12518
12519 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12520 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12521 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12522 (gdb-debug-log-length): Customize it's length.
12523 (gud-watch, gdb-var-create-handler): Display function::var format
12524 but don't use to create variable object.
12525 (gdb-var-create-handler): Use message-box in place of message.
12526 (gdb-stopped): Call gdb-exited if signalled.
12527
12528 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12529
12530 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12531
12532 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12533
12534 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12535 if `reftex-try-all-extensions' is set.
12536
12537 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12538 fail silently when there is no valid argument at point.
12539 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12540 `fail-silently' argument. From a patch by David Reiter.
12541
12542 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12543 New commands.
12544 (org-mark-ring): New variable.
12545 (org-mark-ring-length): New option.
12546 (org-open-at-point, org-goto, org-open-file): Push old position
12547 onto the mark ring.
12548 (org-add-hook): New function.
12549 (org-export-table-remove-special-lines): New option.
12550 (org-skip-comments, org-format-org-table-html): Respect new
12551 option `org-export-table-remove-special-lines'.
12552 (org-open-file): Allow special command configuration for
12553 directory link.
12554 (org-file-apps): Fix bugs in customize type, added setting
12555 for directories.
12556 (org-activate-tags, org-format-agenda-item, org-complete)
12557 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12558 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12559 (org-link-search, org-make-org-heading-search-string)
12560 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12561 (org-radio-targets, org-file-link-context-use-camel-case)
12562 (org-activate-camels): New options.
12563 (org-update-radio-target-regexp, org-all-targets)
12564 (org-make-target-link-regexp, org-activate-target-links):
12565 New functions.
12566 (org-make-org-heading-search-string): New function.
12567 (org-store-link, org-insert-link): Use new option
12568 `org-file-link-context-use-camel-case'.
12569 (org-activate-camels): Use new option `org-activate-camels'.
12570 (org-link-regexp): Add mhe prefix.
12571 (org-open-at-point, org-store-link): Support for mhe links.
12572 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12573 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12574 (org-mhe-get-header, org-follow-mhe-link): New functions.
12575 (org-remove-angle-brackets, org-add-angle-brackets):
12576 New functions.
12577 (org-bracket-link-regexp): New constant.
12578 (org-read-date): Fix bug that was rejecting all typed dates.
12579 (org-link-search): Make hierarchy above visible after a match.
12580 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12581 (org-store-link): Fix bug with link creation when cursor is in
12582 an empty line.
12583 (org-open-at-point): Fix bug with matching a link.
12584 Fixed buggy argument sequence in call to `org-view-tags'.
12585 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12586 (org-prefix-has-tag): New variable.
12587 (org-format-agenda-item): Remove tags from headline
12588 if appropriate.
12589 (org-agenda-remove-tags-when-in-prefix): New option.
12590
12591 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12592
12593 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12594 Fix the regular expressions.
12595
12596 2006-02-21 Richard M. Stallman <rms@gnu.org>
12597
12598 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12599 if there's no other specific basis.
12600
12601 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12602 as variables at all.
12603 (unsafep-variable): Rename arg; doc fix.
12604
12605 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12606
12607 * calendar/appt.el (diary-selective-display): Add defvar.
12608
12609 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12610
12611 * isearch.el (search-whitespace-regexp): Fix custom type.
12612
12613 * help.el (describe-key-briefly): Compute interactive args
12614 in same was as before previous change.
12615
12616 * files.el (enable-local-variables): Doc fix.
12617
12618 2006-02-21 Kim F. Storm <storm@cua.dk>
12619
12620 * fringe.el: Cleanup as file is now pre-loaded.
12621 (fringe-bitmaps): Initialize unconditionally.
12622 (fringe-mode, set-fringe-style): Remove autoload cookies.
12623
12624 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12625
12626 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12627 `horizontal-bar'.
12628 (fringe-cursor-alist): Use `horizontal-bar'.
12629
12630 2006-02-20 Kim F. Storm <storm@cua.dk>
12631
12632 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12633 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12634
12635 * loadup.el: Load "fringe" on window systems.
12636
12637 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12638
12639 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12640 out of scope components.
12641
12642 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12643 default.
12644
12645 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12646
12647 * custom.el (customize-mark-to-save, customize-mark-as-set):
12648 Load the symbol first.
12649
12650 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12651
12652 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12653 strech spec so it doesn't display as "^J" on the header line
12654 when `Buffer-menu-use-header-line' is t.
12655
12656 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12657
12658 * speedbar.el (speedbar-make-button): Keep text properties
12659 of string arguments if desired.
12660
12661 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12662 expessions.
12663
12664 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12665 of speedbar.
12666
12667 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12668
12669 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12670 to value of `read-file-name-completion-ignore-case'.
12671
12672 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12673
12674 * custom.el (customize-mark-as-set): Push to `user' theme.
12675
12676 * cus-edit.el (custom-save-variables): Allow unthemed values.
12677 (customize-set-variable): Push setting to `user' theme.
12678
12679 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12680
12681 * progmodes/gud.el: Don't require font-lock as it's now
12682 automatically loaded.
12683 (gud-speedbar-buttons): Replace gdb-var-changed with
12684 gdb-force-update.
12685
12686 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12687 gdb-var-changed.
12688 (gdb-post-prompt): Use it.
12689 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12690 (gdb-var-update-handler, gdb-var-delete)
12691 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12692 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12693 gdb-force-update in gdb-post-prompt.
12694 (gdb-reset): Clear watch expressions from speedbar when quitting.
12695
12696 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12697
12698 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12699 (viper-change-state-to-vi, viper-change-state-to-emacs):
12700 Make aware of cursor coloring in the Emacs state.
12701 (viper-special-read-and-insert-char): Use read-char-exclusive.
12702 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12703
12704 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12705
12706 * viper-util.el (viper-save-cursor-color)
12707 (viper-get-saved-cursor-color-in-replace-mode)
12708 (viper-get-saved-cursor-color-in-insert-mode)
12709 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12710 state.
12711 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12712
12713 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12714 (ediff-ignore-case-option3, ediff-actual-diff-options)
12715 (ediff-actual-diff3-options): New variables to control case sensitivity.
12716 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12717 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12718 (ediff-toggle-ignore-case): New function.
12719 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12720
12721 * ediff-help.el (ediff-long-help-message-narrow2)
12722 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12723 (ediff-long-help-message-word-mode): Add ignore-case command.
12724 (ediff-help-for-quick-help): Add ignore-case command.
12725
12726 * ediff-merg.el: Move provide to the end.
12727
12728 * ediff-ptch.el: Move provide to the end.
12729
12730 * ediff-wind.el: Move provide to the end.
12731
12732 * ediff-mult.el: Move provide to the end.
12733 (ediff-set-meta-overlay): Enable follow-link.
12734
12735 * ediff.el: Move provide to the end.
12736 Break recursive load cycle in eval-when-compile.
12737 (ediff-patch-buffer): Better heuristics.
12738
12739 * ediff-util.el: Move provide to the end.
12740 Break recursive load cycle in eval-when-compile.
12741 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12742 defuns.
12743 (ediff-submit-report): Pass the values of ediff-diff3-program,
12744 ediff-diff3-options.
12745
12746 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12749 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12750 `' (for example, in the docstring of `windmove-default-keybindings').
12751
12752 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12753
12754 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12755 shadow face. Don't provide binding to edit variable when it is
12756 out of scope.
12757
12758 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12759 (gdb-var-update-handler): Detect out of scope variables with pre
12760 GDB 6.4 too.
12761 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12762 Reset status of variable objects to nil in update handlers.
12763 (gdb-var-update-handler-1): Detect when a variable object comes
12764 in scope. setcar on var changes gdb-var-list directly.
12765
12766 2006-02-17 Juri Linkov <juri@jurta.org>
12767
12768 * ffap.el (ffap) <defface>: Add explicit face declaration.
12769 (ffap-highlight): Use face `ffap' directly instead of checking
12770 for its existence.
12771
12772 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12773 `visible-ok' of `other-buffer' to find the right original buffer.
12774
12775 * info.el (Info-search): Skip `Local Variables' node.
12776
12777 2006-02-17 Juri Linkov <juri@jurta.org>
12778
12779 * info.el (Info-find-file): Check for symbols `apropos', `history',
12780 `toc' in the input filename, and return these symbols as is.
12781 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12782 `history', `toc' instead of strings.
12783 (Info-set-mode-line): For non-string Info-current-file use the
12784 symbol's name inside **.
12785 (Info-isearch-push-state): Add quote before Info-current-file and
12786 Info-current-node.
12787 (Info-isearch-pop-state): Use `equal' instead of `string='.
12788 (Info-extract-pointer, Info-following-node-name): Use
12789 `match-string-no-properties' instead of `match-string'.
12790 (Info-up): Check `old-file' for `stringp'.
12791 (Info-history): Use `equal' instead of `string-equal'.
12792 Check `file' for `stringp'.
12793 (Info-history): Use symbol `history' instead of string as first arg
12794 of `Info-find-node'.
12795 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12796 `toc' instead of string.
12797 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12798 instead of `buffer-substring', and `match-string-no-properties'
12799 instead of `match-string'.
12800 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12801 instead of strings.
12802 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12803 Use symbol `apropos' instead of string.
12804 (Info-copy-current-node-name): Check `Info-current-file' for
12805 `stringp' and construct a command with `Info-find-node' from it.
12806 (Info-fontify-node): Use `match-string-no-properties' instead of
12807 `match-string' and check file names for `stringp'.
12808 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12809 `history', `toc' instead of strings.
12810
12811 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12812
12813 * files.el: Rearrange functions and variables in the file local
12814 variables section.
12815
12816 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12817
12818 * files.el: Add truncate-lines, ispell-check-comments and
12819 ispell-local-dictionary as safe local variables.
12820
12821 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12822
12823 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12824 out of scope variables.
12825 (gud-speedbar-buttons): Use unless.
12826
12827 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12828 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12829 (gdb-show-changed-values): Also use for out of scope variables.
12830 (gdb-var-update-handler-1): Note if variable goes out of scope.
12831
12832 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12833
12834 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12835 default to global variable values for unsupplied args.
12836 (rcirc-get-buffer-create): Fix bug with setting the target.
12837 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12838 test for rcirc-always-use-server-buffer-flag here.
12839 (rcirc-response-formats): Add %N, which is a facified nick. %n
12840 uses the default face. Change the ACTION format string. If the
12841 "nick" is the server, don't print anything for that field.
12842 Comment fixes.
12843 (rcirc-target-buffer): Don't test
12844 rcirc-always-use-server-buffer-flag here.
12845 (rcirc-print): Squeeze extra spaces out of the text before message.
12846 (rcirc-put-nick-channel): Strip potential "@" char from nick
12847 before adding them to nick table.
12848 (rcirc-url-regexp): Improve to match address like "foo.com".
12849
12850 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12851
12852 * allout.el (allout-hidden-p): Move this defsubst before
12853 allout-overlay-interior-modification-handler, where it is first
12854 used.
12855
12856 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12857
12858 * allout.el: Use allout invisible-text overlays instead of
12859 selective display for concealed text. Also, lots of general
12860 cleanup, and improved compatibility code.
12861
12862 (allout-version) Incremented, corrected, revised, and refined
12863 module commentary.
12864
12865 (provide 'allout): Moved to the bottom, added a require of overlay.
12866
12867 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12868 `except-current'.
12869 (allout-write-file-hook-handler): Minimize delay.
12870 (count-trailing-whitespace-region): New function so
12871 auto-encryption of current topic can resituate cursor exactly.
12872 PGP/GPG encryption trims trailing whitespace from lines, which
12873 must be accounted for across encryption then decryption.
12874
12875 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12876 just plain "\C-c", to avoid intruding on user's keybinding space.
12877
12878 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12879 parameter, so user request to provide a new password is done.
12880
12881 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12882 Refined mechanism for auto-filling behavior while in allout mode.
12883
12884 (allout-mode): Explicitly specify the mode map in the docstring.
12885 Clarify provision for various write-file hook var names.
12886 Adjusted for invisible-text overlays instead of selective-display.
12887
12888 (allout-depth): Really return 0 if not within any topic. This
12889 rectifies `allout-beginning-of-level' and sequence numbering
12890 errors that occur when cutting and pasting numbered topics.
12891 Changed from a in-line subst to a regular function, as well.
12892
12893 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12894
12895 (allout-end-of-subtree, allout-end-of-subtree)
12896 (allout-end-of-entry, allout-end-of-current-heading)
12897 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12898 (allout-show-children, allout-show-to-offshoot)
12899 (allout-hide-current-entry, allout-show-current-entry): Rectified
12900 handling of trailing blank lines between items.
12901
12902 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12903 (allout-current-depth, allout-unprotected, allout-hidden-p)
12904 (allout-on-current-heading-p, allout-listify-exposed)
12905 (allout-chart-subtree, allout-goto-prefix)
12906 (allout-back-to-current-heading, allout-get-body-text)
12907 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12908 (allout-hide-region-body, allout-toggle-subtree-encryption)
12909 (allout-encrypt-string, allout-encrypted-key-info)
12910 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12911 (allout-file-vars-section-data): Adjusted for use with
12912 invisible-text overlays instead of selective-display.
12913
12914 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12915 Reworked for use with invisible text overlays.
12916
12917 (allout-current-topic-collapsed-p): New function.
12918
12919 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12920 to know when to close the containing topic.
12921
12922 (allout-pre-command-business, allout-post-command-business):
12923 Simplify undo-batching and dynamic isearch exposure.
12924
12925 (allout-set-overlay-category): New for invisible-text overlays.
12926 Sets properties of allout-overlay-category, used by
12927 allout-flag-region to set invisible-text overlay properties.
12928 (allout-get-invisibility-overlay): Get the first qualifying
12929 invisibility overlay, so we can find the extent of it.
12930 (allout-back-to-visible-text): Get to just before the beginnining
12931 of the current invisibility overlay, if any.
12932
12933 (allout-overlay-insert-in-front-handler)
12934 (allout-overlay-interior-modification-handler)
12935 (allout-before-change-handler, allout-isearch-end-handler): New
12936 functions to handle extraordinary actions affecting concealed
12937 text.
12938
12939 (allout-flag-region): Use overlays instead of selective-display
12940 for invisible text - by inheritence from the properties of
12941 allout-overlay-category in mainline Emacs, and applied
12942 property-by-property in XEmacs, some recent versions of which
12943 don't inherit the properties from the category. Provisions to
12944 respond to concealed-text edits simplified drastically.
12945
12946 (allout-isearch-rectification, allout-isearch-was-font-lock)
12947 (allout-isearch-expose, allout-enwrap-isearch)
12948 (allout-isearch-abort, allout-pre-was-isearching)
12949 (allout-isearch-prior-pos, allout-isearch-did-quit)
12950 (allout-isearch-dynamic-expose)
12951 (allout-hide-current-entry-completely): Functions deleted.
12952
12953 (allout-undo-aggregation): Explicit undo aggregation no longer
12954 necessary due to transition away from selective-display.
12955
12956 (set-allout-regexp, allout-up-current-level)
12957 (allout-next-visible-heading, allout-forward-current-level)
12958 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12959 (allout-kill-line, allout-yank-processing, allout-show-children)
12960 (allout-expose-topic, allout-old-expose-topic)
12961 (allout-listify-exposed, allout-insert-latex-header)
12962 (allout-toggle-subtree-encryption, allout-encrypt-string)
12963 (remove-from-invisibility-spec, allout-hide-current-subtree):
12964 Ditched unused variables.
12965
12966 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12967
12968 * textmodes/ispell.el (ispell-change-dictionary): Call
12969 ispell-buffer-local-dict instead of
12970 ispell-accept-buffer-local-defs.
12971 (ispell-local-dictionary-alist): Accept as valid any coding-system
12972 supported by Emacs.
12973 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12974 changed to iso-8859-3.
12975
12976 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12977
12978 * speedbar.el (speedbar-frame-width): Make an inline function
12979 instead of a macro. Use frame-width.
12980 (speedbar-try-completion, speedbar-update-contents)
12981 (speedbar-timer-fn): Use consp.
12982 (speedbar-update-localized-contents): Try to preserve point.
12983
12984 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12985 (menu): Re-order menu items.
12986 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12987 field.
12988 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12989 (gdb-post-prompt): Speed things by not forcing update.
12990
12991 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12992
12993 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12994 press and perform default action if we get a mouse movement event.
12995
12996 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12997
12998 * calendar/icalendar.el (icalendar--get-event-property)
12999 (icalendar--get-event-property-attributes): Fix typos in
13000 docstrings.
13001
13002 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13003 docstring.
13004
13005 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * bs.el (bs-mode): Use `buffer-disable-undo'.
13008 (bs--get-file-name): Simplify.
13009 (bs-show-in-buffer): Mark the buffer as not modified.
13010
13011 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13012
13013 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13014 widget-button-click.
13015
13016 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13017 (custom-mode): Update docstring.
13018
13019 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13020 binding.
13021
13022 * files.el (hack-local-variables-confirm): Allow scrolling if the
13023 file variable list is too long. Kill temp buffer after use.
13024
13025 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13026
13027 * progmodes/gud.el (gdb): Improve doc string.
13028 (gdb-script-font-lock-keywords): Expand allowed character set.
13029
13030 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13031 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13032 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13033 (gdb-separate-io-stop, gdb-separate-io-eof):
13034 Rename from gdb-inferior-* to gdb-separate-*.
13035 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13036
13037 2006-02-14 Jay Belanger <belanger@truman.edu>
13038
13039 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13040 expression is a symbol before checking that it is bound.
13041
13042 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13043 test to see if equation can be solved.
13044
13045 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13046
13047 * wid-edit.el (widget-button-click): Use :pressed-face property
13048 for overlay face, if it exists.
13049
13050 * cus-edit.el (custom-manual, custom-add-see-also)
13051 (custom-add-parent-links, custom-group-link): Add :pressed-face
13052 property to links.
13053
13054 * files.el (hack-local-variables): Remove ignored variables before
13055 checking if any variables need setting.
13056
13057 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13058
13059 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13060
13061 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13062
13063 * help.el (where-is): Fix message for remapped commands.
13064
13065 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13066 Fix typos in docstrings.
13067
13068 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13069
13070 * files.el (safe-local-variable-values): New option.
13071 (hack-local-variables-prop-line): Return a list of variable-value
13072 pairs if MODE-ONLY is non-nil.
13073 (hack-local-variables): Construct list of variable-value pairs,
13074 and apply or reject them in one go. Ask for confirmation if
13075 variables are not known safe.
13076 (hack-local-variables-confirm): Complete rewrite. Support
13077 `safe-local-variable-values'.
13078 (enable-local-variables): Update docstring to reflect new
13079 behavior.
13080 (ignored-local-variables): Ignore ignored-local-variables and
13081 safe-local-variable-values.
13082 (safe-local-variable-p): New function.
13083 (risky-local-variable-p): `safe-local-variable' property check
13084 moved to safe-local-variable-p.
13085 (hack-one-local-variable): Checks moved to hack-local-variables.
13086
13087 (byte-compile-dynamic, c-basic-offset, c-file-style)
13088 (c-indent-level, comment-column, fill-column, fill-prefix)
13089 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13090 (no-update-autoloads, outline-regexp, page-delimiter)
13091 (paragraph-start, paragraph-separate, sentence-end)
13092 (sentence-end-double-space tab-width, version-control):
13093 Add `safe-local-variable' property.
13094
13095 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13096
13097 * icomplete.el, play/landmark.el: Change nonexistent
13098 `outline-layout' file variable to `allout-layout'.
13099
13100 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13101
13102 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13103 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13104 to gud-comint-buffer.
13105 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13106 gdb-ui.el for gdb-mi.el.
13107 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13108 registers buffer to gdb-get-changed-registers.
13109 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13110 deletion of catchpoints (throw and catch).
13111 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13112 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13113 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13114 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13115 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13116
13117 2006-02-13 Jay Belanger <belanger@truman.edu>
13118
13119 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13120 expression is a symbol before checking that it is bound.
13121
13122 2006-02-13 Richard M. Stallman <rms@gnu.org>
13123
13124 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13125 for the minibuffer too, but not if resize-mini-windows will interfere.
13126
13127 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13128 inside `interactive' spec.
13129 (describe-key-briefly-internal, describe-key-internal):
13130 Functions merged back into their callers.
13131
13132 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13133
13134 * info.el (info-xref-visited): Inherit from info-xref too.
13135 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13136 when propertizing Info-current-file and Info-current-node.
13137
13138 2006-02-13 Juri Linkov <juri@jurta.org>
13139
13140 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13141 (tumme-thumb-name): Fix per-directory format.
13142
13143 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13144
13145 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13146
13147 2006-02-12 Miles Bader <miles@gnu.org>
13148
13149 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13150
13151 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13152
13153 * tumme.el: Remove history section. If someone needs the it, it
13154 can always be found in CVS.
13155
13156 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13157
13158 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13159 about the Thumbnail Managing Standard option.
13160
13161 2006-02-12 Richard M. Stallman <rms@gnu.org>
13162
13163 * subr.el (substitute-key-definition): Doc fix.
13164
13165 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13166
13167 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13168
13169 * info.el (Info-mode): Doc fix.
13170
13171 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13172
13173 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13174
13175 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13176 because on Solaris a POSIX compatible "id" is needed. Reported by
13177 Magnus Henoch <mange@freemail.hu>.
13178
13179 2006-02-12 Juri Linkov <juri@jurta.org>
13180
13181 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13182 (tumme) <defgroup>: Change :group to `multimedia'.
13183 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13184 Managing Standard.
13185 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13186 Fix dostring.
13187 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13188 and %y. Fix docstring.
13189 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13190 (tumme-cmd-create-standard-thumbnail-command): New user options.
13191 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13192 is `standard'. Fix docstring.
13193 (tumme-thumb-width, tumme-thumb-height): New user options.
13194 (tumme-external-viewer): Try to find various viewers.
13195 (tumme-get-thumbnail-image): Use `create-image' instead of
13196 constructing the `image' structure.
13197 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13198 `standard'.
13199 (tumme-thumb-name): Add file name generation for standard storage.
13200 Simplify code for other storages.
13201 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13202 Add modification time %m and thumbnail-nq8 %q.
13203 Use `tumme-cmd-create-standard-thumbnail-command' if
13204 tumme-thumbnail-storage is `standard'.
13205 (tumme-dired-insert-marked-thumbs): New autoload command.
13206 (tumme-dired-after-readin-hook): New function.
13207 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13208 `tumme-thumb-size'.
13209 (tumme-display-image): Replace size-x %x and size-y %y with
13210 width %w and height %h.
13211
13212 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13213 `tumme-dired-insert-marked-thumbs'.
13214
13215 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13216
13217 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13218 include path).
13219 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13220 matching tag.
13221
13222 2006-02-12 Miles Bader <miles@gnu.org>
13223
13224 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13225 New variables.
13226 (rcirc-abbrev-nick): New function.
13227 (rcirc-format-response-string): Rewrite to use the formats in
13228 `rcirc-response-formats' and expand escape sequences therein.
13229 A text-property `rcirc-text' is added over the actual response
13230 text to make easy to find inside the returned string.
13231 (rcirc-print): When filling, just look for the `rcirc-text'
13232 text-property to find the appropriate fill prefix, instead of
13233 using hardwired patterns.
13234
13235 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13236
13237 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13238 Managing Standard.
13239
13240 2006-02-11 Kim F. Storm <storm@cua.dk>
13241
13242 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13243 Don't use insert-buffer; do insert-buffer-substring directly.
13244 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13245
13246 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13247
13248 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13249 with inhibit-read-only. Suggested by Stefan Monnier.
13250 (revert-buffer): Let insert-file-contents discard
13251 buffer-undo-list. Simplify code.
13252 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13253
13254 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13255
13256 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13257
13258 * help.el (describe-key-briefly): Now a wrapper for
13259 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13260 to t. Populate yank-menu if empty.
13261 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13262 (describe-key): Now a wrapper for describe-key-internal. Bind
13263 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13264 (describe-key-internal): Renamed from describe-key.
13265
13266 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13267
13268 * progmodes/glasses.el (glasses-separator): Doc fix.
13269 (glasses-original-separator): New defcustom.
13270 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13271
13272 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13273
13274 * mwheel.el (mouse-wheel-up-event): Doc fix.
13275
13276 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13277
13278 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13279 (tumme-dir): New function. Copied from thumbs.el.
13280
13281 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13282
13283 * desktop.el (desktop-outvar): Fix typo.
13284 (desktop-save-buffer-p): Doc fix.
13285
13286 * subr.el (substitute-key-definition): Fix typo.
13287
13288 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13289
13290 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13291 when window-system is mac.
13292
13293 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13294
13295 2006-02-10 Kim F. Storm <storm@cua.dk>
13296
13297 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13298 indirect-function instead of using condition-case.
13299
13300 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13301
13302 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13303 less `colloquial'...
13304
13305 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13306
13307 * tumme.el: Add a couple of todo items.
13308
13309 2006-02-09 Lars Hansen <larsh@soem.dk>
13310
13311 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13312 (highlight-changes-mode): Don't change desktop-locals-to-save.
13313
13314 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * image-mode.el (image-toggle-display): Clear image cache if using
13317 filename.
13318
13319 2006-02-09 Masatake YAMATO <jet@gyve.org>
13320
13321 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13322 a `dired-man' target.
13323
13324 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13325 boundary of symbols.
13326
13327 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13328
13329 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13330
13331 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13332
13333 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13334 `mapcar'; return nil.
13335
13336 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13337
13338 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13339 some other event.
13340
13341 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13342
13343 * net/rcirc.el (rcirc-startup-channels-alist):
13344 Add irc.freenode.net and #emacs as defaults.
13345 (rcirc-ignore-all-activity-flag): Remove variable.
13346 (rcirc-authinfo): New variable.
13347 (rcirc-authinfo-filename): Remove variable.
13348 (rcirc-always-use-server-buffer-flag): New flag.
13349 (rcirc): M-x rcirc will automatically connect without prompting.
13350 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13351 connection in lisp.
13352 (rcirc-process-server-response-1): Remove everything but the nick
13353 portion of the sender so it doesn't need to be done everywhere
13354 else. Update related code.
13355 (global-map): Remove global keybindings.
13356 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13357 (rcirc-send-input): Split into several functions.
13358 (rcirc-process-input-line, rcirc-process-message)
13359 (rcirc-process-command): New functions.
13360 (rcirc-target-buffer): New function to determine where to route
13361 messages.
13362 (rcirc-user-nick): Save match data.
13363 (rcirc-toggle-ignore-buffer-activity)
13364 (rcirc-update-activity-string): Remove global ignore functionality,
13365 which can be done now by toggling rcirc-track-minor-mode.
13366 (rcirc-track-minor-mode-map): New keymap.
13367 (rcirc-track-minor-mode): New minor-mode.
13368 (ignore): Make the ignore output nicer. Always print it when
13369 adding or removing nicks.
13370 (rcirc-url-regexp): Improve.
13371 (rcirc-mangle-text): Remove properties before using text in the
13372 modeline.
13373 (rcirc-authenticate): Authentication data comes from
13374 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13375 (rcirc-server-prefix): Inherit from rcirc-server.
13376
13377 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13378
13379 * Makefile.in (compile): Append "|| true" to the end of the `find'
13380 command, like compile-always does.
13381
13382 2006-02-08 Sam Steingold <sds@gnu.org>
13383
13384 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13385 output from a dead connection.
13386
13387 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13388
13389 * dired.el (dired-mode-map): Add more bindings for tumme.
13390
13391 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * wdired.el (wdired-mode-map): Use remap.
13394 (wdired-get-filename): Massage.
13395 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13396 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13397 `keymap' property rather than `local-map'.
13398
13399 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13400
13401 * tumme.el (tumme-get-thumbnail-image): New utility function.
13402 Suggested by from Chong Yidong.
13403 (tumme-dired-with-window-configuration): Rename from
13404 `tumme-dired'. Add code to save window configuration.
13405 (tumme-restore-window-configuration): New command to restore the
13406 window configuration that `tumme-dired-with-window-configuration'
13407 saves before it changes the window configuration.
13408 (tumme-show-all-from-dir): New command to display thumbnails for
13409 all files in a directory entered by the user, like M-x thumbs.
13410 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13411 have been created.
13412 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13413 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13414 Remove obsolete test function.
13415
13416 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13417
13418 * vc.el (small-temporary-file-directory): Remove defvar; there's
13419 a defcustom for it in files.el.
13420
13421 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13422 Fix typo in message.
13423 (tumme-gallery-generate): Fix typo in `error' message.
13424 (tumme-display-window-height-correction)
13425 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13426 (tumme-line-up-interactive): Dox fixes.
13427 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13428 (tumme-restore-window-configuration, tumme-format-properties-string)
13429 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13430 Fix typos in docstrings.
13431
13432 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13433
13434 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13435
13436 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13437
13438 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13439 User should use hook if desired.
13440
13441 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13442 buffer if necessary.
13443 (gdb-delete-frame-or-window): New function.
13444 (gdb-breakpoints-mode-map): Bind "q" to it.
13445
13446 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * textmodes/nroff-mode.el: Clean up name space.
13449 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13450 (nroff-mode): Obey the global setting of nroff-electric-mode.
13451 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13452
13453 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13454
13455 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13456
13457 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13458
13459 2006-02-06 Lars Hansen <larsh@soem.dk>
13460
13461 * generic-x.el (etc-fstab-generic-mode): Add file system types
13462 cifs and usbdevfs. Allow special chars in file names.
13463
13464 2006-02-05 Jay Belanger <belanger@truman.edu>
13465
13466 Update copyright notices of the files in lisp/calc.
13467
13468 2006-02-05 Romain Francoise <romain@orebokech.com>
13469
13470 Update copyright notices of all files in the lisp/play directory.
13471
13472 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13473
13474 * ldefs-boot.el: Regenerate.
13475
13476 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13477
13478 2006-02-05 Kim F. Storm <storm@cua.dk>
13479
13480 * files.el (magic-mode-regexp-match-limit): New defvar.
13481 (set-auto-mode): Use it to limit magic-mode-alist matching.
13482
13483 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13484
13485 * info.el (Info-index, Info-mode): Improve the description of the
13486 `i' command.
13487
13488 * ldefs-boot.el: Regenerate.
13489
13490 2006-02-03 Werner Lemberg <wl@gnu.org>
13491
13492 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13493 greedy to find the closing bracket in \*[...] and similar
13494 expressions. This is a first rough fix -- many additional
13495 refinements are necessary to make nroff mode really usable with groff.
13496
13497 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13498
13499 * international/mule-cmds.el (set-locale-environment):
13500 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13501 libX11.
13502
13503 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13504
13505 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13506 archive are created in archive-tmpdir.
13507
13508 2006-02-02 John Paul Wallington <jpw@pobox.com>
13509
13510 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13511 (ibuffer-fontification-alist): Use it.
13512 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13513 to "* z" and the Ibuffer Mark menu.
13514
13515 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13516
13517 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * textmodes/table.el (*table--cell-describe-mode)
13520 (*table--cell-describe-bindings): Undo last change since
13521 print-help-return-message is not obsoleted by anything at all.
13522
13523 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13524
13525 * emulation/cua-base.el (cua-mode): Doc fix.
13526
13527 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13528
13529 * dframe.el (dframe-handle-make-frame-visible)
13530 (dframe-handle-iconify-frame, dframe-get-focus)
13531 (dframe-select-attached-frame, dframe-power-click)
13532 (dframe-frame-mode): Fix typos in docstrings.
13533
13534 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13535 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13536 Fix typos in docstrings.
13537
13538 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13539 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13540 (hi-lock-archaic-interface-message-used)
13541 (hi-lock-file-patterns-range): Fix typos in docstrings.
13542
13543 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13544 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13545
13546 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13547 Fix typo in docstring.
13548
13549 * net/newsticker.el (newsticker--decode-iso8601-date)
13550 (newsticker--set-customvar, newsticker--buffer-insert-item)
13551 (newsticker--do-run-auto-mark-filter)
13552 (newsticker--parse-generic-feed): Doc fixes.
13553 (newsticker--retrieval-timer-list, newsticker-url-list)
13554 (newsticker-hide-immortal-items-in-echo-area)
13555 (newsticker-hide-obsolete-items-in-echo-area)
13556 (newsticker-new-item-face, newsticker--enclosure)
13557 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13558 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13559 (newsticker--parse-generic-feed, newsticker--cache-contains)
13560 (newsticker--stat-num-items, newsticker-download-enclosures):
13561 Fix typos in docstrings.
13562
13563 * net/rcirc.el (rcirc-debug): Doc fix.
13564 (rcirc-fill-column, rcirc-receive-message-hooks)
13565 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13566 (rcirc-mode, rcirc-generate-new-buffer-name)
13567 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13568 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13569 Fix typos in docstrings.
13570 (rcirc-print): "?\ " -> "?\s".
13571 (rcirc-cmd-join): Improve argument/docstring consistency.
13572
13573 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13574
13575 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13576 before narrow-to-region.
13577
13578 2006-02-01 Richard M. Stallman <rms@gnu.org>
13579
13580 * simple.el (move-beginning-of-line): Scan properly for invis change.
13581
13582 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13583
13584 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13585
13586 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13587 change bit only when id-format is 'integer. Reported by Matt
13588 Hodges <M.P.Hodges@rl.ac.uk>.
13589
13590 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13591
13592 * hilit-chg.el (highlight-changes-initial-state)
13593 (highlight-changes-global-initial-state): Doc fixes.
13594 (highlight-changes-global-modes, global-highlight-changes):
13595 Fix typos in docstrings.
13596
13597 2006-02-01 Kim F. Storm <storm@cua.dk>
13598
13599 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13600 transient-mark-mode in doc string.
13601
13602 2006-01-31 Richard M. Stallman <rms@gnu.org>
13603
13604 * replace.el (multi-occur): Doc fix.
13605 (multi-occur-in-matching-buffers): Rename from
13606 multi-occur-by-filename-regexp. Prefix arg says match
13607 buffer names instead of file names.
13608
13609 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13610
13611 * bs.el: Allow non-default values of `bs-header-lines-length'.
13612 (bs--running-in-xemacs): Remove (not needed anymore).
13613 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13614 instead of `shrink-window', thus avoiding having to compute the
13615 height of the window.
13616 (bs--up): Wrap around even when there's no header.
13617 (bs--down): Use `forward-line' instead of `next-line'.
13618
13619 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13620
13621 * image-mode.el (image-toggle-display): Use file name if possible,
13622 instead of unnecessarily allocating a (possibly huge) lisp string.
13623
13624 2006-01-30 John Paul Wallington <jpw@pobox.com>
13625
13626 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13627 because the `assert' macro signals it at runtime.
13628
13629 * emacs-lisp/cl.el (toplevel): Remove definition of
13630 `cl-assertion-failed' condition.
13631
13632 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13633
13634 * thumbs.el (thumbs-marked-list): Make buffer-local and
13635 permanent-local.
13636 (thumbs-insert-thumb): Make help-echo non-sticky.
13637 (thumbs-file-alist): Use eolp as check for (non)-image.
13638
13639 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13640
13641 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13642 (ediff-before-session-group-setup-hooks)
13643 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13644 Fix typos in docstrings.
13645
13646 * window.el (bw-dir, bw-eqdir, balance-windows)
13647 (split-window-keep-point): Fix typos in docstrings.
13648
13649 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13650 (org-quote-string, org-calendar-to-agenda-key)
13651 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13652 (org-show-following-heading, org-tags-column)
13653 (org-use-tag-inheritance, org, org-allow-space-in-links)
13654 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13655 (org-enable-table-editor, org-calc-default-modes)
13656 (org-table-allow-automatic-line-recalculation)
13657 (org-export-html-style, org-export-with-fixed-width)
13658 (org-export-with-sub-superscripts, org-special-keyword)
13659 (org-formula, org-time-grid, org-table-may-need-update)
13660 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13661 (org-goto-quit, org-get-indentation, org-end-of-item)
13662 (org-move-item-down, org-move-item-up)
13663 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13664 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13665 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13666 (org-agenda-log-mode, org-agenda-toggle-diary)
13667 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13668 (org-agenda-file-to-end, org-agenda-no-heading-message)
13669 (org-agenda-get-closed, org-format-agenda-item)
13670 (org-cmp-priority, org-cmp-category, org-cmp-time)
13671 (org-agenda-change-all-lines, org-agenda-diary-entry)
13672 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13673 (org-link-search, org-camel-to-words, org-open-file)
13674 (org-remember-handler, org-table-convert-region)
13675 (org-table-move-row-down, org-table-move-row-up)
13676 (org-table-copy-region, org-table-wrap-region)
13677 (org-table-toggle-vline-visibility)
13678 (org-table-get-vertical-vector, org-table-modify-formulas)
13679 (org-table-get-specials, org-recalc-commands)
13680 (org-table-rotate-recalc-marks, org-table-eval-formula)
13681 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13682 (org-level-color-stars-only, org-insert-heading):
13683 Fix typos in docstrings.
13684 (last-arg): Add defvar.
13685
13686 * makefile.w32-in (WINS): Add erc.
13687 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13688
13689 2006-01-29 Bill Wohler <wohler@newt.com>
13690
13691 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13692 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13693 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13694 (mh-autoloads): Don't use comments on otherwise empty lines.
13695
13696 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13697
13698 * emulation/viper.el (viper-major-mode-modifier-list):
13699 Add insert-state and vi-state entries for erc-mode.
13700 (viper-go-away, viper-set-hooks): Add and remove
13701 viper-comint-mode-hook from erc-mode-hook as appropriate.
13702
13703 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13704
13705 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13706
13707 * bs.el (bs--format-aux): Implement `middle' alignment as
13708 described in the docstring for `bs-attributes-list'.
13709 (bs--get-name): Simplify. Don't pad the buffer name.
13710
13711 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13712
13713 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13714 English aspell dictionary is installed, use the first entry of
13715 ispell-dictionary-alist-1.
13716
13717 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13718
13719 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13720 Doc fix.
13721
13722 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13723
13724 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13725 for `process-file', in order to let it work for older Emacsen too.
13726
13727 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13728
13729 * international/latexenc.el: Add a suitable `coding:' tag.
13730 (latexenc-find-file-coding-system): Undo last change.
13731
13732 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13733
13734 * international/latexenc.el (latexenc-find-file-coding-system):
13735 Make sure latexenc-main-file is a regular file and is readable.
13736
13737 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13738
13739 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13740 Pass FILE to vc-user-login-name.
13741
13742 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13743
13744 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13745
13746 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13747 there are no more images to display.
13748 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13749 the next image.
13750
13751 2006-01-26 Richard M. Stallman <rms@gnu.org>
13752
13753 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13754
13755 * wid-edit.el (advertised-widget-backward): New alias.
13756 (widget-keymap): Use advertised-widget-backward for S-TAB.
13757
13758 * tumme.el: Correct the keywords.
13759 (tumme-dir-max-size): Use defvar.
13760 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13761
13762 * simple.el (move-beginning-of-line): Take account of fields.
13763 (clone-indirect-buffer-other-window): Take args like
13764 clone-indirect-buffer, and work like it.
13765
13766 * help-fns.el (describe-function): Don't pass `nil' as default.
13767
13768 * files.el (risky-local-variable-p): Follow var aliases.
13769
13770 * subr.el (lazy-completion-table): Doc fix.
13771
13772 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13773 global binding of `line'.
13774
13775 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13776
13777 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13778 Tramp.
13779
13780 * vc.el (vc-default-dired-state-info): Pass FILE to
13781 vc-user-login-name.
13782 (vc-default-update-changelog): Don't use vc-user-login-name, we
13783 don't need it here.
13784
13785 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13786 no longer necessary.
13787
13788 2006-01-25 Kenichi Handa <handa@m17n.org>
13789
13790 * international/mule.el (decode-char): Avoid the overhead of
13791 calling utf-lookup-subst-table-for-decode if
13792 utf-translate-cjk-mode is nil.
13793 (encode-char): Avoid the overhead of calling
13794 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13795 nil.
13796
13797 2006-01-22 Kenichi Handa <handa@m17n.org>
13798
13799 * international/mule.el (make-subsidiary-coding-system): Reset
13800 `coding-system-define-form' property of subsidiaries to nil.
13801 Avoid duplicated entry in coding-system-alist.
13802 (make-coding-system): Avoid duplicated entry in
13803 coding-system-alist.
13804 (define-coding-system-alias): Likewise.
13805
13806 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13807
13808 * completion.el: Minor fixes in introductory comment.
13809 (completion-def-wrapper): Fix alist.
13810
13811 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13812
13813 * thumbs.el (thumbs-new-image-size): New function.
13814 (thumbs-increment-image-size-element)
13815 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13816 (thumbs-decrement-image-size): Delete.
13817 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13818 temp files and use to resize.
13819 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13820 Use increment argument to enlarge/shrink. Preserve point.
13821 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13822 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13823 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13824 (thumbs-mark, thumbs-unmark): Preserve point.
13825 (thumbs-modify-image): Keep old temp files and use to modify.
13826 Cleanup old temp files at load time. Preserve point.
13827 (thumbs-view-image-mode-map): Use new command names.
13828
13829 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13830
13831 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13832
13833 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13834 the nastiest part of the cyclic dependency.
13835 (cal-menu-update): Use dotimes and calendar-increment-month.
13836
13837 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13838 (calendar-week-start-day): Add an :initializer.
13839 (calendar-mode-map): Use suppress-keymap, and command remapping.
13840 (describe-calendar-mode): Setup xref-stack info for the back button.
13841 (calendar-star-date): Insert before delete.
13842 (calendar-set-mode-line): Add file-modified info if applicable.
13843 (calendar-increment-month): New function.
13844
13845 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13846
13847 * font-lock.el (lisp-font-lock-keywords-2):
13848 Recognize "& keywords" only at word boundaries.
13849
13850 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13851
13852 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13853 and permanent-local.
13854 (thumbs-max-image-number): New variable.
13855 (thumbs-do-thumbs-insertion): Use them.
13856 (thumbs-per-line): Change default to 4.
13857 (thumbs-marked-list): Rename from thumbs-markedL.
13858 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13859 (thumbs-rename-images): Use -list instead of L for internal variables.
13860 (thumbs-call-convert): Use call-process instead of shell-command.
13861 (thumbs-insert-thumb): Add filename as help-echo to each image.
13862 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13863 Give dir to thumbs-show-thumbs-list.
13864 (thumbs-show-thumbs-list): Set default-directory to that of images.
13865 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13866 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13867 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13868 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13869
13870 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * ses.el (ses-read-cell): Provide a default value.
13873
13874 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * term/w32-win.el (image-library-alist): Add additional names for
13877 GIF library.
13878
13879 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13880
13881 * international/latexenc.el (latexenc-find-file-coding-system):
13882 Add file-regular-p check.
13883
13884 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * simple.el (clone-buffer): Don't show the new buffer in the same
13887 window.
13888
13889 2006-01-23 Juri Linkov <juri@jurta.org>
13890
13891 * faces.el (link, link-visited): New faces based on default values
13892 of `info-xref' and `info-xref-visited'.
13893
13894 * info.el (info-xref): Inherit from `link'.
13895 (info-xref-visited): Inherit from `link-visited'.
13896
13897 * cus-edit.el (custom-buffer-create-internal): Use widget type
13898 `custom-manual' instead of `info-link' and don't set properties
13899 `button-face' and `mouse-face' explicitly.
13900 (custom-browse-group-tag, custom-browse-variable-tag)
13901 (custom-browse-face-tag): Inherit from widget class
13902 `custom-group-link' instead of `push-button'.
13903 (custom-button-unraised): Inherit from `underline' face.
13904 (custom-link): Inherit from `link' face. Fix doc and group.
13905 (custom-add-parent-links, custom-group-value-create): Don't set
13906 properties `button-face' and `mouse-face' explicitly for
13907 `custom-group-link' widget.
13908 (custom-group-link): Add properties `button-face' and `mouse-face'
13909 to widget definition.
13910 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13911 editable-field's :keymap property.
13912 (custom-mode): Fix docstring: substitute keybindings for
13913 `widget-forward' and `widget-backward' from `widget-keymap',
13914 `widget-complete' from `custom-field-keymap', replace old
13915 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13916
13917 * desktop.el (desktop-load-file): Check for `fboundp' before
13918 calling `symbol-function'.
13919
13920 * simple.el (clone-buffer, clone-indirect-buffer)
13921 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13922 `read-string'. Fix prompts.
13923
13924 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13925
13926 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13927
13928 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13929
13930 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13931
13932 * startup.el (inhibit-splash-screen, initial-scratch-message):
13933 Doc fixes.
13934
13935 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13936
13937 Sync with Tramp 2.0.52.
13938
13939 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13940 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13941 `tramp-unload-tramp' for checklist.
13942
13943 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13944 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13945 (tramp-unload-file-name-handler-alist)
13946 (tramp-unload-tramp): New defuns.
13947 (tramp-advice-PC-expand-many-files): New defadvice.
13948 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13949 removed.
13950 (tramp-handle-expand-file-name): Remove double slash.
13951 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13952 It doesn't matter, because it will be converted later on.
13953 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13954 implementation was just heuristic.
13955 (tramp-post-connection): Set uid and gid properties.
13956 (tramp-convert-file-attributes): Set file's gid change bit.
13957 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13958 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13959 in case of su(do)? methods. The home directory of the local user
13960 will be taken else.
13961 (tramp-open-connection-telnet)
13962 (tramp-open-connection-rsh, tramp-open-connection-su)
13963 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13964 local shell prompt could hurt. Reported by Romain Francoise
13965 <romain@orebokech.com>.
13966 (tramp-let-maybe): Add `edebug-form-spec' property.
13967 (tramp-handle-expand-file-name): Bind `default-directory' locally
13968 to "/" in order to avoid problems with UNC shares or Cygwin
13969 mounts.
13970 (tramp-md5-function): Fix typo in error message.
13971
13972 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13973
13974 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13975 for byte-compiler pacification.
13976
13977 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13978
13979 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13980 ID-FORMAT `string'. This allows us to get rid of
13981 `vc-user-login-name UID'.
13982
13983 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13984
13985 2006-01-22 John Paul Wallington <jpw@pobox.com>
13986
13987 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13988
13989 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13990
13991 * emacs-lisp/find-func.el (find-definition-noselect)
13992 (find-variable-noselect): Search variables in C source code too.
13993 (find-function-C-source, find-function-noselect, find-function)
13994 (find-function-other-frame, find-variable-noselect, find-variable)
13995 (find-variable-other-frame, find-variable-at-point):
13996 Fix docstrings.
13997
13998 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13999
14000 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14001
14002 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14003
14004 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14005 Default to disabling the "Save affix" question.
14006
14007 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14008
14009 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14010 the first arg to run-python.
14011
14012 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14013
14014 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14015 is not loaded.
14016
14017 2006-01-20 Jay Belanger <belanger@truman.edu>
14018
14019 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14020 limit is 0.
14021
14022 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14023 the correct variable.
14024
14025 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14026
14027 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14028 link. Fixed buggy argument sequence in call to `org-view-tags'.
14029 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14030 (org-prefix-has-tag): New variable.
14031 (org-format-agenda-item): Remove tags from headline if
14032 appropriate.
14033 (org-agenda-remove-tags-when-in-prefix): New option.
14034 (org-get-tags-at): New function.
14035
14036 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14037
14038 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14039 (thumbs-find-image): Move image name and number from buffer name
14040 to mode name. Set thumbs-buffer. Preserve point so that large
14041 images remain visible.
14042 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14043 order.
14044 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14045 mode name.
14046 (thumbs-next-image, thumbs-previous-image): Make them work.
14047
14048 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14049
14050 * cus-edit.el (custom-buffer-create-internal): State in the text above
14051 the whole buffer buttons that they do not operate on hidden items.
14052 (custom-face-menu): Use `custom-face-save' instead of
14053 `custom-face-save-command'.
14054 (custom-face-save-command): Make it an alias for `custom-face-save'
14055 and declare it obsolete.
14056 (custom-face-save): Doc fix.
14057
14058 * dired.el (dired-no-confirm): Add quote.
14059 (dired-subdir-alist-pre-R): Add quote in
14060 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14061
14062 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14063
14064 * textmodes/table.el (table-mode-indicator): Typo in last change.
14065
14066 2006-01-19 Richard M. Stallman <rms@gnu.org>
14067
14068 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14069 Fixes bug reported in Nov 2005.
14070
14071 * isearch.el (isearch-forward): Doc fix.
14072
14073 * dired.el (dired-move-to-filename-regexp): Define as alias.
14074 (dired-no-confirm): Use defcustom.
14075 (dired-subdir-alist-pre-R): Put defvar at top level.
14076
14077 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14078
14079 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14080 Mark as risky.
14081
14082 * simple.el (set-mark-command): Doc fix.
14083 (clone-indirect-buffer-other-window):
14084 Read arg like clone-indirect-buffer.
14085 (move-beginning-of-line): Skip invisible newlines.
14086
14087 2006-01-19 Masatake YAMATO <jet@gyve.org>
14088
14089 * progmodes/cpp.el (cpp-edit-load): Make the order of
14090 listed conditions in a base C code buffer and its associate
14091 CPP Edit buffer the same.
14092
14093 2006-01-19 Kenichi Handa <handa@m17n.org>
14094
14095 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14096 (rmail-mime-feature): Likewise.
14097 (rmail-require-mime-maybe): Use display-warning to show a warning
14098 message.
14099
14100 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14101 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14102
14103 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * array.el: Move defvars out of eval-when-compile.
14106 (array-make-template): Replace undeclared global var with a local one.
14107 (array-mode): Inline initialization functions.
14108 (array-init-local-variables, array-init-max-row)
14109 (array-init-max-column, array-init-columns-per-line)
14110 (array-init-field-width, array-init-rows-numbered)
14111 (array-init-line-length, array-init-lines-per-row): Remove.
14112
14113 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14114 (doc-mode-map): Define explicitly.
14115 (doctor-txtype): Use mapc.
14116
14117 * textmodes/table.el: Move defvars out of eval-when-compile.
14118 Remove harmful code meant to avoid byte-compiler warnings.
14119 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14120 specification that checks table-fixed-width-mode directly.
14121 (table-recognize-region, table-recognize-cell):
14122 Use restore-buffer-modified-p.
14123 (table-fixed-width-mode): Remove code that refreshes
14124 table-fixed-mode-indicator.
14125 (*table--cell-describe-bindings, *table--cell-describe-mode):
14126 Avoid obsolete name print-help-return-message.
14127 (table--test-cell-list): Don't use replace-regexp from elisp.
14128 (table--point-entered-cell-function, table--point-left-cell-function):
14129 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14130
14131 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14132 that was after the end of file. Use buffer-file-name variable.
14133 (org-timestamp-change): Use with-current-buffer.
14134 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14135 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14136 `file'.
14137
14138 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14139 (fortran-break-line): Remove unused var `opoint'.
14140 (fortran-abbrev-start): Obey help-event-list.
14141
14142 2006-01-18 Jesper Harder <harder@phys.au.dk>
14143
14144 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14145
14146 2006-01-18 Masatake YAMATO <jet@gyve.org>
14147
14148 * progmodes/make-mode.el (makefile-imake-mode): New mode
14149 derived from makefile-mode.
14150 (makefile-imake-mode-syntax-table): New syntax table
14151 derived from makefile-mode-syntax-table.
14152 (makefile-mode): Write about makefile-imake-mode in doc string.
14153 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14154 (makefile-imake-font-lock-keywords): New font lock keywords.
14155
14156 * files.el (auto-mode-alist): Add Imakefile.
14157
14158 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14159
14160 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14161 loading the file rather than when turning on flyspell-mode.
14162
14163 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14164
14165 * cus-edit.el (customize-rogue): Minor doc fix.
14166
14167 2006-01-17 Juri Linkov <juri@jurta.org>
14168
14169 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14170 instead of the file at the mark as default if the file at the mark
14171 is the same as the file at point or if dired-dwim-target-directory
14172 is not the same as the current directory and the mark is not active.
14173
14174 * log-view.el (log-view-minor-wrap): Use the same logic to get
14175 revisions as `log-view-diff'.
14176
14177 * info.el (Info-revert-find-node): Check for Info-current-file
14178 before preserving new-history.
14179
14180 * man.el (Man-heading-regexp): Add `/'.
14181
14182 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14183 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14184
14185 2006-01-16 Juri Linkov <juri@jurta.org>
14186
14187 * faces.el (mode-line-faces): New defgroup.
14188 (mode-line-highlight): Move definition after new defgroup.
14189 (mode-line, mode-line-inactive, mode-line-highlight):
14190 Replace :group `modeline' with `mode-line-faces'.
14191 (mode-line-buffer-id): New face.
14192 (modeline-buffer-id): New face alias.
14193 (vertical-border): Remove :group `modeline'.
14194
14195 * bindings.el (propertized-buffer-identification): Use face
14196 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14197 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14198 (mode-line-buffer-identification-keymap): For mouse-1 replace
14199 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14200 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14201 mouse-3.
14202
14203 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14204 Buffer-menu-buffer. Doc fix.
14205 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14206 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14207 `Buffer-menu-buffer'.
14208
14209 * info.el (Info-mode-line-node-keymap): New defvar.
14210 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14211 Propertize Info-current-node with `mode-line-buffer-id' and
14212 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14213
14214 * time.el (display-time-mail-face): Replace :group `faces' with
14215 `mode-line-faces'.
14216
14217 2006-01-16 Kenichi Handa <handa@m17n.org>
14218
14219 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14220
14221 * language/european.el (cp1252): New alias for windows-1252.
14222
14223 * international/mule.el (autoload-coding-system): Prepare for EOL
14224 variants.
14225
14226 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14227
14228 * term.el (term-raw-map): Add mapping for insert.
14229 (term-send-insert): New.
14230 (term-mode): Make variables local here instead of doing it in
14231 `term-emulate-terminal'.
14232 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14233 Scroll reverse needs to take into account the scroll region.
14234 Saving and restoring the cursor should save the color attributes too.
14235 (term-reset-terminal): Reset the scroll region.
14236 (term-handle-ansi-escape): Cursor up and down should take into
14237 account the scroll region.
14238 (term-set-scroll-region): Rename from `term-scroll-region'.
14239 Move to 0,0 after setting the region.
14240 (term-handle-scroll): Handle scroll up.
14241 (term-down): Fix off by one error.
14242 (term-delete-lines): Do not delete outside the scroll region.
14243 (term-insert-lines): Take into account the scroll region.
14244
14245 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * textmodes/ispell.el (ispell-internal-change-dictionary)
14248 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14249 (start, end): Move declaration outside of eval-when-compile.
14250
14251 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14252 (flyspell-mode-on): Use it.
14253
14254 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14255 ispell-kill-ispell-hook.
14256
14257 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14258
14259 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14260 (Custom-reset-saved): Do not ask for confirmation in single option
14261 buffers.
14262
14263 2006-01-13 Richard M. Stallman <rms@gnu.org>
14264
14265 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14266
14267 2006-01-13 Romain Francoise <romain@orebokech.com>
14268
14269 * add-log.el (add-change-log-entry, change-log-merge):
14270 Conditionally use `hard-newline'.
14271
14272 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14273
14274 * wid-edit.el (widget-field-end): If the overlay is no longer
14275 associated with a buffer, behave as if the overlay didn't exist.
14276
14277 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14278 Make sure the links use the `custom-link' face.
14279
14280 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14283 (ld-script-mode): Don't set indent-line-function since we don't
14284 have one.
14285
14286 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14287
14288 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14289 application.
14290 (org-file-apps-defaults-gnu): Use mailcap as the default for
14291 selecting an application on a UNIX system.
14292 (org-agenda-show-tags): New command.
14293 (org-table-insert-hline): Keep cursor in current table line.
14294 (org-table-convert): Offset effect of modifying
14295 `org-table-insert-hline'.
14296 (org-format-agenda-item): New optional argument TAG.
14297 (org-compile-prefix-format): Handle %T format for the tag.
14298 (org-expand-wide-chars): New function.
14299 (org-table-insert-row, org-table-insert-hline):
14300 Use `org-expand-wide-chars'.
14301 (org-open-file): Fix bug in program launch.
14302 (org-get-time-of-day): Fix bug with times before 1am.
14303 (org-agenda-menu): Add tags commands.
14304
14305 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14306
14307 * textmodes/ispell.el (ispell-init-process): Include the used
14308 dictionary in ispell process start message.
14309 (ispell-internal-change-dictionary): When flyspell-mode is active
14310 and dictionary is changed, make sure ispell process is restarted
14311 and flyspell word cache cleared out for the current buffer.
14312 (ispell-change-dictionary): Make sure flyspell word cache is
14313 cleared out in all buffers with active flyspell mode when
14314 dictionary is globally changed.
14315 Call ispell-internal-change-dictionary after dictionary change.
14316
14317 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14318
14319 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14320
14321 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14322 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14323 years. Fix small differences wrt Makefile.in.
14324 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14325 Makefile.in does.
14326
14327 2006-01-12 Bill Wohler <wohler@newt.com>
14328
14329 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14330 mh-search.el.
14331
14332 2006-01-12 Masatake YAMATO <jet@gyve.org>
14333
14334 * progmodes/ld-script.el: Update copyright year.
14335
14336 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14337
14338 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14339 Don't add widget if setting undefined.
14340
14341 2006-01-12 John Paul Wallington <jpw@pobox.com>
14342
14343 * help-fns.el (describe-variable): Remove newlines from void
14344 variable output.
14345
14346 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14347
14348 * wdired.el (wdired-mode-map): Add help echo for
14349 wdired-abort-changes.
14350
14351 * man.el (Man-file-name-regexp): Adjust for a list of files.
14352
14353 2006-01-12 Masatake YAMATO <jet@gyve.org>
14354
14355 * progmodes/ld-script.el (auto-mode-alist): Support
14356 suffix conventions used in netbsd and eCos.
14357
14358 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14359
14360 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14361 (custom-variable-menu, custom-face-menu, custom-group-menu)
14362 (Custom-mode-menu): Change names of menu items. (As discussed on
14363 emacs-devel.)
14364 (custom-face-menu): Add "Undo Edits" item.
14365
14366 * startup.el (init-file-user): defcustom -> defvar.
14367
14368 * tooltip.el (tooltip-mode): Doc fix.
14369
14370 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14371
14372 * reveal.el (reveal-post-command): window-buffer signals an error on
14373 dead windows rather than returning nil.
14374 (reveal-open-new-overlays): An overlay might die while we open others.
14375
14376 2006-01-11 Bill Wohler <wohler@newt.com>
14377
14378 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14379 phrasing in docstring.
14380
14381 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14382 can give some systems gas. Add new file mh-buffers.el.
14383
14384 2006-01-06 Masatake YAMATO <jet@gyve.org>
14385
14386 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14387 C preprocessor forward ported from GNU Emacs 21.2.
14388
14389 * progmodes/asm-mode.el (asm-font-lock-keywords):
14390 Use `cpp-font-lock-keywords'.
14391
14392 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14393
14394 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14395 of $ for "\\.ld[s]?".
14396
14397 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14398
14399 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14400 (tcl-indent-line): Return `noindent' if inside a string.
14401
14402 * progmodes/flymake.el (flymake-split-string): Remove more than one
14403 empty string at beg/end of the result.
14404 (flymake-find-buildfile, flymake-find-possible-master-files):
14405 Use expand-file-name.
14406 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14407 since expand-file-name does it for us. Use directory-file-name.
14408 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14409 (flymake-ler-get-type, flymake-ler-get-text)
14410 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14411 (flymake-current-line-no): Remove spurious interactive spec.
14412 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14413 (flymake-check-include): Remove arg inc-path merged into inc-name.
14414 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14415 Arg regexp-list replaced by a simple regexp.
14416 (flymake-master-make-header-init, flymake-master-tex-init):
14417 Correspondingly replace regexp-list with a regexp. Fix regexp.
14418
14419 2006-01-10 Simon Josefsson <jas@extundo.com>
14420
14421 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14422 describing AUTH PLAIN fix.
14423
14424 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14425
14426 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14427 (report-emacs-bug): Don't record initial prompt text.
14428 Instead, add text properties to prompting text.
14429 (report-emacs-bug-hook): Delete prompting text.
14430
14431 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14434 `dirs'. Adjust callers.
14435
14436 2006-01-09 John Paul Wallington <jpw@gnu.org>
14437
14438 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14439
14440 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * reveal.el (reveal-open-new-overlays): New extracted fun.
14443 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14444 using them. Simplify the code.
14445 (reveal-post-command): Use them. Fix up obsolete windows in
14446 reveal-open-spots.
14447
14448 * progmodes/flymake.el: Use `require' rather than autoload for
14449 XEmacs's overlays.
14450 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14451 Delete. Use file-relative-name instead.
14452 (flymake-get-syntax-check-program-args, flymake-perl-init):
14453 Simplify the resulting code.
14454
14455 * log-view.el (log-view-file-re, log-view-message-re): Add support
14456 for DaRCS output.
14457
14458 2006-01-09 Alex Schroeder <alex@gnu.org>
14459
14460 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14461 identifiers sometimes added in square brackets at the beginning of
14462 subject lines.
14463
14464 2006-01-07 Richard M. Stallman <rms@gnu.org>
14465
14466 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14467 (Custom-reset-current, Custom-reset-saved): Change question text.
14468 (Custom-reset-standard): Likewise.
14469 (custom-variable-reset-saved): Doc fix.
14470
14471 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14472
14473 * startup.el (init-file-user): Doc fix.
14474
14475 2006-01-07 Alex Schroeder <alex@gnu.org>
14476
14477 * mail/rmail.el (rmail-current-subject): New function.
14478 (rmail-current-subject-regexp): New function.
14479 (rmail-next-same-subject): Use it.
14480
14481 * mail/rmailsum.el (rmail-summary-by-topic):
14482 Use rmail-current-subject and rmail-current-subject-regexp.
14483 (rmail-summary-next-same-subject): Ditto.
14484
14485 * net/rcirc.el (rcirc-send-input): No longer check whether the
14486 process is open, since not all commands need an open process.
14487 (rcirc-send-string): Check whether the process is open before
14488 sending anything.
14489 (rcirc-ignore-list): New option.
14490 (rcirc-ignore-list-automatic): New variable.
14491 (rcirc-print): Take rcirc-ignore-list into account.
14492 (rcirc-cmd-ignore): New command.
14493 (rcirc-ignore-update-automatic): New function.
14494 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14495 list if ignored nicks.
14496 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14497
14498 2006-01-06 David Reitter <david.reitter@gmail.com>
14499
14500 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14501 reflect the address to which the report will be sent.
14502
14503 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14504
14505 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14506 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14507
14508 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14509
14510 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14511
14512 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14513 the doc string: "functoin" => "function".
14514 * ldefs-boot.el: Likewise.
14515
14516 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14517 message text: "Duplicat" => "Duplicate".
14518
14519 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14520
14521 * files.el (basic-save-buffer-2): If backing-up failed, reset
14522 buffer-backed-up to nil.
14523
14524 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14525
14526 * progmodes/gud.el (gdb-script-skip-to-head)
14527 (gdb-script-calculate-indentation): Indent for breakpoint command
14528 lists also.
14529
14530 2006-01-05 Bill Wohler <wohler@newt.com>
14531
14532 * Makefile.in (compile-always): Add mh-autoloads dependency.
14533 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14534 provides it.
14535 (updates): Remove mh-autoloads dependency, since it probably has
14536 already run recently (via recompile).
14537
14538 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14541 argument `force' to disable the flyspell-last-buffer optimization.
14542 (flyspell-mode-on): Use it.
14543
14544 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14545 flymake-simple-cleanup.
14546 (flymake-allowed-file-name-masks): Use this new default.
14547 All the functions are now called in the right buffer rather than
14548 passing the buffer as argument.
14549 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14550 (flymake-parse-err-lines): Remove redundant buffer arg.
14551 (flymake-get-program-dir): Comment out unused function.
14552 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14553 Remove redundant buffer argument.
14554 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14555 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14556
14557 2006-01-05 Richard M. Stallman <rms@gnu.org>
14558
14559 * info.el (Info-find-node): Don't record previous node if have none.
14560 (info): Go to directory only if history is empty.
14561
14562 * simple.el (mark): Doc fix.
14563
14564 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14565
14566 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14567 already of desired type.
14568 (mac-ae-list): Coerce parameter to "list" type.
14569 (mac-dispatch-apple-event): Replace cadr part of event with a
14570 dummy position so that event-start returns it.
14571
14572 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14573
14574 * textmodes/org.el (org-end-of-subtree): New function.
14575 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14576 Use `org-end-of-subtree'.
14577 (org-agenda, org-agenda-convert-date): Protect calls to
14578 `fit-window-to-buffer'.
14579 (org-tags-view): Force matching of sublevels when doing a
14580 todo-only search. Define the correct redo command, including the
14581 arguments.
14582 (org-agenda-redo): Display message.
14583 (org-check-for-org-mode): New function.
14584 (org-agenda-type): New variable.
14585 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14586 Set `org-agenda-type'.
14587 (org-agenda-check-type): New function.
14588 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14589 (org-agenda-week-view, org-agenda-day-view)
14590 (org-agenda-next-date-line, org-agenda-previous-date-line)
14591 (org-agenda-log-mode, org-agenda-toggle-diary)
14592 (org-agenda-toggle-time-grid, org-agenda-date-later)
14593 (org-agenda-date-prompt, org-agenda-diary-entry)
14594 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14595 (org-agenda-convert-date, org-agenda-menu):
14596 Use `org-agenda-check-type'.
14597 (org-make-overlay, org-delete-overlay)
14598 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14599 New compatibility functions.
14600 (org-calendar-select-mouse): New command.
14601
14602 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14603
14604 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14605 (Custom-reset-standard): Fix y-or-n-p messages.
14606 (custom-link): New face for links.
14607 (custom-buffer-create-internal, custom-manual): Use it.
14608 (custom-face-save): Push to theme-face before setting face spec.
14609
14610 * wid-edit.el (widget-default-mouse-face-get): New function.
14611 (widget-specify-button): Handle mouse-face like button-face.
14612
14613 * custom.el (load-theme): Clear old theme settings if reloading.
14614
14615 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14616
14617 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14618 "Erase Customization" button back to same position it occupies in
14619 the individual State menus.
14620
14621 2006-01-04 Kim F. Storm <storm@cua.dk>
14622
14623 * wid-edit.el (key-sequence): Rework widget to read key binding
14624 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14625 (widget-key-sequence-default-value): Default value for empty sequence.
14626 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14627 (widget-key-sequence-read-event): New command for C-q.
14628 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14629 (widget-key-sequence-value-to-external): New functions.
14630
14631 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14634 Use expand-file-name.
14635 (flymake-delete-temp-directory): Use expand-file-name,
14636 file-name-directory, and directory-file-name.
14637 (flymake-strrchr): Delete.
14638 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14639 to the init-f function.
14640 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14641 (flymake-init-find-buildfile-dir)
14642 (flymake-init-create-temp-source-and-master-buffer-copy)
14643 (flymake-simple-make-init-impl, flymake-simple-make-init)
14644 (flymake-master-make-init, flymake-master-make-header-init)
14645 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14646 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14647 (flymake-xml-init): Remove corresponding redundant buffer argument.
14648 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14649 the default anyway. Clean up regexps.
14650
14651 * progmodes/flymake.el (flymake-temp-source-file-name)
14652 (flymake-master-file-name, flymake-temp-master-file-name)
14653 (flymake-base-dir): New buffer-local vars.
14654 (flymake-buffer-data, flymake-get-buffer-value)
14655 (flymake-set-buffer-value): Replace those hash-tables by the new
14656 buffer-local vars. Update callers.
14657
14658 * progmodes/flymake.el (flymake-check-start-time)
14659 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14660 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14661 Move definition, so we can remove redundant earlier declaration.
14662 (flymake-replace-regexp-in-string, flymake-split-string)
14663 (flymake-get-temp-dir): Use defalias.
14664 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14665 (flymake-xemacs-window-edges): Remove unused function.
14666 (flymake-get-point-pixel-pos): Move.
14667 (flymake-pid-to-names, flymake-reg-names)
14668 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14669 Replace by a simple list flymake-processes and by process-buffer.
14670 Update callers. Other than simplify the code, it uses buffers rather
14671 than buffer-names so it doesn't get confused by uniquify.
14672 (flymake-buffer-data): The global value should just be nil.
14673
14674 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14675 Optimize the body of a defalias like any other code.
14676
14677 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14678 Make sure we've setup font-lock's vars. It may influence which
14679 function we then call.
14680 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14681 here since it's too late anyway.
14682
14683 2006-01-03 Romain Francoise <romain@orebokech.com>
14684
14685 * startup.el (fancy-splash-tail, normal-splash-screen):
14686 Update copyright year.
14687
14688 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14689
14690 * mouse.el (mouse-drag-track): Rename, from
14691 `mouse-drag-region-1'. Includes optional argument required to
14692 enable post-drag event processing (e.g. delete region keys).
14693 Can be used without this argument to track a mouse region and operate
14694 on it as soon as the drag completes.
14695 (mouse-drag-region): Use `mouse-drag-track'.
14696
14697 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14698
14699 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14700 Move to `custom-buffer' group.
14701
14702 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14703 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14704 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14705 (custom-theme-face-menu): New variables.
14706 (custom-theme-add-variable, custom-theme-variable-action)
14707 (custom-variable-reset-theme, custom-theme-delete-variable)
14708 (custom-face-reset-theme, custom-theme-face-action)
14709 (custom-theme-delete-face, custom-theme-merge-theme)
14710 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14711
14712 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14713
14714 * custom.el: Move Custom Themes commentary to start of theme code.
14715 (custom-known-themes): Rename `standard' theme to `changed'.
14716 (custom-push-theme): Caller no longer specifies what theme to use
14717 when doing `reset'---the setting is simply removed from the theme.
14718 Delete MODE from `theme-value' and `theme-settings' properties.
14719 (custom-declare-theme): Ignore &rest args since we don't use them.
14720
14721 (custom-loaded-themes): Delete variable.
14722 (custom-theme-load-themes, custom-theme-loaded-p)
14723 (custom-theme-value): Delete functions.
14724
14725 (custom-declare-theme): Signal error on invalid theme names.
14726 (provide-theme): custom-loaded-themes was deleted.
14727 (load-theme): Load the file unconditionally.
14728 (enable-theme): Call `load-theme' if theme is undefined.
14729 (custom-enabled-themes): Only update value for successful loads.
14730 (disable-theme): Complete from enabled themes when interactive.
14731 (custom-variable-theme-value): Calculate theme value directly.
14732
14733 (custom-theme-reset-variables, custom-reset-variables): Mark as
14734 XEmacs compatibility functions. We don't actually use these.
14735
14736 * cus-edit.el (custom-variable-state-set):
14737 Use custom-variable-theme-value instead of custom-theme-value.
14738 (custom-face-state-set): Rename `standard' theme to `changed'.
14739 (custom-save-variables, custom-save-faces): Delete unneeded
14740 references to custom-reset-variables.
14741 (custom-save-resets): Delete function.
14742 (custom-save-variables, custom-save-faces): MODE argument deleted.
14743 (custom-save-variables, custom-save-faces): Ignore theme values.
14744
14745 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14746 compatibility function.
14747
14748 2006-01-01 Richard M. Stallman <rms@gnu.org>
14749
14750 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14751 (Custom-reset-current, Custom-reset-saved): Likewise.
14752 (Custom-reset-standard): Show message if aborted.
14753 (custom-mode): Doc fix, describing those commands.
14754
14755 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14756 put on event-kind property.
14757
14758 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14759
14760 * custom.el (provide-theme): Ban `user' theme name.
14761 (custom-enabling-themes): New variable.
14762 (enable-theme): Don't enable user if custom-enabling-themes is t.
14763 (custom-enabled-themes): Make it a defcustom.
14764 (custom-theme-recalc-face): No-op if face is undefined.
14765
14766 * cus-edit.el (custom-button-mouse): New variable.
14767 (custom-button-mouse): New face.
14768 (custom-raised-buttons, custom-mode): Use it.
14769
14770 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14771
14772 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14773
14774 * progmodes/gud.el (gud-display-line): Support hl-line in the
14775 source buffer.
14776
14777 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14778
14779 * mouse.el (mouse-drag-window-above): Verify that the found window
14780 overlaps with the given window in the horizontal dimension.
14781
14782 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14783
14784 * Makefile.in (cvs-update): New target.
14785
14786 * makefile.w32-in (cvs-update): Ditto.
14787
14788 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14789
14790 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14791 (custom-new-theme-mode-map): New variable.
14792
14793 2005-12-30 Richard M. Stallman <rms@gnu.org>
14794
14795 * custom.el (custom-load-themes): Function deleted.
14796
14797 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14798 (custom-save-variables): Don't delete or add custom-load-themes call.
14799
14800 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * cus-start.el: Add `visible-cursor'.
14803
14804 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14805 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14806 (flymake-process-filter): Switch to buffer before calling it instead.
14807 (flymake-post-syntax-check, flymake-highlight-err-lines)
14808 (flymake-delete-own-overlays, flymake-parse-err-lines)
14809 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14810 (flymake-count-lines, flymake-parse-residual):
14811 Remove constant buffer argument.
14812 (flymake-start-syntax-check-for-current-buffer): Remove.
14813 Update callers to use flymake-start-syntax-check instead.
14814 (flymake-display-err-menu-for-current-line):
14815 Remove unused var `mouse-pos'.
14816 (flymake-restore-formatting): Comment out unused function.
14817 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14818 argument, use current-buffer instead. Update callers.
14819
14820 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14821
14822 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14823 buffer-local because choose-completion-delete-max-match requires
14824 that we set completion-ignore-case (i.e., binding via let is not
14825 sufficient).
14826 (bibtex-complete): Always set completion-ignore-case and
14827 choose-completion-string-functions. The latter is needed because
14828 choose-completion-string-functions keeps its value if we quit the
14829 *Completions* buffer without requesting a completion.
14830
14831 2005-12-30 Andreas Schwab <schwab@suse.de>
14832
14833 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14834
14835 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14836
14837 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14838
14839 2005-12-30 Juri Linkov <juri@jurta.org>
14840
14841 * locate.el (locate-fcodes-file, locate-header-face)
14842 * progmodes/delphi.el (delphi-other-face)
14843 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14844
14845 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14846 group `paren-showing-faces'.
14847
14848 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14849 (goto-address): Fix docstring.
14850
14851 * net/webjump.el (webjump-sample-sites): Update URLs.
14852
14853 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14854
14855 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14856
14857 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14858
14859 * font-lock.el (font-lock-compile-keywords): Signal an error when
14860 font-lock-set-defaults hasn't been called.
14861
14862 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14863
14864 * subr.el (noreturn, 1value): Doc fixes.
14865
14866 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14867
14868 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14869 that assoc-string returns nil.
14870
14871 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14872
14873 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14874 (bibtex-entry-type-str, bibtex-empty-field-re)
14875 (bibtex-search-backward-string, bibtex-preamble-prefix)
14876 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14877 (bibtex-any-valid-entry-type): New variable.
14878 (bibtex-parse-field-name): Simplify.
14879 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14880 (bibtex-preamble-prefix): Include left delimiter.
14881 (bibtex-search-forward-field, bibtex-search-backward-field):
14882 Allow unbounded search past entry boundaries (required by bibtex-pop).
14883 (bibtex-text-in-field-bounds): Use push.
14884 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14885 (bibtex-parse-preamble, bibtex-valid-entry)
14886 (bibtex-beginning-first-field): New functions.
14887 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14888 (bibtex-map-entries): Fix docstring.
14889 (bibtex-flash-head): New arg prompt. Simplify.
14890 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14891 (bibtex-insert-kill): Simplify. Always insert text past the
14892 current field or entry.
14893 (bibtex-format-entry): Use bibtex-parse-field.
14894 (bibtex-pop): Use bibtex-beginning-of-entry and
14895 bibtex-end-of-entry to initiate the search. Insert empty field if
14896 we found ourselves.
14897 (bibtex-print-help-message): New args field and comma.
14898 Handle entry keys.
14899 (bibtex-make-field): Use bibtex-beginning-of-entry.
14900 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14901 invalid entry.
14902 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14903 Handle preambles. Simplify code for thorough test.
14904 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14905 New arg comma. Handle entry heads.
14906 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14907 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14908 New arg comma.
14909 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14910 (bibtex-fill-field): Simplify.
14911 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14912 bibtex-parse-field.
14913 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14914 (bibtex-complete): Use bibtex-parse-preamble.
14915
14916 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14917
14918 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14919 Display name of expression instead of convenience variable.
14920 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14921
14922 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14923 toggle-gud-tooltip-dereference.
14924 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14925 (gud-tooltip-tips): ...here when dereferencing.
14926
14927 2005-12-28 Bill Wohler <wohler@newt.com>
14928
14929 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14930
14931 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14934 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14935 (vc-annotate-display-autoscale): Adjust call.
14936 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14937 Fix interactive spec.
14938 (vc-annotate-time-span): Remove.
14939 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14940 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14941 (vc-annotate-display-select): Use new name.
14942
14943 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14944 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14945 Correct the construction of span entries. Simplify.
14946 (vc-annotate-display-select): Fix the nil case.
14947 (vc-annotate): Remove obsolete (and now broken) code.
14948 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14949 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14950
14951 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14952
14953 * subr.el (lazy-completion-table): Correct typo in docstring.
14954
14955 * startup.el (command-line): Use `custom-reevaluate-setting' for
14956 `send-mail-function'.
14957
14958 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14959
14960 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14961
14962 * mail/smtpmail.el (smtpmail-try-auth-methods):
14963 Send credentials together with "AUTH PLAIN" command.
14964
14965 2005-12-27 Richard M. Stallman <rms@gnu.org>
14966
14967 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14968 mouse-2, go back to previously selected window, so it's selected
14969 when mouse-2 command runs.
14970
14971 2005-12-27 Juri Linkov <juri@jurta.org>
14972
14973 * descr-text.el (describe-text-sexp): Use square brackets for
14974 button [Show] to distinguish it from the property value `show'.
14975 (describe-property-list): Use `insert-text-button' with
14976 `help-face' type instead of putting face in quotes, because button
14977 is not created automatically for a list of faces.
14978 (describe-text-properties-1): Put button-type value in quotes to
14979 distinguish from plain text "button".
14980 (describe-char): Display code point values in hex. Don't use
14981 `symbol-name' for `current-input-method' because it is a string.
14982 Use `insert-text-button' with `help-face' type instead of putting
14983 hardcoded face in quotes, because button is not created automatically.
14984
14985 2005-12-27 Richard M. Stallman <rms@gnu.org>
14986
14987 * progmodes/glasses.el (glasses-face): More specific custom type.
14988
14989 * files.el (set-visited-file-name): Doc fix.
14990
14991 * textmodes/flyspell.el (flyspell-external-point-words):
14992 Use local var buffer-scan-pos to advance scan for next misspelling.
14993 Advance it only after we find the misspelling.
14994
14995 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14996
14997 * textmodes/flyspell.el (flyspell-external-point-words):
14998 New criteria for finding the misspelling in the buffer.
14999
15000 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
15001
15002 * help-mode.el (help-insert-string): Set help-xref-stack-item
15003 rather than call help-setup-xref.
15004
15005 * descr-text.el (describe-char): Revert previous changes for
15006 optional buffer argument.
15007
15008 2005-12-27 Juri Linkov <juri@jurta.org>
15009
15010 * help-mode.el (help-insert-string): New function. Save buffer
15011 contents in cases where it is impossible to recompute the old contents.
15012
15013 * descr-text.el (describe-char): Set help-xref-stack-item
15014 explicitly after buffer has been generated.
15015
15016 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15017
15018 * cus-start.el (all): Add x-gtk-show-hidden-files.
15019
15020 2005-12-26 Richard M. Stallman <rms@gnu.org>
15021
15022 * replace.el (perform-replace): Calculate match-again
15023 before skipping read-only matches.
15024
15025 * paren.el (paren-showing-faces): New group.
15026 (show-paren-match, show-paren-mismatch): Move to that group.
15027
15028 * button.el (button): Put into group `basic-faces'.
15029
15030 * progmodes/make-mode.el: Remove faces from group `faces'.
15031
15032 * apropos.el (apropos, apropos-value): Doc fix.
15033 (apropos-documentation): Doc fix.
15034
15035 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * subr.el (lazy-completion-table): Remove argument `args'.
15038
15039 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15040 Don't use the `args' argument of lazy-completion-table.
15041
15042 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15043
15044 * descr-text.el (describe-char): Add optional argument for buffer.
15045 Set buffer appropriately. Call help-setup-xref.
15046 Suggested by Stefan Monnier.
15047
15048 2005-12-26 Juri Linkov <juri@jurta.org>
15049
15050 * descr-text.el: Require `help-fns' at runtime. Don't require
15051 `button' for byte compilation.
15052 (describe-text-widget): Add `help-echo' for first button.
15053 Use `help-info' for second.
15054 (describe-property-list): Use `help-argument-name' instead of `italic'.
15055 (describe-text-category): Add prompt to interactive spec.
15056 Call `help-setup-xref'.
15057 (describe-char): Use `help-character-set'. Add `help-echo' for
15058 code point. Use `help-input-method'. Remove superfluous insert.
15059
15060 2005-12-25 Richard M. Stallman <rms@gnu.org>
15061
15062 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15063 at point, in case of narrowing.
15064
15065 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15066
15067 * locate.el (locate-header-face): Allow nil in type.
15068
15069 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15070
15071 2005-12-25 Romain Francoise <romain@orebokech.com>
15072
15073 * battery.el (battery-linux-proc-acpi): Also try
15074 `/proc/acpi/thermal_zone/THM0/temperature'.
15075
15076 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15077
15078 * custom.el (custom-push-theme): Fix docstring.
15079
15080 * cus-edit.el (custom-variable-set, custom-variable-save)
15081 (custom-variable-save): Custom-quote widget values.
15082 (customize-save-variable): Fix custom-push-theme call.
15083
15084 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15085
15086 * w32-fns.el (w32-batch-update-autoloads): New function.
15087
15088 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15089 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15090 from the command line.
15091
15092 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15093
15094 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15095 reset means to remove setting from theme entirely. Don't keep
15096 expanding theme-settings list; delete old entries if necessary.
15097
15098 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15099 customization" button one line up.
15100 (custom-themed): New face.
15101 (custom-magic-alist): New value, THEMED, for theme settings.
15102 (custom-variable-state-set, custom-face-state-set):
15103 Check theme-value instead of saved-value.
15104 (custom-variable-reset-standard, custom-face-reset-standard):
15105 Remove theme setting entirely. Recalculate new values.
15106 (custom-variable-set, custom-variable-set)
15107 (custom-variable-reset-saved, custom-variable-reset-backup)
15108 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15109 (custom-variable-save): Fix typos.
15110
15111 2005-12-23 Juri Linkov <juri@jurta.org>
15112
15113 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15114 Add autoload cookies.
15115 (edebug-outside-d-c-i-n-s-w): New variable.
15116 (edebug-display, edebug-outside-excursion): Use it to save the
15117 original value of default-cursor-in-non-selected-windows.
15118 Set default-cursor-in-non-selected-windows to t while Edebug
15119 is active.
15120 (edebug-mode, edebug-eval-mode): Doc fix.
15121
15122 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15123 with `buffer-substring-no-properties' to remove common substring
15124 highlighting.
15125
15126 * info.el (info-other-window, info): Rename function argument
15127 `file' to `file-or-node'.
15128 (Info-complete-menu-item): Use local variable `complete-nodes' to
15129 keep the global value of `Info-complete-nodes' unchanged for
15130 subsequent completions.
15131 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15132
15133 * simple.el (get-next-valid-buffer, last-buffer)
15134 (next-error-buffer-p, next-error-find-buffer)
15135 (minibuffer-history-sexp-flag): Doc fix.
15136
15137 * savehist.el (savehist-mode-hook): Add `:group'.
15138
15139 * log-view.el: Call autoload for vc-find-version.
15140 (log-view-current-file): Adjust subgroup numbers.
15141 (log-view-current-tag): Add `length'.
15142
15143 2005-12-23 Richard M. Stallman <rms@gnu.org>
15144
15145 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15146
15147 2005-12-23 Juri Linkov <juri@jurta.org>
15148
15149 * hi-lock.el (hi-lock-archaic-interface-message-used)
15150 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15151 (hi-lock-mode): Display "Hi" in the mode line only when
15152 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15153 (hi-lock-write-interactive-patterns):
15154 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15155 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15156 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15157 font-lock-add-keywords to t.
15158
15159 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15160
15161 * hi-lock.el (hi-lock-highlight-range): New variable.
15162 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15163 only if font-lock-fontified is non-nil. Remove overlays.
15164 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15165 font-lock-fontified is non-nil, otherwise use overlays (instead of
15166 text properties).
15167 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15168 New variables.
15169 (hi-lock-string-serialize) New function.
15170
15171 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15172
15173 * menu-bar.el (menu-find-file-existing): New function.
15174 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15175
15176 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15177
15178 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * vc.el: Remove unnecessary leading * in docstrings.
15181 (vc-annotate-mode-map): Move initialization into declaration.
15182 (vc-static-header-alist): Nitpick on the regexp.
15183 (vc-default-init-version): New fun.
15184 (vc-register): Use it.
15185 (vc-insert-headers): Use dolist.
15186 (vc-annotate-get-backend): Remove unused function.
15187 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15188 (vc-annotate-mode): Remove corresponding call.
15189 (vc-annotate-car-last-cons): Simplify.
15190 (vc-annotate-buffers): Remove var.
15191 (vc-annotate-backend): Make it buffer-local.
15192 (vc-annotate): Move the interaction to the interactive spec.
15193 Add a `buf' argument.
15194 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15195 killing&creating a vc-annotate buffer, which is very disruptive when
15196 the buffers are shown in dedicated frames.
15197
15198 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15199
15200 * descr-text.el: Add FSF as maintainer.
15201 (describe-text-mode, describe-text-mode-map)
15202 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15203 help-mode.
15204 (describe-text-widget, describe-text-sexp)
15205 (describe-property-list, describe-text-category)
15206 (describe-text-properties, describe-text-properties-1)
15207 (describe-char): Use help buttons instead of widgets.
15208 (describe-char-unicodedata-file): Make URL link in doc string.
15209
15210 2005-12-22 Richard M. Stallman <rms@gnu.org>
15211
15212 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15213 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15214 Don't include buttons that write a file when there's no file.
15215 (custom-variable-menu, custom-face-menu, custom-group-menu):
15216 Don't include commands that write a file when there's no file.
15217 (customize-browse): Reword the top-of-buffer help intro.
15218 (custom-buffer-create-internal): Fix previous change.
15219 (customize-changed-options-previous-release): Prev release is 21.1.
15220 (customize-changed-options): Doc fix.
15221 (customize-changed): New alias.
15222 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15223 Say "standard values".
15224 (Custom-reset-standard): Doc fix.
15225 (custom-face-reset-standard): Doc fix.
15226
15227 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15230 even if font-lock-mode is non-nil since it may be t without having
15231 turned on font-lock-mode-internal.
15232 (font-lock-choose-keywords): Minor optimization.
15233 (font-lock-add-keywords, font-lock-remove-keywords)
15234 (font-lock-set-defaults): Don't call make-local-variable on a variable
15235 that we know to already be local.
15236
15237 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15238
15239 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15240 messages if in the minibuffer.
15241
15242 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15245 (tex-mode-flyspell-verify, flyspell-get-word)
15246 (flyspell-external-point-words): Don't use point-min/max uselessly.
15247
15248 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15249 by Kevin Rodgers. Instead, just hide the completions buffer if we
15250 don't need to show it.
15251
15252 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15253
15254 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15255
15256 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15257
15258 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15259 delete-windows-on with an inexistent buffer.
15260
15261 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15262
15263 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15264 Delete defcustom variable :tag names.
15265
15266 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15267
15268 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15269 (log-view-font-lock-keywords): Ajust subgroup numbers.
15270 (log-view-current-tag): Don't hard code the number of subgroups.
15271
15272 2005-12-20 Juri Linkov <juri@jurta.org>
15273
15274 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15275 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15276
15277 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15278 (menu-bar-non-minibuffer-window-p): Instead of checking
15279 display-multi-frame-p, use selected-frame when menu-updating-frame
15280 is nil.
15281
15282 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15283
15284 * align.el (align-rules-list): Use [ \t] instead of \s-
15285 for column separators in text mode.
15286
15287 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15288
15289 * help-mode.el (help-customize-variable, help-customize-face):
15290 Don't pop help-xref-stack as help-follow no longer pushes
15291 anything on to it.
15292
15293 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15294
15295 * textmodes/org.el (org-agenda-custom-commands): New option.
15296 (org-agenda): Offer custom commands on splash screen.
15297 (org-make-tags-matcher): Parser for Boolean logic added.
15298 (org-agenda-set-tags): New command.
15299 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15300 (org-set-tags): Efficiency improvements.
15301 (org-auto-align-tags): New option.
15302 (org-todo, org-demote, org-promote): Realign tags.
15303 (org-tags-completion-function): Use also "&" and "|" as separators.
15304 (org-org-menu): Agenda commands simplified.
15305
15306 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15307
15308 * cus-edit.el (customize-apropos, customize-apropos-options):
15309 Docstring changes.
15310
15311 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15312
15313 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15314
15315 * longlines.el (longlines-mode): Wrap while widened.
15316 (longlines-decode-region, longlines-encode-region): Compute max
15317 just once.
15318
15319 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15320
15321 * cus-edit.el (mac): New group.
15322
15323 * cus-start.el (all): Add user options in macterm.c. Add test for
15324 Mac-related built-ins. Fix test for GTK-related built-ins.
15325
15326 * term/mac-win.el (mac-handle-language-change)
15327 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15328 (mac-services-open-selection, mac-services-mail-selection)
15329 (mac-services-mail-to, mac-services-insert-text)
15330 (mac-dispatch-apple-event): Add docstrings.
15331 (x-get-selection, mac-select-convert-to-string): Select coding
15332 system from `utf-16be' and `utf-16le' using `byteorder'.
15333
15334 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15337 a "list" (lambda ...) rather than a real completion list.
15338
15339 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15340 lexical-let when encountering ((lambda (...) ...) ...).
15341
15342 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15343
15344 * progmodes/sh-script.el (sh-mode):
15345 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15346 * textmodes/picture.el (picture-mode): Update docstrings.
15347
15348 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15349
15350 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15351 commands enclosed in $(ARGQUOTE)s should not be split between two
15352 lines, as that will break with GNU Make >3.80, when sh.exe is used
15353 and arg quoting is with '..'.
15354 (autoloads): Don't break the quoted --eval expression between
15355 several lines.
15356
15357 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15358
15359 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15360 Capture error from printing circular structures.
15361
15362 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15363
15364 * wid-edit.el (widget-checkbox-action): Clear undo info.
15365
15366 2005-12-16 Bill Wohler <wohler@newt.com>
15367
15368 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15369 bar, not menubar in comment.
15370
15371 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15372
15373 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15374 After-change-functions should not clobber the match data.
15375
15376 2005-12-16 Juri Linkov <juri@jurta.org>
15377
15378 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15379 instead of `buffer-substring'.
15380 (completion-common-substring): Doc fix.
15381 (completion-setup-function): Use minibuffer-completion-contents
15382 instead of minibuffer-contents. Don't set common-string-length
15383 initially. Remove special handling of partial-completion-mode.
15384 Move computation of completion-base-size into one cond.
15385 Call completion-base-size-function in mainbuf. In computation of
15386 completion-base-size for file name completion don't move point to
15387 the end of the minibuffer. Move computation of common-string-length
15388 into one cond. Start putting faces only when common-string-length>=0.
15389 Add condition to put completions-common-part when
15390 common-string-length>0.
15391
15392 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15393 place point at the first different character in the minibuffer
15394 even if this position is at the beginning of the minibuffer.
15395
15396 * info.el (Info-read-node-name-1): In completion-base-size-function's
15397 lambda return 1 if common-substring or minibuffer-completion-contents
15398 starts with (, and 0 otherwise.
15399
15400 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15401 Use `crm-current-element' for second arg of `display-completion-list'.
15402
15403 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15404
15405 * files.el (set-auto-mode): Look for an interpreter specified on
15406 the first line also if search for mode specification succeeded,
15407 but the mode is not known.
15408
15409 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15410
15411 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15412 (org-open-at-point): Implement tag searches as links.
15413 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15414 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15415 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15416 (org-agenda-dispatch): New commands.
15417 (org-use-tag-inheritance, org-tags-column): New options.
15418 (org-tab-follows-link, org-return-follows-link): New options.
15419 (org-tags): New customize group.
15420 (org-start-icalendar-file): Get local time zone.
15421 (org-tags-completion-function): New function.
15422 (org-set-font-lock-defaults): Make sure links will also be
15423 highlighted inside headlines.
15424
15425 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15426
15427 * term.el (term-emulate-terminal):
15428 Let term-handle-ansi-terminal-messages override what Bash says about
15429 its current directory.
15430
15431 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15432
15433 * bindings.el (last-buffer): Move to simple.el.
15434 * simple.el (last-buffer): Move here.
15435 (get-next-valid-buffer): New function.
15436 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15437 (prev-buffer): Ditto. Rename to `previous-buffer'.
15438
15439 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15440 * bindings.el (global-map): Ditto.
15441
15442 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15443
15444 * cus-edit.el: Introductory comment change.
15445 (custom-magic-alist): Change message string for the `rogue' state.
15446
15447 2005-12-15 Richard M. Stallman <rms@gnu.org>
15448
15449 * tooltip.el: Delete defcustom variable :tag names.
15450
15451 * complete.el (partial-completion-mode): Doc fix.
15452
15453 * textmodes/flyspell.el (flyspell-external-point-words):
15454 Use save-excursion to ensure we don't move backward in the
15455 search loop, not even one character.
15456 (flyspell-delete-all-overlays): Use remove-overlays directly.
15457
15458 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15459 (ispell-start-process): Set that variable.
15460 Clear ispell-buffer-local-name.
15461 (ispell-internal-change-dictionary):
15462 Set ispell-current-dictionary after killing process.
15463 (ispell-buffer-local-dict):
15464 Don't set spell-personal-dictionary after killing process.
15465 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15466 (ispell-tex-skip-alists, ispell-html-skip-alists)
15467 (ispell-skip-region-alist): Mark as risky.
15468
15469 * net/newsticker.el (newsticker--retrieval-timer-list)
15470 (newsticker--display-timer, newsticker-running-p)
15471 (newsticker-ticker-running-p): Definitions moved up.
15472
15473 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15474
15475 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15476
15477 2005-12-15 David Ponce <david@dponce.com>
15478
15479 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15480 (recentf-edit-list, recentf-open-files): Signal an error when
15481 there is no recent file.
15482
15483 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15484
15485 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15486 read-only except for texinfo-format-region evaluation.
15487
15488 2005-12-14 Richard M. Stallman <rms@gnu.org>
15489
15490 * vc.el (vc-default-previous-version, vc-default-next-version)
15491 (vc-do-command): Doc fixes.
15492
15493 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15494
15495 * textmodes/bibtex.el (bibtex-expand-strings)
15496 (bibtex-autokey-expand-string, bibtex-name-part)
15497 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15498 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15499 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15500 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15501 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15502 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15503 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15504 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15505 (bibtex-beginning-of-last-entry): Remove.
15506 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15507 message if comma is missing but buffer is read-only.
15508 (bibtex-parse-field-text): Handle whitespaces at the end of field
15509 text. Return 3-element list with beginning and end of field text
15510 and end of field.
15511 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15512 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15513 (bibtex-search-forward-field, bibtex-search-backward-field):
15514 Search always delimited by limits of entry. Use more efficient
15515 search algorithms.
15516 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15517 bibtex-end-of-name-in-field.
15518 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15519 extracting the content of a field.
15520 (bibtex-text-in-field): Use search limits.
15521 (bibtex-parse-string-prefix): Handle empty string keys based on
15522 bibtex-string-empty-key.
15523 (bibtex-parse-string): Fix docstring.
15524 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15525 (bibtex-preamble-prefix, bibtex-strings): New functions.
15526 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15527 BibTeX entries (consistent with other BibTeX functions).
15528 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15529 (bibtex-search-entry): Fix docstring. Simplify.
15530 (bibtex-flash-head, bibtex-complete-string-cleanup)
15531 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15532 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15533 (bibtex-parse-entry): New optional arg content.
15534 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15535 Use bibtex-text-in-field-bounds.
15536 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15537 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15538 bibtex-parse-string-postfix.
15539 (bibtex-find-text-internal): New function.
15540 (bibtex-remove-delimiters): Use it.
15541 (bibtex-find-text): Use it. New optional arg help.
15542 (bibtex-complete): Handle BibTeX string and preamble entries.
15543 (bibtex-Preamble): Fix order of closing delimiters.
15544
15545 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 * vc.el (vc-default-revert): New fun.
15548
15549 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15550
15551 2005-12-14 Romain Francoise <romain@orebokech.com>
15552
15553 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15554 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15555 (font-lock-remove-keywords): Likewise.
15556
15557 2005-12-14 Juri Linkov <juri@jurta.org>
15558
15559 * log-view.el (log-view-diff): Doc fix.
15560
15561 * isearch.el (isearch-query-replace): Use (mark) instead of
15562 isearch-opoint if mark is active in transient-mark-mode.
15563
15564 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15565
15566 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15567
15568 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15569
15570 * progmodes/cpp.el (cpp-face): New widget.
15571 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15572
15573 2005-12-14 Juri Linkov <juri@jurta.org>
15574
15575 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15576 around `erase-buffer' and `insert'.
15577
15578 * descr-text.el (describe-text-properties): Replace buffer name
15579 "*Help-2*" with "*Help*<2>".
15580 (describe-char): Add functions print-help-return-message,
15581 toggle-read-only. Use help-setup-xref with nil to not store
15582 describe-char in help-xref-stack. Use help-make-xrefs to
15583 make [back] button.
15584
15585 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15586
15587 * wdired.el (wdired-old-point): New internal variable.
15588 (wdired-change-to-wdired-mode): Set it buffer-locally.
15589 (wdired-abort-changes): Restore point after aborting changes.
15590
15591 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15592
15593 * vc.el (vc-do-command): Add a new value t for okstatus.
15594
15595 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15596 frame in case of errors.
15597
15598 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15599
15600 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15601 so it comes after "On the Left" in the menu.
15602
15603 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15604
15605 * cus-edit.el (customize-apropos, customize-apropos-options)
15606 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15607
15608 2005-12-12 Bill Wohler <wohler@newt.com>
15609
15610 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15611 non-writable Subversion-controlled files by saving window
15612 configuration before calling vc-do-command. vc-do-command calls
15613 pop-to-buffer on error which is unexpected during registration.
15614
15615 2005-12-12 Jay Belanger <belanger@truman.edu>
15616
15617 * calc/README: Update the summary of changes.
15618
15619 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * descr-text.el (describe-char): Rework last fix to solve the problem
15622 is the same way it's solved for everything else in that function
15623 (i.e. by extracting the info before setting up the *Help* buffer).
15624
15625 2005-12-12 Kim F. Storm <storm@cua.dk>
15626
15627 * subr.el (version-regexp-alist): Allow space as separator before
15628 non-numeric part, e.g. "1.0 alpha".
15629 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15630
15631 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15632
15633 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15634 Implement Logging and the keep-modes setting.
15635 (org-get-category): Make sure a string is returned.
15636 (org-log-done): New function.
15637 (org-log-done, org-closed-string): New options.
15638
15639 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15640
15641 * tooltip.el (tooltip-y-offset): Change default to 20.
15642
15643 2005-12-12 Richard M. Stallman <rms@gnu.org>
15644
15645 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15646
15647 * frame.el (display-hourglass): Doc fix.
15648
15649 * help.el (help-for-help-internal): Simplify entry for `a'.
15650
15651 * info.el (Info-on-current-buffer): Doc fix.
15652 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15653
15654 * startup.el (inhibit-splash-screen): Make this the real name.
15655 (inhibit-startup-message): Make this the alias.
15656 (command-line): Find only simple.el, and use its directory
15657 to fill in other preloaded files' names.
15658 (command-line): Deactivate the mark if deactivate-mark is set.
15659
15660 * international/mule.el (load-with-code-conversion):
15661 Bind deactivate-mark.
15662
15663 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15664
15665 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15666
15667 * cus-edit.el (customize-apropos): Avoid listing an option more
15668 than once under different aliases. No longer list user options
15669 that are not defined with defcustom (unless a prefix arg is given).
15670 Doc fix.
15671 (customize-apropos-options): Doc fix.
15672
15673 2005-12-11 Juri Linkov <juri@jurta.org>
15674
15675 * frame.el (set-background-color, set-foreground-color)
15676 (set-cursor-color, set-mouse-color, set-border-color):
15677 Add explicit prompts to read colors by `facemenu-read-color'.
15678 (show-trailing-whitespace, blink-cursor-delay)
15679 (blink-cursor-interval, display-hourglass, hourglass-delay):
15680 Remove tags.
15681 (display-hourglass, hourglass-delay): Doc fix.
15682 (cursor-in-non-selected-windows): Capitalize words in tag.
15683
15684 * faces.el (frame-background-mode): Replace `choice-item' keywords
15685 with `const' to not make [default] button. Change default value tag
15686 from `default' to `automatic'. Doc fix.
15687 (trailing-whitespace) <defface>: Change group `whitespace' to
15688 `whitespace-faces'.
15689
15690 2005-12-11 Richard M. Stallman <rms@gnu.org>
15691
15692 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15693
15694 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15695
15696 * term/mac-win.el: Create keymap for mac-apple-event-map.
15697
15698 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15699
15700 * tooltip.el (tooltip-mode): Move to start of file so that it
15701 appears at top of customize buffer.
15702
15703 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15704 Add the gud groupname.
15705 (gud-tooltip-mode): Add the tooltip groupname.
15706 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15707 avoid conflict with tooltip-use-echo-area.
15708
15709 2005-12-10 Romain Francoise <romain@orebokech.com>
15710
15711 * help.el (help-for-help-internal): Add `r' in doc string.
15712
15713 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15714
15715 * align.el (align-regexp, align-highlight-rule):
15716 Use region-beginning and region-end instead of point and mark, so that
15717 repetition (with `repeat-complex-command') recomputes the region
15718 bounds.
15719
15720 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15721
15722 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15723 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15724 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15725 (balance-windows): Rewrite using the above new functions.
15726
15727 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15728
15729 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15730 react if global-hi-lock-mode seems intended.
15731 (global-hi-lock-mode) Renamed from hi-lock-mode.
15732 (hi-lock-archaic-interface-message-used)
15733 (hi-lock-archaic-interface-deduce): New variables.
15734 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15735 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15736 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15737 Replace hi-lock-buffer-mode with hi-lock-mode.
15738
15739 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15740
15741 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15742 completion list, even after a partial completion has been
15743 inserted in the current buffer. If there are more than 1
15744 completion, redisplay the *Completions* buffer; if the
15745 completion is unique, delete the *Completions* window.
15746
15747 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15748
15749 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15750 strings and long subject lines that were broken into multiple
15751 lines at arbitrary places. Handle subjects that have "Re: " in
15752 the middle.
15753
15754 2005-12-10 John W. Eaton <jwe@octave.org>
15755
15756 * emacs/octave-mod.el (octave-electric-space): Don't indent
15757 comments or strings if octave-auto-indent is nil.
15758
15759 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15760
15761 * term/mac-win.el: Require url when compiling.
15762 Call mac-process-deferred-apple-events after loading init files.
15763 (mac-apple-event-map): New defvar. Define event handlers in it.
15764 (core-event, internet-event): New Apple event class symbols.
15765 (open-application, reopen-application, open-documents)
15766 (print-documents, open-contents, quit-application)
15767 (application-died, show-preferences, autosave-now, get-url):
15768 New Apple event ID symbols.
15769 (about): New HICommand ID symbol.
15770 (mac-event-spec, mac-event-ae): New macros.
15771 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15772 (mac-ae-selection-range, mac-ae-text-for-search)
15773 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15774 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15775 and Services menu events are now defined in mac-apple-event-map.
15776 (mac-drag-n-drop): Remove selection range handling.
15777
15778 2005-12-10 Kenichi Handa <handa@m17n.org>
15779
15780 * simple.el (zap-to-char):
15781 * isearch.el (isearch-process-search-char): Translate CHAR by
15782 translation-table-for-input.
15783
15784 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15785
15786 * foldout.el (foldout-exit-fold): Properly hide subtree.
15787
15788 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15789
15790 * files.el (save-buffer):
15791 * international/ucs-tables.el (ucs-set-table-for-input):
15792 * mail/mail-extr.el (mail-extract-address-components):
15793 * mail/sendmail.el (mail-mode): Reformat doc string.
15794
15795 2005-12-09 Juri Linkov <juri@jurta.org>
15796
15797 * isearch.el (isearch-highlight): Change main overlay priority
15798 from 1 to 1001. Simplify.
15799 (isearch-lazy-highlight-update): Change lazy overlay priority
15800 from 0 to 1000.
15801
15802 * replace.el (replace-highlight): Change overlay priority from
15803 1 to 1001.
15804
15805 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15806 Change overlay priority from 1 to 1001. Reuse existing overlay.
15807
15808 * compare-w.el (compare-windows-highlight): Change overlay
15809 priority from 1 to 1000.
15810
15811 * menu-bar.el (menu-bar-edit-menu): Add listp around
15812 pending-undo-list to disable menu item "undo" when pending
15813 undo list is empty.
15814
15815 * locate.el (locate): Disable undo in *Locate* buffer.
15816
15817 2005-12-09 Kim F. Storm <storm@cua.dk>
15818
15819 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15820
15821 2005-12-09 David Ponce <david@dponce.com>
15822
15823 * recentf.el: Improvement of the menu code.
15824 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15825 instead of menu hook.
15826 (recentf-show-menu, recentf-hide-menu): New functions.
15827 (recentf-menu-customization-changed, recentf-mode): Use them.
15828 (recentf-menu-action, recentf-max-menu-items)
15829 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15830 (recentf-arrange-by-rule-others)
15831 (recentf-arrange-by-rules-min-items)
15832 (recentf-arrange-by-rule-subfilter) : Don't use
15833 `recentf-menu-customization-changed'.
15834 (recentf-arrange-rules): Likewise. Accept functions to compute
15835 sub-menu titles.
15836 (recentf-menu-filter): Likewise. Doc fix.
15837 (recentf-menu-value-shortcut): Doc fix.
15838 (recentf-dump-variable): Quote atom value.
15839 (recentf-make-menu-items): Update to use it as a menu filter.
15840 (recentf-match-rule): New function.
15841 (recentf-arrange-by-rule): Use it.
15842 (recentf-indirect-mode-rule): New function.
15843 (recentf-build-mode-rules): Use it.
15844 (recentf-dir-rule): New function.
15845 (recentf-arrange-by-dir): Use it.
15846 (recentf-filter-changer-current): Rename from
15847 `recentf-filter-changer-state'. All references updated.
15848 (recentf-filter-changer-alist): Update filter names.
15849 (recentf-filter-changer-select): New function.
15850 (recentf-filter-changer): Use it. Make a sub-menu from filters
15851 available in `recentf-filter-changer-alist'.
15852 (recentf-data-cache, recentf-clear-data)
15853 (recentf-update-menu): Remove. All references updated.
15854 (recentf-match-rule-p, recentf-build-dir-rules)
15855 (recentf-filter-changer-goto-next)
15856 (recentf-filter-changer-get-current)
15857 (recentf-filter-changer-get-next): Remove.
15858
15859 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15860
15861 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15862 buffer "Reset" button to "Reset to Current" for consistency with
15863 the State buttons.
15864
15865 2005-12-08 John Paul Wallington <jpw@pobox.com>
15866
15867 * ibuf-ext.el (define-ibuffer-filter filename):
15868 If `dired-directory' is a list then really use its car.
15869
15870 2005-12-08 Kim F. Storm <storm@cua.dk>
15871
15872 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15873 Fix indention of text on right side of replaced rectangle.
15874
15875 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15876
15877 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15878 No need to check gud-comint-buffer is bound.
15879 (gdb): Prevent multiple debugging when first session uses gdba.
15880
15881 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15882
15883 CC Mode update to 5.31.
15884
15885 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15886 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15887 We might do this function properly in the future).
15888
15889 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15890 New macros c-sentence-end and c-default-value-sentence end, to cope
15891 with Emacs 22's new function `sentence-end'.
15892
15893 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15894
15895 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15896 compat issue using `c-put-overlay' and `c-delete-overlay'.
15897
15898 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15899 New compat macros to handle overlays/extents.
15900
15901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15902
15903 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15904 (for GNU Emacs 20.4)
15905
15906 * progmodes/cc-defs.el:
15907 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15908
15909 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15910 highlighting mechanism so it will work in XEmacs too.
15911
15912 * progmodes/cc-defs.el: Insert c-int-to-char.
15913
15914 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15915 call to the new macro c-int-to-char. This solves XEmacs's
15916 regarding characters as different from integers.
15917
15918 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15919
15920 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15921 New internal helper.
15922
15923 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15924 construct to make the indirect face lookup work in XEmacs.
15925
15926 (c-cpp-matchers): Append the negation char face to the existing
15927 fontification, so that the cpp face doesn't disappear.
15928 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15929 and strings.
15930
15931 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15932 to map to `font-lock-negation-char-face' in emacsen where it exists.
15933
15934 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15935
15936 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15937
15938 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15939 Rename "c-subword-move-mode" as "c-subword-mode".
15940
15941 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15942 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15943
15944 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15945
15946 * progmodes/cc-mode.el: Added autoload directive for
15947 `c-subword-move-mode' for use in older emacsen.
15948
15949 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15950
15951 * progmodes/cc-mode.el:
15952 (i) Insert a binding for C-c C-backspace into
15953 c-bind-special-erase-keys which works in TTYs.
15954 (ii) Make sure that when file styles are used, any explicitly
15955 given style variables take priority over those in the style.
15956 Do this by calling `hack-local-variables' a second time.
15957
15958 * progmodes/cc-vars.el: Add language specific customization
15959 widgets for AWK to c-doc-comment-style, c-require-final-newline
15960 and c-default-style. Add a defcustom for awk-mode-hook.
15961 Give c-syntactic-element and c-syntactic-context doc-strings by
15962 directly setting their `variable-documentation' propery.
15963 This allows Emacs 22.1 to read these with C-h v.
15964
15965 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15966
15967 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15968
15969 * progmodes/cc-fonts.el, cc-vars.el
15970 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15971 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15972 Masatake YAMATO.
15973
15974 (c-doc-comment-style): Made GtkDoc default in C mode.
15975
15976 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15977 and C-c C-<delete>.
15978
15979 (c-bind-special-erase-keys): New function for use on
15980 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15981
15982 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15983 <delete> key behavior in XEmacs according to `delete-forward-p'.
15984 C.f. `c-electric-delete'.
15985
15986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15987
15988 * progmodes/cc-mode.el: Give c-hungry-backspace and
15989 c-hungry-delete-forward permanent key bindings.
15990
15991 * progmodes/cc-cmds.el (c-electric-semi&comma):
15992 Bind c-syntactic-context for calls to "criteria functions", for
15993 consistency with other calls to user functions.
15994
15995 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15996 `current-prefix-arg', since this might be the prefix arg to a
15997 command which calls c-indent-command as a function. Change the
15998 interactive spec from "p" to "P".
15999
16000 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16001 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16002 was difficult to understand.
16003
16004 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16005
16006 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16007 first char of an identifier.
16008
16009 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16010 +" syntax in C++.
16011
16012 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16013
16014 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16015 auto-fill doesn't split a c-comment's last word from a hanging
16016 "*/" when a space is typed between them after fill-column.
16017
16018 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16019
16020 * progmodes/cc-styles.el (c-set-style)
16021 (c-setup-paragraph-variables): Abort the command if we're not in a
16022 CC Mode buffer.
16023
16024 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16025 with blank comment-prefix, and a blank line as the comment's
16026 second line.
16027
16028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16029
16030 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16031 Incorporate the patterns added in the Emacs development branch
16032 for the new Emacs 22 face `font-lock-negation-char-face'.
16033
16034 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16035 of "red" since it stands out better in xterms and DOS terminals.
16036
16037 * progmodes/cc-engine.el (c-literal-faces):
16038 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16039
16040 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16041
16042 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16043 forcibly enable c-electric-flag.
16044
16045 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16046 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16047 after the comment-prefix of a C-style comment will close that comment.
16048
16049 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16050
16051 * progmodes/cc-fonts.el (c-basic-matchers-before)
16052 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16053 in Pike.
16054
16055 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16056 digraphs.
16057
16058 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16059 (c-cpp-message-directives, c-cpp-include-directives)
16060 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16061 (c-cpp-expr-directives): Introduce new language constants to
16062 control cpp syntax in a cleaner way.
16063
16064 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16065
16066 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16067
16068 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16069 (c-multiline-string-start-char): New language constants and
16070 variables to specify how newlines in string literals work.
16071
16072 (c-font-lock-invalid-string): Use them.
16073
16074 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16075 unbalanced close brace is entered. Optimization by avoiding going
16076 back over arbitrarily large blocks. Removed hints that this
16077 function only would be relevant/useful in AWK.
16078
16079 (c-electric-brace): Indent syntactically after the cleanups since
16080 lineup functions might do it differently then.
16081
16082 * progmodes/cc-engine.el, cc-langs.el
16083 (c-opt-op-identifier-prefix): New language constant and variable.
16084
16085 (c-just-after-func-arglist-p, c-after-special-operator-id)
16086 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16087
16088 * progmodes/cc-align.el, cc-engine.el
16089 (c-after-special-operator-id): New helper to handle C++ operator
16090 identifiers.
16091
16092 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16093 (c-guess-basic-syntax): Handle C++ operator identifiers in
16094 declarations.
16095
16096 * progmodes/cc-langs.el (c-assignment-operators): Add the
16097 trigraph version of ^= too.
16098
16099 * progmodes/cc-langs.el (c-assignment-operators): Add the
16100 trigraph version of |= in C++.
16101
16102 * progmodes/cc-fonts.el (c-font-lock-declarators):
16103 Handle `c-decl-hangon-kwds' after the identifier name.
16104
16105 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16106 whether an arglist is "nonempty", ignore a comment after the open
16107 paren if it isn't followed by a non-comment token on the same line.
16108
16109 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16110 Enable heuristics below the point to cope with classes inside special
16111 brace lists in Pike.
16112
16113 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16114
16115 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16116
16117 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16118
16119 * progmodes/cc-guess.el (cc-guess-install): New function to
16120 install an already guessed style in another buffer.
16121
16122 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16123 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16124 anyway if the change always is undone.
16125
16126 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16127
16128 Implement togglable electricity:
16129
16130 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16131 saying when it should be used.
16132
16133 * progmodes/cc-engine.el: Add the new buffer-local variable,
16134 c-electric-flag.
16135
16136 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16137 c-toggle-auto-newline.
16138
16139 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16140 c-toggle-auto-newline. Remove the binding for
16141 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16142 c-toggle-electric-state.
16143
16144 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16145
16146 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16147 c-\(forward\|backward\)-subword.
16148 (c-update-modeline): Add the new modeline flag `l' for
16149 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16150 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16151 Make the old name an alias of the new name.
16152 (c-toggle-electric-state): New function.
16153 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16154 Adapt these functions to do electric things only when
16155 c-electric-flag is non-nil.
16156 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16157 new functions from c-electric-brace.
16158 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16159 mode, so that the tentative extra newline doesn't change the
16160 syntax of the following brace.
16161 (c-electric-brace): Restructure by extracting the above functions.
16162 Tidy up the coding somewhat.
16163 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16164 restructure a bit.
16165
16166 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16167
16168 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16169 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16170
16171 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16172 (c-submode-indicators): Change name from `c-auto-hungry-string'
16173 since it's now used to track another submode.
16174
16175 (c-update-modeline): Convert to function and extended to check
16176 `c-subword-move-mode'.
16177
16178 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16179 Convert to compat aliases for `c-forward-subword' and
16180 `c-backward-subword'.
16181
16182 * progmodes/cc-subword.el: New functions and minor mode to handle
16183 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16184
16185 (c-forward-subword, c-backward-subword, c-mark-subword)
16186 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16187 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16188 Functions corresponding to the standard word handling functions.
16189
16190 (c-subword-move-mode): Minor mode that replaces all the standard
16191 word handling functions with their subword equivalences.
16192
16193 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16194
16195 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16196 entry for one-liner-defun.
16197
16198 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16199 name in its def-edebug-spec.
16200
16201 * progmodes/cc-cmds.el (c-electric-brace): Make the
16202 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16203 compacts space before a comment, if this will make things fit on
16204 one line.
16205
16206 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16207
16208 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16209
16210 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16211 clean-up one-liner-defun.
16212
16213 * progmodes/cc-styles.el: Add the new "awk" style.
16214
16215 * progmodes/cc-vars.el: Add description of one-liner-defun to
16216 c-cleanup-list's doc-string. New user options,
16217 c-max-one-liner-length. In c-default-style, set the default style
16218 for AWK to "awk".
16219
16220 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16221
16222 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16223 macros inside labels.
16224
16225 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16226 `c-at-statement-start-p' and `c-at-expression-start-p'.
16227
16228 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16229 error if the mark isn't set.
16230
16231 * progmodes/cc-engine.el (c-guess-continued-construct)
16232 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16233 accurately detect functions inside functions.
16234
16235 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16236 like `c-at-statement-start-p' that additionally recognizes commas
16237 and expression parentheses as delimiters.
16238
16239 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16240 to avoid heuristics that doesn't work for unclosed blocks.
16241 (c-at-statement-start-p): New function.
16242
16243 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16244 Objective-C directives, e.g. directives spanning lines should work
16245 reasonably well now.
16246
16247 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16248
16249 (c-forward-objc-directive): New function to move over any ObjC
16250 directive.
16251
16252 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16253 (c-basic-matchers-before): Use it.
16254
16255 (c-font-lock-objc-iip-decl): Remove.
16256
16257 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16258 in the template arglist recognition.
16259
16260 * progmodes/cc-styles.el (c-style-alist): Fix several
16261 inconsistencies in the Whitesmith style.
16262
16263 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16264 New lineup function to get lines after Whitesmith style blocks
16265 correctly indented.
16266
16267 (c-lineup-whitesmith-in-block): Back out the compensation for
16268 opening parens since it's done using `add' lists in the style
16269 definition instead. Don't use the anchor position since it varies
16270 too much between the syntactic symbols. :P
16271
16272 * progmodes/cc-vars.el (c-valid-offset): Update.
16273
16274 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16275 lists where the offsets are combined according to several
16276 different methods: `first', `min', `max', and `add'.
16277 Report offset evaluation errors with `c-benign-error' so that some kind
16278 of reindentation still is done.
16279
16280 * progmodes/cc-engine.el (c-guess-basic-syntax):
16281 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16282 `arglist-close'.
16283
16284 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16285 situations for `arglist-cont-nonempty' and `arglist-close'.
16286
16287 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16288
16289 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16290 cc-bytecomp-boundp' in a number of places.
16291
16292 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16293 macro related issue.
16294
16295 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16296
16297 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16298 list is now [asdf], a char class [:alpha:].
16299 Include code for char classes.
16300 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16301 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16302
16303 Remove (nearly all of) the cruft associated with AWK Mode's former
16304 concept of "virtual semicolons":
16305
16306 Adapt c-beginning-of-statement, c-end-of-statement (together with
16307 subfunctions) to use the new notion of "virtual semicolon" in
16308 place of the old awkward special handling for AWK. There remains
16309 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16310 * progmodes/cc-cmds.el:
16311 (c-ascertain-adjacent-literal): In the backwards direction, now
16312 recognises AWK regexp delimiters as string delimiters.
16313 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16314 check more rigorously for "end of macro".
16315 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16316 virtual semicolons;
16317 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16318 out the code for forward movement into ...
16319 (c-end-of-statement): Now contains the code for forward movement,
16320 adapted for virtual semicolons.
16321
16322 * progmodes/cc-engine.el:
16323 (c-ws*-string-limit-regexp): New regexp.
16324 (c-forward-single-comment, c-backward-single-comment): Comment out
16325 the (now redundant) "special" AWK stuff.
16326
16327 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16328 c-string-par-start, c-string-par-separate to be more like Text
16329 Mode than Fundamental Mode.
16330
16331 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16332
16333 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16334 to the fontified region so that fontification doesn't occur
16335 outside it (could happen e.g. when fontifying a line with an
16336 unfinished declaration).
16337
16338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16339
16340 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16341 start of the file. ^L now separate sections of the file.
16342 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16343 (c-awk-one-line-possibly-open-string-re)
16344 (c-awk-regexp-one-line-possibly-open-char-class-re)
16345 (c-awk-one-line-possibly-open-regexp-re)
16346 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16347 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16348
16349 Amend the concept of "virtual semicolons" (in the indentation
16350 engine) for languages like AWK, such that they are now
16351 conceptually attached to end of the last token of a statement, not
16352 the end of the line. (In AWK Mode, however, the pertinent text
16353 property is still physically set on the EOL.) Remove the specific
16354 tests for awk-mode, thus facilitating the introduction of other
16355 language modes where EOLs can end statements.
16356 (Note: The funtionality in cc-cmds.el, specifically
16357 c-beginning/end-of-statement has yet to be amended.)
16358
16359 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16360 New macros.
16361
16362 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16363 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16364 c-vsemi-status-unknown-p-fn (in a new page).
16365
16366 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16367 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16368 numerous awkward forms like
16369 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16370 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16371 variable before-ws-ip, the place just after char-before-ip appears.
16372
16373 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16374 a comment.
16375
16376 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16377
16378 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16379 `c-tentative-buffer-changes'.
16380
16381 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16382 convert to macro to choose between Emacs and XEmacs at compile time.
16383
16384 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16385
16386 (c-tentative-buffer-changes): New macro to handle temporary buffer
16387 changes in a convenient way.
16388
16389 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16390 for `c-tentative-buffer-changes'.
16391
16392 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16393 the checks for paren sexps between the point and the keyword, to
16394 avoid some false alarms.
16395
16396 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16397 Fixed a situation where an error could be thrown for unbalanced
16398 parens. Changed to make use of c-keyword-member' to avoid some
16399 repeated regexp matches.
16400
16401 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16402 These language variable are no longer necessary.
16403
16404 (c-block-stmt-kwds): New language constant used by
16405 c-looking-at-inexpr-block'.
16406
16407 (c-guess-basic-syntax): Remove an optional check that looked at
16408 the existence of the now removed language variables.
16409
16410 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16411 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16412 object instantiation expressions as declarations in some contexts.
16413 This bug only affected languages where the declarator can't be
16414 enclosed in parentheses.
16415
16416 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16417 insert newlines before and after substatement braces.
16418
16419 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16420 function declaration headers and the handling of C++ style member
16421 init lists.
16422
16423 (c-just-after-func-arglist-p): Rewritten to use
16424 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16425
16426 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16427
16428 (c-guess-basic-syntax): Adapt case 5B for the new
16429 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16430 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16431 covers all cases now).
16432
16433 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16434
16435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16436
16437 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16438 c-string-par-start/separate c-sentence-end-with-esc-eol,
16439 initialised in c-setup-paragraph-variables, used in string
16440 scanning subroutines of c-beginning-of-statement.
16441
16442 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16443 which precedes the newly inserted `{'.
16444
16445 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16446
16447 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16448 function for declaration level blocks. It should now cope with
16449 templates better and also be a lot more comprehensible.
16450
16451 (c-looking-at-decl-block): The new function.
16452
16453 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16454 for compatibility.
16455
16456 (c-add-class-syntax, c-guess-continued-construct)
16457 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16458
16459 (c-decl-block-key): Change to tell apart ambiguous and
16460 unambiguous keywords. Pike specials are now handled directly in
16461 the code instead.
16462
16463 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16464 New language constants and variables to make the backward skip in
16465 `c-looking-at-decl-block' as tight as possible.
16466
16467 (c-nonsymbol-token-char-list): New language constant.
16468
16469 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16470 find balanced template arglists backwards.
16471
16472 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16473 making char classes for `c-syntactic-skip-backward'.
16474
16475 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16476 16D - can't be a class-close at that point.
16477
16478 * progmodes/cc-engine.el (c-guess-basic-syntax)
16479 (c-add-class-syntax): Don't narrow out the enclosing declaration
16480 level. This makes everything a lot easier, and it was actually
16481 only four small places that needed it to work. Some places that
16482 previously did `widen' are removed now, which has the effect that
16483 `c-guess-basic-syntax' never will look at things outside the
16484 current narrowment now. The anchor position for `topmost-intro'
16485 is affected by this, but it was so bogus it was basically useless
16486 before, and now it's equally bogus but in a slightly different way.
16487
16488 (c-narrow-out-enclosing-class): Gone.
16489
16490 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16491 the narrowed region.
16492
16493 (c-least-enclosing-brace): Remove silly optional argument.
16494
16495 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16496 the point could be left directly after an open paren when finding
16497 the beginning of the first decl in the block.
16498
16499 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16500 Specify which submatch to use.
16501
16502 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16503
16504 (c-decl-start-re): No longer any need for special treatment of
16505 ObjC due to the above.
16506
16507 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16508 presumably follows C in that regard.
16509
16510 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16511 New language constants to specify operator tokens inside
16512 identifiers in a more high level way.
16513
16514 (c-opt-identifier-prefix-key): New internal language constant.
16515
16516 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16517 (c-identifier-start, c-identifier-key): Now completely calculated
16518 from other constants.
16519
16520 (c-identifier-last-sym-match): Decommission since it's no longer used.
16521
16522 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16523
16524 * progmodes/cc-engine.el (c-forward-name): Remove the
16525 optimization when c-identifier-key is equal to c-symbol-key since
16526 it doesn't work in byte compiled files. Don't record empty
16527 regions as identifiers.
16528
16529 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16530 simplify access to `c-operators' and its likes.
16531
16532 (c-operator-list, c-all-op-syntax-tokens)
16533 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16534 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16535 (c-primary-expr-regexp, c-cast-parens): Use it.
16536
16537 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16538 an explicit language in functions.
16539
16540 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16541 variant of adornment.
16542
16543 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16544 variable.
16545
16546 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16547 the Pike value.
16548
16549 * progmodes/cc-engine.el (c-on-identifier)
16550 (c-simple-skip-symbol-backward): Small fix for handling "-"
16551 correctly in `skip-chars-backward'. Affected the operator lfun
16552 syntax in Pike.
16553
16554 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16555 diagnostic message about precompiled language vars not being used.
16556
16557 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16558 "__attribute__" is followed by a parenthesis.
16559
16560 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16561 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16562 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16563
16564 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16565 Internal cleanups to properly detect the declared identifiers in
16566 various declarations.
16567
16568 (c-decl-start-kwds): New language constant to recognize
16569 declarations that can start anywhere. Used for class declarations
16570 in Pike.
16571
16572 (c-specifier-key, c-not-decl-init-keywords)
16573 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16574 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16575
16576 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16577 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16578 handling of the compiler specific extension keywords into a new
16579 language constant `c-decl-hangon-kwds' that defines keyword
16580 clauses to be ignored in declarations.
16581
16582 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16583 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16584 Necessary to stop at the declared identifier in e.g. IDL valuetype
16585 declarations.
16586
16587 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16588 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16589 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16590 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16591 class and enum declarations as such and not as part of the type.
16592
16593 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16594 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16595
16596 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16597 declarations when there's some syntax error later on.
16598
16599 (c-complex-decl-matchers): Did away with a reference to
16600 `c-specifier-key'.
16601
16602 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16603 value - this variable is always dynamically bound.
16604
16605 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16606 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16607 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16608 functions that might do hidden buffer changes: All such internal
16609 functions are now marked instead of those that don't.
16610
16611 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16612 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16613 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16614 (c-literal-type): Allow these functions to make hidden buffer changes,
16615 so that they are free to use text property caching later on.
16616
16617 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16618 (c-electric-brace, c-electric-slash, c-electric-star)
16619 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16620 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16621 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16622 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16623 with the changed semantics of the functions above.
16624
16625 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16626 when macros occur in obscure places. Optimized the sexp movement
16627 a bit.
16628
16629 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16630
16631 Enhancements for c-beginning-of-statement to work in AWK Mode:
16632
16633 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16634 (completed statement) with `}' (statement completed by closing
16635 brace or semicolon) and `$' (statement completed by EOL).
16636
16637 (c-awk-virtual-semicolon-ends-prev-line-p)
16638 (c-awk-virtual-semicolon-ends-line-p)
16639 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16640 (c-awk-at-statement-end-p): New functions.
16641
16642 * progmodes/cc-cmds.el: Simplify the structure of functions
16643 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16644 two functions and c-beginning-of-statement to handle AWK Mode.
16645
16646 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16647 c-backward-single-comment for AWK mode. Attempt to clarify their
16648 doc-strings.
16649
16650 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16651
16652 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16653
16654 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16655 label handling. Labels are now recognized in a uniform and more
16656 robust way, regardless of context. Text properties are put on all
16657 labels to recognize the following declarations better.
16658 Multiword labels are handled both in indentation and fontification for
16659 the benefit of language extensions like Qt. For consistency, keywords
16660 in labels are now fontified with the label face instead.
16661 That also applies to "case" and "default".
16662
16663 (c-beginning-of-statement-1): Fix some bugs in the label
16664 handling. Disregard `c-nonlabel-token-key' in labels that begin
16665 with `c-label-kwds'.
16666
16667 (c-find-decl-spots): Support that the callback adds more
16668 `c-decl-end' spots to find.
16669
16670 (c-forward-decl-or-cast-1): Don't treat a list of plain
16671 identifiers followed by a colon as a declaration.
16672
16673 (c-forward-label): New function to recognize labels.
16674
16675 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16676 `c-forward-label'. Moved the label recognition cases (14 and 15)
16677 earlier since they aren't so context sensitive now. Handle labels
16678 on the top level gracefully. Moved access label recognition to
16679 the generic label case (CASE 15) - removed CASE 5E.
16680
16681 (c-font-lock-declarations): Add recognition of labels in the
16682 same round since we need to handle labels in parallell with other
16683 declarations to recognize both accurately. It should also improve
16684 speed.
16685
16686 (c-simple-decl-matchers, c-basic-matchers-after):
16687 Move `c-font-lock-labels' so that it only is used on decoration level 2
16688 since `c-font-lock-declarations' handles it otherwise.
16689
16690 (c-complex-decl-matchers): Remove the simplistic recognition of
16691 access labels.
16692
16693 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16694 with labels earlier.
16695
16696 (c-decl-start-re): New language variable to make
16697 `c-font-lock-declarations' stop for the special protection labels
16698 in Objective-C that start with `@'.
16699
16700 (c-label-key): Remove since it's no longer used.
16701
16702 (c-recognize-colon-labels, c-label-prefix-re): New language
16703 constants to support recognition of generic colon-terminated labels.
16704
16705 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16706 are colon terminated labels.
16707
16708 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16709 first argument starts with a special brace list.
16710
16711 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16712 (c-font-lock-declarations): Break out the declaration and cast
16713 recognition from `c-font-lock-declarations' to a new function, so
16714 that it can be used in the indentation engine.
16715
16716 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16717 up to the start of the literal. Fixed bug with the point on the
16718 wrong side of the search limit that could happen when the start
16719 position is inside a literal.
16720
16721 * progmodes/cc-engine.el (c-parse-state)
16722 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16723 so that it's kept a little bit back to increase the hit rate.
16724
16725 (c-parse-state): Change the macro handling and fixed some
16726 glitches. Macro context is checked more often than necessary now,
16727 but otoh less garbage conses are generated.
16728
16729 * progmodes/cc-engine.el (c-parse-state)
16730 (c-invalidate-state-cache): Cache the last position where
16731 `c-state-cache' applies. This can speed up refontification quite
16732 a bit in blocks where there are many non-brace parens before the point.
16733
16734 (c-state-cache-end): New variable for this.
16735
16736 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16737 cache variable.
16738
16739 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16740 get close initial continue positions when the start position is
16741 inside a literal or macro. Do not call the callback for spots
16742 before the start position (which can happen e.g. for `c-decl-end'
16743 spots inside comments). Optimize better in special cases when the
16744 region is a single line inside a literal or macro (typically when
16745 the current line is refontified).
16746
16747 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16748 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16749 entries from the paren state.
16750
16751 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16752 special case for "else if" clauses.
16753
16754 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16755 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16756
16757 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16758 New language variable to recognize the gcc extension with statement
16759 blocks inside expressions.
16760
16761 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16762 it somewhat more comprehensible. The argument AT-BLOCK-START is
16763 no longer used and hence removed.
16764
16765 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16766 to `c-add-stmt-syntax'.
16767
16768 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16769 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16770 This fixes bogus label recognition.
16771
16772 * progmodes/cc-engine.el (c-add-type, c-check-type)
16773 (c-forward-name, c-forward-type): Improve storage of template
16774 types in `c-found-types' so that they can be recognized better.
16775
16776 (c-syntactic-content): Add option to skip past nested parens.
16777
16778 * progmodes/cc-engine.el (c-forward-name):
16779 Set `c-last-identifier-range' all the time. It's less work that way.
16780 Handle that there might not be an identifier to store in
16781 `c-last-identifier-range'.
16782
16783 (c-forward-type): Handle that `c-last-identifier-range' might be
16784 nil from `c-forward-name'.
16785
16786 * progmodes/cc-defs.el (c-safe-scan-lists)
16787 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16788
16789 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16790 to work even if the form fails.
16791
16792 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16793 down in a large file in one go.
16794
16795 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16796
16797 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16798 function which is like `c-lineup-math' but returns nil instead of
16799 `c-basic-offset' when it doesn't match.
16800
16801 (c-lineup-math): Change to use `c-lineup-assignments'.
16802
16803 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16804
16805 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16806 c-beginning-of-statement. New subfunctions
16807 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16808
16809 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16810
16811 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16812 hardcoded char classes whereever possible. Changed a couple of
16813 places to use skip by syntax instead of skip by char class.
16814
16815 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16816 Fix a bug in the regexp that caused extreme backtracking.
16817
16818 * progmodes/cc-langs.el (c-block-comment-starter)
16819 (c-block-comment-ender): New language constants to specify in a
16820 single place how block comments look.
16821
16822 (c-comment-start-regexp, c-block-comment-start-regexp)
16823 (comment-start, comment-end, comment-start-skip)
16824 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16825 (c-syntactic-ws, c-nonempty-syntactic-ws)
16826 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16827 `c-line-comment-starter', `c-block-comment-starter' and
16828 `c-block-comment-ender'.
16829
16830 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16831 New language constants to break up things a bit.
16832
16833 (c-simple-ws): New language constant for simple whitespace.
16834
16835 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16836
16837 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16838 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16839 newlines. Allow and ignore nil elements in the list.
16840
16841 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16842
16843 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16844 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16845
16846 * progmodes/cc-cmds.el: Tidy up the comments in
16847 c-beginning-of-statement and subfunctions.
16848
16849 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16850 more flexible c-put-char-property and c-clear-char-properties.
16851 Add the author's email address.
16852
16853 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16854
16855 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16856 closing "*/" of a block comment.
16857
16858 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16859 subfunctions) so that it works at BOB and EOB.
16860
16861 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16862 c-beginning-of-statement, including new variable
16863 c-block-comment-start-regexp.
16864
16865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16866
16867 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16868 symbols from `*-font-lock-extra-types' so that there's no need to
16869 use `regexp-opt' on those lists.
16870
16871 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16872 `c-type-modifier-kwds' is empty.
16873
16874 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16875 there are several strings on the same line.
16876
16877 * progmodes/cc-engine.el (c-literal-limits): Remove the
16878 compatibility function for older emacsen. `c-literal-limits-fast'
16879 has now taken the place of this function.
16880
16881 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16882 with older emacsen: We now require `pps-extended-state'.
16883
16884 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16885
16886 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16887 which obviates the need to hack sentence-end. This now handles
16888 escaped newlines in strings correctly. Correct minor bugs in
16889 c-move-over-sentence and in c-beginning-of-statement.
16890
16891 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16892 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16893 that movement over macros and code are rigorously separated from
16894 eachother. Correct a few incidental bugs.
16895
16896 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16897 Improve its doc-string. Improve the handling of certain specific cases.
16898
16899 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16900
16901 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16902 (c-guess-basic-syntax): Change the way class-level labels are
16903 recognized; they can now contain essentially any symbols.
16904
16905 (c-opt-extra-label-key): New language variable to cope with the
16906 special protection label syntax in Objective-C.
16907
16908 (c-opt-access-key): Remove; this is now handled better by
16909 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16910
16911 (c-complex-decl-matchers): Update to handle that
16912 `c-opt-access-key' no longer exists.
16913
16914 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16915 improved label recognition in `c-beginning-of-statement-1'.
16916
16917 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16918 Recognize bitfields better.
16919
16920 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16921 Remove some cruft and fixed a bug that could cause it to go to a
16922 position further down.
16923
16924 * progmodes/cc-langs.el, cc-engine.el
16925 (c-beginning-of-statement-1): Improve detection of labels in
16926 declaration contexts.
16927
16928 (c-beginning-of-decl-1): Use it.
16929
16930 (c-nonlabel-token-key): New language constant and variable needed
16931 by `c-beginning-of-statement-1'.
16932
16933 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16934 manifested itself due to the correction in `c-forward-sexp'.
16935
16936 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16937 Make these behave as documented when used at the buffer limits.
16938
16939 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16940 (c-type-decl-end-used): Made this a language variable.
16941
16942 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16943 correctly when `combine-after-change-calls' is used together with
16944 temporary narrowings.
16945
16946 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16947 Report labels correctly when the start point is immediately after the
16948 colon.
16949
16950 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16951 Remove since it isn't used anymore.
16952
16953 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16954 bracket arglists such as template parens in C++.
16955
16956 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16957 in the last check-in. Some optimization.
16958
16959 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16960 where it could stop at the same level in a preceding sexp when
16961 PAREN-LEVEL is set.
16962
16963 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16964 text property lookup only when it's needed.
16965
16966 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16967 Change the policy for paren marked angle brackets to be more
16968 persistent; once marked they remain marked even when they're found
16969 to be unbalanced in the searched region. This should keep the
16970 paren syntax around even when individual lines are refontified in
16971 multiline template arglists.
16972
16973 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16974 to control markup so that incorrect angle bracket arglists aren't
16975 marked in contexts where the correct value for
16976 `c-disallow-comma-in-<>-arglists' isn't known.
16977
16978 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16979 argument has become `c-parse-and-markup-<>-arglists'.
16980
16981 (c-remove-<>-arglist-properties): Remove - no longer used.
16982
16983 (c-after-change-check-<>-operators): New function used on
16984 `after-change-functions' to avoid that "<" and ">" characters that
16985 are part of longer operators have paren syntax.
16986
16987 (c-<>-multichar-token-regexp): New language variable used by
16988 `c-after-change-check-<>-operators'.
16989
16990 (c-after-change): Call `c-after-change-check-<>-operators'.
16991
16992 (c-font-lock-<>-arglists): Use the context properties set by
16993 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16994 correctly to avoid doing invalid markup.
16995
16996 (c-font-lock-declarations): Remove code that undoes the invalid
16997 markup done by `c-font-lock-<>-arglists'.
16998
16999 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17000 after `c-font-lock-declarations'.
17001
17002 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17003 Add paren-level feature.
17004
17005 (c-guess-basic-syntax): Improve the anchor position for
17006 `template-args-cont' in nested template arglists. There's still
17007 much to be desired in this area, though.
17008
17009 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17010
17011 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17012 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17013
17014 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17015
17016 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17017 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17018
17019 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17020 it doesn't work no longer are supported.
17021
17022 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17023 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17024 requires support for the syntax-table' text property, which rules
17025 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17026 cruft associated with those versions.
17027
17028 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17029 for the `syntax-table' text property, which rules out Emacs 19 and
17030 XEmacs < 21.4. Removed various compatibility cruft associated
17031 with those versions.
17032
17033 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17034 support for the `syntax-table' text property.
17035
17036 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17037 variable and use an extra quoted face name instead. All the
17038 emacsen flavors handle that correctly.
17039
17040 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17041 (c-font-lock-declarators, c-font-lock-declarations)
17042 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17043 property to mark the items in in declarator lists to handle
17044 refontification inside multiline declarations better.
17045
17046 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17047 construct like "a * b = c;" as a declaration.
17048
17049 2005-12-08 Kim F. Storm <storm@cua.dk>
17050
17051 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17052 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17053 select either meta, hyper, or super modifier for rectangle commands.
17054 (cua--rectangle-modifier-key): New defvar.
17055 (cua--M/H-key): Use it. Remove special case for `space'.
17056 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17057 on X, to meta otherwise. Always bind C-return to toggle
17058 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17059
17060 * emulation/cua-rect.el (cua-help-for-rectangle):
17061 Use cua--rectangle-modifier-key. Handle super modifier too.
17062 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17063 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17064
17065 * ido.el: Move Acknowledgements and History after Commentary.
17066 Minor changes to Commentary.
17067
17068 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17069 keymap if cua--prefix-override-timer is `shift'.
17070 (cua--shift-control-prefix): New function; emulate "type prefix
17071 key twice" functionality to handle shifted prefix key override.
17072 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17073 New commands.
17074 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17075
17076 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17077
17078 * textmodes/org.el (org-insert-heading): Try to do items before
17079 headings.
17080 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17081 (org-insert-item): New function.
17082 (org-renumber-ordered-list): Don't skip to higher level lists.
17083
17084 2005-12-08 Juri Linkov <juri@jurta.org>
17085
17086 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17087
17088 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17089
17090 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17091
17092 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17093 the constructed function name fun-1.
17094
17095 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17096 because such links don't lead to parent documentation.
17097
17098 2005-12-08 Kenichi Handa <handa@m17n.org>
17099
17100 * descr-text.el (describe-char): Use *Help-2* buffer if the
17101 current buffer is *Help*. Call describe-text-properties while
17102 setting the original buffer.
17103
17104 2005-12-07 Bill Wohler <wohler@newt.com>
17105
17106 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17107 and causes problems with non-MH users (such as Gnus users).
17108
17109 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17110
17111 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17112 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17113 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17114 command "info sources". Move calls to GDB command "list".
17115 (gdb-find-file-hook): Just use gdb-source-file-list.
17116 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17117 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17118 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17119 (gdb-data-list-register-values-handler): Use correct trigger name.
17120
17121 2005-12-07 Kim F. Storm <storm@cua.dk>
17122
17123 * ido.el (ido-completion-map): Rename from ido-mode-map.
17124 (ido-common-completion-map, ido-file-completion-map)
17125 (ido-file-dir-completion-map, ido-buffer-completion-map):
17126 Rename from ido-mode-....-map.
17127 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17128 (ido-setup-completion-map): Rename from ido-define-mode-map.
17129 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17130 to ido-completion-map.
17131
17132 2005-12-07 Kenichi Handa <handa@m17n.org>
17133
17134 * international/mule-cmds.el
17135 (set-display-table-and-terminal-coding-system): If the coding
17136 system specified in `unibyte-display' property is different from
17137 the arg coding-system, don't setup standard-display-table.
17138
17139 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17142 that comments end at \n, regardless of selective-display.
17143
17144 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17145
17146 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17147 (gdb-version): New variables.
17148 (gdb-source-file-list, gdb-register-names)
17149 (gdb-changed-registers): New variables for use with GDB 6.4+.
17150 (gdb-ann3): Replace with...
17151 (gdb-init-1, gdb-init-2): ...two new functions.
17152 (gdba, gdb-prompt): Call gdb-init-1.
17153 (gdb-get-version): New function. Call gdb-init-2 from here.
17154 (gud-watch): Make it work with mouse events too.
17155 (gdb-post-prompt): Don't add to queue until GDB version is known.
17156 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17157 (gdb-locals-mode): Use gdb-version.
17158 (gdb-memory-format-map, gdb-memory-unit-map)
17159 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17160 (gdb-locals-font-lock-keywords-1)
17161 (gdb-locals-font-lock-keywords-2): New variables.
17162 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17163 (gdb-set-gud-minor-mode-existing-buffers-1)
17164 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17165 (gdb-var-update-1, gdb-var-update-handler-1)
17166 (gdb-data-list-register-values-handler)
17167 (gdb-data-list-register-values-custom)
17168 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17169 (gdb-stack-list-locals-handler, gdb-get-register-names):
17170 New functions for use with GDB 6.4+.
17171 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17172 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17173 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17174 (gdb-stack-list-locals-regexp)
17175 (gdb-data-list-register-names-regexp): New regexps for use with
17176 GDB 6.4+.
17177
17178 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17179
17180 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17181
17182 2005-12-06 Nozomu Ando <nand@mac.com>
17183
17184 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17185 prompts work for AUTH PLAIN. Also reported by Steve Allan
17186 <seallan@verizon.net>.
17187
17188 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17189
17190 * frame.el (set-frame-parameter): Add doc string.
17191
17192 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17193
17194 * textmodes/org.el (org-occur-highlights): New variable.
17195 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17196 (org-highlight-sparse-tree-matches): New option.
17197 (org-do-occur): New function.
17198 (org-get-heading): Make it work also at beginning of line.
17199 (org-category-table): New variable.
17200 (org-get-category-table, org-get-category)
17201 (org-camel-to-words, org-link-search): New functions.
17202 (org-select-this-todo-keyword): New variable.
17203 (org-todo-list): New command.
17204 (org-shiftright, org-shiftleft): New commands.
17205 (org-agenda-todo): Add prefix argument.
17206 (org-show-hierarchy-above): New option.
17207 (org-show-todo-tree): Numerical prefix creates tree for specific
17208 TODO keyword.
17209 (org-outline-level): New function, to assign a level to plain
17210 lists items.
17211 (org-cycle-include-plain-lists): New option.
17212 (org-mode): Use `org-outline-level' as value of `outline-level'.
17213 (org-cycle): Temporarily switch `outline-regexp' if
17214 `org-cycle-include-plain-lists' is non-nil.
17215 (org-start-icalendar-file): Fix format bug.
17216 (org-agenda-get-day-entries): Create category table.
17217 (org-agenda-get-todos, org-agenda-get-timestamps)
17218 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17219 (org-agenda-get-blocks): Use `org-get-category'.
17220 (org-context-in-file-links): Rename from
17221 `org-line-numbers-in-file-links'.
17222
17223 2005-12-06 Romain Francoise <romain@orebokech.com>
17224
17225 * window.el (balance-windows): Delete extraneous third arg in call
17226 to `enlarge-window'.
17227
17228 2005-12-06 Kenichi Handa <handa@m17n.org>
17229
17230 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17231
17232 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17233
17234 * progmodes/gdb-ui.el (gdb-var-create-handler)
17235 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17236 (gdb-var-list-children-handler, gdb-var-update-handler):
17237 Current buffer is already gdb-partial-output-buffer, don't
17238 make it current again.
17239
17240 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17241
17242 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17243 (list-buffers-noselect): Use it.
17244
17245 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17246
17247 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17248 (mail-yank-ignored-headers): Use regexp-opt.
17249 (mail-mode-map): Move initialization into declaration.
17250 (mail-sent-via): Remove unused shadowed var `to-line'.
17251 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17252 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17253 (mail-do-fcc): Use dolist and push.
17254 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17255 (mail-yank-ignored-headers): Don't autoload.
17256
17257 2005-12-05 Kenichi Handa <handa@m17n.org>
17258
17259 * international/mule-cmds.el (set-language-info-internal): New fun.
17260 (set-language-info): Call set-language-info-internal to update
17261 language-info-alist. If LANG-ENV is the current one, call
17262 set-language-environment to make INFO effective now.
17263 (set-language-info-alist): Likewise.
17264 (locale-language-names): With locale "en", use English
17265 lang. env. but set the default codings to iso-8859-1.
17266
17267 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17268
17269 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17270 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17271 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17272 for plain strings.
17273 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17274 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17275 Create registers buffer if necessary. Echo new state in minibuffer.
17276 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17277
17278 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17279
17280 * info.el (Info-fontify-node): Match external links using
17281 non-directory part of filename.
17282
17283 2005-12-04 Juri Linkov <juri@jurta.org>
17284
17285 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17286 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17287 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17288 because there is no customization option for it.
17289
17290 * font-lock.el (lisp-font-lock-keywords-1):
17291 Add define-global-minor-mode.
17292
17293 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17294
17295 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17296 properties on the constructed variable names.
17297
17298 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17299 Put `definition-name' properties on the constructed function names
17300 next-sym and prev-sym.
17301
17302 * emacs-lisp/find-func.el (find-function-regexp):
17303 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17304 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17305 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17306 and easy-menu-define.
17307
17308 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17309 easy-mmode-define-global-mode and define-global-minor-mode.
17310 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17311
17312 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17313 instead of easy-mmode-define-global-mode.
17314
17315 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17316 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17317
17318 * cus-edit.el (customize-group, customize-group-other-window):
17319 Filter out autoloaded options from the group completion list by
17320 using heuristics that autoloaded groups don't have `custom-autoload'
17321 property on their symbols (they have only `custom-loads').
17322
17323 * simple.el (completion-setup-function): Put completions-common-part
17324 face on complete completion string too (i.e. completion string
17325 without completions-first-difference face).
17326
17327 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17328
17329 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17330
17331 * view.el (view-mode): Doc fix.
17332
17333 * disp-table.el (standard-display-european): Add to the warning
17334 message a reference to the doc string.
17335
17336 * play/yow.el (apropos-zippy): Call print-help-return-message,
17337 similar to other Help and Apropos commands.
17338
17339 * help.el (print-help-return-message): If pop-up-frames is
17340 non-nil, set up help-return-method to delete the help window and,
17341 possibly, its frame as well, and don't display message about
17342 scrolling the help window. Doc fix.
17343 (help-return-method): Doc fix.
17344
17345 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17346
17347 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17348 whereby names of length one or names starting with a
17349 symbol-constituent character would not be returned.
17350
17351 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17352
17353 * subr.el (atomic-change-group): Add edebug and indentation spec.
17354
17355 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * completion.el (save-completions-file-name): Fix typo in last change.
17358
17359 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17360
17361 * info.el: Move back/forward history to the beginning of the tool bar.
17362
17363 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17364
17365 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17366 Add fset of allout-real-isearch-abort during compile to fix
17367 byte-compilation warnings.
17368 (allout-mode-p): Move definition of this macro above all uses, or
17369 byte compilation in barren Emacs (eg, during Emacs build) will
17370 lack the definition.
17371 (allout-mode): Move this variable above any uses, or byte
17372 compilation will fail.
17373 (allout-resolve-xref): Remove use of personal file-reference function.
17374 (allout-toggle-current-subtree-encryption): Do the current (ie,
17375 visible containing) topic, rather than nearest around point. Doc fix.
17376 (allout-toggle-subtree-encryption): New function, workhorse that
17377 works on nearest topic containing point.
17378 (allout-encrypt-string): Signal requirement for newer version of pgg.
17379 (allout-resumptions): Doc fix.
17380
17381 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17382
17383 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17384
17385 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17386
17387 * textmodes/flyspell.el (flyspell-external-point-words):
17388 Consider a misspelling as found in the string search if: (a) misspelling
17389 and found string lengths match, or (b) misspelling is found as
17390 element in a boundary-chars separated longer string, or (c)
17391 ispell-program-name is really ispell and misspelling is found as
17392 part of a TeX string. After successful match move beginning of
17393 search region to end of match. Warn about not found misspellings
17394 once the process is done.
17395 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17396
17397 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17398
17399 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17400 tool bar (removed inadvertently).
17401
17402 2005-12-02 Juri Linkov <juri@jurta.org>
17403
17404 * log-view.el (log-view-diff): Clarify doc string.
17405
17406 2005-12-01 Bill Wohler <wohler@newt.com>
17407
17408 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17409 triggers lm-verify errors.
17410
17411 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17412
17413 * simple.el (transient-mark-mode, line-number-mode)
17414 (column-number-mode, size-indication-mode): Remove `:require nil'.
17415
17416 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17417
17418 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17419 in the margin also.
17420 (gdb-breakpoints-mode-map): Use D instead of d for
17421 gdb-delete-breakpoint.
17422 (gdb-get-frame-number): Require a number to match on.
17423 (gdb-threads-mode-map): Add follow-link binding.
17424
17425 2005-11-30 Jason Rumney <jasonr@gnu.org>
17426
17427 * isearch.el (isearch-mode-map): Avoid exiting search on
17428 language-change event.
17429
17430 2005-11-30 Romain Francoise <romain@orebokech.com>
17431
17432 * speedbar.el (speedbar-default-position): New defcustom.
17433 (speedbar-frame-reposition-smartly): Use it.
17434
17435 * dframe.el (dframe-reposition-frame-emacs): Fix position
17436 computation for `left' location.
17437 Update copyright year.
17438
17439 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17440
17441 * help.el (help-map): Move initialization into declaration.
17442
17443 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17444
17445 * help-fns.el (help-argument-name): Don't autoload.
17446 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17447 to be re-loaded when customizing the `help' group.
17448
17449 2005-11-30 John Paul Wallington <jpw@gnu.org>
17450
17451 * help-fns.el (describe-function-1): Fill arglist output.
17452
17453 2005-11-30 Kim F. Storm <storm@cua.dk>
17454
17455 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17456 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17457 after revert-buffer (or anything else which kills all local variables).
17458
17459 * apropos.el (apropos-parse-pattern): Doc fix.
17460 Set apropos-regexp directly, rather than expecting callers to do so.
17461 (apropos-command, apropos, apropos-value, apropos-documentation):
17462 Simplify calls to apropos-parse-pattern.
17463
17464 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17465
17466 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17467 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17468 (hi-lock-write-interactive-patterns): Use comment-region.
17469
17470 * longlines.el (longlines-mode): Add mail-setup-hook.
17471
17472 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17473
17474 * simple.el (sendmail-user-agent-compose, next-line):
17475 Conditionally use hard-newline.
17476
17477 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17478
17479 * international/latexenc.el (latex-inputenc-coding-alist):
17480 Reword doc string.
17481
17482 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17483
17484 * help.el (describe-key-briefly, describe-key): Recognize default
17485 bindings.
17486
17487 2005-11-29 Romain Francoise <romain@orebokech.com>
17488
17489 * view.el (view-inhibit-help-message): New defcustom.
17490 (view-mode-enter): Use it.
17491
17492 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17493
17494 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17495 Preserve user position.
17496
17497 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17498
17499 * font-lock.el: Throw error if facemenu is not loaded to prevent
17500 accidental change of loading order in loadup.el. (Suggested by RMS.)
17501
17502 * loadup.el: Add comment explaining why facemenu must be loaded
17503 before font-lock.
17504
17505 2005-11-28 Jay Belanger <belanger@truman.edu>
17506
17507 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17508 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17509
17510 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17511
17512 * calc/calc-embed.el (calc-do-embedded): Update help message.
17513
17514 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17515
17516 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17517
17518 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17519
17520 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17521 called-interactively-p.
17522 (elp-profilable-p): Rename from elp-not-profilable-p.
17523 Invert result and take into account macros and autoloaded functions.
17524 (elp-instrument-function): Update call.
17525 (elp-instrument-package): Update call. Add completion.
17526 (elp-pack-number): Use match-string.
17527 (elp-results-jump-to-definition-by-mouse): Merge into
17528 elp-results-jump-to-definition and then remove.
17529 (elp-output-insert-symname): Make help echo text single-line.
17530
17531 * replace.el (query-replace-map): Move initialization into declaration.
17532 (occur-engine): Use with-current-buffer.
17533 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17534 (occur-mode-mouse-goto): Replace with an alias.
17535
17536 2005-11-28 Juri Linkov <juri@jurta.org>
17537
17538 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17539
17540 * term/w32-win.el: Bind [S-tab] to [backtab].
17541
17542 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17543 `Info-find-file' to t.
17544
17545 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17546 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17547 and same-window-regexps.
17548 (occur-next-error): Don't move point for arg 0.
17549
17550 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17551
17552 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17553
17554 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17555
17556 * log-edit.el (log-edit-changelog-use-first): New var.
17557 (log-edit-changelog-ours-p): Use it.
17558 (log-edit-insert-changelog): Set it with new arg `use-first'.
17559 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17560 (log-edit-hook): Add them to the list of suggested options.
17561
17562 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17563 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17564 redundant work.
17565 (flyspell-mode-on): Use add-hook for after-change-functions.
17566 (flyspell-mode-off): Use remove-hook for after-change-functions.
17567 (flyspell-changes): Make it buffer-local.
17568 (flyspell-after-change-function): Make it non-interactive. Use push.
17569 (flyspell-post-command-hook): Check input-pending-p while processing
17570 the potentially long list of buffer changes.
17571
17572 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17573
17574 * buff-menu.el (list-buffers-noselect): Display the selected
17575 frame's buffer list, not the global one.
17576
17577 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17578
17579 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17580 that (list last-input-event) works as in interactive spec.
17581
17582 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17583
17584 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17585 `facemenu-keymap' needs to be defined when font-lock is loaded.
17586 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17587
17588 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17589
17590 * completion.el: Remove useless leading * in defcustom docstrings.
17591 (save-completions-file-name): Use ~/.emacs.d if available.
17592 (completion-standard-syntax-table): Rename from
17593 cmpl-standard-syntax-table and fold initialization into declaration,
17594 thus removing cmpl-make-standard-completion-syntax-table.
17595 (completion-lisp-syntax-table, completion-c-syntax-table)
17596 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17597 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17598 (symbol-under-point, symbol-before-point)
17599 (symbol-under-or-before-point, symbol-before-point-for-complete)
17600 (add-completions-from-c-buffer): Use with-syntax-table.
17601 (make-completion): Don't return a list of completion entries.
17602 Update callers.
17603 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17604 (completion-initialize): Rename from initialize-completions.
17605 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17606 (kill-emacs-save-completions): Collect stats here.
17607 (save-completions-to-file, load-completions-from-file):
17608 Use with-current-buffer.
17609 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17610 into a function. Move all calls to toplevel.
17611 (completion-lisp-mode-hook): New fun.
17612 (completion-c-mode-hook, completion-setup-fortran-mode):
17613 Set the syntax-table here. Use local-set-key.
17614 (completion-saved-bindings): New var.
17615 (dynamic-completion-mode): Make it into a proper minor mode.
17616 (load-completions-from-file): Remove unused var `num-uses'.
17617
17618 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17619 constructor if it is explicitly overridden.
17620
17621 * complete.el (PC-completion-as-file-name-predicate):
17622 Use minibuffer-completing-file-name.
17623 (partial-completion-mode): Use find-file-not-found-functions.
17624 (PC-lisp-complete-symbol): Use with-syntax-table.
17625 (PC-look-for-include-file): Remove dead setq.
17626 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17627 (PC-complete): Use with-current-buffer.
17628
17629 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17630 escape single quotes.
17631
17632 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17633
17634 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17635 of `if' whose condition always returned nil. Doc fix.
17636
17637 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17638 window's buffer the current buffer around the call to
17639 `list-buffers-noselect'. This is necessary to mark that buffer
17640 with a `.' in the Buffer Menu when called from Lisp, for instance
17641 by Auto Revert Mode.
17642
17643 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17644
17645 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17646 attaching to it.
17647 (gdb-pre-prompt): Make sure gdb-error is reset.
17648
17649 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17650 with a child process, detect it.
17651 (gud-speedbar-buttons): Match regexp more carefully.
17652
17653 2005-11-27 Richard M. Stallman <rms@gnu.org>
17654
17655 * mouse.el (mouse-drag-move-window-bottom):
17656 Use adjust-window-trailing-edge.
17657
17658 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17659
17660 * simple.el (blink-matching-open): Ignore
17661 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17662 (blink-matching-paren-on-screen): Update docstring.
17663
17664 * paren.el (show-paren-mode): No longer change
17665 `blink-matching-paren-on-screen'.
17666
17667 2005-11-27 John Paul Wallington <jpw@pobox.com>
17668
17669 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17670 (gdb-threads-select, gdb-edit-register-value):
17671 Use `posn-set-point' instead of `mouse-set-point' because the
17672 latter is not fbound when configured without X.
17673
17674 2005-11-27 Kim F. Storm <storm@cua.dk>
17675
17676 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17677 existing face when partially highlighting a TAB in a rectangle.
17678
17679 2005-11-26 Kim F. Storm <storm@cua.dk>
17680
17681 * ido.el (ido-mode-map): Doc fix.
17682 (ido-mode-common-map, ido-mode-file-map)
17683 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17684 (ido-define-mode-map): Rewrite. Select one of the new maps as
17685 parent for ido-mode-map instead of building from scratch.
17686 (ido-init-mode-maps): New defun to initialize new maps.
17687 (ido-mode): Call it.
17688 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17689 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17690
17691 2005-11-26 John Paul Wallington <jpw@pobox.com>
17692
17693 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17694 `mouse-set-point' because the latter is not fbound when configured
17695 without X.
17696
17697 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17698
17699 * files.el (file-relative-name): Doc fix.
17700
17701 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17702
17703 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17704 non-empty string for secondary prompt PS2.
17705
17706 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17707
17708 * progmodes/compile.el (compilation-setup): Fix last change.
17709
17710 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17711
17712 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17713 (gdb-mouse-toggle-breakpoint-margin)
17714 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17715 Add gdb-server-prefix to keep out of command history.
17716 (gdb-edit-register-value): New function.
17717 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17718 (gdb-info-registers-custom): Use above map.
17719
17720 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17721
17722 * custom.el (enable-theme): Signal error if argument is not a
17723 theme. Don't recalculate a face if it's not loaded yet.
17724
17725 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17726 the `user' theme is in effect.
17727
17728 * info.el (Info-on-current-buffer): Record actual filename in
17729 Info-current-file, instead of t, or a fake filename if a non-file
17730 buffer. Make autoload.
17731 (Info-find-node, Info-revert-find-node): No need to check for
17732 Info-current-file nil.
17733 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17734 Info-current-file is now never `t'.
17735 (Info-fontify-node): Many simplifications due to Info-current-file
17736 always being valid. Use Info-find-file to find node filename.
17737
17738 2005-11-25 David Kastrup <dak@gnu.org>
17739
17740 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17741 new character, then delete" in order to preserve markers.
17742
17743 2005-11-25 David Ponce <david@dponce.com>
17744
17745 * recentf.el (recentf-arrange-by-rule): Handle a special
17746 `auto-mode-alist'-like "strip suffix" rule.
17747 (recentf-build-mode-rules): Handle second level auto-mode entries.
17748
17749 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17750
17751 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17752 window modes.
17753
17754 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17755 jde-javadoc-checker-report-mode.
17756
17757 * ediff-wind (ediff-make-wide-display): Slight simplification.
17758
17759 * ediff.el (ediff-date): Change the date of last update.
17760
17761 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17762
17763 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17764 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17765 (hi-lock-mode): New global minor mode.
17766 (turn-on-hi-lock-if-enabled): New function.
17767 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17768 Change arguments to regexp and face instead of a font-lock pattern.
17769 Directly set face property, instead of refontifying.
17770 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17771 (hi-lock-find-patterns): Use line-number-at-pos.
17772
17773 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17774 arguments for hi-lock-set-pattern.
17775 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17776 Call font-lock-fontify-buffer.
17777 (hi-lock-find-file-hook, hi-lock-current-line)
17778 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17779
17780 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17781 turned off.
17782
17783 * progmodes/compile.el (compilation-setup): Don't fiddle with
17784 font-lock-defaults.
17785
17786 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17787
17788 * progmodes/gdb-ui.el (gdb-var-create-handler)
17789 (gdb-var-list-children-handler): Find values for all variable
17790 objects. gud-speedbar-buttons decides whether to display them.
17791
17792 2005-11-24 Romain Francoise <romain@orebokech.com>
17793
17794 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17795 buffer name with a space.
17796
17797 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17798
17799 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17800 `org-export-local-list-max-depth'. Change default value to 3.
17801 (org-auto-renumber-ordered-lists)
17802 (org-plain-list-ordered-item-terminator): New options.
17803 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17804 (org-get-indentation, org-get-string-indentation)
17805 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17806 New functions.
17807 (org-move-item-down, org-move-item-up): New commands.
17808 (org-export-as-html): New classes for CSS support. Bug fix in
17809 regular expression detecting fixed-width regions. Respect
17810 `org-local-list-ordered-item-terminator'.
17811 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17812 also a list item.
17813 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17814 New item moving functions.
17815
17816 2005-11-24 Juri Linkov <juri@jurta.org>
17817
17818 * isearch.el (isearch-repeat): With empty search ring set
17819 `isearch-error' to the error string instead of signaling error
17820 with the function `error'.
17821
17822 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17823
17824 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17825
17826 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17827
17828 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17829 and variable.
17830 (gdb-var-create-handler, gdb-var-list-children-handler):
17831 Don't match on "char **...".
17832 (gdb-var-update-handler): Find values for all variable objects.
17833 (gdb-info-frames-custom): Identify frames by leading "#".
17834
17835 * progmodes/gud.el (gud-speedbar-menu-items): Add
17836 gdb-speedbar-auto-raise as radio button.
17837 (gud-speedbar-buttons): Raise speedbar if requested.
17838 Don't match on "char **...".
17839 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17840 Make it editable.
17841
17842 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17843
17844 * info.el (Info-fontify-node): Handle the case where
17845 Info-current-file is t.
17846
17847 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17848
17849 * simple.el (blink-matching-open): Fix off-by-one in last change.
17850
17851 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17852
17853 * term/mac-win.el: Don't change default directory.
17854
17855 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17856
17857 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17858 buffers correctly. (It used to throw an error in such buffers.)
17859 Make it ask for confirmation in group buffers and other Custom
17860 buffers containing more than one customization item.
17861
17862 2005-11-22 John Paul Wallington <jpw@gnu.org>
17863
17864 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17865 property on mail and url overlays.
17866 (goto-address-at-point): Use `posn-set-point' instead of
17867 `mouse-set-point' because the latter is not fbound when configured
17868 without X.
17869
17870 2005-11-22 Lars Hansen <larsh@soem.dk>
17871
17872 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17873 (ls-lisp-classify, ls-lisp-format): Delete call to
17874 ls-lisp-parse-symlink.
17875 (ls-lisp-handle-switches): Handle symlinks to directories as
17876 directories when ls-lisp-dirs-first in non-nil.
17877
17878 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17879
17880 * startup.el (command-line): Make sure that loaddefs.el is handled
17881 correctly in load-history.
17882
17883 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17884
17885 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17886 (gdb-struct-string, gdb-array-string): New constants.
17887 (gdb-info-locals-handler): Use them.
17888 (gdb-reset): Reset gdb-var-list to nil.
17889
17890 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17891
17892 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17893 in patterns.
17894
17895 2005-11-21 Juri Linkov <juri@jurta.org>
17896
17897 * custom.el (defcustom): Update link types in docstring.
17898
17899 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17900
17901 * custom.el (defgroup): Add doc-string-elt info.
17902
17903 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17904
17905 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * newcomment.el (comment-enter-backward): Fix last fix.
17908
17909 * simple.el (blink-matching-open):
17910 * paren.el (show-paren-function): Allow new paren-class info.
17911
17912 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17913
17914 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17915 handled automagically.
17916
17917 2005-11-20 Andreas Schwab <schwab@suse.de>
17918
17919 * descr-text.el (describe-char): When copying overlays put them
17920 over the full char description instead of just the first character
17921 of it.
17922
17923 2005-11-20 Juri Linkov <juri@jurta.org>
17924
17925 * simple.el (what-cursor-position):
17926 * descr-text.el (describe-char): Use Lisp-readable syntax
17927 for octal and hex. Reorder decimal, octal and hex values.
17928 Remove excess whitespace in the output. Use `=' in `column='
17929 like in `point=' and `Hscroll='.
17930
17931 * international/mule-cmds.el (encoded-string-description):
17932 Use Lisp-readable syntax for hex.
17933
17934 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * newcomment.el (comment-enter-backward): Handle the case where the
17937 comment is closed by EOB.
17938
17939 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17940
17941 * longlines.el (longlines-before-revert-hook)
17942 (longlines-after-revert-hook): New functions.
17943 (longlines-mode): Turn off longlines temporarily when reverting.
17944 Add a message-setup-hook.
17945 (longlines-decode-buffer): New function.
17946 (longlines-wrap-line): Preserve marker positions.
17947
17948 2005-11-19 Andreas Schwab <schwab@suse.de>
17949
17950 * emacs-lisp/shadow.el: Handle compressed files.
17951
17952 2005-11-19 Romain Francoise <romain@orebokech.com>
17953
17954 * net/browse-url.el (browse-url-default-browser): Signal an error
17955 if no usable browser can be found, rather than try to load w3.
17956
17957 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17958
17959 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17960 replacing existing properties.
17961 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17962 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17963 tty specs.
17964 (rcirc-server-prefix, rcirc-server): New faces.
17965 (rcirc-url-regexp): Generate with rx macro.
17966 (rcirc-last-server-message-time): New variable.
17967 (rcirc-filter): Record time of last message.
17968 (rcirc-keepalive): Kill processes that did not send a message
17969 since the last ping.
17970 (rcirc-mode): Give rcirc-topic a local binding here.
17971
17972 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17973
17974 * subr.el (read-passwd): Fontify the prompt as we do with other
17975 prompts.
17976
17977 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17978
17979 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17980 binding buffer-read-only to nil.
17981
17982 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17983
17984 * complete.el (partial-completion-mode):
17985 Mention completion-auto-help in the doc string.
17986
17987 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17988 more Lisp-ish way.
17989
17990 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17991
17992 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17993 digits, not 8, to avoid misalignment for files larger than 100MB.
17994
17995 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17996
17997 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17998 Mention "keyboard shortcuts" in the help text.
17999
18000 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18001
18002 * startup.el (fancy-splash-default-action): Discard only
18003 mouse-down and succeeding mouse-up events in the splash screen
18004 window so that drag-n-drop event can be processed.
18005
18006 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18007
18008 * longlines.el (longlines-mode): Add hacks for mail-mode and
18009 message-mode.
18010
18011 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18012
18013 * textmodes/org.el (org-table-sort-lines): New command.
18014 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18015 (org-add-file): Command removed, use `org-agenda-file-to-front'
18016 instead.
18017 (org-export-icalendar): Use `org-icalendar-combined-name'.
18018 (org-cycle-agenda-files, org-agenda-file-to-end)
18019 (org-agenda-file-to-front): New commands.
18020 (org-table-tab-jumps-over-hlines, org-export-html-style):
18021 New options.
18022 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18023 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18024 New functions.
18025 (org-fill-paragraph): Call `org-table-align' in tables.
18026 (org-mode): Call `org-set-autofill-regexps'.
18027 (org-export-as-html): Support for local handformatted lists.
18028 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18029 (org-export-local-list-max-depth): New option.
18030 (org-html-expand): Use `org-html-protect'.
18031
18032 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18033
18034 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18035 to "p".
18036 (gdb): Move definition of gud-pp to...
18037
18038 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18039 speedbar.
18040 (gdb-find-watch-expression): New function.
18041
18042 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18043
18044 * faces.el (face-attribute, set-face-attribute): Mention existence
18045 of `:ignore-defface' setting in docstring.
18046
18047 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * simple.el (completion-setup-function): Fix last change.
18050
18051 2005-11-17 John Paul Wallington <jpw@pobox.com>
18052
18053 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18054 Use `posn-set-point' instead of `mouse-set-point' because the
18055 latter is not fbound when configured without X.
18056
18057 * comint.el (comint-insert-input): Likewise.
18058
18059 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18060
18061 * simple.el (hard-newline): New variable.
18062 (sendmail-user-agent-compose, next-line): Use it.
18063
18064 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18065 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18066 (mail-mail-reply-to, mail-mail-followup-to)
18067 (mail-position-on-field, mail-signature, mail-yank-original)
18068 (mail-attach-file): Likewise.
18069
18070 * mail/mailheader.el (mail-header-format)
18071 (mail-header-format-function): Likewise.
18072
18073 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18074
18075 2005-11-17 Juri Linkov <juri@jurta.org>
18076
18077 * font-lock.el (font-lock-faces): Rename this defgroup from
18078 `font-lock-highlighting-faces'.
18079 (font-lock-comment-face, font-lock-comment-delimiter-face)
18080 (font-lock-string-face, font-lock-doc-face)
18081 (font-lock-keyword-face, font-lock-builtin-face)
18082 (font-lock-function-name-face, font-lock-variable-name-face)
18083 (font-lock-type-face, font-lock-constant-face)
18084 (font-lock-warning-face, font-lock-negation-char-face)
18085 (font-lock-preprocessor-face)
18086 (font-lock-regexp-grouping-backslash)
18087 (font-lock-regexp-grouping-construct): Rename :group from
18088 `font-lock-highlighting-faces' to `font-lock-faces'.
18089
18090 * cus-edit.el (lisp, c, tex):
18091 * progmodes/ada-mode.el (ada):
18092 * progmodes/asm-mode.el (asm):
18093 * progmodes/cperl-mode.el (cperl-faces):
18094 * progmodes/cpp.el (cpp):
18095 * progmodes/dcl-mode.el (dcl):
18096 * progmodes/f90.el (f90):
18097 * progmodes/fortran.el (fortran):
18098 * progmodes/icon.el (icon):
18099 * progmodes/idlwave.el (idlwave-misc):
18100 * progmodes/m4-mode.el (m4):
18101 * progmodes/make-mode.el (makefile):
18102 * progmodes/meta-mode.el (meta-font):
18103 * progmodes/modula2.el (modula2):
18104 * progmodes/octave-mod.el (octave):
18105 * progmodes/pascal.el (pascal):
18106 * progmodes/perl-mode.el (perl):
18107 * progmodes/prolog.el (prolog):
18108 * progmodes/ps-mode.el (PostScript-edit):
18109 * progmodes/scheme.el (scheme):
18110 * progmodes/sh-script.el (sh-script):
18111 * progmodes/simula.el (simula):
18112 * progmodes/tcl.el (tcl):
18113 * textmodes/nroff-mode.el (nroff):
18114 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18115 * textmodes/sgml-mode.el (sgml):
18116 * textmodes/texinfo.el (texinfo):
18117 Add :link (custom-group-link font-lock-faces) to defgroup.
18118
18119 * hi-lock.el (hi-lock): Rename this defgroup from
18120 `hi-lock-interactive-text-highlighting'. Change parent group from
18121 `faces' to `font-lock'. Add link to the manual.
18122 (hi-lock-mode, hi-lock-file-patterns-range)
18123 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18124 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18125 (hi-lock-faces): Add :group `faces'.
18126
18127 * cus-edit.el (custom-variable-prompt): Clarify the code.
18128
18129 * faces.el (face-read-string): Set the default value arg of
18130 completing-read.
18131
18132 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18133
18134 * rfn-eshadow.el (file-name-shadow-properties)
18135 (file-name-shadow-tty-properties, file-name-shadow-mode):
18136 Remove autoloads, because the file is now preloaded.
18137
18138 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18139
18140 * printing.el (easy-menu-intern): Don't define.
18141 (pr-get-symbol): Use easy-menu-intern only if defined.
18142
18143 * simple.el (blink-matching-open): Simplify a bit.
18144 (completion-setup-function): Fix the case of partial-completion-mode
18145 when the minibuffer's contents start with "-".
18146 Obey completion-base-size-function even when
18147 minibuffer-completing-file-name is non-nil.
18148
18149 2005-11-16 Richard M. Stallman <rms@gnu.org>
18150
18151 * net/eudcb-ph.el (eudc-ph-open-session):
18152 Use set-process-query-on-exit-flag.
18153
18154 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18155
18156 * international/ucs-tables.el (ucs-set-table-for-input):
18157 Use make-local-variable, not make-variable-buffer-local.
18158
18159 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18160 Improve warning message text.
18161
18162 * savehist.el (savehist-save-hook): Add :group.
18163
18164 * menu-bar.el (menu-bar-help-menu):
18165 Rename Find Extra Packages to External Packages.
18166
18167 * cus-edit.el (Custom-reset-standard): Verify that
18168 :custom-standard-value prop exists before calling it.
18169
18170 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18171
18172 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18173
18174 * wid-edit.el (color): Enclose %t in %{...%}.
18175
18176 * cus-edit.el (face): Enclose %t in %{...%}.
18177
18178 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18179
18180 * savehist.el (savehist-mode-hook): Re-add the var.
18181 (savehist-mode): Use it.
18182
18183 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18184
18185 * textmodes/flyspell.el: Fix commenting convention.
18186 Remove unnecessary leading * in custom docstrings.
18187 (flyspell-emacs): Remove unused var.
18188 (flyspell-delete-region-overlays): Use remove-overlays.
18189 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18190 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18191 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18192 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18193 (make-flyspell-overlay): Don't locally reuse a global name.
18194 (flyspell-highlight-incorrect-region)
18195 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18196 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18197 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18198 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18199 Wrap calls to accept-process-output inside with-local-quit since it's
18200 often called from a post-command-hook.
18201 (flyspell-correct-word, flyspell-auto-correct-word):
18202 Use ispell-send-string.
18203 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18204
18205 * calendar/diary-lib.el (diary-list-entries): Also hide the
18206 terminating newline.
18207
18208 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18209
18210 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18211 window-system, to allow fonts on tty.
18212
18213 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18214
18215 * progmodes/gud.el (gud-speedbar-item-info): New function.
18216 (gud-install-speedbar-variables): Use it to display data type
18217 of watch expression as a tooltip in speedbar.
18218
18219 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18220
18221 * font-core.el (global-font-lock-mode): Add :version keyword,
18222 because default was changed.
18223
18224 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18225
18226 * startup.el (command-line): Use `custom-reevaluate-setting' for
18227 `file-name-shadow-mode'.
18228
18229 * loadup.el: Preload rfn-eshadow.
18230
18231 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18232 Add :version keyword.
18233 (file-name-shadow-properties, file-name-shadow-tty-properties)
18234 (file-name-shadow): Add :version keyword.
18235
18236 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18237 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18238 in the custom-group property of the symbol frames and the fringe
18239 group got no link to its parent group frames.
18240 Doc fix.
18241
18242 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18243
18244 * progmodes/gud.el (gud-stop-subjob): New function.
18245 (gud-menu-map, gud-tool-bar-map): Use it.
18246
18247 2005-11-16 Kim F. Storm <storm@cua.dk>
18248
18249 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18250 than kill it.
18251 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18252 to a more useful/logical place.
18253
18254 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18255
18256 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18257 go buttons complementary.
18258
18259 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18260
18261 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18262 (rfn-eshadow-sifn-equal): New function.
18263 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18264
18265 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18266
18267 * viper-utils.el (viper-non-word-characters-reformed-vi):
18268 Quote `-' in string.
18269
18270 * viper.el (viper-emacs-state-mode-list): Ensure that
18271 rcirc-mode buffers come up in Emacs state.
18272
18273 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18274 operation.
18275
18276 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18277
18278 * term.el (term-termcap-format): Fix typos.
18279 (term-down): Fix the negative argument case.
18280
18281 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18282
18283 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18284 2005-08-15.
18285 (gdb-ann3): New command gud-go.
18286 (menu): Accomodate gdb-mi.el.
18287 (gdb-assembler-custom): Make buffer of selected window current
18288 so that set-window-point works.
18289
18290 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18291 buttons and include new ones.
18292
18293 2005-11-16 Kim F. Storm <storm@cua.dk>
18294
18295 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18296 (gud-menu-map): Use it.
18297
18298 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18299
18300 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18301 that works correctly for Custom and that does not override a user
18302 who disables it.
18303
18304 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18305 (help-xref-interned, help-follow): Make hyperlinks for variables
18306 that are unbound, but have a non-nil variable-documentation property.
18307
18308 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18309 mode hook. (It conflicted with defcustoms for some mode hooks.)
18310 Use the `variable-documentation' property to give the mode hook a
18311 docstring and expand that docstring.
18312
18313 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18314
18315 * savehist.el (savehist-mode): Don't bother with
18316 `custom-set-minor-mode'.
18317 (savehist-coding-system): Check XEmacs version.
18318 (history-length): Declare also at run time.
18319 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18320 Don't set the customize state.
18321 (savehist-minibuffer-hook): Special case for when
18322 minibuffer-history-variable is equal to t.
18323
18324 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * files.el (write-file): Refresh VC status.
18327
18328 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18329 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18330 than fundamental-mode to see if the mode was set.
18331
18332 2005-11-14 Romain Francoise <romain@orebokech.com>
18333
18334 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18335 dummy function in `eval-when-compile' to avoid compiler warning.
18336 Require `man' at compile time.
18337
18338 2005-11-14 Jay Belanger <belanger@truman.edu>
18339
18340 * calc-alg.el (calcFunc-write-out-power): Rename it to
18341 calcFunc-powerexpand.
18342 (math-write-out-power): Rename it to math-powerexpand; have it
18343 handle negative exponents.
18344 (calc-writeoutpower): Rename it to calc-powerexpand.
18345
18346 * calc-ext.el: Change calcFunc-writeoutpower and
18347 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18348 autoloads.
18349 Add calcFunc-ldiv to autoloads.
18350
18351 * calc-arith.el (calcFunc-ldiv): New function.
18352
18353 * calc.el (calc-left-divide): New function.
18354
18355 2005-11-14 Juri Linkov <juri@jurta.org>
18356
18357 * cus-edit.el (custom-variable-prompt): Set the default value arg
18358 of completing-read.
18359
18360 * cus-dep.el (custom-make-dependencies): Reverse the list of
18361 found dependencies.
18362
18363 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18364
18365 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18366 Highlighting" entry, it is on by default now.
18367 (menu-bar-options-save): Do not save global-font-lock-mode.
18368
18369 2005-11-13 Richard M. Stallman <rms@gnu.org>
18370
18371 * textmodes/flyspell.el (flyspell-large-region):
18372 Call flyspell-accept-buffer-local-defs.
18373
18374 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18375
18376 * textmodes/flyspell.el (flyspell-notify-misspell):
18377 Fix misspelling of "Misspelling".
18378 (flyspell-process-localwords): New function.
18379 (flyspell-large-region): Call flyspell-process-localwords and
18380 flyspell-delete-region-overlays.
18381 (flyspell-delete-region-overlays): New function.
18382 (flyspell-delete-all-overlays): Call that.
18383
18384 2005-11-13 Richard M. Stallman <rms@gnu.org>
18385
18386 * help.el (help-for-help-internal): Improve doc of C-h a.
18387 (describe-key): Improve prompt; doc fix.
18388
18389 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18390
18391 * vc-svn.el (vc-svn-registered): Catch all errors.
18392
18393 * cus-dep.el (custom-make-dependencies): Typo.
18394
18395 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18396
18397 * net/tramp-util.el (top): Fix compilation warning.
18398
18399 2005-11-13 Kim F. Storm <storm@cua.dk>
18400
18401 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18402
18403 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18404
18405 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18406 (gud-speedbar-buttons): Match on "const char *" too.
18407
18408 * progmodes/gdb-ui.el (gdb-var-create-handler)
18409 (gdb-var-list-children-handler): Match on "const char *" too.
18410 (gdb-var-evaluate-expression-handler): Match on empty string.
18411 (gdb-var-update-handler): Only call
18412 gdb-var-evaluate-expression-handler when required.
18413
18414 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18415
18416 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18417 selected window. This still doesn't work for speedbar.
18418 (gud-speedbar-buttons): Handle string expressions properly.
18419
18420 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18421 (gdb-var-create-handler): Handle string expressions properly.
18422 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18423 Handle string expressions properly. Move "type" field into regexp.
18424
18425 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18426
18427 * bookmark.el (bookmark-maybe-message): New function to reduce
18428 code duplication: invokes `message' iff baud-rate is high enough.
18429 (bookmark-write-file): Use above instead of an inline conditional.
18430 (bookmark-load): Same.
18431
18432 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18433
18434 * bookmark.el (bookmark-write-file): Don't visit the destination
18435 file, just write the data to it using write-region. This is
18436 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18437 change to avoid visiting the file in the first place.
18438
18439 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18440
18441 * hi-lock.el (hi-lock-mode): Set the default value of
18442 font-lock-defaults.
18443
18444 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18445
18446 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18447 arg to `file-attributes'.
18448 (find-lisp-format): The UID and GID can now be strings.
18449
18450 2005-11-12 Kim F. Storm <storm@cua.dk>
18451
18452 * help.el (help-map): Bind C-h d to apropos-documentation.
18453
18454 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18455 when point is at end-of-buffer.
18456
18457 * apropos.el (apropos-match-face): Doc fix.
18458 (apropos-sort-by-scores): Add new choice `verbose'.
18459 (apropos-documentation-sort-by-scores): New defcustom.
18460 (apropos-pattern): Now contains the pattern entered by the user.
18461 (apropos-pattern-quoted): New defvar.
18462 (apropos-regexp): New defvar, containing the regexp corresponding
18463 to apropos-pattern.
18464 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18465 (apropos-read-pattern): New defun. Use it to read pattern arg in
18466 interactive calls; returns list of words for a word list, and
18467 string for a regexp.
18468 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18469 parses a list of words or regexp as returned by apropos-read-pattern.
18470 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18471 (apropos-score-doc): Return a very high score if the string
18472 entered by the user matches literally.
18473 (apropos-variable): Doc fix. Use apropos-read-pattern.
18474 (apropos-command): Doc fix. Use apropos-read-pattern and
18475 apropos-parse-pattern. Call apropos-print with nosubst=t.
18476 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18477 apropos-parse-pattern.
18478 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18479 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18480 apropos-documentation-sort-by-scores. Call apropos-print with
18481 nosubst=t.
18482 (apropos-documentation-internal): Pass doc string through
18483 substitute-key-definition before adding text properties.
18484 Highlight substring matching literal user input if possible.
18485 (apropos-documentation-check-doc-file): Remove locals beg and end.
18486 Fix calculation of score (as added twice). Pass doc string through
18487 substitute-key-definition before adding text properties.
18488 (apropos-documentation-check-elc-file): Pass doc string through
18489 substitute-key-definition before adding text properties.
18490 Highlight substring matching literal user input if possible.
18491 (apropos-print): Add new arg NOSUBST; if set, command and variable
18492 doc strings have already been passed through substitute-key-definition.
18493 Add code to handle apropos-accumulator items without score element
18494 for backwards compatibility (e.g. with woman package).
18495 Only show scores if apropos-sort-by-scores is `verbose'.
18496
18497 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18498
18499 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18500 Add jka-compr-load-suffixes to load-suffixes.
18501
18502 * jka-compr.el: Require jka-cmpr-hook.
18503 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18504 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18505 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18506 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18507 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18508 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18509 (jka-compr-uninstall): Remove entries from
18510 jka-compr-added-to-file-coding-system-alist after they are used.
18511 (jka-compr-error): Remove unused var `curbuf'.
18512 (jka-compr-file-local-copy): Remove unused var `notfound'.
18513
18514 2005-11-10 Romain Francoise <romain@orebokech.com>
18515
18516 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18517
18518 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18519
18520 * progmodes/gud.el (gud-menu-map): Move parentheses.
18521 (gdb): New command gud-pv.
18522
18523 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18524
18525 * tar-mode.el: Remove spurious or unnecessary leading stars
18526 in docstrings.
18527 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18528 (tar-parse-octal-integer-safe): Use mapc.
18529 (tar-header-block-summarize): Remove unused var `ck'.
18530 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18531 cleared before. Obey default-enable-multibyte-characters.
18532 Use mapconcat. Simplify setting of tar-header-offset.
18533 (tar-mode-map): Move initialization inside delcaration.
18534 (tar-flag-deleted): Use `abs'.
18535 (tar-expunge-internal): Remove unused var `line'.
18536 (tar-expunge-internal): Don't hardcode point-min==1.
18537 (tar-expunge): Widen while doing set-buffer-multibyte.
18538 (tar-rename-entry): Use file-name-coding-system.
18539 (tar-alter-one-field): Don't hardcode point-min==1.
18540 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18541 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18542
18543 2005-11-10 Masatake YAMATO <jet@gyve.org>
18544
18545 * add-log.el (add-log-current-defun): Handle class::method
18546 notation of c++. Fix incorrect comment.
18547
18548 2005-11-10 Alan Mackenzie <acm@muc.de>
18549
18550 * help-fns.el (describe-variable): Make C-h v work when a variable
18551 has variable documentation yet is unbound.
18552
18553 2005-11-10 Masatake YAMATO <jet@gyve.org>
18554
18555 * man.el (Man-highlight-references): Set an empty
18556 string to `Man-arguments' if it is nil.
18557 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18558
18559 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18560
18561 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18562 commenting conventions.
18563
18564 * cus-dep.el (custom-make-dependencies): Simplify.
18565 Better follow the commenting conventions.
18566
18567 2005-11-09 Richard M. Stallman <rms@gnu.org>
18568
18569 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18570 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18571 All uses changed.
18572 (apropos-rewrite-regexp): Doc fix.
18573 (apropos-variable, apropos-command, apropos, apropos-value):
18574 Change prompt; carry through the argument renaming.
18575
18576 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18577
18578 * find-lisp.el: Require dired.
18579 (find-lisp-find-dired-internal): Do not call
18580 `abbreviate-file-name' on DIR.
18581
18582 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18583
18584 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18585
18586 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18587
18588 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18589 when using the speedbar.
18590 (gdb): New command gud-pp.
18591 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18592
18593 2005-11-09 Juri Linkov <juri@jurta.org>
18594
18595 * replace.el (occur-excluded-properties): New defcustom.
18596 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18597
18598 2005-11-08 Jay Belanger <belanger@truman.edu>
18599
18600 * calc/calc-units.el (math-convert-units): Replace any composite
18601 unit by its definition.
18602
18603 2005-11-08 Lars Hansen <larsh@soem.dk>
18604
18605 * emacs-lisp/autoload.el (update-directory-autoloads):
18606 Add obsolete function alias.
18607
18608 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18611 comment-indent-function.
18612 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18613
18614 * reveal.el (reveal-post-command): Rework the handling of
18615 reveal-open-spots, so as to be more reliable. There were several
18616 tricky corner cases where an open spot might be lost, or where
18617 a closed spot might end up on the list of open spots.
18618 Only reveal text that's ellipsised.
18619
18620 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18621
18622 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18623
18624 2005-11-07 John Paul Wallington <jpw@gnu.org>
18625
18626 * ibuffer.el (ibuffer): Search iconified frames too when
18627 getting Ibuffer buffer's window.
18628
18629 2005-11-06 Richard M. Stallman <rms@gnu.org>
18630
18631 * progmodes/compile.el (compilation-internal-error-properties):
18632 save-excursion around the computation of MARKER.
18633
18634 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18635
18636 * textmodes/flyspell.el (flyspell-external-point-words):
18637 flyspell-get-word returns a list, not just a string.
18638
18639 2005-11-06 John Paul Wallington <jpw@pobox.com>
18640
18641 * ibuffer.el (ibuffer): Search all visible frames when getting
18642 Ibuffer buffer's window.
18643
18644 2005-11-07 Masatake YAMATO <jet@gyve.org>
18645
18646 * man.el (Man-reference-regexp): Accept spaces between
18647 `Man-name-regexp' and `Man-section-regexp'.
18648 (Man-apropos-regexp): New variable.
18649 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18650 if available.
18651 (Man-highlight-references, Man-highlight-references0):
18652 Handle the case when `Man-arguments' includes "-k".
18653 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18654 `TARGET'. `TARGET' can be a number, function or nil.
18655
18656 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18657
18658 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18659 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18660 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18661 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18662 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18663 (gdb-send-item): Use buffer-local-value and simplify.
18664
18665 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18666
18667 * startup.el (command-line): Use `custom-reevaluate-setting' for
18668 `global-font-lock-mode'.
18669
18670 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18671 by default, except in batch mode or when the -D option is given.
18672
18673 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18674 specified keyword args on to `define-minor-mode'. Update docstring.
18675
18676 2005-11-05 Romain Francoise <romain@orebokech.com>
18677
18678 * replace.el (occur-engine): Add marker at end of line, too.
18679
18680 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18681
18682 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18683 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18684 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18685 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18686 argument to all these routines, so the passphrase can be managed
18687 externally and passed in to the system.
18688 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18689 pgg-add-passphrase-to-cache function.
18690
18691 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18692 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18693 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18694 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18695 argument to all these routines, so the passphrase can be managed
18696 externally and passed in to the system.
18697 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18698 function.
18699
18700 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18701
18702 * font-lock.el: Don't deal with font-lock-face-attributes here,
18703 move the code ...
18704
18705 * startup.el (command-line): ... here. Use face-spec-set instead
18706 of custom-declare-face.
18707
18708 * faces.el (face-spec-set): Reset the face if spec is not nil.
18709
18710 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * newcomment.el (comment-region-internal): Box more tightly in the
18713 common case where there's no TAB in the boxed text.
18714
18715 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18716
18717 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18718 up-node.
18719
18720 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18721
18722 * newsticker.el: Commentary updated. Code formatting changed.
18723 (newsticker-version): Change to "1.9".
18724 (newsticker, newsticker-feed): Doc fix.
18725 (newsticker-url-list): Doc fix. Add option "Weekly".
18726 (newsticker-retrieval-interval): Add option "Weekly".
18727 (newsticker-headline-processing): Doc fix.
18728 (newsticker-auto-mark-filter): Remove.
18729 (newsticker-auto-mark-filter-list): New.
18730 (newsticker-layout, newsticker-sort-method): Doc fix.
18731 (newsticker-hide-old-items-in-newsticker-buffer)
18732 (newsticker-heading-format, newsticker-item-format)
18733 (newsticker-desc-format): Doc fix.
18734 (newsticker-show-all-rss-elements): Remove.
18735 (newsticker-show-all-news-elements): New.
18736 (newsticker-faces, newsticker-ticker): Doc fix.
18737 (remove-from-invisibility-spec): Code formatting.
18738 (newsticker--process-ids): New.
18739 (newsticker-mode): Doc fix.
18740 (newsticker-mode): Change mode-line-format.
18741 (newsticker-start): Remove debug output.
18742 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18743 (newsticker-w3m-show-inline-images): Code formatting.
18744 (newsticker-next-item): Call `force-mode-line-update'.
18745 (newsticker-previous-item): Call `force-mode-line-update'.
18746 (newsticker-next-feed): Call `force-mode-line-update'.
18747 (newsticker-previous-feed): Call `force-mode-line-update'.
18748 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18749 (newsticker-show-old-items): Do not show descs.
18750 (newsticker-hide-entry): Hide too much.
18751 (newsticker-hide-entry, newsticker-show-entry)
18752 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18753 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18754 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18755 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18756 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18757 (newsticker-get-news): Call `force-mode-line-update'.
18758 Collect process ids.
18759 (newsticker--sentinel): Change coding system handling.
18760 Move image retrieval to new functions newsticker--get-logo-url-*.
18761 Move feed parsing to new functions newsticker--parse-*.
18762 Update list of process ids.
18763 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18764 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18765 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18766 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18767 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18768 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18769 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18770 (newsticker--decode-coding-string): Remove.
18771 (newsticker--decode-numeric-entities): Check input. Format code.
18772 (newsticker--remove-whitespace): Check input.
18773 (newsticker--do-forget-preformatted): Doc fix.
18774 (newsticker--decode-rfc822-date): Allow for missing time.
18775 (newsticker--update-process-ids): New.
18776 (newsticker--image-sentinel): Change comment.
18777 (newsticker--image-read): Change error message.
18778 (newsticker--imenu-goto): Doc fix. Show headline title.
18779 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18780 (newsticker--buffer-do-insert-text): Clean whitespace in
18781 html-rendered headline title. Code formatting.
18782 Call `newsticker--buffer-print-extra-elements'.
18783 (newsticker--buffer-print-extra-element): Remove.
18784 (newsticker--buffer-print-extra-elements): New.
18785 (newsticker--buffer-do-print-extra-element): New.
18786 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18787 large sizes.
18788 (newsticker--run-auto-mark-filter)
18789 (newsticker--do-run-auto-mark-filter):
18790 Use `newsticker-auto-mark-filter-list'.
18791
18792 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18793
18794 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18795 (rcirc-print): Force redisplay before running hooks. Do long
18796 buffer truncation after making new text read-only. Deal with nil
18797 text when decoding strings. If TARGET is nil, use either the
18798 currently selected buffer, if it is an rcirc buffer and of the
18799 same process or the process buffer.
18800 (rcirc-mode): Remove header-line. Recompute short buffer names.
18801 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18802 (rcirc-short-buffer-name): Add variable.
18803 (rcirc-kill-buffer-hook): Recompute short buffer names.
18804 Remove nick from private channel.
18805 (rcirc-send-input): Send command text to current-buffer.
18806 Don't clear overlay arrow here.
18807 (rcirc-short-buffer-name): Return a short buffer name.
18808 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18809 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18810 buffer-name abbreviations.
18811 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18812 Do not touch nick-table when killing a parted channel.
18813 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18814 Clear arrow from current buffer if it is now hidden.
18815 (rcirc-current-buffer): Add variable.
18816 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18817 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18818 Remove -face from names.
18819 (rcirc-update-activity-string): Print "DND" when globally ignoring
18820 activity.
18821 (rcirc-ignore-buffer-activity-flag): Rename from
18822 rcirc-ignore-channel-activity.
18823 (rcirc-ignore-all-activity-flag): Doc fix.
18824 (rcirc-channels): Remove variable.
18825 (rcirc-kill-buffer-hook):
18826 (rcirc-get-buffer-create): Add nick to private channel.
18827 (rcirc-multiline-edit-submit): Remove tabs.
18828 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18829 folded.
18830 (rcirc-remove-nick-channel): Bug fix.
18831 (rcirc-toggle-ignore-buffer-activity): Rename from
18832 rcirc-toggle-ignore-channel-activity.
18833 (rcirc-record-activity): Add buffers to the front of the list.
18834 (rcirc-update-activity): Remove killed buffers from list.
18835 (rcirc-process-server-response-1): Remove last argument if it is
18836 null before calling handler.
18837 (rcirc): Add "rcirc" defcustom prefix.
18838 (rcirc-prompt): Simplify default prompt.
18839 Use custom-initialize-default.
18840 (rcirc-private-chats): Remove variable.
18841 (rcirc-prompt): Change initialization.
18842 (rcirc-version): Remove function.
18843 (rcirc-id-string): Add constant.
18844 (rcirc-last-buffer): Remove variable.
18845 (rcirc-buffer-alist): Add variable.
18846 (rcirc-connect): Update variable setup.
18847 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18848 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18849 default.
18850 (rcirc-handler-generic): Trigger activity.
18851 (rcirc-send-message): Create the buffor of the target.
18852 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18853 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18854 (rcirc-multiline-edit-cancel): Remove function.
18855 (rcirc-set-last-buffer): Remove function.
18856 (rcirc-get-any-buffer): Add function.
18857 (rcirc-join-channels): Don't print /join text.
18858 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18859 messages.
18860 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18861 (rcirc-handler-NOTICE): Recognize CTCP responses.
18862 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18863 constructing TOPIC string for buffers we are not JOINed.
18864 (rcirc-handler-CTCP-response): Add handler.
18865 (rcirc-multiline-edit-submit): Restore the window-configuration
18866 before adjusting point.
18867 (rcirc): Add customization group.
18868 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18869 (rcirc-user-full-name, rcirc-startup-channels-alist)
18870 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18871 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18872 (rcirc-input-ring-size, rcirc-read-only-flag)
18873 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18874 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18875 Change defvar to defcustom.
18876 (rcirc-update-prompt): Add optional ALL arg, which will update
18877 prompts in all rcirc buffers. Regexp quote replacement text.
18878 (rcirc-fill-column): Accept frame-width as a value.
18879 (rcirc-set-changed): Add function.
18880 (rcirc-next-active-buffer): Write more meaningful messages.
18881 (rcirc-faces): Add customization group.
18882 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18883 (rcirc-nick-in-message-face, rcirc-prompt-face)
18884 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18885 (with-rcirc-process-buffer): Move before first usage.
18886 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18887 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18888 (rcirc-debug): Rename from `rcirc-log'.
18889 (rcirc-format-response-string): Do not print `-' chars for a
18890 NOTICE with no sender. Simplify output of server responses.
18891
18892 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18893
18894 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18895 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18896 Make urls mouse and RET clickable.
18897
18898 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18899
18900 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18901
18902 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18903
18904 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18905 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18906 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18907 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18908 argument to all these routines, so the passphrase can be managed
18909 externally and passed in to the system.
18910 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18911 pgg-add-passphrase-to-cache function.
18912
18913 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18914 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18915 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18916 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18917 argument to all these routines, so the passphrase can be managed
18918 externally and passed in to the system.
18919 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18920 function.
18921
18922 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18923
18924 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18925 from goto-address-url-regexp.
18926
18927 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18928
18929 * textmodes/org.el (org-read-date, org-goto-calendar)
18930 (org-recenter-calendar, org-agenda-goto-calendar):
18931 Temporarily clear `calendar-move-hook'.
18932
18933 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18934
18935 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18936 merging.
18937
18938 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18939 have merge clashes.
18940
18941 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18942
18943 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18944 Undo previous change.
18945
18946 * startup.el (command-line): Use `custom-reevaluate-setting' for
18947 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18948 tty-register-default-colors on Mac.
18949
18950 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18951
18952 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18953 (gdb-buffer-type): Make it automatically buffer local...
18954 (gdb-get-create-buffer): ...and set it accordingly.
18955 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18956 actually work.
18957
18958 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18959
18960 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18961 not red.
18962
18963 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18964
18965 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18966 case GUD buffer is not visible.
18967 (gdb-goto-breakpoint): Try to force display in source buffer.
18968 (gdb-frame-gdb-buffer): Copy other similar functions.
18969 (gdb-restore-windows): Don't display source if not asked for.
18970 (gdb-assembler-buffer-name): Don't capitalise.
18971
18972 2005-11-03 Richard M. Stallman <rms@gnu.org>
18973
18974 * wid-edit.el (key-sequence): New widget type.
18975
18976 * simple.el (set-mark-command-repeat-pop): New variable.
18977 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18978 if set-mark-command-repeat-pop is true.
18979
18980 * info.el (Info-fontify-node): Don't display extra "see" if there
18981 already is one here.
18982
18983 * mouse.el: Fix special handling of DEL after dragging a region:
18984 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18985 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18986
18987 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18988
18989 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18990 not to assume it pertains to an affix.
18991
18992 * textmodes/flyspell.el (flyspell-post-command-hook):
18993 Bind deactivate-mark to prevent deactivation.
18994
18995 2005-11-03 Lars Hansen <larsh@soem.dk>
18996
18997 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18998 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18999 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19000
19001 2005-11-03 Romain Francoise <romain@orebokech.com>
19002
19003 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19004 Update copyright years.
19005
19006 2005-11-03 Sam Steingold <sds@gnu.org>
19007
19008 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19009 Use system-type instead of window-system because window-system is not
19010 correctly defined during loadup.
19011
19012 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19013
19014 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19015 (xml-parse-tag): Join strings separated by a comment properly.
19016
19017 2005-11-02 Andreas Schwab <schwab@suse.de>
19018
19019 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19020
19021 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19024 (byte-optimize-pure-func): Quote the eval'd value.
19025
19026 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19027 Rename from perl-font-lock-syntactic-face-function.
19028 Change the calling convention so it can be used as a font-lock MATCHER.
19029 Do the parse-partial-sexp loop outselves.
19030 (perl-font-lock-syntactic-keywords): Use it.
19031 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19032
19033 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19034
19035 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19036 disassembly buffer too.
19037 (gdb-exited): Remove overlay arrows when execution has finished.
19038 (gdb-info-frames-custom, gdb-info-threads-custom)
19039 (gdb-info-registers-custom): Don't add inappropriate text
19040 properties if inferior is not active.
19041
19042 2005-11-02 Glenn Morris <rgm@gnu.org>
19043
19044 * progmodes/fortran.el (fortran-blink-match):
19045 Use `blink-matching-delay'.
19046
19047 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19048
19049 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19050
19051 2005-11-02 Lars Hansen <larsh@soem.dk>
19052
19053 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19054 "Permission denied".
19055
19056 2005-11-01 Richard M. Stallman <rms@gnu.org>
19057
19058 * textmodes/flyspell.el (flyspell-external-point-words):
19059 Pass nil to flyspell-get-word.
19060
19061 2005-11-02 Kim F. Storm <storm@cua.dk>
19062
19063 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19064 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19065
19066 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19069 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19070 (calendar-mouse-print-dates): Add optional `event' argument.
19071 Update interactive-spec.
19072 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19073 Use `calendar-event-to-date' instead of `event'.
19074
19075 2005-11-02 Masatake YAMATO <jet@gyve.org>
19076
19077 * progmodes/ld-script.el (ld-script-builtins):
19078 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19079 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19080 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19081
19082 2005-11-01 Romain Francoise <romain@orebokech.com>
19083
19084 * vc-sccs.el: Update copyright year.
19085 * ezimage.el: Likewise.
19086
19087 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19088
19089 * info.el (Info-fontify-node): Use `string-width' for fontifying
19090 underlined titles.
19091
19092 2005-11-01 Juri Linkov <juri@jurta.org>
19093
19094 * info.el (Info-fontify-node): Downcase node header keywords Node,
19095 Prev, Next, Up before comparison.
19096 (Info-history): Insert absolute directory name, and put invisible
19097 property on it.
19098
19099 2005-11-01 Juri Linkov <juri@jurta.org>
19100
19101 * info.el (Info-file-supports-index-cookies): New variable.
19102 (Info-find-node-2): Check makeinfo version for index cookie support.
19103 (Info-index-nodes): Search for nodes with index cookies only when
19104 Info-file-supports-index-cookies is t. Otherwise, search nodes
19105 with "Index" in the node name.
19106 (Info-index-node): Search index cookie in the current node only when
19107 Info-file-supports-index-cookies is t. Otherwise, check the word
19108 "Index" in the node name.
19109 (Info-find-emacs-command-nodes): Remove code that searches nodes
19110 with "Index" node name in the top menu.
19111
19112 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * progmodes/scheme.el (scheme-mode-variables): Use the default
19115 comment-indent-function.
19116
19117 * faces.el (face-attribute): Handle the case where a face inherits from
19118 a non-existent face.
19119
19120 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19121 for octal and hexa output, and merge the char into the paren.
19122 (kill-new): Use push.
19123 (copy-to-buffer): Use with-current-buffer.
19124 (completion-setup-function): Move code in loop to remove redundancy.
19125 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19126 those inherited from minibuffer-local-completion-map.
19127
19128 * savehist.el (savehist-mode) <defcustom>:
19129 Use custom-set-minor-mode if available.
19130 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19131 and emit a message if applicable.
19132
19133 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19134
19135 * savehist.el: Sync up to version 19.
19136 (savehist-mode): New minor mode.
19137 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19138 (savehist-length): Remove (use history-length instead).
19139 (savehist-file-modes): Rename from savehist-modes.
19140 (savehist-save-hook, savehist-loaded): New vars.
19141 (savehist-load): Use savehist-mode. Try to smooth up transition from
19142 old format to new format.
19143 (savehist-install): Allow savehist-autosave-interval to be nil.
19144 (savehist-save): Run the new hook. Be more careful to only trim the
19145 history variables.
19146 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19147 (savehist-printable): Print into a buffer rather than char-by-char.
19148
19149 2005-11-01 John Wiegley <johnw@newartisans.com>
19150
19151 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19152 toggle-ignore keybinding (C-a). The author said it had been
19153 disabled much earlier due to a possible incompatibility, but after
19154 many months of usage I have encountered no problems (and it is a
19155 rather useful option, especially for switching to " *temp*").
19156
19157 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19158 support for OS/X's AddressBook, by calling out to the open source
19159 program "contacts" (installable through Fink).
19160
19161 * net/eudc.el (eudc-expand-inline): If the
19162 `eudc-multiple-match-handling-method' is set to `all', delete the
19163 query string before inserting the query result.
19164
19165 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19166 flag, to prevent Eshell from using the system ls when
19167 `eshell-ls-insert-directory' is in used.
19168 (eshell-ls-insert-directory): Disable font-lock in directory
19169 buffer so that Eshell's own fontification is seen. This broke
19170 recently due to changes in font-lock, so this goes back to version
19171 21 behavior.
19172
19173 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19174
19175 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19176 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19177 (gdb-many-windows): Doc fix.
19178
19179 2005-10-31 Romain Francoise <romain@orebokech.com>
19180
19181 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19182
19183 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19184
19185 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19186 that global-font-lock-mode can be enabled by default.
19187
19188 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19189 (font-lock-add-keywords, font-lock-remove-keywords)
19190 (font-lock-fontify-buffer): Remove autoload cookies.
19191
19192 * jit-lock.el (jit-lock-register): Likewise.
19193
19194 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19195
19196 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19199 intact if there is no gud-comint-buffer.
19200
19201 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19202
19203 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19204 old prompt comint-prompt-read-only is t and GDB commands are
19205 issued from tool bar etc.
19206
19207 2005-10-31 Masatake YAMATO <jet@gyve.org>
19208
19209 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19210
19211 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19212
19213 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19214 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19215
19216 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19217
19218 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19219 starting at beginning of line. Fontification is messed up when
19220 `open-paren-in-column-0-is-defun-start' set to t.
19221 Reported by John Paul Wallington <jpw@pobox.com>.
19222
19223 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19224
19225 * comint.el (comint-send-input): Call `comint-update-fence' when
19226 `comint-process-echoes' and `comint-prompt-read-only' are both
19227 non-nil, to avoid leftover read-only newline.
19228
19229 2005-10-30 Richard M. Stallman <rms@gnu.org>
19230
19231 * textmodes/flyspell.el (flyspell-external-point-words):
19232 Detect when WORD can't be checked properly because
19233 flyspell-get-word finds just part of it, and move on.
19234
19235 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19236 boundarychar for Polish.
19237 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19238 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19239
19240 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19241
19242 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19243 (gdb-registers-font-lock-keywords): Delete.
19244 (gdb-registers-mode): Don't fontify.
19245 (gdb-info-registers-custom): Use text properties instead as, in
19246 future, changed register values will use font-lock-warning-face.
19247 (gdb-local-font-lock-keywords): Rename to...
19248 (gdb-locals-font-lock-keywords): ...for consistency.
19249
19250 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19251
19252 * vc.el (vc-switch-backend): Better error message if the buffer is
19253 not visiting a file under version control.
19254
19255 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19256
19257 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19258
19259 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19260 ~/.emacs.d/.emacs.
19261
19262 2005-10-29 Richard M. Stallman <rms@gnu.org>
19263
19264 * replace.el (occur-mode-mouse-goto): Always go to other window.
19265 (occur-mode-goto-occurrence): Always switch in same window.
19266
19267 * simple.el (undo): Display message at end, not at start.
19268
19269 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19270 New arg REUSE-CELL.
19271 (cancel-timer-internal): New function.
19272 (timer-event-handler): Use cancel-timer-internal,
19273 and pass the cell it returns to timer-activate...
19274
19275 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19276 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19277 (jit-lock-after-change): Test memory-full.
19278
19279 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19280
19281 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19282 part of the decoded armor to find the key-identifier.
19283 (pgg-gpg-lookup-key-owner): New function to return the
19284 human-readable identifier of a key owner.
19285 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19286 key itself.
19287 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19288 the key value) if we have a key and can match it against a secret
19289 key. Also, added a note pointing out fact that the prompt only
19290 indicates the first matching key.
19291
19292 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19293 pgg-decrypt-region.
19294 (pgg-pending-timers): A new hash for tracking the passphrase cache
19295 timers, so that new ones supercede old ones.
19296 (pgg-add-passphrase-to-cache): Rename from
19297 `pgg-add-passphrase-cache' to reduce confusion (all callers
19298 changed). Modified to cancel old timers when new ones are added.
19299 (pgg-remove-passphrase-from-cache): Rename from
19300 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19301 changed). Modified to cancel old timers when their keys are
19302 removed from the cache.
19303 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19304 XEmacs, an indirection to delete-itimer.
19305 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19306 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19307 users can only check cache without risk of prompting. Correct bug in
19308 notruncate behavior.
19309 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19310 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19311 Add informative docstrings.
19312 (pgg-decrypt): Convey provided passphrase in subordinate call to
19313 pgg-decrypt-region.
19314
19315 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19316 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19317 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19318 `passphrase' argument, so the passphrase can be managed externally
19319 and then passed in to the system.
19320
19321 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19322 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19323 so the passphrase cache can be used reliably with identifiers
19324 besides a pgp packet's key id.
19325
19326 * pgg-gpg.el (pgg-pgp-encrypt-region)
19327 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19328 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19329 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19330 argument to all these routines, so the passphrase can be managed
19331 externally and passed in to the system.
19332
19333 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19334 `notruncate' argument, so the passphrase cache can be used
19335 reliably with identifiers besides a pgp packet's key id.
19336
19337 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19338
19339 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19340 symmetric encryption.
19341 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19342 encrypted session key.
19343 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19344 message ask for the passphrase in a proper way.
19345
19346 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19347 New user commands for symmetric encryption.
19348
19349 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19350
19351 * textmodes/conf-mode.el (conf-assignment-sign)
19352 (conf-assignment-regexp): Fix docstrings.
19353 (conf-mode-initialize): New function.
19354 (conf-mode): Remove optional args. Use delay-mode-hooks to
19355 recognize recursive calls.
19356 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19357 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19358 (conf-xdefaults-mode): Use define-derived-mode and
19359 conf-mode-initialize.
19360
19361 2005-10-29 Romain Francoise <romain@orebokech.com>
19362
19363 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19364
19365 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19366
19367 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19368 part of the decoded armor to find the key-identifier.
19369 (pgg-gpg-lookup-key-owner): New function to return the
19370 human-readable identifier of a key owner.
19371 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19372 key itself.
19373 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19374 the key value) if we have a key and can match it against a secret
19375 key. Also, added a note pointing out fact that the prompt only
19376 indicates the first matching key.
19377
19378 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19379 pgg-decrypt-region.
19380 (pgg-pending-timers): A new hash for tracking the passphrase cache
19381 timers, so that new ones supercede old ones.
19382 (pgg-add-passphrase-to-cache): Rename from
19383 `pgg-add-passphrase-cache' to reduce confusion (all callers
19384 changed). Modified to cancel old timers when new ones are added.
19385 (pgg-remove-passphrase-from-cache): Rename from
19386 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19387 changed). Modified to cancel old timers when their keys are
19388 removed from the cache.
19389 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19390 XEmacs, an indirection to delete-itimer.
19391 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19392 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19393 users can only check cache without risk of prompting. Correct bug in
19394 notruncate behavior.
19395 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19396 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19397 Add informative docstrings.
19398 (pgg-decrypt): Convey provided passphrase in subordinate call to
19399 pgg-decrypt-region.
19400
19401 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19402
19403 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19404 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19405 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19406 `passphrase' argument, so the passphrase can be managed externally
19407 and then passed in to the system.
19408
19409 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19410 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19411 so the passphrase cache can be used reliably with identifiers
19412 besides a pgp packet's key id.
19413
19414 * pgg-gpg.el (pgg-pgp-encrypt-region)
19415 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19416 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19417 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19418 argument to all these routines, so the passphrase can be managed
19419 externally and passed in to the system.
19420
19421 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19422 `notruncate' argument, so the passphrase cache can be used
19423 reliably with identifiers besides a pgp packet's key id.
19424
19425 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19426
19427 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19428 symmetric encryption.
19429 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19430 encrypted session key.
19431 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19432 message ask for the passphrase in a proper way.
19433
19434 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19435 New user commands for symmetric encryption.
19436
19437 2005-10-28 Bill Wohler <wohler@newt.com>
19438
19439 * help-mode.el (help-url): New button type. Calls browse-url.
19440 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19441 Similar to Info nodes: URL `url'.
19442 (help-make-xrefs): Create help-url buttons for
19443 help-xref-url-regexp matches.
19444
19445 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19446
19447 * tool-bar.el (tool-bar-add-item-from-menu)
19448 (tool-bar-local-item-from-menu): Fix doc strings.
19449
19450 2005-10-28 Romain Francoise <romain@orebokech.com>
19451
19452 * ldefs-boot.el: Update.
19453
19454 * subr.el (locate-library): Move from help-fns.el.
19455 * help-fns.el (locate-library): Move to subr.el.
19456
19457 2005-10-28 Richard M. Stallman <rms@gnu.org>
19458
19459 * net/tramp.el (tramp-completion-mode): defvar moved up.
19460
19461 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19462
19463 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19464
19465 * files.el (find-file-noselect): Use %d to format large file size.
19466
19467 * bindings.el (mode-line-format): Add %e.
19468
19469 * loadup.el ("facemenu"): Load unconditionally.
19470 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19471 ("x-dnd"): Load, when appropriate.
19472
19473 * startup.el (command-line): Call before-init-hook earlier.
19474 Warn about some bad characters in -u user name.
19475
19476 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19477 (flyspell-external-point-words): Error if misspelled word is not found.
19478 Set flyspell-large-region-beg at end of word.
19479
19480 2005-10-28 Andreas Schwab <schwab@suse.de>
19481
19482 * view.el (View-revert-buffer-scroll-page-forward):
19483 Use view-page-size-default.
19484
19485 2005-10-28 Juri Linkov <juri@jurta.org>
19486
19487 * international/quail.el (quail-get-current-str): Translate last
19488 raw character for deterministic input methods.
19489
19490 2005-10-27 Jay Belanger <belanger@truman.edu>
19491
19492 * calc/calc-ext.el: Add functions to autoloads.
19493 (math-identity-matrix-p, math-ident-row-p): New functions.
19494
19495 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19496 multiplication by an identity matrix; don't turn multiplication by
19497 an inverse matrix into division.
19498 (math-div-symbol-fancy): Replace division by matrices with
19499 multiplication by inverse.
19500
19501 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19502
19503 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19504 (calc-writeoutpower): New functions.
19505
19506 2005-10-27 Romain Francoise <romain@orebokech.com>
19507
19508 * replace.el (occur-engine): Include colon in mouse-face highlight.
19509
19510 * dired-x.el: Change Maintainer field.
19511
19512 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19513
19514 * longlines.el (longlines-mode): Bind after-change-functions to
19515 nil during initial decoding and final encoding.
19516
19517 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19518
19519 * term.el (term-emulate-terminal, term-handle-colors-array)
19520 (term-handle-ansi-escape): Specify the terminfo capabilities
19521 implemented.
19522
19523 2005-10-26 Richard M. Stallman <rms@gnu.org>
19524
19525 * info.el (Info-fontify-node): Fix detection of sentence-break
19526 before *Note.
19527
19528 2005-10-26 Romain Francoise <romain@orebokech.com>
19529
19530 * smerge-mode.el: Add `tools' to file keywords.
19531
19532 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19533
19534 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19535 when the fringe is not available.
19536
19537 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19538 (def-gdb-auto-update-trigger): Simplify construction.
19539 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19540 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19541 defined explicitly.
19542 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19543 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19544 defined explicitly.
19545 (gdb-info-locals-custom): Remove as it's a no-op.
19546
19547 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19548
19549 * longlines.el (longlines-mode): Remove narrowing before
19550 performing the initial decoding or final encoding.
19551
19552 2005-10-25 Romain Francoise <romain@orebokech.com>
19553
19554 * emacs-lisp/find-func.el (find-library-name): Also strip
19555 extension if library name ends in .el, to take advantage of
19556 `find-library-suffixes'.
19557
19558 2005-10-25 Richard M. Stallman <rms@gnu.org>
19559
19560 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19561
19562 2005-10-25 Juri Linkov <juri@jurta.org>
19563
19564 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19565 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19566
19567 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19568
19569 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19570 (blackbox-redefine-key): Add argument `map'.
19571
19572 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19573 regions when moving the jit-lock-context-unfontify-pos boundary.
19574
19575 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19576
19577 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19578
19579 2005-10-25 Masatake YAMATO <jet@gyve.org>
19580
19581 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19582
19583 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19584
19585 * play/blackbox.el (blackbox-redefine-key): New function.
19586 (blackbox-mode-map): Use it to remap existing bindings for cursor
19587 motion instead of binding literal keys.
19588
19589 2005-10-25 Glenn Morris <rgm@gnu.org>
19590
19591 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19592 diary does not end in a newline. Do not assume a blank line at
19593 the start of the diary file.
19594
19595 2005-10-25 Kenichi Handa <handa@m17n.org>
19596
19597 * international/quail.el (quail-translate-key): If the input
19598 method is deterministic and failed to handle the last key, restart
19599 the key handling loop from an appropriate key.
19600
19601 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19602
19603 * vc.el (vc-dired-mode): Extend comment for binding of
19604 `directory-listing-before-filename-regexp'.
19605
19606 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19607
19608 * textmodes/texinfo.el (texinfo-mode):
19609 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19610 not to unnecessarily expose emacs-mule's internal char codes.
19611
19612 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19613
19614 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19615 Display hand pointer and help-echo on disabled icon too.
19616 (gdb-mouse-until): New function.
19617 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19618
19619 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19620
19621 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19622 with 2005-10-23 change to doctor.el.
19623
19624 * finder.el (finder-mode-map): Add follow-link binding.
19625
19626 2005-10-25 Kim F. Storm <storm@cua.dk>
19627
19628 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19629 to gdb-mouse-toggle-breakpoint-fringe.
19630 (gdb-mouse-toggle-breakpoint-margin): Rename from
19631 gdb-mouse-toggle-breakpoint. Fix doc.
19632 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19633 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19634 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19635 string properties also for fringe breakpoint bitmaps.
19636
19637 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19638
19639 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19640
19641 2005-10-25 Masatake YAMATO <jet@gyve.org>
19642
19643 * simple.el (completion-common-substring):
19644 Use `completion-common-substring' prior to `completion-base-size'.
19645
19646 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19647
19648 * savehist.el: Require CL while compiling.
19649 (savehist-history-variables): Remove.
19650 (savehist-save-minibuffer-history, savehist-additional-variables)
19651 (savehist-minibuffer-history-variables): New vars.
19652 (savehist-save): Use them.
19653 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19654 (savehist-install): New fun, extracted from savehist-load.
19655 (savehist-load): Use them.
19656
19657 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19660 a dummy doc-string-elt property.
19661 (defalias, defvaralias, define-category): Add a docstring property.
19662
19663 * image.el (defimage):
19664 * widget.el (define-widget):
19665 * custom.el (defface, defcustom): Add `doc-string' declaration.
19666
19667 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19668 (defadvice): Add `doc-string' declaration.
19669
19670 * emacs-lisp/byte-run.el (macro-declaration-function):
19671 Handle `doc-string' declarations.
19672 (define-obsolete-function-alias, define-obsolete-variable-alias):
19673 Add `doc-string' declaration.
19674
19675 2005-10-24 Kenichi Handa <handa@m17n.org>
19676
19677 * international/utf-7.el (utf-7): Add autoload cookie.
19678
19679 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19680
19681 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19682
19683 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19684 list of directories passed to batch-update-autoloads. Add "." to
19685 the list of the echoed directories.
19686
19687 * pgg-def.el:
19688 * pgg-gpg.el:
19689 * pgg-parse.el:
19690 * pgg-pgp.el:
19691 * pgg-pgp5.el:
19692 * pgg.el: Moved here from the gnus subdirectory.
19693
19694 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19695
19696 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19697 in case comint-prompt-read-only is set to t.
19698
19699 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19700 in case comint-prompt-read-only is set to t.
19701
19702 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19703
19704 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19705 Now a string.
19706 (icalendar-import-format): Handle CLASS, STATUS, URL.
19707 Rename `subject' to `summary'.
19708 (icalendar-import-format-summary): Rename from
19709 `icalendar-import-format-subject'.
19710 (icalendar-import-format-url, icalendar-import-format-status)
19711 (icalendar-import-format-class): New variables.
19712 (icalendar--rris): Take variable argument list.
19713 (icalendar--datestring-to-isodate): Remove unnecessary
19714 calendar-style check when converting dates with explicit month names.
19715 (icalendar-export-region): Change return type of conversion
19716 subroutines. Bury current buffer unless error occurred.
19717 (icalendar--convert-to-ical)
19718 (icalendar--parse-summary-and-rest): New functions.
19719 (icalendar--convert-ordinary-to-ical)
19720 (icalendar--convert-weekly-to-ical)
19721 (icalendar--convert-yearly-to-ical)
19722 (icalendar--convert-block-to-ical)
19723 (icalendar--convert-cyclic-to-ical)
19724 (icalendar--convert-anniversary-to-ical): Change return type.
19725 Strip trailing blanks from subject.
19726 (icalendar--convert-sexp-to-ical): Change return type.
19727 Strip trailing blanks from subject. Handle simple sexp
19728 entries as generated by icalendar.el.
19729 (icalendar--convert-float-to-ical)
19730 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19731 (icalendar-import-file): Doc fix.
19732 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19733 Correct call to icalendar--rris.
19734 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19735 `summary'.
19736 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19737
19738 2005-10-24 Romain Francoise <romain@orebokech.com>
19739
19740 * server.el (server-sentinel): Set query-on-exit flag to nil on
19741 new client processes (it isn't inherited from the server process).
19742
19743 * replace.el (occur-engine): Rearrange text properties.
19744
19745 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19748 case-fold-search is nil.
19749 (debug-help-follow): Use help-xref-interned directly.
19750
19751 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * thumbs.el (thumbs-image-type): Add .pbm.
19754
19755 2005-10-23 Richard M. Stallman <rms@gnu.org>
19756
19757 * faces.el (inhibit-face-set-after-frame-default): New variable.
19758 (set-face-attribute): Bind it.
19759 (face-set-after-frame-default): Test it.
19760
19761 * help-fns.el (describe-simplify-lib-file-name): New function.
19762 (describe-function-1, describe-variable): Use it.
19763
19764 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19765
19766 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19767 Eliminate nil as possible value.
19768 (tooltip-hide-delay): Reduce internal-border-width.
19769
19770 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19771 (menu-bar-file-menu) <new-file>: Likewise.
19772
19773 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19774
19775 * international/mule.el (load-with-code-conversion):
19776 Pass full file name to `eval-buffer' unless preloading.
19777
19778 * textmodes/flyspell.el (flyspell-large-region):
19779 Call ispell-check-version.
19780
19781 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19782 Fix the make-variable-buffer-local call that was supposed
19783 to be for this variable.
19784 (ispell-aspell-supports-utf8): Doc fix.
19785 (ispell-find-aspell-dictionaries): Preserve elements of
19786 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19787 (ispell-aspell-find-dictionary): Return nil on error.
19788
19789 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19790 (doctor-symptoms): Likewise.
19791
19792 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19793
19794 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19795
19796 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19797 (custom-raised-buttons): Add :set spec.
19798 (custom-button-unraised, custom-button-pressed-unraised):
19799 New faces, so that custom-raised-buttons actually does something.
19800 (custom-mode): Use custom-button and custom-button-pressed.
19801
19802 * wid-edit.el (widget-specify-button): Don't ignore
19803 widget-mouse-face on graphic terminals.
19804 (widget-move-and-invoke): Cleanup.
19805
19806 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19807
19808 * whitespace.el (whitespace-cleanup): Doc fix.
19809
19810 2005-10-23 Romain Francoise <romain@orebokech.com>
19811
19812 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19813 `eval-after-load' to avoid evaluating their result.
19814
19815 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19816
19817 * files.el (directory-listing-before-filename-regexp):
19818 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19819
19820 * dired.el (dired-move-to-filename-regexp): Remove.
19821 All occurences replaced by `directory-listing-before-filename-regexp'.
19822
19823 * dired-x.el, locate.el, vc.el:
19824 Replace `dired-move-to-filename-regexp' by
19825 `directory-listing-before-filename-regexp'. In vc.el it is
19826 overwritten locally; maybe this can be handled in files.el too.
19827
19828 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19829 replaced by `directory-listing-before-filename-regexp'.
19830
19831 2005-10-23 Andreas Schwab <schwab@suse.de>
19832
19833 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19834 and eval-next-after-load.
19835
19836 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19837
19838 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19839 exist, create it.
19840
19841 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19842
19843 * allout.el: Remove autoloads for mailcrypt and crypt++.
19844 Require pgg, pgg-gpg during compilation.
19845 (allout-version): Increment version number to 2.1, and use a literal
19846 rather than RCS Id.
19847 (allout-default-encryption-scheme): Remove.
19848 (allout-passphrase-verifier-handling)
19849 (allout-passphrase-verifier-string)
19850 (allout-file-passphrase-verifier-string)
19851 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19852 (allout-passphrase-hint-handling): Rename and simplify.
19853 (allout-init): Use `find-file-hook' if available, otherwise
19854 `find-file-hooks'.
19855 (allout-mode): Use `write-file-functions' if available, otherwise
19856 `local-write-file-hooks' and, instead of making auto-save-hook
19857 buffer local, make the write-file-hook activity contingent to
19858 allout-mode.
19859 (allout-mode): Use key-binding substitution in the docstring.
19860 (allout-kill-line): Spell-out kill ring data structure mutation
19861 instead of using byte-compiler-complaint-provoking `pop'.
19862 (allout-insert-listified): Use `insert' rather than `insert-string'
19863 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19864 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19865 (allout-encrypt-string): Totally revamped vis new underlying
19866 encryption facilities.
19867 (allout-mc-activate-passwd): Remove.
19868 (allout-obtain-passphrase): New, more or less replaces
19869 allout-mc-activate-passwd.
19870 (allout-encrypted-key-info): More or less replaces
19871 allout-encrypted-text-type.
19872 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19873 (my-mark-marker): Use `(featurep 'xemacs)'.
19874
19875 2005-10-23 Lars Hansen <larsh@soem.dk>
19876
19877 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19878 (byte-compile-file-form-defmumble, byte-compile-defun)
19879 (byte-compile-defmacro): Use it.
19880 (byte-compile-form): Don't call byte-compile-set-symbol-position
19881 when a byte-compile handler is called.
19882
19883 2005-10-22 Romain Francoise <romain@orebokech.com>
19884
19885 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19886
19887 * subr.el (eval-after-load): Convert library name to an absolute
19888 file name using locate-library, since load-history no longer has
19889 library names in it.
19890
19891 2005-10-22 Richard M. Stallman <rms@gnu.org>
19892
19893 * files.el (make-temp-file): Move from subr.el.
19894 * subr.el (make-temp-file): Move to files.el.
19895
19896 * window.el (get-buffer-window-list): Move from subr.el.
19897 * subr.el (get-buffer-window-list): Move to window.el.
19898
19899 * image.el (image-load-path): Use eval-at-startup to initialize.
19900
19901 * subr.el (eval-at-startup): New macro.
19902
19903 * subr.el: Much rearrangement of functions and division
19904 into pages. No code changes.
19905
19906 2005-10-22 Kenichi Handa <handa@m17n.org>
19907
19908 * tar-mode.el (tar-extract): Be sure to call
19909 find-operation-coding-system if set-auto-coding doesn't find a
19910 coding system.
19911
19912 2005-10-22 Kim F. Storm <storm@cua.dk>
19913
19914 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19915 Change users.
19916 (image-type-file-name-regexps): New defconst.
19917 (image-type-from-data): Simplify loop.
19918 (image-type-from-buffer): New defun.
19919 (image-type-from-file-header): Use it instead of image-type-from-data.
19920 Use image-search-load-path instead of only looking in data-directory.
19921 (image-type-from-file-name): New defun.
19922 (image-search-load-path): Change `pathname' to `filename'.
19923 Make PATH arg optional, default to image-load-path.
19924
19925 2005-10-21 Richard M. Stallman <rms@gnu.org>
19926
19927 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19928
19929 * textmodes/paragraphs.el (sentence-end-base): New variable.
19930 (sentence-end): Use sentence-end-base.
19931
19932 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19933
19934 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19935 property independently from the font-lock-multiline variable.
19936
19937 2005-10-21 Richard M. Stallman <rms@gnu.org>
19938
19939 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19940
19941 * startup.el (command-line): Convert library names
19942 in `load-history' to absolute file names.
19943
19944 * subr.el (symbol-file): Doc fix.
19945
19946 * loadhist.el (file-loadhist-lookup): Call locate-library
19947 instead of find-library-name. Don't try converting
19948 abs file names to library names, since load-history no longer
19949 has library names in it.
19950 (file-dependents, file-provides, file-requires): Doc fixes.
19951
19952 2005-10-21 Juri Linkov <juri@jurta.org>
19953
19954 * progmodes/etags.el (tags-table-mode): New function.
19955 (tags-verify-table): Replace initialize-new-tags-table with
19956 tags-table-mode.
19957
19958 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19959 default value.
19960 (desktop-modes-not-to-save): Add tags-table-mode to the
19961 default value.
19962
19963 * info.el (Info-index-next): Add total number of index
19964 alternatives to the message.
19965
19966 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19967 backward only space (instead of space and period) before looking
19968 at sentence end.
19969
19970 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19971 Add the old variable value as 4th default-value arg of read-string.
19972
19973 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19974
19975 * cus-face.el (custom-declare-face): Make face from X resources
19976 also on Mac.
19977
19978 * disp-table.el (standard-display-g1, standard-display-graphic):
19979 Refuse to use string glyphs also on Mac.
19980 (standard-display-european): Don't set terminal coding system also
19981 on Mac.
19982
19983 * frame.el (display-screens): Use x-display-screens also on Mac.
19984
19985 2005-10-21 Romain Francoise <romain@orebokech.com>
19986
19987 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19988
19989 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19992 and $? into sexps.
19993
19994 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19995 warning face on open-paren-in-column-0.
19996
19997 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19998 boundary case. Fix typo.
19999 Suggested by Martin Rudalics <rudalics@gmx.at>.
20000
20001 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20002
20003 * textmodes/org.el (org-combined-agenda-icalendar-file)
20004 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20005 (org-export-icalendar-this-file)
20006 (org-export-icalendar-all-agenda-files)
20007 (org-export-icalendar-combine-agenda-files): New commands.
20008 (org-export-icalendar, org-print-icalendar-entries)
20009 (org-start-icalendar-file, org-finish-icalendar-file)
20010 (org-ical-ts-to-string): New functions.
20011 (org-read-date, org-goto-calendar)
20012 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20013 call to `calendar'.
20014 (orgtbl-setup): Remove the :keys arguments from the menu description.
20015 (org-after-save-iCalendar-file-hook): New variable.
20016
20017 2005-10-21 Kenichi Handa <handa@m17n.org>
20018
20019 * language/vietnamese.el (tcvn-5712): Make it an alias of
20020 vietnamese-tcvn coding-system.
20021
20022 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20023
20024 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20025 group id is given.
20026
20027 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20028
20029 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20030 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20031 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20032 whose line is either continued or ends with a comment.
20033
20034 2005-10-20 Romain Francoise <romain@orebokech.com>
20035
20036 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20037
20038 * replace.el (occur-engine): Add follow-link property.
20039
20040 * font-core.el (font-lock-mode): Doc fix.
20041
20042 2005-10-20 Richard M. Stallman <rms@gnu.org>
20043
20044 * net/rcirc.el: New file.
20045
20046 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20047
20048 * term.el (term-term-name): Initialize to "eterm-color".
20049
20050 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20051
20052 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20053 for encryption functionality.
20054 Move allout customization subgroup from `editing' to `outlines' group.
20055 Fix commentary keywords to legitimate ones.
20056 Update author info (using my current email address, obscurified).
20057 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20058 (allout-encrypted-topic-p, allout-encrypted-text-type)
20059 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20060 (allout-situate-encryption-key-verifier)
20061 (allout-get-encryption-key-verifier, allout-verify-key)
20062 (allout-next-topic-pending-encryption)
20063 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20064 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20065 (outline-key-verifier-handling, outline-key-hint-handling)
20066 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20067 (allout-file-key-verifier-string, allout-encryption-scheme)
20068 (allout-key-verifier-string, allout-key-hint-string)
20069 (allout-after-save-decrypt): New variables.
20070 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20071 (allout-after-saves-handler): New hook functions.
20072 (allout-post-command-business): Do allout-after-save-decrypt.
20073 (allout-enable-file-variable-adjustment): Custom var to enable
20074 mechanism for adding and adjusting settings of Emacs file variables.
20075 (allout-adjust-file-variable, allout-file-vars-section-data):
20076 New functions, implement the mechanism.
20077 (outlineify-sticky): Use the file vars mechanism.
20078 (allout-inhibit-protection, allout-during-write-cue)
20079 (allout-override-protect, allout-before-change-protect): Remove.
20080 (allout-flag-region, allout-open-topic): Adjust read-only text.
20081 (allout-open-line-not-read-only): Add to facilitate read-only
20082 text based protection.
20083 (allout-kill-line): Revise to adjust read-only text, clue the
20084 user about the inhibition.
20085 (allout-unprotected): Use unwind-protect.
20086 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20087 topic deeper than the offspring depth of the previous topic -
20088 avoiding confusing "containment discontinuities".
20089 (allout-reindent-bodies): Fix retention of body relative hanging
20090 indent during promotion of collapsed bodies.
20091 (allout-open-topic): Make it easy to open new topic with same
20092 bullet as current topic - topic creation functions provided with
20093 any universal argument provokes now prompt for bullet, defaulting
20094 to the bullet of the previous topic.
20095 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20096 Plain bullet alternates `.' period and `,' comma only. All other
20097 bullets are relegated to special status (but customizable).
20098 (allout-end-of-entry): Rename from allout-end-of-current-entry
20099 since it actually operates w.r.t. most immediately containing
20100 entry, visible or not.
20101 (allout-hide-current-entry, allout-show-current-entry): Use the
20102 revised version.
20103 (allout-old-expose-topic): Solidify deprecation.
20104 (allout-end-of-subtree): Add so we can span concealed as well
20105 as visible topics.
20106 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20107 (allout-end-of-current-heading): Tweak to just respect the first line.
20108 (allout-get-body-text): Add.
20109 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20110 when invoked interactively.
20111 (allout-up-current-level): Use `interactive-p'.
20112 (allout-mode, allout-init): Miscellaneous docstring and
20113 operational refinements, as well as hookups of new encryption stuff.
20114 (allout-beginning-of-current-entry): Now works as advertised.
20115 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20116 (allout-isearch-rectification): Refine condition for isearching.
20117 (allout-isearch-abort, allout-enwrap-isearch)
20118 (allout-flag-region, my-region-active-p): Relocate some macros.
20119 (allout-title): Fallback title is (buffer-name), not
20120 non-existing (current-buffer-name).
20121 (subst-char-in-string): Define if absent (for some XEmacs versions).
20122
20123 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20124
20125 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20126 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20127 (mail-citation-prefix-regexp, mail-signature-file)
20128 (mail-default-headers, mail-bury-selects-summary)
20129 (mail-send-nonascii): Add autoload cookies.
20130
20131 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20132
20133 * frame.el (blink-cursor-mode): Add `mac' to the list of
20134 window-system's that support blinking cursor.
20135
20136 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20137
20138 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20139
20140 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20141
20142 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20143 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20144 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20145
20146 2005-10-20 Kim F. Storm <storm@cua.dk>
20147
20148 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20149 (ido-set-current-directory): Don't add / after final @.
20150 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20151 Explicitly handle ange-ftp completion oddities.
20152 (ido-make-file-list): Don't rotate list at tramp root to avoid
20153 triggering tramp file handler for expand-file-name via get-file-buffer.
20154
20155 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20156
20157 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20158
20159 2005-10-19 Jay Belanger <belanger@truman.edu>
20160
20161 * calc/calc-units.el (math-standard-units): Add units, adjust
20162 symbols and update values.
20163 (math-unit-prefixes): Add more prefixes.
20164
20165 2005-10-19 Romain Francoise <romain@orebokech.com>
20166
20167 * bookmark.el (bookmark-menu-heading): New face.
20168 (bookmark-bmenu-list): Use it.
20169 Don't fiddle with `baud-rate' at top-level.
20170
20171 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20172
20173 * image.el (create-image, find-image): Mention max-image-size in
20174 docstring.
20175
20176 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * savehist.el (savehist-load): Revert to checking XEmacs.
20179
20180 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20181 Various docstring and line-width fixups.
20182 (conf-mode): Use cond.
20183 Set font-lock-defaults. Don't set comment-use-syntax.
20184
20185 2005-10-18 David Ponce <david@dponce.com>
20186
20187 * tree-widget.el (tree-widget-button-click): New function.
20188 (tree-widget-button-keymap): Use it.
20189
20190 2005-10-18 Romain Francoise <romain@orebokech.com>
20191
20192 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20193 (bookmark-bmenu-hide-filenames): Add follow-link property.
20194 Improve help-echo text.
20195
20196 * ffap.el (find-file-at-point): Doc fix.
20197
20198 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20199
20200 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20201
20202 2005-10-18 Masatake YAMATO <jet@gyve.org>
20203
20204 Install to the CVS repository what I forgot to install in my
20205 2005-10-16 changes.
20206
20207 * progmodes/python.el (python-complete-symbol): Pass the common
20208 prefix substring of completion to `display-completion-list'.
20209
20210 * textmodes/org.el (org-complete): Ditto.
20211
20212 2005-10-18 Masatake YAMATO <jet@gyve.org>
20213
20214 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20215
20216 * woman.el (WoMan-xref-man-page): New button type derived
20217 from `Man-abstract-xref-man-page'.
20218 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20219
20220 * man.el (Man-abstract-xref-man-page): New button type.
20221 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20222 (Man-highlight-references): Add new optional argument `xref-man-type'.
20223
20224 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20225
20226 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20227
20228 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20229
20230 * cus-edit.el (Custom-move-and-invoke): Delete.
20231 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20232
20233 * wid-edit.el (widget-move-and-invoke): New function, from
20234 Custom-move-and-invoke.
20235
20236 2005-10-17 Bill Wohler <wohler@newt.com>
20237
20238 Move all remaining images from lisp/toolbar to etc/images, move
20239 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20240 the low resolution images in their own directory (low-color).
20241
20242 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20243 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20244 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20245 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20246 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20247 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20248 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20249
20250 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20251 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20252 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20253 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20254 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20255 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20256 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20257 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20258 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20259 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20260 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20261 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20262 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20263 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20264 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20265
20266 To conform with convention, replace the underscore (_) in the
20267 following image names with dash (-) or (/) as appropriate.
20268
20269 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20270 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20271 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20272 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20273 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20274 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20275 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20276 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20277 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20278 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20279 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20280 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20281 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20282 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20283 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20284
20285 * info.el (info-tool-bar-map): Replace underscores in image names
20286 with dashes.
20287
20288 * makefile.w32-in (WINS): Remove toolbar.
20289
20290 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20291
20292 * tool-bar.el: Move to lisp from toolbar. Now that
20293 toolbar is empty, it should be deleted when folks run "cvs up -P".
20294
20295 2005-10-18 Jay Belanger <belanger@truman.edu>
20296
20297 * calc/calc-store.el (calc-store-into): Get the proper variable name
20298 to display in message.
20299
20300 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20301
20302 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20303 expressions display in speedbar for all buffers when debugging.
20304 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20305
20306 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20307 (speedbar-insert-button, speedbar-make-button):
20308 Use add-text-properties.
20309 (speedbar-update-localized-contents)
20310 (speedbar-update-directory-contents)
20311 (speedbar-update-special-contents): Use dolist.
20312 (speedbar-buffer-easymenu-definition): Add a menu separator.
20313
20314 2005-10-17 Jason Rumney <jasonr@gnu.org>
20315
20316 * makefile.w32-in: Use $(lisp) consistently.
20317 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20318 for shell specific generation of mh-autoloads.
20319
20320 2005-10-17 Richard M. Stallman <rms@gnu.org>
20321
20322 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20323
20324 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * jit-lock.el (jit-lock-fontify-now):
20327 Move jit-lock-context-unfontify-pos to avoid wasted work.
20328
20329 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20330
20331 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20332 `tramp-completion-mode' for checking if we are in completion mode.
20333 (tramp-completion-handle-file-name-all-completions): Reorder code
20334 in order to complete for file names only in case there are no
20335 method/user/host completions. This is necessary for cooperation
20336 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20337
20338 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20339
20340 * longlines.el (longlines-search-forward)
20341 (longlines-search-backward): Match any number of spaces.
20342
20343 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20344
20345 * diff-mode.el (diff-mode): Doc fix.
20346
20347 2005-10-16 David Reitter <david.reitter@gmail.com>
20348
20349 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20350 as default on darwin and windows systems.
20351
20352 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20353
20354 * arc-mode.el (archive-zip-extract): Doc fix.
20355
20356 2005-10-16 Romain Francoise <romain@orebokech.com>
20357
20358 * mouse.el (mouse-1-click-follows-link): Doc fix.
20359
20360 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20361
20362 * savehist.el: Don't require CL at runtime.
20363 (savehist-xemacs): Remove.
20364 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20365 (savehist-no-conversion): Use (featurep 'xemacs).
20366 (savehist-load): Check existence of start-itimer rather than XEmacs.
20367 Use an idle timer.
20368 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20369 `delete-if-not'.
20370
20371 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20372
20373 * savehist.el: Newer version.
20374 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20375 (savehist-last-checksum, savehist-no-conversion): New vars.
20376 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20377 New functions.
20378 (savehist-load, savehist-save): Use them.
20379 (savehist-delimit): Remove.
20380
20381 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20382
20383 * progmodes/compile.el (compilation-goto-locus): Display the
20384 compilation buffer first and the source buffer second, in case they're
20385 in overlapping frames. Don't raise the compilation frame if it was the
20386 selected window upon entry. Pass the `other-window' arg to
20387 pop-to-buffer.
20388
20389 * info.el (Info-fontify-node): Use dolist.
20390 Change add-text-properties to put-text-property.
20391
20392 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20393
20394 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20395 bound of search.
20396
20397 2005-10-16 Masatake YAMATO <jet@gyve.org>
20398
20399 * dabbrev.el (dabbrev-completion): Pass the common
20400 prefix substring of completion to `display-completion-list'.
20401
20402 * filecache.el (file-cache-minibuffer-complete)
20403 (file-cache-complete): Ditto.
20404
20405 * tempo.el (tempo-display-completions): Ditto.
20406
20407 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20408
20409 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20410
20411 * eshell/em-hist.el (eshell-list-history): Ditto.
20412
20413 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20414
20415 * mail/mailalias.el (mail-complete): Ditto.
20416
20417 * progmodes/etags.el (complete-tag): Ditto.
20418
20419 * progmodes/make-mode.el (makefile-complete): Ditto.
20420
20421 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20422
20423 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20424
20425 * progmodes/pascal.el (pascal-complete-word)
20426 (pascal-show-completions): Ditto.
20427
20428 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20429
20430 * simple.el (completion-common-substring): New variable.
20431 (completion-setup-function): Use `completion-common-substring'
20432 to put faces.
20433
20434 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20435
20436 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20437 (x-get-selection, mac-select-convert-to-string): Convert from/to
20438 UTF-16 clipboard data as in native byte order, no BOM.
20439
20440 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20441
20442 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20443 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20444 (gud-sentinel): Use speedbar-frame to check for speedbar.
20445
20446 2005-10-15 Richard M. Stallman <rms@gnu.org>
20447
20448 * savehist.el: New file.
20449
20450 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20451
20452 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20453 Fix bug in \bf fontification.
20454
20455 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20456
20457 * pcvs.el (cvs-edit-log-files): New var.
20458 (cvs-mode-edit-log): New arg `file'.
20459 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20460 Instead force the use of the original file and nothing else.
20461 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20462 the cvs-minor-wrap-function is set.
20463 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20464
20465 2005-10-14 Bill Wohler <wohler@newt.com>
20466
20467 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20468 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20469 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20470 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20471 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20472 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20473 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20474 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20475 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20476 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20477 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20478 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20479 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20480 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20481 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20482
20483 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20484 appropriately (for example, gud-break to gud/break).
20485
20486 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20487
20488 * longlines.el (longlinges-search-function)
20489 (longlines-search-forward, longlines-search-backward): New functions.
20490 (longlines-mode): Set isearch-search-fun-function to
20491 longlinges-search-function.
20492
20493 * mouse.el (mouse-drag-region-1): Handle the case where a
20494 double-click event is bound to an arbitrary function.
20495
20496 2005-10-14 David Ponce <david@dponce.com>
20497
20498 * recentf.el (recentf-track-opened-file)
20499 (recentf-track-closed-file, recentf-update-menu)
20500 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20501 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20502 mouse-1-click-follows-link.
20503
20504 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20505
20506 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20507 Gnome file-manager.png. Suggested by
20508 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20509
20510 * toolbar/README: Add diropen.xpm.
20511
20512 2005-10-13 Bill Wohler <wohler@newt.com>
20513
20514 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20515 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20516
20517 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20520 Don't waste the byte-compiler's time on constant data.
20521
20522 2005-10-13 Kenichi Handa <handa@m17n.org>
20523
20524 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20525 byte with `escape-glyph' face.
20526
20527 * international/fontset.el (ccl-encode-unicode-font):
20528 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20529 Handle the case that ucs-mule-to-mule-unicode translates a character to
20530 ASCII (usually for IPA characters).
20531
20532 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20533
20534 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20535 Don't hide the underline of titles if font-lock-mode is disabled.
20536
20537 2005-10-12 Bill Wohler <wohler@newt.com>
20538
20539 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20540 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20541 files in MH-E-SRC have been updated.
20542 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20543
20544 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20545
20546 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20547 (mixal-mode-syntax-table): Add \n as end-comment.
20548 (mixal-operation-codes-alist): Immediately initialize to full value.
20549 (mixal-add-operation-code): Remove.
20550 (mixal-describe-operation-code): Make the arg non-optional.
20551 Use the interactive spec instead.
20552 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20553 (mixal-font-lock-keywords): Don't highlight comments here any more.
20554 (mixal-font-lock-syntactic-keywords): New var.
20555 (mixal-mode): Use it. Fix comment-start-skip.
20556
20557 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20558
20559 * startup.el (command-line-x-option-alist): -nb => -nbi
20560
20561 2005-10-12 Kim F. Storm <storm@cua.dk>
20562
20563 * startup.el (fancy-splash-default-action): Discard mouse click in
20564 the splash screen window, as it has no sensible meaning in the
20565 next window to be selected. Fixes error reported by Jan D.
20566
20567 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20568
20569 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20570
20571 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20572
20573 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20574 Try to fix up minor layout issues like indentation, line break, etc...
20575 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20576 because it doesn't work.
20577 (mixal-operation-codes): Add some more codes.
20578 (mixal-font-lock-keywords): Process comments here.
20579 (mixal-mode): mixasm no longer needs -g option.
20580
20581 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20582
20583 * progmodes/sh-script.el (sh-tmp-file):
20584 Use mktemp -t. Finish support for es and rc shells.
20585
20586 2005-10-11 Jay Belanger <belanger@truman.edu>
20587
20588 * calc/calcalg2.el (calc-integral): With an argument, compute the
20589 definite integral.
20590
20591 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20592
20593 * mouse.el (mouse-drag-region-1): Don't try to catch a
20594 double-click when doing follow-link (it's overridden anyway).
20595
20596 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20597
20598 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20599 (autoload-print-form-outbuf): Add docstring.
20600
20601 2005-10-11 Juri Linkov <juri@jurta.org>
20602
20603 * info.el (Info-mode-menu): Delete menu item "Edit".
20604 (Info-mode): Delete description of Info-edit from docstring,
20605 and rearrange descriptions of Info commands in the order
20606 they are documented in the Info manual.
20607
20608 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * calendar/appt.el (appt-check): Use diary-selective-display var.
20611
20612 2005-10-10 Richard M. Stallman <rms@gnu.org>
20613
20614 * net/newsticker.el (newsticker-start, newsticker-show-news):
20615 Add autoload cookies.
20616
20617 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20618
20619 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20620
20621 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20622
20623 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20624
20625 2005-10-10 Jay Belanger <belanger@truman.edu>
20626
20627 * calc/calc-arith.el (math-check-known-scalarp)
20628 (math-check-known-matrixp): Check the values of arguments that are
20629 variables.
20630 (math-check-known-square-matrixp): New function.
20631 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20632 (math-super-types): Add sqmatrix type.
20633
20634 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20635 mode name `square' to `sqmatrix'.
20636
20637 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20638 mode name `square' to `sqmatrix'.
20639
20640 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * progmodes/etags.el (select-tags-table-mode): Don't use
20643 selective-display.
20644 (tags-select-tags-table): Pass `button' to the action function.
20645 (select-tags-table): Place the side-info on button properties rather
20646 than in hidden text. Abbreviate file names.
20647 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20648 (select-tags-table-select): Add `button' argument.
20649 Get side-info from the button property rather than from hidden text.
20650
20651 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20652
20653 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20654 (gud-speedbar-buttons): Preserve point if possible.
20655 (gud-sentinel): Restore previous speedbar display type.
20656
20657 * progmodes/gdb-ui.el (gdba): Improve diagram.
20658 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20659 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20660 Call get-buffer-window once.
20661
20662 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20663
20664 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20665 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20666 (pascal-indent-command): Remove unused var `ind'.
20667 (pascal-indent-case): Remove unused var `oldpos'.
20668 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20669 since it's now used as a proper minor mode map.
20670 (pascal-outline): Rename to pascal-outline-mode.
20671 (pascal-outline-mode): Use define-minor-mode.
20672 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20673 selective-display.
20674
20675 2005-10-10 Andreas Schwab <schwab@suse.de>
20676
20677 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20678 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20679
20680 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20681 outside source directory.
20682
20683 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20684
20685 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20686 C-x' as a prefix.
20687 (orgtbl-mode-map): Full keymap instead of sparse, because all
20688 `self-insert-command' keys are redefined in this map.
20689 (org-export-as-html): Specify charset for HTML file, by taking it
20690 from the coding system.
20691
20692 2005-10-10 Kenichi Handa <handa@m17n.org>
20693
20694 * textmodes/flyspell.el (flyspell-check-word-p):
20695 If unread-command-events is non-empty, don't call sit-for.
20696
20697 2005-10-09 Richard M. Stallman <rms@gnu.org>
20698
20699 * font-lock.el (font-lock-syntactic-keywords)
20700 (font-lock-keywords): Doc fixes.
20701
20702 * textmodes/flyspell.el (flyspell-external-point-words):
20703 Simplify logic, and don't try to check for consecutive appearances
20704 of one incorrect word.
20705
20706 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20707
20708 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20709 separator.
20710
20711 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20712 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20713 (gud-expansion-speedbar-buttons): New function.
20714 (gud-speedbar-buttons): Check for gud-comint-buffer.
20715
20716 2005-10-09 Bill Wohler <wohler@newt.com>
20717
20718 * Makefile.in (updates): Add mh-loaddefs dependency.
20719
20720 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20721
20722 * speedbar.el (speedbar-file-key-map): Fix typo.
20723
20724 2005-10-09 Daniel Brockman <daniel@brockman.se>
20725
20726 * cus-start.el (line-spacing): Add custom spec.
20727
20728 2005-10-09 Romain Francoise <romain@orebokech.com>
20729
20730 * textmodes/ispell.el (ispell-check-version): Fix last change.
20731
20732 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20733
20734 * term/x-win.el: Remove -i, --icon-type from comment.
20735
20736 * startup.el (command-line-x-option-alist): Remove options -i,
20737 -itype, --icon-type, added -nb, --no-bitmap-icon
20738
20739 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20740
20741 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20742 instead of :active.
20743
20744 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20745
20746 * textmodes/ispell.el (ispell-check-version):
20747 Ignore hyphen, and all that follows, in aspell's version text.
20748
20749 2005-10-08 Jay Belanger <belanger@truman.edu>
20750
20751 * calc/calc-arith.el (math-known-square-matrixp): New function.
20752 (math-pow-fancy): Check for matrices before distributing exponent
20753 across products.
20754
20755 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20756 fullscreen keypad. Suggested by Luc Teirlinck.
20757 (calc-keypad-show-input): Add space for formatting.
20758
20759 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20760 Add square matrix option.
20761
20762 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20763 of checking calc-matrix-mode when deciding how to expand.
20764
20765 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20766
20767 2005-10-08 Lars Hansen <larsh@soem.dk>
20768
20769 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20770 Add error handling.
20771 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20772
20773 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20774
20775 Sync with Tramp 2.0.51.
20776
20777 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20778 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20779 Insert special handling for `last-coding-system-used', again
20780 it still seems to be necessary (unlike stated before).
20781 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20782 (tramp-password-prompt-regexp): There might be other words before
20783 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20784 (tramp-chunksize): Improve docstring.
20785 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20786 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20787 Christian Joergensen <bugs@razor.dk>.
20788
20789 2005-10-07 Glenn Morris <rgm@gnu.org>
20790
20791 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20792 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20793 precision'.
20794
20795 2005-10-07 Romain Francoise <romain@orebokech.com>
20796
20797 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20798 (ibuffer-do-shell-command-pipe-replace)
20799 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20800 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20801 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20802 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20803 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20804 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20805 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20806 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20807 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20808 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20809 Autoload file sans suffix.
20810
20811 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20812
20813 2005-10-07 David Ponce <david@dponce.com>
20814
20815 * recentf.el (recentf-menu-open-all-flag): New option.
20816 (recentf-digit-shortcut-command-name): New function.
20817 (recentf--shortcuts-keymap): New variable.
20818 (recentf-menu-shortcuts): New variable.
20819 (recentf-make-menu-items): Initialize it. Replace the "More..."
20820 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20821 (recentf-menu-value-shortcut): New function.
20822 (recentf-make-menu-item): Use it. No more in-lined.
20823 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20824 (recentf-open-most-recent-file): Rename from
20825 `recentf-open-file-with-key'. Don't depend on key binding.
20826 (recentf-mode-map): New variable.
20827 (recentf-mode): Use it.
20828
20829 2005-10-06 Bill Wohler <wohler@newt.com>
20830
20831 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20832
20833 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20834 (MH-E-SRC): New. Used by mh-autoloads.
20835 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20836 files in MH-E-SRC have been updated.
20837 (compile, recompile, bootstrap): Depend on mh-autoloads.
20838
20839 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20840
20841 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20842 gud-break and gud-remove icons when the fringe is not available.
20843
20844 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20845 Typo.
20846
20847 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20848
20849 * play/zone.el (zone): Wrap body with save-window-excursion.
20850
20851 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20852
20853 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20854 Use the new `list-only' arg to diary-list-entries.
20855
20856 * calendar/diary-lib.el: Use overlays rather than selective-display.
20857 (diary-selective-display): New var.
20858 (diary-header-line-format): Use it.
20859 (diary-list-entries): Add argument `list-only'.
20860 Put the buffer in diary-mode. Don't add \^M at beg and end.
20861 Replace \^M by invisible overlays.
20862 (diary-unhide-everything): Replace \^M by invisible overlays.
20863 (print-diary-entries): Look for overlays rather than \^M.
20864 Add a space to the temp buffer name.
20865 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20866 Put the buffer in diary-mode.
20867 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20868 (diary-anniversary): Make the year arg optional.
20869 (diary-time-regexp): New const.
20870 (diary-font-lock-keywords): Use it to accept a few more time formats.
20871
20872 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20873
20874 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20875
20876 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20877 Fix bug introduced 2005-07-03: Use (car (last ...))
20878 to faithfully reproduce replaced artist-last.
20879 (artist-set-arrow-points-for-poly): Likewise.
20880 Suggested by Johan Bockg\e,Ae\e(Brd.
20881
20882 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20883
20884 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20885 * wid-edit.el (widget):
20886 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20887 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20888
20889 2005-10-06 Kenichi Handa <handa@m17n.org>
20890
20891 * international/mule-cmds.el (set-language-environment):
20892 Fix setting up of case-table for unibyte mode.
20893
20894 * simple.el (what-cursor-position): If the character is displayed
20895 by some `display' text property, show that. Don't use
20896 single-key-description for eight-bit characters in multibyte mode.
20897
20898 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20899
20900 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20901 (gdb-ann3): Set it.
20902 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20903 (gdb-info-frames-custom): Use inverse-video for first five
20904 characters of selected frame only.
20905 (gdb-get-frame-number): Select frame even when point is on frame
20906 number.
20907
20908 2005-10-06 Masatake YAMATO <jet@gyve.org>
20909
20910 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20911 Put `font-lock-function-name-face'.
20912 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20913 and `font-lock-variable-name-face'
20914 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20915 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20916 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20917 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20918 (gdb-local-font-lock-keywords): New font lock keywords definition.
20919 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20920 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20921 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20922
20923 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20924
20925 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20926 (ediff-merge-region-is-non-clash-to-skip): Previously called
20927 ediff-merge-region-is-non-clash.
20928
20929 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20930 Use insert-buffer-substring.
20931
20932 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20933 selecting files to patch. Also bug fixes.
20934
20935 * ediff-util.el (ediff-setup): Bug fix.
20936 (ediff-next-difference): Never skip clashes that differ in white
20937 space only.
20938
20939 * ediff-wind.el (ediff-setup-control-frame)
20940 (ediff-destroy-control-frame): Check the menubar feature.
20941
20942 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20943 (viper-refresh-mode-line): Use make-local-variable to localize
20944 some vars instead of make-variable-buffer-local. Suggested by
20945 Stefan Monnier.
20946
20947 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20948 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20949 Use make-local-variable instead of make-variable-buffer-local.
20950 Suggested by Stefan Monnier.
20951
20952 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20953 (viper-comint-mode-hook): Use make-local-variable on
20954 require-final-newline.
20955 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20956
20957 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20958
20959 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20960 also the second char of a comment-start sequence.
20961 (scheme-sexp-comment-syntax-table): New var.
20962 (lambda, define): Set their scheme-doc-string-elt property.
20963 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20964 Use lisp-font-lock-syntactic-face-function now that it properly
20965 handles |...| symbols.
20966 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20967 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20968
20969 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20970 bit from # to |.
20971 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20972
20973 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20974 (lisp-doc-string-elt-property): New var.
20975 (lisp-font-lock-syntactic-face-function): Use it.
20976 Rewrite to recognize docstrings even for forms not at toplevel.
20977
20978 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20979 annotation on the | part of #| rather than on the # part.
20980 (scheme-font-lock-syntactic-face-function): New function, to
20981 distinguish strings from |...| symbols.
20982 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20983 syntax-table so that #|...|# is properly highlighted.
20984
20985 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20986 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20987
20988 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20991 and C-e.
20992
20993 * emacs-lisp/eldoc.el: Move comments into docstrings.
20994 (eldoc-message-commands): Initialize in its declaration.
20995 Add move-beginning-of-line and move-end-of-line.
20996 (eldoc-add-command, eldoc-add-command-completions)
20997 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20998
20999 * outline.el (outline-mark-subtree): Activate the mark.
21000
21001 * calendar/appt.el (appt-time-regexp): New var.
21002 (appt-add, appt-make-list): Use it.
21003 (appt-convert-time): Clean up.
21004
21005 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21006 Don't set any syntax-table property here.
21007 (tex-font-lock-verb): New function. Do it here.
21008 (tex-font-lock-syntactic-keywords): Use it.
21009
21010 2005-10-04 Richard M. Stallman <rms@gnu.org>
21011
21012 * wid-edit.el (widget-file-complete): Get the widget start point
21013 the right way. Default directory to `/' if file has none.
21014
21015 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21016
21017 * textmodes/flyspell.el (flyspell-mode-on):
21018 Call ispell-maybe-find-aspell-dictionaries.
21019
21020 * textmodes/ispell.el (ispell-word, ispell-region):
21021 Call ispell-maybe-find-aspell-dictionaries.
21022 (ispell-accept-buffer-local-defs):
21023 Don't call ispell-maybe-find-aspell-dictionaries
21024
21025 2005-10-04 Richard M. Stallman <rms@gnu.org>
21026
21027 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21028
21029 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21030
21031 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21032 instead of `fboundp' in order to allow for anonymous functions.
21033
21034 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21035
21036 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21037 case the user clicks on the link while another window is selected.
21038 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21039
21040 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21041 functionality.
21042 (dframe-help-echo): Save point in case mouse tracking is off.
21043
21044 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21045
21046 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21047
21048 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21049
21050 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21051 not change the global value of those vars.
21052
21053 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21054 make-local-variable which we do not need any more.
21055
21056 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21057
21058 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21059 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21060 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21061 (speedbar-path-line): Define obsolete aliases.
21062 (speedbar-line-directory): Doc fix.
21063
21064 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21065 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21066 instead of speedbar-line-path.
21067
21068 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21069
21070 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21071 to nil if dropping on a window. Handle dropping on a minibuffer window
21072 like dropping on a non-window part of Emacs.
21073
21074 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21075
21076 * net/ange-ftp.el: Use with-current-buffer.
21077 (ange-ftp-insert-directory): Do not follow symlinks any more.
21078
21079 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21080 Remove interactive spec.
21081
21082 2005-10-03 Kim F. Storm <storm@cua.dk>
21083
21084 * ido.el (ido-mode): Use custom-initialize-set.
21085
21086 2005-10-02 Richard M. Stallman <rms@gnu.org>
21087
21088 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21089 Use insert-buffer-substring.
21090
21091 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21092 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21093
21094 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21095
21096 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21097 in last change.
21098 (ange-ftp-insert-directory): Fix up the search for the case where
21099 `file' is absolute.
21100
21101 2005-10-02 Romain Francoise <romain@orebokech.com>
21102
21103 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21104
21105 2005-10-02 Andreas Schwab <schwab@suse.de>
21106
21107 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21108 directory component in the session info.
21109
21110 2005-10-01 Richard M. Stallman <rms@gnu.org>
21111
21112 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21113
21114 * simple.el (next-error-internal): New function.
21115
21116 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21117 (compilation-start): Pass new arg to compilation-buffer-name.
21118 (compile-goto-error): Use next-error-internal.
21119
21120 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21121
21122 * speedbar.el: Remove RCS tag.
21123 (speedbar-check-read-only): Handle non-existent files.
21124
21125 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21126
21127 * info.el (Info-speedbar-hierarchy-buttons)
21128 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21129
21130 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21131
21132 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21133 Do not match newline.
21134 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21135 (bibtex-summary): Remove unnecessary save-excursion.
21136 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21137
21138 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21139
21140 * term/mac-win.el: Add charset info for "iso10646-1".
21141 Modify default fontset to use ATSUI-compatible fonts for some charsets
21142 if available.
21143
21144 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21145
21146 * speedbar.el: Re-apply arch tag.
21147 (speedbar-version): Rename to version 1.0. Suggested by Eric
21148 M. Ludlam.
21149 Reapply two changes from Emacs CVS' version of speedbar lost
21150 during the merge:
21151 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21152 (speedbar-frame-parameters): Improve customize type.
21153
21154 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21155
21156 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21157 (ange-ftp-file-directory-p): Fix the symlink case.
21158 (ange-ftp-insert-directory): When listing a single file, get a list of
21159 the parent buffer and extract the relevant line. Inspired from a patch
21160 by Katsumi Yamaoka <yamaoka@jpl.org>.
21161 (ange-ftp-file-name-sans-versions): Simplify.
21162
21163 2005-09-30 Bill Wohler <wohler@newt.com>
21164
21165 Move MH-E image files from toolbar and mail directories into
21166 etc/images.
21167
21168 * mail/reply2.*: Move to etc/images/mail/reply*.
21169
21170 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21171 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21172 etc/images.
21173
21174 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21175 * toolbar/reply*: Move to etc/images/mail.
21176
21177 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21178
21179 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21180
21181 * speedbar.el: New version 1.0pre3.
21182
21183 Frame management code (including timer, and mouse click specifics)
21184 moved to dframe.el:
21185 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21186 (speedbar-timer): Removed. Use dframe-timer.
21187 (speedbar-close-frame): Removed. Use dframe-close-frame.
21188 (speedbar-activity-change-focus-flag): Removed. Use
21189 dframe-activity-change-focus-flag.
21190 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21191 dframe-update-speed.
21192
21193 (speedbar-current-frame): New macro. Use this instead of the
21194 variable speedbar-frame.
21195
21196 (speedbar-use-images, speedbar-expand-image-button-alist)
21197 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21198
21199 (speedbar-find-image-on-load-path): Removed. Replaced by
21200 defezimage in ezimage.el.
21201 (speedbar-expand-image-button-alist): Removed. Replaced by
21202 ezimage-expand-image-button-alist in ezimage.el.
21203
21204 (speedbar-ignored-directory-regexp)
21205 (speedbar-add-ignored-directory-regexp)
21206 (speedbar-ignored-directory-expressions)
21207 (speedbar-line-directory, speedbar-buffers-line-directory)
21208 (speedbar-directory-line, speedbar-buffers-line-directory):
21209 Renamed, replacing `path' with `directory'.
21210
21211 (speedbar-create-directory, speedbar-expand-line-descendants)
21212 (speedbar-toggle-line-expansion)
21213 (speedbar-contract-line-descendants): New commands.
21214
21215 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21216 (speedbar-use-tool-tips-flag): New options.
21217
21218 (speedbar-check-read-only, speedbar-require-version)
21219 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21220 (speedbar-handle-delete-frame, speedbar-try-completion)
21221 (speedbar-update-localized-contents): New functions.
21222
21223 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21224 (speedbar-object-read-only-indicator): New variables.
21225
21226 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21227 New hooks.
21228
21229 (speedbar-separator-face): New face.
21230
21231 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21232 (speedbar-ignored-modes): Add fundamental-mode.
21233 (speedbar-directory-unshown-regexp): Add . directories.
21234
21235 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21236 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21237 `]' for full expand/close.
21238 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21239
21240 (speedbar-check-vc): Support hidden files.
21241 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21242 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21243 state is nil, it is not checked out.
21244
21245 (speedbar-line-text, speedbar-line-token): Support expand buttons
21246 with no text.
21247 (speedbar-refresh): Universal argument acts as power-click.
21248 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21249 that buffer to get variable values.
21250
21251 And many other bugfixes.
21252
21253 * dframe.el, ezimage.el, sb-image.el: New files.
21254
21255 * sb-*.xpm: Remove files. New image files installed into
21256 etc/images/ezimage.
21257
21258 2005-09-30 Kenichi Handa <handa@m17n.org>
21259
21260 * ps-mule.el (ps-mule-show-warning): If a character is in
21261 ps-print-translation-table, don't treat it as non-printable.
21262
21263 2005-09-30 David Ponce <david@dponce.com>
21264
21265 * tree-widget.el (tree-widget-themes-load-path): New variable.
21266 (tree-widget-themes-directory): Doc fix.
21267 (tree-widget-image-formats) [Emacs]: Doc fix.
21268 (tree-widget--locate-sub-directory): New function.
21269 (tree-widget-themes-directory): Use it.
21270
21271 * recentf.el (recentf-filename-handlers): Rename from
21272 `recentf-filename-handler'. Allow a list of functions.
21273 (recentf-menu-items-for-commands): Fix :help strings.
21274 (recentf-apply-filename-handlers): New function.
21275 (recentf-expand-file-name): Use it.
21276 (recentf-cleanup): Remove duplicates too.
21277
21278 2005-09-29 Juri Linkov <juri@jurta.org>
21279
21280 * faces.el: Rearrange face definitions to be in the same order as
21281 their face descriptions in "(emacs)Standard Faces".
21282
21283 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21284
21285 * tooltip.el (tooltip): Add group `basic-faces'.
21286
21287 * buff-menu.el (Buffer-menu-buffer): Remove group
21288 `font-lock-highlighting-faces'.
21289
21290 * progmodes/compile.el (compilation-error, compilation-warning)
21291 (compilation-info, compilation-line-number, compilation-column-number):
21292 Change group from `font-lock-highlighting-faces' to `compilation'.
21293
21294 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21295 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21296 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21297 (vhdl-font-lock-reserved-words-face)
21298 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21299 `font-lock-highlighting-faces'.
21300
21301 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21302
21303 2005-09-28 Kim F. Storm <storm@cua.dk>
21304
21305 * emulation/cua-base.el: Set CUA move property on additional commands:
21306 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21307 forward-sexp, backward-sexp, forward-list, backward-list.
21308
21309 2005-09-28 Romain Francoise <romain@orebokech.com>
21310
21311 * comint.el (comint-show-output): Really set point at the
21312 beginning of the output when not using `comint-use-prompt-regexp'.
21313
21314 2005-09-27 Jay Belanger <belanger@truman.edu>
21315
21316 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21317 in TeX mode.
21318
21319 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21320
21321 * textmodes/org.el (org-table-sum): Fix format string.
21322
21323 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21324 Quote face names.
21325
21326 2005-09-26 Romain Francoise <romain@orebokech.com>
21327
21328 * isearch.el (isearch-forward-regexp): Close doc string.
21329
21330 2005-09-25 Richard M. Stallman <rms@gnu.org>
21331
21332 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21333
21334 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21335
21336 * progmodes/compile.el (compilation-error-properties):
21337 When getting the file from the previous error message,
21338 correctly decode the new data format.
21339
21340 * progmodes/cc-cmds.el (c-electric-paren):
21341 Call old-blink-paren only for close-paren.
21342
21343 2005-09-24 Andreas Schwab <schwab@suse.de>
21344
21345 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21346 condition.
21347
21348 2005-09-25 Romain Francoise <romain@orebokech.com>
21349
21350 * dired-aux.el (dired-copy-file-recursive):
21351 * dired.el (dired-delete-file):
21352 * ediff-mult.el (ediff-dir-diff-copy-file):
21353 * ediff-util.el (ediff-test-save-region):
21354 * forms.el (forms-mode):
21355 * ido.el (ido-file-internal, ido-delete-file-at-head):
21356 * log-edit.el (log-edit-done):
21357 * ses.el (ses-yank-resize):
21358 * play/gomoku.el (gomoku-human-plays, gomoku)
21359 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21360 (gomoku-offer-a-draw):
21361 * play/landmark.el (lm-human-resigns, lm):
21362 * net/eudcb-ldap.el (eudc-ldap-check-base):
21363 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21364 * progmodes/ebrowse.el (ebrowse-find-pattern):
21365 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21366 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21367 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21368
21369 * vc.el (vc-delete-file):
21370 * play/gomoku.el (gomoku-terminate-game, gomoku)
21371 (gomoku-prompt-for-move, gomoku-human-takes-back):
21372 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21373 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21374
21375 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21376
21377 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21378 color rxvt terminals by using the code xterm.el used to use before
21379 2005-04-09 in order to match the colors used by rxvt.
21380
21381 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21382
21383 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21384 colors rxvt-unicode terminals by using the same code as xterm.el.
21385
21386 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21387
21388 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21389 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21390 new symbol used for the tex-verbatim face.
21391
21392 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21393
21394 * woman.el (woman-file-name):
21395 * wid-edit.el (widget-file-prompt-value)
21396 (widget-coding-system-prompt-value):
21397 * w32-fns.el (set-w32-system-coding-system):
21398 * vc.el (vc-version-diff, vc-annotate):
21399 * textmodes/reftex-auc.el (reftex-arg-cite)
21400 (reftex-arg-index-tag):
21401 * textmodes/refer.el (refer-get-bib-files):
21402 * textmodes/artist.el (artist-figlet-choose-font):
21403 * terminal.el (terminal-emulator):
21404 * replace.el (occur-read-primary-args):
21405 * rect.el (string-rectangle, string-insert-rectangle):
21406 * ps-print.el (ps-print-preprint):
21407 * progmodes/pascal.el (pascal-goto-defun):
21408 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21409 * progmodes/compile.el (compilation-find-file):
21410 * printing.el (pr-interactive-n-up):
21411 * play/animate.el (animate-birthday-present):
21412 * net/rcompile.el (remote-compile):
21413 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21414 * mail/rmailsum.el (rmail-summary-search-backward)
21415 (rmail-summary-search):
21416 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21417 (rmail-output-read-file-name):
21418 * mail/rmail.el (rmail-search, rmail-search-backwards):
21419 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21420 * locate.el (locate):
21421 * international/quail.el (quail-show-keyboard-layout):
21422 * international/mule.el (set-buffer-file-coding-system)
21423 (revert-buffer-with-coding-system, set-file-name-coding-system)
21424 (set-terminal-coding-system, set-keyboard-coding-system)
21425 (set-next-selection-coding-system):
21426 * international/mule-diag.el (describe-coding-system)
21427 (describe-font, describe-fontset):
21428 * international/mule-cmds.el (universal-coding-system-argument)
21429 (search-unencodable-char, describe-input-method)
21430 (set-language-environment, describe-language-environment):
21431 * international/codepage.el (codepage-setup):
21432 * international/code-pages.el (codepage-setup):
21433 * info.el (Info-search, Info-follow-reference)
21434 (Info-search-backward):
21435 * emacs-lisp/advice.el (ad-read-advised-function)
21436 (ad-read-advice-class, ad-clear-cache, ad-activate)
21437 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21438 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21439 (ad-read-regexp):
21440 * ediff-util.el (ediff-toggle-regexp-match):
21441 * ediff-ptch.el (ediff-prompt-for-patch-file):
21442 * dired-aux.el (dired-diff):
21443 * diff.el (diff):
21444 * cus-edit.el (custom-variable-prompt):
21445 * calendar/timeclock.el (timeclock-ask-for-project):
21446 * calc/calcalg3.el (calc-get-fit-variables):
21447 * calc/calc-store.el (calc-edit-variable)
21448 (calc-permanent-variable):
21449 * vc-mcvs.el (vc-mcvs-register):
21450 * shadowfile.el (shadow-define-literal-group):
21451 * woman.el (woman-file-name):
21452 * vc.el (vc-version-diff, vc-merge):
21453 * textmodes/reftex-index.el (reftex-index-complete-tag):
21454 * format.el (format-decode-buffer, format-decode-region):
21455 * emulation/viper-cmd.el (viper-read-string-with-history):
21456 * emacs-lisp/debug.el (cancel-debug-on-entry):
21457 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21458 * ediff.el (ediff-merge-revisions)
21459 (ediff-merge-revisions-with-ancestor, ediff-revision):
21460 * completion.el (interactive-completion-string-reader):
21461 * calc/calc-prog.el (calc-user-define-formula):
21462 Follow convention for reading with the minibuffer.
21463
21464 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21465
21466 * progmodes/python.el (python-describe-symbol): Add globals() and
21467 locals() to the arguments of emacs.ehelp.
21468
21469 2005-09-24 Magnus Henoch <mange@freemail.hu>
21470
21471 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21472 New function, code extracted from ispell-valid-dictionary-list.
21473 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21474 Call it.
21475
21476 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21477
21478 * subr.el (version-regexp-alist): Extend valid syntax for version
21479 strings: allow any of the characters -,_,+ to separate the
21480 alpha/beta/rc part from the version part. Doc fix.
21481 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21482
21483 2005-09-23 David Reitter <david.reitter@gmail.com>
21484
21485 * mail/mailclient.el: New file.
21486
21487 2005-09-23 Richard M. Stallman <rms@gnu.org>
21488
21489 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21490 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21491 Doc fixes.
21492
21493 * progmodes/cc-mode.el (c-font-lock-init):
21494 Specify font-lock-lines-before.
21495
21496 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21497
21498 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21499 whole conflict.
21500
21501 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21502
21503 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21504 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21505 of `remap' feature when available. Additional key bindings for
21506 better tty support.
21507 (org-mode-restart, org-force-self-insert): New commands.
21508 (org-time-stamp-inactive): New command.
21509 (org-remap): New function.
21510 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21511 (org-enable-fixed-width-editor): Move to `org-structure'
21512 customization group.
21513 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21514 blank field after field motion commands.
21515
21516 2005-09-23 Kenichi Handa <handa@m17n.org>
21517
21518 * international/mule-cmds.el (set-language-environment):
21519 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21520 have to call utf-translate-cjk-load-tables.
21521
21522 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21523
21524 * mouse.el (mouse-move-drag-overlay): Fix last change.
21525
21526 2005-09-22 David Ponce <david@dponce.com>
21527
21528 * tree-widget.el (tree-widget-value-create): Fix previous change.
21529
21530 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21531
21532 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21533
21534 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * mouse.el (mouse-move-drag-overlay): New function.
21537 (mouse-drag-region-1): Use it.
21538 Try to simplify a bit the state handling. Handle clicks on links
21539 inside intangible areas.
21540 (mouse-save-then-kill): Minor simplification.
21541 (mouse-secondary-overlay): Make it always non-nil instead of
21542 recreating it each time.
21543 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21544 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21545 Simplify accordingly.
21546
21547 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21548
21549 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21550
21551 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21552
21553 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21554 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21555 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21556 to patch.
21557
21558 * ediff-util.el: Use insert-buffer-substring.
21559
21560 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21561
21562 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21563 field boundaries in the minibuffer.
21564 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21565 (viper-minibuffer-post-command-hook): New hook.
21566 (viper-line): Don't move cursor at bolp.
21567
21568 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21569
21570 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21571 avoid compiler warnings.
21572
21573 * emulation/viper-macs.el (ex-map): Better messages.
21574
21575 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21576
21577 * emulation/viper.el: Replace make-variable-buffer-local with
21578 viper-make-variable-buffer-local everywhere, to avoid warnings.
21579
21580 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21583 Delete unused var `old-selected-window'.
21584 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21585 (mouse-drag-secondary): Delete unused var `start-frame'.
21586
21587 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21588
21589 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21590
21591 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21592
21593 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21594 Re-indent within 80 columns. Use inhibit-read-only.
21595
21596 2005-09-19 Romain Francoise <romain@orebokech.com>
21597
21598 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21599
21600 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21601
21602 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21603 unconditionally, since the after-change-function already did it.
21604
21605 2005-09-19 Miles Bader <miles@gnu.org>
21606
21607 * net/newsticker.el: Get rid of CVS keyword.
21608
21609 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21610
21611 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21612 The prompt is formatted later.
21613
21614 2005-09-19 David Ponce <david@dponce.com>
21615
21616 * tree-widget.el (tree-widget-value-create): Save the converted
21617 tree :node widget.
21618
21619 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21620
21621 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21622 variable `message'.
21623
21624 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21625
21626 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21627 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21628 <slawomir.nowaczyk.847@student.lu.se>.
21629
21630 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21631
21632 * image.el (image-load-path): Use symbol `data-directory' instead
21633 of its value, for backward compatibility with packages that bind
21634 it during `find-image'. Suggested by Katsumi Yamaoka.
21635 (image-search-load-path): Handle symbols whose values are strings.
21636
21637 2005-09-18 Romain Francoise <romain@orebokech.com>
21638
21639 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21640 with-current-buffer form in save-excursion.
21641
21642 2005-09-18 Deepak Goel <deego@gnufans.org>
21643
21644 * apropos.el (apropos-command): Fix `message' call: first arg
21645 should be a format spec. In this and all other cases that appear
21646 below and elsewhere in the source code, I made a change only when
21647 two conditions were satisfied: [1] I can think of a possibility
21648 that the arguments would cause an error, for example, the code in
21649 question relies on external variables such as filenames. [2] I
21650 was sure that the arg to `message' could not have been nil in the code.
21651
21652 * textmodes/tildify.el (tildify-region): Ditto.
21653
21654 * textmodes/reftex-index.el (reftex-index-change-entry)
21655 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21656 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21657 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21658 (org-priority, org-table-sum):
21659 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21660 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21661 (flyspell-word, flyspell-display-next-corrections):
21662 * textmodes/bibtex.el (bibtex-print-help-message):
21663 * textmodes/artist.el (artist-key-set-point-poly):
21664 * term/mac-win.el (mac-services-insert-text):
21665 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21666 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21667 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21668 (vhdl-compose-configuration):
21669 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21670 (sh-set-indent, sh-learn-line-indent):
21671 * progmodes/ps-mode.el (ps-mode-target-column):
21672 * progmodes/idlwave.el (idlwave-make-tags)
21673 (idlwave-scan-library-catalogs):
21674 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21675 * progmodes/gud.el (gud-jdb-analyze-source):
21676 * progmodes/flymake.el (flymake-log):
21677 * progmodes/ebnf2ps.el (ebnf-generate-region):
21678 * progmodes/cmacexp.el (c-macro-expansion):
21679 * progmodes/ada-xref.el (ada-treat-cmd-string):
21680 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21681 (ada-justified-indent-current, ada-batch-reformat):
21682 * play/zone.el (zone):
21683 * play/landmark.el (lm-move):
21684 * play/decipher.el (decipher-show-alphabet):
21685 * net/newsticker.el (newsticker--display-jump)
21686 (newsticker--display-scroll):
21687 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21688 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21689 * mail/feedmail.el (feedmail-dump-message-to-queue):
21690 * eshell/esh-proc.el (eshell-remove-process-entry):
21691 * emulation/ws-mode.el (ws-last-error):
21692 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21693 (viper-record-kbd-macro):
21694 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21695 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21696 * emacs-lisp/find-func.el (find-function-noselect):
21697 * calendar/timeclock.el (timeclock-status-string)
21698 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21699 (timeclock-when-to-leave-string):
21700 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21701 * calc/calc-units.el (calc-enter-units-table):
21702 * calc/calc-mode.el (calc-mode-record-mode):
21703 * woman.el (woman-mini-help):
21704 * wdired.el (wdired-change-to-wdired-mode):
21705 * vc.el (vc-retrieve-snapshot):
21706 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21707 * startup.el (display-startup-echo-area-message):
21708 * simple.el (set-goal-column):
21709 * ses.el (ses-command-hook, ses-recalculate-cell):
21710 * server.el (server-process-filter):
21711 * printing.el (pr-interface-txt-print, pr-interface-printify)
21712 (pr-interface-ps):
21713 * pcvs.el (cvs-help):
21714 * log-edit.el (log-edit, log-edit-mode-help):
21715 * iswitchb.el (iswitchb-possible-new-buffer):
21716 * isearch.el (isearch-edit-string):
21717 * image-mode.el (image-mode, image-minor-mode):
21718 * ibuf-macs.el (define-ibuffer-filter):
21719 * hi-lock.el (hi-lock-find-patterns):
21720 * files.el (toggle-read-only):
21721 * ediff-util.el (ediff-copy-diff)
21722 (ediff-write-merge-buffer-and-maybe-kill):
21723 * echistory.el (Electric-history-undefined):
21724 * dnd.el (dnd-insert-text):
21725 * dired-aux.el (dired-query):
21726 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21727 * bookmark.el (bookmark-bmenu-locate):
21728 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21729 Fix `message' calls to ensure first arg is a format string.
21730 The change was made only when these two conditions were satisfied:
21731 [1] when there is a possibility that the arguments would cause an error
21732 for example, if the code in question relies on external variables
21733 such as filenames, and
21734 [2] if the arg to `message' could not have been nil in the code.
21735
21736 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21737 Not having a %s would be weird, though not technically wrong.
21738
21739 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21740
21741 * term/mac-win.el (mac-add-charset-info): Doc fix.
21742
21743 2005-09-17 Romain Francoise <romain@orebokech.com>
21744
21745 * shell.el (shell-resync-dirs): Handle echoing processes more
21746 reliably. Don't insert resync command if `comint-process-echoes'
21747 is non-nil.
21748
21749 2005-09-17 Magnus Henoch <mange@freemail.hu>
21750
21751 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21752 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21753 aspell versions >= 0.60.
21754 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21755 only if ispell-aspell-supports-utf8 is non-nil.
21756
21757 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21758
21759 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21760 buffer-local value to lisp-indent-function.
21761
21762 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21763
21764 * progmodes/glasses.el (glasses-make-readable): If
21765 glasses-separator differs from underscore, put appropriate
21766 overlays over underscore characters.
21767 (glasses-convert-to-unreadable): If glasses-separator differs from
21768 underscore, try to convert glasses-separator characters to
21769 underscores.
21770
21771 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21772
21773 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21774 Use with-syntax-table and dolist.
21775
21776 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21777
21778 * textmodes/reftex-auc.el:
21779 * textmodes/reftex-cite.el:
21780 * textmodes/reftex-dcr.el:
21781 * textmodes/reftex-global.el:
21782 * textmodes/reftex-parse.el:
21783 * textmodes/reftex-ref.el:
21784 * textmodes/reftex-sel.el:
21785 * textmodes/reftex-toc.el:
21786 * textmodes/reftex-vars.el:
21787 * textmodes/reftex.el: Small changes to remove compiler warnings.
21788
21789 * textmodes/reftex-index.el: Likewise.
21790 (reftex-query-index-phrase): More efficient use of markers.
21791
21792 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21793
21794 * image.el (image-load-path): New variable.
21795 (image-search-load-path): New function.
21796 (find-image): Search for images in `image-load-path'.
21797
21798 2005-09-15 Richard M. Stallman <rms@gnu.org>
21799
21800 * follow.el: Change Maintainer field.
21801
21802 2005-09-15 David Ponce <david@dponce.com>
21803
21804 * recentf.el (recentf-save-file-modes): New option.
21805 (recentf-save-list): Use it.
21806
21807 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21808
21809 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21810 (mode-line-mule-info, mode-line-modified): Move bindings from
21811 mouse-3 to mouse-1.
21812
21813 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21814
21815 * simple.el (sendmail-user-agent-compose): Revert last change.
21816
21817 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21820 Use with-current-buffer.
21821 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21822 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21823 (ange-ftp-insert-directory): Remove unused var `short'.
21824 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21825
21826 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21827 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21828
21829 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21830 (check-calendar-holidays, diary-list-entries): Autoload.
21831 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21832 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21833
21834 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21835 which mistakenly removed a call to display-buffer.
21836
21837 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21838
21839 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21840
21841 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21842
21843 * progmodes/hideshow.el
21844 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21845 (hs-allow-nesting): New user var.
21846 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21847 (hs-hide-block-at-point): When nesting allowed,
21848 if there is already an overlay in place, delete it.
21849 (hs-safety-is-job-n): Delete func; remove call sites.
21850 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21851 (hs-overlay-at): New func.
21852 (hs-already-hidden-p, hs-show-block): Use it.
21853 (hs-hide-all): Don't pre-clean if nesting allowed.
21854 (hs-show-all): Temporarily disallow
21855 nesting around call to `hs-discard-overlays'.
21856
21857 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21858
21859 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21860 Delete unused local var.
21861
21862 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21863
21864 * help-fns.el (describe-categories): "?\ " -> "?\s".
21865 (help-do-arg-highlight): Recognize also ARG-n, as in
21866 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21867
21868 * international/codepage.el (dos-unsupported-char-glyph):
21869 * net/newsticker.el (tool-bar-map, w3-mode-map)
21870 (w3m-minor-mode-map):
21871 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21872 (ent-alist):
21873 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21874
21875 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21876
21877 * custom.el (custom-push-theme): Handle the case where a symbol is
21878 bound but face properties have not yet been assigned.
21879
21880 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21881 Fix behavior if noerase is `t' and there is no mail buffer.
21882
21883 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21884 if `continue' is nil, rather than signal an error.
21885
21886 2005-09-12 Richard M. Stallman <rms@gnu.org>
21887
21888 * font-lock.el (font-lock-keywords): Add autoload.
21889
21890 * help-fns.el (describe-variable): Rearrange to put source link
21891 in a predictable place.
21892
21893 * net/newsticker.el: New file.
21894
21895 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21896
21897 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21898 (calendar-basic-setup): Use the new nil arg.
21899 (number-of-diary-entries): Move to diary-lib.el.
21900
21901 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21902 (diary-list-entries): Use with-syntax-table and dolist.
21903 Rename from list-diary-entries.
21904 Use number-of-diary-entries if `number' is nil.
21905 (diary, diary-view-entries): Use this new name and new nil arg value.
21906 (number-of-diary-entries): Move from calendar.el.
21907 (diary-unhide-everything): New function.
21908 (include-other-diary-files, fancy-diary-display)
21909 (diary-show-all-entries, make-diary-entry): Use it.
21910 (diary-mail-entries): Use buffer-string.
21911 (mark-diary-entries): Fix long standing paren typo.
21912 (diary-sexp-entry): Use count-lines.
21913 (make-diary-entry): Avoid `previous-line'.
21914 (diary-mode-map): New var.
21915 (diary-mode): Redraw cal after saving. Setup header-line.
21916 (fancy-diary-display-mode): Use local-set-key.
21917
21918 * startup.el (command-line): Try calling various terminal-init-foo-bar
21919 functions by stripping hyphenated suffixes from $TERM.
21920
21921 * files.el (normal-mode): Check boundness of font-lock-keywords.
21922
21923 2005-09-12 Richard M. Stallman <rms@gnu.org>
21924
21925 * progmodes/compile.el: Don't decide a file's directory
21926 until the user actually tries to go there.
21927 (compilation-next-error-function):
21928 Pass compilation-find-file the directory from the file-struct.
21929 (compilation-internal-error-properties): Separate local FILE-STRUCT
21930 from FILE. Doc the args better. Rename arg FMT to FMTS.
21931 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21932 Expand it, and if nil, use default-directory.
21933 (compilation-get-file-structure): Don't mix specified directory
21934 with default directory. Put specified directory into
21935 file-struct. Don't make the file name absolute.
21936
21937 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21938 (compile-command): Add autoload.
21939 (compilation-disable-input): Add autoload.
21940
21941 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21942
21943 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21944 strings of the variables it can override.
21945 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21946 %Q and %q, for fully-qualified domain name and unqualified host name.
21947
21948 2005-09-11 Kim F. Storm <storm@cua.dk>
21949
21950 * emacs-lisp/authors.el (authors-aliases): Update list.
21951 (authors-fixed-entries): Update mldrag.el entry.
21952
21953 2005-09-10 Alan Mackenzie <acm@muc.de>
21954
21955 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21956 from the region narrowed to.
21957
21958 2005-09-10 Magnus Henoch <mange@freemail.hu>
21959
21960 * textmodes/ispell.el (ispell-check-version): Signal an error if
21961 aspell version is less than 0.60.
21962
21963 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21964
21965 * progmodes/octave-inf.el (inferior-octave-startup):
21966 Resync current dir at the end.
21967
21968 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21969
21970 * woman.el (woman-topic-at-point-default):
21971 Rename to woman-use-topic-at-point-default.
21972 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21973 (woman-file-name): Reflect renames above. Automatically use the
21974 word at point as topic if woman-use-topic-at-point is non-nil.
21975 Otherwise offer it as default but don't insert it in the
21976 minibuffer. Also use `test-completion' instead of `assoc' as
21977 suggested by Stefan Monnier.
21978
21979 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21980
21981 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21982 the attempt to do it over Tramp. This is not yet supported.
21983
21984 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21985
21986 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21987 (menu-bar-non-minibuffer-window-p): New functions.
21988 ("Split Window", "Save As..."): Use them.
21989 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21990 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21991 Use menu-bar-menu-frame-live-and-visible-p.
21992 ("Save Buffer", "Insert File", "Open Directory...")
21993 ("Open File...", "Visit New File..."):
21994 Use menu-bar-non-minibuffer-window-p.
21995 (kill-this-buffer-enabled-p, dired <menu-enable>):
21996 Use menu-bar-non-minibuffer-window-p.
21997
21998 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21999
22000 * cus-start.el (all): Don't complain about fringe-related
22001 built-ins if fringes are not supported. Ditto about
22002 selection-related built-ins. Fix the test for GTK-related built-ins.
22003
22004 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22005 ("Postscript Print Buffer", "Print Region", "Save As...")
22006 ("Save", "Insert File...", "Open Directory...")
22007 ("Open File...", "Visit New File..."")
22008 ("Truncate Long Lines in this Buffer"): Don't look at
22009 menu-updating-frame if this display does not support multiple frames.
22010
22011 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22012
22013 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22014
22015 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22016
22017 * woman.el: Format- and whitespace-related changes.
22018
22019 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22020
22021 * woman.el: Fix my email address.
22022
22023 2005-09-08 Richard M. Stallman <rms@gnu.org>
22024
22025 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22026 (sh-mode): Locally set skeleton-pair-default-alist.
22027
22028 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22029
22030 * progmodes/flymake.el: Require `compile' unconditionally.
22031
22032 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22033
22034 * woman.el (woman-file-name): Provide a default, not initial input.
22035
22036 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22037
22038 * font-lock.el (font-lock-support-mode): Doc fix.
22039
22040 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22041
22042 2005-09-08 Richard M. Stallman <rms@gnu.org>
22043
22044 * simple.el (blink-matching-open): Get rid of text props from
22045 the string shown in echo area. Don't permanently set point.
22046 Some rearrangements.
22047
22048 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22049
22050 * recentf.el (recentf-filename-handler): Add custom choice
22051 `abbreviate-file-name'.
22052
22053 * msb.el (msb--very-many-menus): Fix typo.
22054
22055 * disp-table.el (standard-display-european): Don't set
22056 enable-multibyte-characters to nil.
22057
22058 2005-09-08 David Ponce <david@dponce.com>
22059
22060 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22061 (recentf-expand-file-name): Doc fix.
22062 (recentf-dialog-mode-map): Define digit shortcuts.
22063 (recentf--files-with-key): New variable.
22064 (recentf-show-digit-shortcut-filter): New function.
22065 (recentf-open-files-items): New function.
22066 (recentf-open-files): Use it.
22067 (recentf-open-file-with-key): New command.
22068
22069 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22070
22071 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22072 Suggested by Kim F. Storm.
22073 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22074 (Buffer-menu-make-sort-button): Use global keymap.
22075
22076 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22077
22078 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22079 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22080 necessary any longer with the remapped command.
22081 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22082 formatting time only.
22083
22084 * net/tramp.el (tramp-action-password)
22085 (tramp-multi-action-password): Compile the password prompt from
22086 `method', `user' and `host'. Sometimes it isn't obvious which
22087 password to enter, for example with remote files offered by
22088 recentf.el, or with multiple steps. Suggested by Robert Marshall
22089 <robert@chezmarshall.freeserve.co.uk>.
22090
22091 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22094 Fix regexp for when "s///" is at the beginning of line.
22095
22096 2005-09-07 Jay Belanger <belanger@truman.edu>
22097
22098 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22099 when in matrix mode.
22100
22101 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22102
22103 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22104 non-anonymous functions.
22105
22106 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22107
22108 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22109 when using a header line. Otherwise, use mouse-1-click-follows-link.
22110
22111 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22112 can't be moved; don't signal an error.
22113
22114 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22115
22116 * cus-theme.el (custom-theme-write-faces): Save the current face
22117 spec, not the defface spec.
22118
22119 * custom.el (custom-known-themes): Clarify meaning of "standard".
22120 (custom-push-theme): Save old values in the standard theme.
22121 (disable-theme): Correct typo.
22122 (custom-face-theme-value) Deleted unused function.
22123 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22124
22125 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22126
22127 * progmodes/compile.el (compilation-goto-locus): Take into account
22128 iconified frames when determining whether the buffer is
22129 already visible.
22130 Don't reset window height if the window already existed.
22131
22132 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22133
22134 * custom.el (load-theme): Rename from require-theme.
22135 Add interactive spec.
22136 (enable-theme): Rename from custom-enable-theme.
22137 Add interactive spec.
22138 (disable-theme): Rename from custom-disable-theme.
22139 Add interactive spec.
22140 (custom-make-theme-feature): Doc fix.
22141 (custom-theme-directory): Doc fix.
22142 (provide-theme): Call enable-theme.
22143
22144 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22145
22146 * obsolete/lazy-lock.el (lazy-lock-mode):
22147 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22148 font-lock-mode if it's off. Print a warning instead.
22149
22150 * progmodes/compile.el (compilation-start): Ignore errors if the
22151 process died before we get to send-eof.
22152
22153 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22154 Undo last change. Enclosing the result in quotes broke things on Unix
22155 since tex-send-command passes it through shell-quote-argument.
22156 (tex-send-command): Pass `file' through convert-standard-filename
22157 when possible.
22158 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22159 info in a transcript.
22160
22161 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22162
22163 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22164 fix compilation warning. Reorder the key definitions to group
22165 together keys emitted by the current version of xterm.
22166
22167 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22168 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22169 Reorder predicates to correct min-color usage.
22170
22171 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22172
22173 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22174 Kill local variables when longlines-mode is turned off.
22175
22176 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22179
22180 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22181
22182 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22183
22184 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22185 (font-lock-lines-before): Change default to being inactive.
22186 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22187 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22188
22189 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22190
22191 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22192 Deactivate temporarily advice if active (not needed for Emacs 22,
22193 but for backwards compatibility).
22194 (tramp-exists-file-name-handler): Rewrite. First implementation
22195 was too simple.
22196 (tramp-advice-make-auto-save-file-name):
22197 Call `tramp-handle-make-auto-save-file-name' (again, just for
22198 backwards compatibility).
22199
22200 2005-08-31 Reto Zimmermann <reto@gnu.org>
22201
22202 * progmodes/vhdl-mode.el
22203 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22204 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22205 (vhdl-set-default-project): New function (easier setting of default).
22206 (vhdl-port-copy): Handle extended identifiers for generics.
22207 (vhdl-compiler-alist): Better description for error message regexp.
22208 (vhdl-make): Query for target, use previous as default.
22209 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22210 (vhdl-font-lock-keywords-2): Fix fontification for record
22211 el. assign.
22212 (vhdl-speedbar-make-subpack-line): Add package body link.
22213 (vhdl-generate-makefile-1): Not include itself as dependency.
22214 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22215 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22216 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22217 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22218 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22219 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22220 (vhdl-import-project): Add string argument for `error'.
22221 (vhdl-compose-configuration)
22222 (vhdl-compose-configuration-architecture): Add configuration
22223 declaration generation.
22224 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22225 (vhdl-trailer-re): Add "record" keyword (better indentation).
22226 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22227 "[^ \t-\"]+".
22228 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22229 (vhdl-testbench-entity-file-name)
22230 (vhdl-testbench-architecture-file-name): Allow separate
22231 customization of testbench file names.
22232 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22233 (vhdl-get-visible-signals): Allow newline within alias declaration.
22234 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22235 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22236 (member-ignore-case): Alias for missing function in XEmacs.
22237 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22238 (vhdl-update-sensitivity-list): Ignore case on read signals.
22239 (vhdl-replace-string): Adjust case only for file names.
22240 (vhdl-update-sensitivity-list): Fix search for read signals.
22241 (vhdl-update-sensitivity-list): Exclude formal parameters.
22242 (vhdl-get-visible-signals): Include aliases of signals.
22243 (vhdl-get-visible-signals): Fix signal name searching.
22244 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22245 (vhdl-fixup-whitespace-region): Fix for character
22246 literals (e.g. `:').
22247
22248 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22249
22250 * ansi-color.el (comint-last-output-start):
22251 * bs.el (font-lock-verbose):
22252 * diff-mode.el (add-log-buffer-file-name-function):
22253 * dired-x.el (vm-folder-directory):
22254 * faces.el (help-xref-stack-item):
22255 * files.el (font-lock-keywords):
22256 * find-lisp.el (dired-buffers, dired-subdir-alist):
22257 * ido.el (cua-inhibit-cua-keys):
22258 * log-view.el (cvs-minor-wrap-function):
22259 * outline.el (font-lock-warning-face):
22260 * simple.el (compilation-current-error):
22261 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22262 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22263 * tooltip.el (comint-prompt-regexp):
22264 * w32-fns.el (explicit-shell-file-name):
22265 * term/mac-win.el (mac-charset-info-alist)
22266 (mac-services-selection, mac-system-script-code):
22267 * term/tty-colors.el (msdos-color-values):
22268 * term/w32-win.el (xlfd-regexp-registry-subnum):
22269 * term/x-win.el (x-keysym-table, x-selection-timeout)
22270 (x-session-id, x-session-previous-id):
22271 * textmodes/ispell.el (mail-yank-prefix):
22272 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22273 * textmodes/org.el (calc-embedded-close-formula)
22274 (calc-embedded-open-formula)
22275 (font-lock-unfontify-region-function):
22276 * textmodes/reftex-global.el (isearch-next-buffer-function)
22277 (TeX-master):
22278 * textmodes/reftex.el (font-lock-keywords):
22279 * textmodes/tex-mode.el (font-lock-comment-face)
22280 (font-lock-doc-face):
22281 * textmodes/texinfo.el (outline-heading-alist):
22282 Add defvars.
22283
22284 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22285 (artist-spray-chars, artist-mode-init, artist-replace-string)
22286 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22287 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22288 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22289
22290 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22291 (conf-align-assignments): "?\ " -> "?\s".
22292
22293 * textmodes/reftex-index.el (TeX-master): Add defvar.
22294 (reftex-index-phrases-marker): Move up defvar.
22295
22296 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22297 (reftex-toc-include-labels-indicator)
22298 (reftex-toc-include-index-indicator)
22299 (reftex-toc-max-level-indicator): Move up declarations.
22300
22301 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22302 of args to `tramp-run-real-handler', even if it's empty in this case.
22303
22304 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22305
22306 * dired.el (dired-move-to-filename-regexp): Add date format for
22307 Mac OS X 10.3 in East Asian locales.
22308
22309 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22310
22311 * files.el (make-auto-save-file-name): Add file name handler call
22312 if applicable.
22313
22314 * net/tramp.el (tramp-file-name-handler-alist)
22315 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22316 (tramp-handle-make-auto-save-file-name): Rename from
22317 `tramp-make-auto-save-file-name'.
22318 (tramp-exists-file-name-handler): New defun.
22319 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22320 `make-auto-save-file-name' is not a magic file name operation.
22321
22322 2005-08-30 Richard M. Stallman <rms@gnu.org>
22323
22324 * files.el (risky-local-variable-p):
22325 Match `-predicates' and `-commands.
22326
22327 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22328 (custom-save-all): Visit the file if necessary;
22329 kill the buffer if we created it.
22330 (custom-save-delete): Don't visit file or kill buffer here.
22331
22332 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22333
22334 * textmodes/org.el (org-special-keyword): New face.
22335 (org-table-copy-down, org-table-eval-formula)
22336 (org-table-recalculate, org-init-section-numbers):
22337 Use `string-to-number' instead of `string-to-int'.
22338 (org-get-location): Use `insert-buffer-substring' instead of
22339 `insert-buffer'.
22340 (org-modify-diary-entry-string): New function.
22341 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22342 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22343 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22344 active region.
22345 (org-export-as-html): Handle QUOTE keyword.
22346 (org-quote-string): New option.
22347 (org-bookmark-jump-unhide): New function, used for
22348 `bookmark-after-jump-hook'.
22349 (org-diary-default-entry): Apply only when not called through
22350 `org-agenda'.
22351
22352 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22353
22354 * net/eudc.el (mode-popup-menu):
22355 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22356 * progmodes/ada-mode.el (compile-auto-highlight)
22357 (skeleton-further-elements):
22358 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22359 * progmodes/cmacexp.el (msdos-shells):
22360 * progmodes/compile.el (font-lock-extra-managed-props)
22361 (font-lock-keywords, font-lock-maximum-size)
22362 (font-lock-support-mode):
22363 * progmodes/grep.el (font-lock-lines-before):
22364 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22365 * progmodes/mixal-mode.el (compile-command):
22366 * progmodes/perl-mode.el (font-lock-comment-face)
22367 (font-lock-doc-face, font-lock-string-face):
22368 * progmodes/prolog.el (comint-prompt-regexp):
22369 * progmodes/sh-script.el (font-lock-comment-face)
22370 (font-lock-set-defaults, font-lock-string-face):
22371 * progmodes/sql.el (font-lock-keyword-face)
22372 (font-lock-set-defaults, font-lock-string-face):
22373 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22374 (itimer-version, lazy-lock-defer-contextually)
22375 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22376 Add defvars.
22377
22378 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22379 (cperl-electric-keyword, cperl-electric-pod)
22380 (cperl-electric-backspace, cperl-forward-re)
22381 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22382 (vc-rcs-header, vc-sccs-header): Add defvars.
22383
22384 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22385 (font-lock-syntactic-keywords, gud-find-expr-function):
22386 Add defvars.
22387
22388 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22389 (gdb-frame-parameters): Declare before use.
22390
22391 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22392 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22393 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22394 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22395
22396 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22397 (idlwave-help-with-source): Use `insert-buffer-substring', not
22398 `insert-buffer'.
22399
22400 2005-08-29 Juri Linkov <juri@jurta.org>
22401
22402 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22403 Put outline-back-to-heading function call inside save-excursion.
22404
22405 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22406
22407 * man.el (Man-init-defvars, Man-translate-references)
22408 (Man-support-local-filenames, Man-highlight-references):
22409 * progmodes/sql.el (sql-interactive-mode):
22410 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22411
22412 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22413 (compilation-mode-font-lock-keywords): Add defvars.
22414 (checkdoc-interactive-loop): "?\ " -> "?\s".
22415
22416 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22417 (font-lock-doc-face, font-lock-string-face)
22418 (font-lock-keywords-case-fold-search): Add defvars.
22419 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22420
22421 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22422 Don't pass X and Y (they are ignored anyway).
22423 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22424 (mouse-delete-window): Make arguments optional.
22425
22426 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22427 (caesar-translate-table, minor-modes, news-buffer-save)
22428 (news-group-name, news-minor-modes): Add defvars.
22429
22430 * emacs-lisp/lselect.el (mouse-highlight-priority)
22431 (x-lost-selection-functions, zmacs-regions):
22432 * emacs-lisp/pp.el (font-lock-verbose):
22433 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22434 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22435 (ses-mode-map):
22436 * emacs-lisp/tcover-unsafep.el (safe-functions):
22437 * international/mule-cmds.el (mac-system-coding-system)
22438 (mac-system-locale):
22439 * language/ethio-util.el (rmail-current-message)
22440 (rmail-message-vector):
22441 * language/thai-util.el (thai-auto-composition-mode):
22442 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22443 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22444 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22445 (vm-primary-inbox, vm-spool-files):
22446 * mail/rmail.el (deleted-head, font-lock-fontified)
22447 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22448 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22449 (total-messages):
22450 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22451 (rmail-summary-mode-map):
22452 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22453 (rmail-last-label, rmail-last-multi-labels)
22454 (rmail-summary-vector, rmail-total-messages):
22455 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22456 * mail/rmailsum.el (msgnum):
22457 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22458 (rmail-current-message):
22459 * obsolete/fast-lock.el (font-lock-face-list):
22460 * obsolete/rnewspost.el (mail-reply-buffer):
22461 * obsolete/scribe.el (compile-command):
22462 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22463
22464 2005-08-28 John Paul Wallington <jpw@gnu.org>
22465
22466 * ibuf-ext.el (ibuffer-auto-update-changed):
22467 Use `frame-or-buffer-changed-p' to check whether we need to update.
22468 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22469 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22470 as a `frame-or-buffer-changed-p' state vector instead.
22471
22472 2005-08-27 Romain Francoise <romain@orebokech.com>
22473
22474 * textmodes/makeinfo.el (makeinfo-compile):
22475 Use `compilation-start'. Set `next-error-function' according to
22476 `disable-errors'.
22477 (makeinfo-next-error): New function.
22478 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22479 (makeinfo-buffer): Likewise.
22480
22481 * progmodes/compile.el (compilation-start): Add autoload cookie.
22482
22483 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22484 * textmodes/sgml-mode.el: Likewise.
22485 * progmodes/python.el: Likewise.
22486
22487 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22488
22489 * simple.el (blink-matching-paren-distance): Document the meaning
22490 of nil value, and allow to customize to nil.
22491
22492 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22493 command.com, not command.exe.
22494
22495 2005-08-26 John Wiegley <johnw@newartisans.com>
22496
22497 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22498 code around a bit so that an extraneous nil argument is not added
22499 to a command when no args are given.
22500
22501 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22502 double-quoted argument resolves to nil, return it as an empty
22503 string rather than as nil. This made it impossible to pass "" to
22504 a shell script as a null string argument.
22505
22506 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22507
22508 * outline.el (outline-invent-heading): New fun.
22509 (outline-promote, outline-demote): Use it.
22510 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22511 (outline-end-of-subtree): Remove unused var `opoint'.
22512
22513 2005-08-26 David Reitter <david.reitter@gmail.com>
22514
22515 * menu-bar.el (truncate-lines, write-file, print-buffer)
22516 (ps-print-buffer-faces, ps-print-buffer, split-window):
22517 Disable menu items when the frame they refer to is invisible, or when
22518 they refer to a buffer and the minibuffer is selected.
22519
22520 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22521
22522 * progmodes/flymake.el (flymake-highlight-err-lines):
22523 Use save-excursion around flymake-highlight-line to preserve point.
22524
22525 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22526
22527 * progmodes/octave-mod.el: Change Author and Maintainer address.
22528 (octave-maintainer-address): Change Kurt's email address.
22529 * progmodes/octave-inf.el: Change Author and Maintainer address.
22530 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22531
22532 2005-08-26 Kim F. Storm <storm@cua.dk>
22533
22534 * subr.el (version-list-<, version-list-<=, version-list-=):
22535 Rename from integer-list-*.
22536 (version-list-not-zero): Likewise. Fix while loop.
22537 (version=): Use version-list-= instead of string-equal.
22538
22539 2005-08-26 Richard M. Stallman <rms@gnu.org>
22540
22541 * outline.el (outline-promote): Try shortening the heading.
22542 As last resort, read the heading to use.
22543 (outline-demote): As last resort, read the heading to use.
22544
22545 2005-08-26 Romain Francoise <romain@orebokech.com>
22546
22547 * progmodes/compile.el (compilation-start): Doc fix.
22548
22549 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22550 (antlr-font-lock-additional-keywords): Fix reference to
22551 `antlr-font-lock-literal-regexp' erroneously changed during the
22552 mass face rename.
22553 (antlr-run-tool): Use `compilation-start'.
22554
22555 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22556 instead of the obsolete `compile-internal'.
22557
22558 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22559
22560 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22561 (number, original-date):
22562 * calendar/cal-china.el (date):
22563 * calendar/cal-coptic.el (date):
22564 * calendar/cal-french.el (date):
22565 * calendar/cal-hebrew.el (date, entry, number, original-date):
22566 * calendar/cal-islam.el (date, number, original-date):
22567 * calendar/cal-iso.el (date):
22568 * calendar/cal-julian.el (date):
22569 * calendar/cal-mayan.el (date):
22570 * calendar/cal-menu.el (date, event):
22571 * calendar/cal-persia.el (date):
22572 * calendar/lunar.el (date):
22573 * calendar/solar.el (date): Add defvars.
22574
22575 * emerge.el:
22576 * ibuffer.el:
22577 * info-xref.el:
22578 * obsolete/bg-mouse.el:
22579 * obsolete/sun-curs.el:
22580 * obsolete/swedish.el: Move the `defvar's to the top level.
22581
22582 * smerge-mode.el (smerge-refined-change): Add :group.
22583
22584 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22585
22586 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22587 (smerge-keep-n): Remove props.
22588 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22589 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22590 now that it's done in smerge-keep-n.
22591 (smerge-refined-change): New face.
22592 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22593 (smerge-refine): New funs.
22594 (smerge-basic-map): Bind smerge-refine.
22595
22596 2005-08-25 Juri Linkov <juri@jurta.org>
22597
22598 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22599 compilation-process-setup-function and compilation-disable-input
22600 in grep-mode instead of let-bindings in grep.
22601
22602 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22603 Delete "Automatic File De/compression" (auto-compression-mode).
22604
22605 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22606
22607 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22608 Silence warning about non-existent variable.
22609
22610 2005-08-25 Richard M. Stallman <rms@gnu.org>
22611
22612 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22613 Rename "Describe Key" to "Describe Key or Mouse Operation".
22614
22615 * mail/mailalias.el (build-mail-aliases): Delete comments
22616 from the contents before processing them.
22617
22618 * isearch.el (isearch-edit-string): Erase the Search prompt
22619 if user enters an empty string and there is no default.
22620
22621 * comint.el (comint-file-name-prefix): Add autoload.
22622
22623 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22624
22625 * subr.el (play-sound): Rearrange to avoid warning.
22626
22627 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22628
22629 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22630 New hook.
22631 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22632
22633 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22634
22635 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22636
22637 * custom.el (custom-theme-set-variables): Sort minor modes last.
22638
22639 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22640
22641 * subr.el (version-separator, version-regexp-alist): New vars used by
22642 version comparison funs.
22643 (integer-list-<, integer-list-=, integer-list-<=)
22644 (integer-list-not-zero): New funs for integer list comparison.
22645 (version-to-list, version=, version<, version<=): New funs for version
22646 comparison.
22647
22648 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22649
22650 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22651 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22652 time to silence the byte-compiler.
22653
22654 * ibuffer.el (ibuffer-compile-make-eliding-form)
22655 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22656 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22657 so it's silly to get warnings for it).
22658 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22659 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22660 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22661 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22662 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22663 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22664 Defvar at compile time.
22665 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22666 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22667 Declare them before use.
22668
22669 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22670 (info-xref-good, info-xref-bad): Defvar at compile time.
22671
22672 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22673 Use `let*' instead of `let'.
22674
22675 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22676 (*mouse-y*, menu, char): Defvar at compile time.
22677 (sc::menu): Declare it before use.
22678 (sc::pack-one-line): Use `let', not `let*'.
22679
22680 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22681 (mail-send-hook): Defvar at compile time.
22682
22683 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22684 Defvar at compile time.
22685
22686 * term/sun-mouse.el (current-global-mousemap)
22687 (current-local-mousemap): Declare them before use.
22688
22689 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22690
22691 * bookmark.el (bookmark-after-jump-hook): New hook.
22692 (bookmark-jump): Run `bookmark-after-jump-hook'.
22693
22694 2005-08-23 Juri Linkov <juri@jurta.org>
22695
22696 * faces.el (minibuffer-prompt): Doc fix.
22697
22698 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22699
22700 * progmodes/xscheme.el: Trivial changes to silence warnings.
22701 (xscheme-previous-mode, xscheme-previous-process-state):
22702 Add defvars.
22703 (xscheme-last-input-end, xscheme-process-command-line)
22704 (xscheme-process-name, xscheme-buffer-name)
22705 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22706 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22707 (xscheme-control-g-synchronization-p)
22708 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22709 (default-xscheme-runlight, xscheme-runlight)
22710 (xscheme-runlight-string, xscheme-process-filter-state)
22711 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22712 Move to beginning of file.
22713 (scheme-interaction-mode-commands-alist)
22714 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22715 Declare them before use. Note: the initialization code for the
22716 variables has not been moved because it uses functions that reference
22717 the variables.
22718 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22719 (xscheme-prompt-for-expression-map): Declare them before use.
22720 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22721
22722 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22723
22724 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22725
22726 2005-08-22 Juri Linkov <juri@jurta.org>
22727
22728 * faces.el (set-face-underline): Delete this duplicate function
22729 and make an obsolete alias to set-face-underline-p.
22730 (set-face-underline-p): Use docstring of set-face-underline.
22731 (describe-face): Create hyperlink to parent face.
22732
22733 * info.el (Info-insert-dir): Use save-excursion around
22734 insert-buffer-substring.
22735 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22736 (Info-escape-percent): Delete function.
22737 (Info-fontify-node): Replace Info-escape-percent by
22738 replace-regexp-in-string with REP arg set to lambda that
22739 duplicates `%' and preserves text properties.
22740
22741 * progmodes/compile.el (compilation-disable-input): Doc fix.
22742 (define-compilation-mode): Doc fix and refill.
22743 (kill-compilation): Use `mode-name' in the error message.
22744 (compilation-find-file): Use `compilation-error' in the
22745 read-file-name's prompt.
22746
22747 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22748
22749 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22750 (smerge-auto-leave): Make undo re-enable the mode.
22751 (debug-ignored-errors): Add the user-error of impossible resolution.
22752 (smerge-resolve): Move things around a bit, in preparation for later.
22753 (smerge-diff): Don't fail if the buffer has no associated file.
22754 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22755 (smerge-conflict-overlay): New function.
22756 (smerge-match-conflict): Don't add text properties here.
22757 (smerge-find-conflict): Instead, add an overlay here.
22758 Also check for the case where we're inside a conflict already, so as to
22759 obviate the need for font-lock-multiline, which is unbearably slow with
22760 large conflicts and ciomplex font-lock patterns.
22761 (smerge-remove-props): Remove overlay rather than text-properties.
22762 (smerge-mode): Don't set font-lock-multiline.
22763 Remove overlays when turned off.
22764
22765 2005-08-21 Kim F. Storm <storm@cua.dk>
22766
22767 * ido.el (ido-ignore-item-p): Use save-match-data.
22768 Bind case-fold-search to ido-case-fold locally.
22769
22770 2005-08-20 Richard M. Stallman <rms@gnu.org>
22771
22772 * files.el (normal-mode): If font lock is on, turn it off and on.
22773
22774 * subr.el (replace-regexp-in-string): Doc fix.
22775
22776 * startup.el (command-line-1): Don't suppress startup screen
22777 due to existing processes.
22778
22779 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22780
22781 * progmodes/compile.el (compilation-disable-input): Default to nil.
22782
22783 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22784
22785 * progmodes/compile.el (compilation-disable-input): New defcustom.
22786 (compilation-start): If compilation-disable-input is non-nil, send
22787 EOF to the compilation process.
22788
22789 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22790
22791 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22792 Run the argument of tex-shell-cd-command through
22793 convert-standard-filename, to get the correct style of slashes on
22794 Windows, and enclose the result in quotes, in case the file name
22795 includes whitespace or other special characters.
22796
22797 2005-08-19 Andreas Schwab <schwab@suse.de>
22798
22799 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22800 process.
22801
22802 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22803
22804 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22805
22806 2005-08-18 Kim F. Storm <storm@cua.dk>
22807
22808 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22809
22810 2005-08-18 Richard M. Stallman <rms@gnu.org>
22811
22812 * scroll-lock.el: New file.
22813
22814 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22815
22816 * dired.el (dired-move-to-end-of-filename):
22817 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22818
22819 2005-08-18 Kim F. Storm <storm@cua.dk>
22820
22821 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22822 rather than toggle mode when custom value is nil.
22823 (ido-everywhere): Fix defun doc string.
22824
22825 2005-08-17 Richard M. Stallman <rms@gnu.org>
22826
22827 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22828 as tag instead of "Inviolable".
22829
22830 2005-08-17 Kim F. Storm <storm@cua.dk>
22831
22832 * windmove.el (windmove-coordinates-of-position): Remove.
22833 (windmove-coordinates-of-window-position): Remove.
22834 (windmove-reference-loc): Use posn-at-point instead.
22835
22836 * subr.el (insert-for-yank-1): Doc fix.
22837
22838 * ido.el (ido-enter-matching-directory): Rename from
22839 ido-enter-single-matching-directory. Change `slash' choice to
22840 `only'. Add `first' choice.
22841 (ido-exhibit): Adapt to above changes.
22842
22843 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22844
22845 * Makefile.in: Expand comment about building loaddefs.el.
22846
22847 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22848
22849 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22850 Comment use of defadvice.
22851
22852 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22853
22854 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22855
22856 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22857 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22858 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22859 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22860 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22861 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22862 for backward compatibility for faces that did not appear in the
22863 previous Emacs release.
22864
22865 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22866
22867 2005-08-15 Kim F. Storm <storm@cua.dk>
22868
22869 * emulation/cua-base.el (cua-delete-region): Return t if
22870 deleted region was non-empty.
22871 (cua-replace-region): Inhibit overwrite-mode for
22872 self-insert-command if replaced region was non-empty.
22873 (cua--explicit-region-start, cua--status-string): Make them
22874 buffer-local at top-level...
22875 (cua-mode): ...rather than when mode is enabled.
22876
22877 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22878
22879 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22880 Set t for Emacs 21, 22, and so on.
22881
22882 2005-08-15 David Ponce <david@dponce.com>
22883
22884 * tree-widget.el: Update Commentary header.
22885 (tree-widget-theme): Doc fix.
22886 (tree-widget-space-width): New option.
22887 (tree-widget-image-properties): Look up in the default theme too.
22888 (tree-widget--cursors): Only for images with arrow pointer shape.
22889 (tree-widget-lookup-image): Pointer shape is hand by default.
22890 (tree-widget-icon): Rename generic icon widget from
22891 `tree-widget-control'.
22892 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22893 derive from `tree-widget-icon'.
22894 (tree-widget-handle): Improve default look and feel of the text
22895 representation.
22896 (tree-widget): Rename :*-control properties to :*-icon properties.
22897 Add :action and :help-echo properties.
22898 (tree-widget-after-toggle-functions): Move.
22899 (tree-widget-close-node, tree-widget-open-node): Remove.
22900 (tree-widget-before-create-icon-functions): New hook.
22901 (tree-widget-value-create): Update to allow customization of icons
22902 and nodes at run-time via that new hook.
22903 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22904 (tree-widget-icon-action, tree-widget-icon-help-echo)
22905 (tree-widget-action, tree-widget-help-echo): New functions.
22906
22907 2005-08-15 Kim F. Storm <storm@cua.dk>
22908
22909 * ido.el (ido-buffer-internal): Use with-no-warnings.
22910 (ido-make-merged-file-list): Use while-no-input.
22911
22912 2005-08-15 Richard M. Stallman <rms@gnu.org>
22913
22914 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22915 (flyspell-large-region): Fix doc and custom type.
22916
22917 2005-08-14 Richard M. Stallman <rms@gnu.org>
22918
22919 * files.el (interpreter-mode-alist): Doc fix.
22920
22921 * mail/rmail.el (rmail-nonignored-headers): New variable.
22922 (rmail-clear-headers): Use it.
22923 (rmail-reply): Better handling of mail-followup-to header.
22924
22925 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22926 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22927 don't try to refer to executable-font-lock-keywords.
22928 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22929 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22930 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22931 (sh-mode): Set comment-start-skip, local-abbrev-table,
22932 imenu-case-fold-search.
22933 (sh-set-shell): Don't set them here.
22934 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22935 Don't cache the results in the original alist; don't ever modify
22936 that alist.
22937
22938 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22939
22940 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22941 empty.
22942
22943 2005-08-15 Andreas Schwab <schwab@suse.de>
22944
22945 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22946
22947 * dired.el, info.el, mail/rmail.el: Revert last change.
22948
22949 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22950
22951 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22952 modification in `eval-after-load' form.
22953 * info.el: Likewise.
22954 * mail/rmail.el: Likewise.
22955
22956 2005-08-14 Juri Linkov <juri@jurta.org>
22957
22958 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22959 Remove highlighting of "Compilation started". Highlight only
22960 the word "finished" in "Compilation finished". Add highlighting
22961 of "interrupt", "killed", "terminated" and the exit code.
22962 (compilation-start): Add newline after header. Use exactly the
22963 same time stamp format as the finishing message.
22964 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22965
22966 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22967 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22968 Add highlighting of "interrupt", "killed", "terminated".
22969
22970 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22971 enabled and the current command is self-insert-command, call it
22972 explicitly with overwrite-mode bound to nil, to not allow it
22973 to delete the character after the selected region.
22974
22975 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22976
22977 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22978 move-end-of-line, end-of-line, and beginning-of-line to the list
22979 of commands after which the echo area is updated.
22980
22981 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22982
22983 * cus-edit.el (custom-save-all, custom-save-delete):
22984 Bind recentf-exclude to exclude custom-file.
22985
22986 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22987
22988 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22989 to go to the bottom of the mail message. Added to
22990 `rmail-summary-mode-map' with key "/".
22991 (rmail-summary-show-message): New (internal) function for use by
22992 both `rmail-summary-beginning/end-of-message'.
22993 (rmail-summary-beginning-of-message): Change to use
22994 rmail-summary-show-message.
22995
22996 * mail/rmail.el (rmail-end-of-message): New command to go to the
22997 end of the current message. Added to `rmail-mode-map' with key "/".
22998 (rmail-beginning-of-message): Fix to work as documented.
22999 (rmail-mode): Change documentation.
23000
23001 * progmodes/compile.el (compilation-start): Add the line
23002 "Compilation started" with compilation start time.
23003 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23004
23005 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23006
23007 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23008 of menu items.
23009
23010 2005-08-11 Richard M. Stallman <rms@gnu.org>
23011
23012 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23013
23014 * battery.el (battery-status-function): Don't use ignore-errors.
23015
23016 2005-08-11 Lute Kamstra <lute@gnu.org>
23017
23018 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23019 define-obsolete-variable-alias.
23020
23021 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23022
23023 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23024 (ange-ftp-send-cmd): Revert last change, and expand
23025 the comment explaining the problem.
23026
23027 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23028
23029 * ldefs-boot.el: Update.
23030
23031 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23032 item to "Time, Load and Mail". Change help echo text.
23033
23034 * time.el (display-time-use-mail-icon, display-time-format)
23035 (display-time-string-forms): Shorten first line of docstrings.
23036
23037 2005-08-10 Lars Hansen <larsh@soem.dk>
23038
23039 * desktop.el (desktop-buffer-mode-handlers):
23040 Make non-customizable. Add autoload cookie. Change initial value to
23041 nil; add elements in respective modules instead. Fix doc string.
23042 (desktop-load-file): New function.
23043 (desktop-minor-mode-handlers): New autoloaded variable.
23044 (desktop-create-buffer): Call minor mode handlers.
23045 Use desktop-load-file to load major and minor mode modules prior to
23046 checking for a handler.
23047 (desktop-save): Don't add nil to desktop-minor-modes for minor
23048 modes with nil function in desktop-minor-mode-table. Don't delete
23049 desktop file before rewriting it.
23050 (desktop-locals-to-save): Add autoload cookie. Don't make
23051 automatically buffer-local. Add variables column-number-mode,
23052 size-indication-mode, indent-tabs-mode,
23053 indicate-buffer-boundaries, indicate-empty-lines and
23054 show-trailing-whitespace.
23055 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23056 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23057 (desktop-clear-preserve-buffers-regexp): Delete.
23058 (desktop-clear-preserve-buffers): Update initial value and docstring.
23059 (desktop-save-buffer): Fix doc string.
23060
23061 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23062 (hilit-chg-desktop-restore): New function.
23063 (highlight-changes-mode): Add highlight-changes-mode to
23064 desktop-locals-to-save.
23065
23066 * dired.el: Add handler to desktop-buffer-mode-handlers.
23067 (dired-restore-desktop-buffer): Remove autoload cookie.
23068 (dired-mode): Add autoload cookie.
23069
23070 * info.el: Add handler to desktop-buffer-mode-handlers.
23071 (Info-restore-desktop-buffer): Remove autoload cookie.
23072 (Info-mode): Add autoload cookie.
23073
23074 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23075 (mh-restore-desktop-buffer): Remove autoload cookie.
23076 (mh-folder-mode): Add autoload cookie.
23077
23078 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23079 (rmail-restore-desktop-buffer): Remove autoload cookie.
23080
23081 2005-08-11 Masatake YAMATO <jet@gyve.org>
23082
23083 * hexl.el (hexl-address-region):
23084 (hexl-ascii-region, hexl-font-lock-keywords):
23085 (hexl-highlight-line-range): Use the term "region"
23086 instead of "area" for consistency with the other symbols
23087 defined in hexl.el.
23088
23089 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23090
23091 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23092 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23093 out by Juri Linkov). Add `display-battery-mode'.
23094
23095 2005-08-09 Juri Linkov <juri@jurta.org>
23096
23097 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23098 Remove `-text' from face variable names.
23099 (compilation-error-file-name, compilation-warning-file-name)
23100 (compilation-info-file-name): Delete faces.
23101 (compilation-line-number, compilation-column-number):
23102 Remove face underlining.
23103 (compilation-message-face): Set to `underline' value by default.
23104 (compilation-error-face, compilation-warning-face)
23105 (compilation-info-face): Remove `-file-name' from face names.
23106 (compilation-error-text-face, compilation-warning-text-face)
23107 (compilation-info-text-face): Delete face variables.
23108 (compilation-text-face): Delete function.
23109
23110 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23111 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23112 (grep-error-face): Set to `compilation-error' instead of
23113 `compilation-error-face' (which is redefined to `grep-hit-face' in
23114 grep buffers).
23115 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23116 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23117
23118 * dired-aux.el (dired-do-query-replace-regexp):
23119 Use `query-replace-read-args'.
23120
23121 * replace.el (query-replace-read-from, query-replace-read-to)
23122 (query-replace-read-args): Rename arg `string' to `prompt'.
23123
23124 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23125
23126 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23127
23128 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23129 uploading files.
23130 (ange-ftp-canonize-filename): Handle file names beginning with ~
23131 correctly.
23132
23133 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23134
23135 * textmodes/fill.el (canonically-space-region)
23136 (fill-context-prefix, fill-french-nobreak-p)
23137 (fill-delete-newlines, fill-comment-paragraph)
23138 (justify-current-line): "?\ " -> "?\s".
23139
23140 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23141
23142 * textmodes/fill.el (fill-nonuniform-paragraphs):
23143 Improve argument/docstring consistency.
23144
23145 2005-08-09 Richard M. Stallman <rms@gnu.org>
23146
23147 * textmodes/ispell.el (ispell-word): More fboundp checks.
23148
23149 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23150 (find-file-noselect-1): Call it here, only if RAWFILE.
23151 (normal-mode): Always set some major mode.
23152 (save-some-buffers-action-alist): Change some explanation strings.
23153 (file-name-non-special): In the `quote' method, use unwind-protect.
23154
23155 2005-08-09 Magnus Henoch <mange@freemail.hu>
23156
23157 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23158 (ispell-have-aspell-dictionaries): New variable.
23159 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23160 (ispell-get-aspell-config-value): New function.
23161 (ispell-aspell-find-dictionary): New function.
23162 (ispell-aspell-add-aliases): New function.
23163 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23164 appropriate. Don't look for ispell dictionaries if we use aspell.
23165 (ispell-menu-map): Don't build a submenu of dictionaries.
23166
23167 2005-08-09 Richard M. Stallman <rms@gnu.org>
23168
23169 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23170 (sql-read-passwd): Use read-passwd.
23171
23172 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23173 (idlwave-toolbar-is-possible): Add defvars.
23174
23175 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23176 Avoid warnings.
23177
23178 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23179 (idlwave-system-class-info, idlwave-executive-commands-alist):
23180 Use defvar.
23181
23182 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23183
23184 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23185 Avoid warnings.
23186
23187 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23188 and content-type: headers.
23189
23190 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23191
23192 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23193 and rename some of them to be more self-explanatory.
23194
23195 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23196
23197 * startup.el (command-line-1): Implement -scriptload.
23198
23199 * replace.el (occur-engine): Initial *Occur* output not undoable.
23200
23201 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23202 and improve help strings.
23203
23204 * isearch.el (isearch-repeat): When changing direction,
23205 mark search successful.
23206
23207 * ediff-init.el: Use (featurep 'xemacs).
23208
23209 * comint.el (send-invisible): Identify buffer, if not selected.
23210
23211 * align.el: Delete autoload for c-guess-basic-syntax.
23212
23213 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23214
23215 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23216 Improve argument/docstring consistency. Doc fixes.
23217 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23218 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23219 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23220 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23221 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23222 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23223 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23224 Defvar at compile time.
23225
23226 2005-08-09 Juri Linkov <juri@jurta.org>
23227
23228 * info.el: Replace `info' with upper-case `Info' where appropriate.
23229 (info-title-1, info-title-2, info-title-3, info-title-4)
23230 (info-menu-header): Move up face definitions.
23231 (info-menu-star): Rename from `info-menu-5'.
23232 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23233 (Info-fontify-visited-nodes): Fix docstring.
23234 (Info-hide-note-references): Fix docstring.
23235 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23236 menu items in the same way as on cross-references.
23237 (info-apropos): Fix sorting order and formatting to be like in the
23238 stand-alone Info browser. Display error messages for 1 sec.
23239 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23240 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23241 from the menu bar.
23242 (Info-insert-dir): Restore point after calling
23243 `insert-buffer-substring'.
23244
23245 2005-08-08 Richard M. Stallman <rms@gnu.org>
23246
23247 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23248 (recompute-lucid-menubar): Add defvars.
23249
23250 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23251
23252 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23253
23254 * net/net-utils.el (run-dig): Rename from `dig'.
23255
23256 * play/gametree.el (gametree-mode): Use make-local-variable,
23257 not make-variable-buffer-local.
23258
23259 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23260
23261 * ansi-color.el (ansi-color-make-extent)
23262 (ansi-color-set-extent-face): Use fboundp, not functionp.
23263
23264 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23265 not make-variable-buffer-local.
23266
23267 * bookmark.el (Info-current-file): Add defvar.
23268 (bookmark-jump-noselect): Use with-no-warnings.
23269
23270 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23271
23272 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23273
23274 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23275
23276 * find-file.el (ada-procedure-start-regexp)
23277 (ada-package-start-regexp): Add defvars.
23278
23279 * info.el (Info-insert-dir): Use insert-buffer-substring.
23280
23281 * xml.el (xml-att-def-re): Add defvar.
23282
23283 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23284 calling convention.
23285
23286 * subr.el (while-no-input): Return t if there is input.
23287
23288 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23289
23290 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23291
23292 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23293
23294 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23295 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23296
23297 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23298
23299 * cmuscheme.el (scheme-start-file): Replace reference to
23300 `user-emacs-directory' by "~/.emacs.d/".
23301
23302 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23303
23304 * info.el (Info-dir-remove-duplicates): Avoid case folding
23305 in loop; instead, keep downcased strings for comparison.
23306 Suggested by Helmut Eller.
23307
23308 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23309
23310 Sync with Tramp 2.0.50.
23311
23312 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23313 XEmacs case; not necessary anymore.
23314 (tramp-user-regexp): Allow "@" as part of user name.
23315 (tramp-handle-set-visited-file-modtime)
23316 (tramp-handle-insert-file-contents)
23317 (tramp-handle-write-region): No special handling for
23318 `last-coding-system-used, because this is done in
23319 `tramp-accept-process-output' now.
23320 (tramp-accept-process-output): New defun.
23321 (tramp-process-one-action, tramp-process-one-multi-action)
23322 (tramp-wait-for-regexp, tramp-wait-for-output)
23323 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23324 Howells <dhowells@redhat.com>.
23325 (clear-visited-file-modtime): Defadvice removed. The check for
23326 unset buffer's modtime does not need to be based on
23327 `tramp-buffer-file-attributes'. Suggested by RMS.
23328 (tramp-message): Insert "\n" if not being at beginning of line.
23329 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23330 sequence with same logic.
23331 (tramp-completion-handle-expand-file-name): Discard call of
23332 `tramp-drop-volume-letter'. It is not necessary, and there have
23333 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23334 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23335 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23336 should always be visible.
23337 (tramp-handle-insert-directory, tramp-setup-complete)
23338 (tramp-set-process-query-on-exit-flag)
23339 (tramp-append-tramp-buffers): Pacify byte-compiler.
23340 (tramp-bug): Delete non-existing variables from list.
23341 Apply `tramp-load-report-modules' as pre-hook.
23342 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23343 `shell-prompt-pattern' because of non-7bit characters.
23344 Reported by Sebastian Luque <sluque@mun.ca>.
23345 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23346 (tramp-match-string-list): Remove function.
23347 (tramp-wait-for-regexp): Remove call of that function.
23348 Suggested by Kim F. Storm <storm@cua.dk>.
23349 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23350 instead of octal character code ?\600. The latter resulted in a
23351 syntax error with XEmacs.
23352
23353 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23354 XEmacs case; not necessary anymore.
23355 (tramp-smb-handle-write-region): No special handling for
23356 `last-coding-system-used, because this is done in
23357 `tramp-accept-process-output' now.
23358 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23359
23360 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23361
23362 * wid-edit.el (widget-choice-value-create):
23363 Unconditionally respect user choice. Set :explicit-choice back to nil
23364 when no longer needed.
23365 (widget-choice-action): Unconditionally respect user choice.
23366 Eliminate :explicit-choice-value.
23367
23368 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23369
23370 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23371 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23372 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23373 running new function `toggle-indicate-empty-lines'.
23374 Rename "Customize" item to "Customize fringe".
23375 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23376 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23377 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23378 Delete "Empty lines only" item.
23379 (menu-bar-showhide-fringe-ind-customize): New function.
23380 (menu-bar-showhide-fringe-ind-mixed)
23381 (menu-bar-showhide-fringe-ind-box)
23382 (menu-bar-showhide-fringe-ind-right)
23383 (menu-bar-showhide-fringe-ind-left)
23384 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23385 instead of `fringe-indicators'.
23386
23387 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23388
23389 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23390 Change the date of last update.
23391
23392 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23393
23394 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23395 (viper-exec-yank, viper-put-back): Don't display modification msg
23396 if in the minibuffer.
23397
23398 * viper-init.el (viper-replace-overlay-cursor-color)
23399 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23400 Make variables frame local.
23401
23402 * viper-util.el (viper-append-filter-alist): Use append instead of
23403 nconc.
23404
23405 * viper.el (viper-vi-state-mode-list)
23406 (viper-emacs-state-mode-list): Move help-mode and
23407 completion-list-mode from the first list to the second.
23408 (viper-mode): Docstring.
23409 (viper-go-away, viper-non-hook-settings): Don't localize
23410 minor-mode-alist in newer Emacsen. Add advice to
23411 set-cursor-color. Don't bind "\C-c\\".
23412
23413 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23414
23415 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23416 (scheme-macro-expand-command): New user options.
23417 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23418 (scheme-form-at-point, scheme-start-file)
23419 (scheme-interactively-start-process): New functions.
23420 (scheme-get-process): New function, extracted from `scheme-proc'.
23421 (run-scheme): Call `scheme-start-file' to get start file, and pass
23422 it to `make-comint'.
23423 (switch-to-scheme, scheme-proc):
23424 Call `scheme-interactively-start-process' if no Scheme buffer/process
23425 is available.
23426
23427 2005-08-06 Juri Linkov <juri@jurta.org>
23428
23429 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23430 Use `compilation-text-face', `compilation-info-text-face' and
23431 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23432 (compilation-error): New face.
23433 (compilation-error-file-name): Inherit from
23434 `compilation-error' instead of `font-lock-warning-face'.
23435 (compilation-warning-file-name): Inherit from
23436 `compilation-warning' instead of `font-lock-warning-face'.
23437 (compilation-info, compilation-error-file-name)
23438 (compilation-warning-file-name, compilation-info-file-name)
23439 (compilation-line-number, compilation-column-number): Doc fix.
23440 (compilation-error-text-face, compilation-warning-text-face)
23441 (compilation-info-text-face): New face variables.
23442 (compilation-line-face, compilation-column-face)
23443 (compilation-enter-directory-face)
23444 (compilation-leave-directory-face): Doc fix.
23445 (compilation-text-face): New function.
23446
23447 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23448 instead of 1 to display binary file names as info file links.
23449 (grep-error-face): Use `compilation-error-face' instead of
23450 `font-lock-keyword-face'.
23451 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23452 and `compilation-warning-text-face' instead of
23453 `font-lock-keyword-face'. Use `compilation-error-text-face'
23454 instead of `grep-error-face'.
23455
23456 2005-08-05 Kenichi Handa <handa@m17n.org>
23457
23458 * international/code-pages.el: Add autoload cookies for all coding
23459 systems.
23460
23461 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23462
23463 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23464
23465 2005-08-04 Juri Linkov <juri@jurta.org>
23466
23467 * progmodes/compile.el (compilation-mode-map):
23468 * progmodes/grep.el (grep-mode-map):
23469 Bind TAB to `compilation-next-error' and [backtab] to
23470 `compilation-previous-error'.
23471
23472 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23473 matching line numbers, column numbers and their ranges with regexp
23474 matching only line numbers.
23475 (grep-context-face): New face variable.
23476 (grep-mode-font-lock-keywords): Use it.
23477
23478 * faces.el (read-face-name): Delete duplicate faces.
23479
23480 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23481
23482 * thumbs.el (thumbs-find-image): Don't make variables
23483 automatically buffer local.
23484 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23485 (thumbs-image-num): Make automatically buffer local.
23486 (thumbs-show-thumbs-list): Use `make-local-variable', not
23487 `make-variable-buffer-local'.
23488 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23489
23490 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23491 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23492 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23493 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23494 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23495 (feelings-about, foullst, found, hello, history, howareyoulst)
23496 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23497 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23498 (neglst, obj, object, owner, please, problems, qlist)
23499 (random-adjective, relation, remlst, repetitive-shortness)
23500 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23501 (shortlst, something, sportslst, stallmanlst, states, subj)
23502 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23503 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23504 Defvar at compile time.
23505
23506 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23507 not `make-variable-buffer-local'.
23508
23509 2005-08-02 Kim F. Storm <storm@cua.dk>
23510
23511 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23512 rectangle overlay in selected window.
23513
23514 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23515
23516 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23517 instead of display group. Make `indicate-buffer-boundaries'
23518 customizable through Custom.
23519
23520 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23521
23522 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23523 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23524 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23525 (gdb-put-string): Fix typos in docstrings.
23526
23527 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23528
23529 Update copyright notices of files in progmodes directory for
23530 release of Emacs 22.1.
23531
23532 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23533
23534 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23535 Don't barf if the GUD buffer has been killed.
23536
23537 2005-08-01 Kim F. Storm <storm@cua.dk>
23538
23539 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23540
23541 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23542
23543 * simple.el (next-error-follow-minor-mode):
23544 make-variable-buffer-local -> make-local-variable.
23545
23546 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23547
23548 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23549 (byte-compile-form-make-variable-buffer-local): New functions to warn
23550 about misuses of make-variable-buffer-local where make-local-variable
23551 was meant.
23552
23553 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23554
23555 * bs.el (bs-attributes-list): Doc fix.
23556 (bs): Update url-link.
23557
23558 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23559 (desktop-load-default): Simplify.
23560
23561 * ibuffer.el (ibuffer-columnize-and-insert-list)
23562 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23563 (ibuffer-unmark-all, ibuffer-toggle-marks)
23564 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23565 (ibuffer-compile-make-format-form, ibuffer-format-column)
23566 (ibuffer-current-buffers-with-marks)
23567 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23568 (ibuffer): Doc fix.
23569 (ibuffer-mode): Fix typo in docstring.
23570 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23571 with `define-obsolete-variable-alias'.
23572 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23573
23574 2005-07-29 Kenichi Handa <handa@m17n.org>
23575
23576 * international/mule-cmds.el (select-message-coding-system):
23577 Be sure to use LF for end-of-line. If no coding system is decided,
23578 return iso-8859-1-unix.
23579
23580 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23581
23582 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23583 (ange-ftp-pending-error-line): New vars.
23584 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23585 to handle the non-fatal no-route-to-host messages.
23586 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23587
23588 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23589
23590 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23591 (isearch-quote-char, isearch-printing-char)
23592 (isearch-text-char-description): "?\ " -> "?\s".
23593 (isearch-lazy-highlight-cleanup)
23594 (isearch-lazy-highlight-initial-delay)
23595 (isearch-lazy-highlight-interval)
23596 (isearch-lazy-highlight-max-at-a-time)
23597 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23598 Declare with define-obsolete-*-alias macros.
23599 (isearch-forward): Fix typo in docstring.
23600 (search-invisible, search-ring-yank-pointer)
23601 (regexp-search-ring-yank-pointer): Doc fixes.
23602
23603 * recentf.el (recentf-menu-append-commands-p): Declare with
23604 `define-obsolete-variable-alias'.
23605 (recentf-max-saved-items, recentf-menu-filter)
23606 (recentf-arrange-by-rule-subfilter): Doc fixes.
23607 (recentf-menu-append-commands-flag)
23608 (recentf-initialize-file-name-history, recentf-expand-file-name)
23609 (recentf-clear-data): Fix typos in docstrings.
23610
23611 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23612
23613 * progmodes/gdb-ui.el: Smarten comments.
23614 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23615
23616 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23617
23618 * term/apollo.el (terminal-init-apollo): New function containing
23619 all former top level forms in the file.
23620 * term/bobcat.el (terminal-init-bobcat):
23621 * term/cygwin.el (terminal-init-cygwin):
23622 * term/iris-ansi.el (terminal-init-iris-ansi):
23623 * term/linux.el (terminal-init-linux):
23624 * term/news.el (terminal-init-news):
23625 * term/rxvt.el (terminal-init-rxvt):
23626 * term/sun.el (terminal-init-sun):
23627 * term/tvi970.el (terminal-init-tvi970):
23628 * term/vt100.el (terminal-init-vt100):
23629 * term/vt102.el (terminal-init-vt102):
23630 * term/vt125.el (terminal-init-vt125):
23631 * term/vt200.el (terminal-init-vt200):
23632 * term/vt201.el (terminal-init-vt201):
23633 * term/vt220.el (terminal-init-vt220):
23634 * term/vt240.el (terminal-init-vt240):
23635 * term/vt300.el (terminal-init-vt300):
23636 * term/vt320.el (terminal-init-vt320):
23637 * term/vt400.el (terminal-init-vt400):
23638 * term/vt420.el (terminal-init-vt420):
23639 * term/wyse50.el (terminal-init-wyse50):
23640 * term/xterm.el (terminal-init-xterm): Likewise.
23641
23642 * term/README: Describe the terminal-init-* functionality.
23643
23644 * startup.el (command-line): After loading the terminal initialization
23645 file call the corresponding terminal initialization function.
23646
23647 2005-07-27 Kenichi Handa <handa@m17n.org>
23648
23649 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23650 negative.
23651
23652 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23653 (ps-mule-composition-prologue): Fix for the case that
23654 RelativeCompose is false.
23655
23656 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23657
23658 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23659
23660 * descr-text.el (describe-char): Handle the case where the list of
23661 chars is displayed in a separate frame.
23662 Be a bit more discriminating when looking for the char.
23663
23664 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23665
23666 * bookmark.el (bookmark-automatically-show-annotations)
23667 (bookmark-read-annotation-text-func): Doc fixes.
23668 (bookmark-save): Improve argument/docstring consistency.
23669 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23670 (bookmark-alist-from-buffer)
23671 (bookmark-upgrade-file-format-from-0)
23672 (bookmark-grok-file-format-version)
23673 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23674 (bookmark-read-annotation-mode)
23675 (bookmark-insert-current-bookmark, bookmark-jump)
23676 (bookmark-exit-hook): Fix typos in docstrings.
23677 (bookmark-exit-hooks): Define as obsolete alias.
23678 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23679 not `bookmark-exit-hooks'. Fix docstring.
23680 (bookmark-bmenu-select): "?\ " -> "?\s".
23681
23682 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23683
23684 * startup.el (command-line): Fix typo.
23685
23686 2005-07-24 Richard M. Stallman <rms@gnu.org>
23687
23688 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23689 not emacs-quick-startup.
23690
23691 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23692
23693 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23694 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23695 instead of `reb-with-current-window'.
23696 (reb-prev-match): Likewise. Also, don't move left if the search
23697 was unsuccessful.
23698 (reb-initialize-buffer): New function.
23699 (re-builder, reb-change-syntax): Use it.
23700
23701 * man.el (Man-goto-page): Make second argument NOERROR optional.
23702
23703 2005-07-23 Richard M. Stallman <rms@gnu.org>
23704
23705 * man.el (Man-bgproc-sentinel): Check here for failure to find
23706 any man page in the output, and report the error here.
23707 (Man-arguments): Make it permanent local.
23708 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23709 (Man-mode): Pass t for NOERROR.
23710
23711 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23712 (grep-mode-font-lock-keywords):
23713 Don't use compilation-...-face for messages that are not file names.
23714
23715 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23716 Don't use compilation-...-face for messages that are not file names.
23717
23718 2005-07-22 Juri Linkov <juri@jurta.org>
23719
23720 * startup.el (normal-splash-screen): Update menu name.
23721
23722 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23723
23724 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23725
23726 * term/xterm.el: Load term/rxvt if the terminal is actually an
23727 rxvt terminal.
23728 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23729
23730 * term/rxvt.el (function-key-map): Use substitute-key-definition
23731 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23732
23733 * term/cygwin.el: New file.
23734
23735 2005-07-22 Kim F. Storm <storm@cua.dk>
23736
23737 * image-file.el (insert-image-file, image-file-yank-handler):
23738 Fix last change to maintain a (unique) yank-handler on yanked images.
23739
23740 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23741
23742 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23743 of the file size (as in "177B" for 177 bytes). This happens with
23744 "ls -lh" on FreeBSD.
23745
23746 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23747
23748 * hilit-chg.el (highlight-changes-global-initial-state)
23749 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23750 (hilit-chg-fixup, highlight-changes-mode):
23751 Fix typos in docstrings.
23752 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23753 Doc fixes.
23754
23755 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23756
23757 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23758 mode function using `eval-after-load'.
23759
23760 2005-07-21 Kim F. Storm <storm@cua.dk>
23761
23762 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23763 included when reporting an Emacs crash, and tell about the DEBUG file.
23764
23765 * image-file.el (insert-image-file): Add yank-handler.
23766 (image-file-yank-handler): Yank handler to make unique copies of
23767 images when they are yanked into a buffer next to each other.
23768
23769 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23770
23771 * comint.el (comint-use-prompt-regexp, comint-send-input)
23772 (comint-source-default, comint-extract-string)
23773 (comint-get-source, comint-word, comint-completion)
23774 (comint-source, comint-prompt-read-only, comint-update-fence):
23775 Fix typos in docstrings.
23776 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23777 Declare with define-obsolete-*-alias macros.
23778 (comint-previous-matching-input-from-input)
23779 (comint-next-matching-input-from-input)
23780 (comint-previous-matching-input, comint-next-matching-input)
23781 (comint-forward-matching-input):
23782 Improve argument/docstring consistency.
23783
23784 * desktop.el (desktop-clear-preserve-buffers-regexp):
23785 Also preserve the *server* buffer.
23786
23787 * simple.el (clone-indirect-buffer): Doc fix.
23788 (fixup-whitespace, just-one-space)
23789 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23790 (next-error, next-error-highlight)
23791 (next-error-highlight-no-select, next-error-last-buffer)
23792 (next-error-buffer-p, next-error-find-buffer, next-error)
23793 (previous-error, next-error-no-select, previous-error-no-select)
23794 (open-line, split-line, minibuffer-prompt-width, kill-new)
23795 (binary-overwrite-mode): Fix typos in docstrings.
23796 (set-fill-column): Fix typo in message.
23797
23798 * skeleton.el (skeleton-proxy-new): Doc fix.
23799
23800 * strokes.el (strokes-load-hook): Doc fix.
23801 (strokes-grid-resolution, strokes-get-grid-position)
23802 (strokes-renormalize-to-grid, strokes-read-stroke)
23803 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23804 (strokes-global-map): Fix typos in docstrings.
23805 (strokes-help): Doc fix. Fix help message and pass it through
23806 `substitute-command-keys'.
23807
23808 * tempo.el (tempo-insert-prompt, tempo-interactive)
23809 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23810 (tempo-insert-string-functions, tempo-local-tags)
23811 (tempo-define-template, tempo-insert-template)
23812 (tempo-insert-prompt-compat, tempo-is-user-element)
23813 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23814 Fix typos in docstrings.
23815
23816 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23817 (vcursor-key-bindings, vcursor-use-vcursor-map)
23818 (vcursor-find-window, vcursor-scroll-down)
23819 (vcursor-disable, vcursor-beginning-of-buffer)
23820 (vcursor-end-of-buffer): Fix typos in docstrings.
23821 (vcursor-relative-move, vcursor-get-char-count):
23822 Improve argument/docstring consistency.
23823
23824 * version.el: "?\ " -> "?\s".
23825
23826 * wid-edit.el (widget-default-create, widget-after-change)
23827 (widget-default-format-handler, widget-checklist-add-item)
23828 (widget-radio-add-item, widget-choose, widget-specify-secret)
23829 (widget-field-value-create, widget-field-value-get)
23830 (widget-editable-list-format-handler)
23831 (widget-editable-list-entry-create, widget-group-value-create)
23832 (widget-documentation-link-add)
23833 (widget-documentation-string-value-create): "?\ " -> "?\s".
23834 (widget-convert-text): Doc fix.
23835 (widget-narrow-to-field, widget-field-find)
23836 (widget-url-link-action, widget-emacs-library-link-action)
23837 (widget-color-notify): Fix typos in docstrings.
23838
23839 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23840 (x-select-text, set-w32-system-coding-system)
23841 (w32-add-charset-info): Fix typos in docstrings.
23842
23843 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23844 (cua-enable-cua-keys, cua-use-hyper-key)
23845 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23846 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23847
23848 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23849
23850 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23851 `defalias' instead of faking it.
23852
23853 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23854 (eshell-ls-missing, eshell-ls-dired-initial-args)
23855 (eshell-ls-use-in-dired): Fix typos in docstrings.
23856
23857 2005-07-20 Kim F. Storm <storm@cua.dk>
23858
23859 * emulation/cua-base.el (cua-mode): Improve doc string.
23860
23861 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23862
23863 * abbrev.el (expand-region-abbrevs): Doc fix.
23864 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23865 Improve argument/docstring consistency.
23866
23867 * arc-mode.el (archive-get-descr, archive-alternate-display):
23868 Doc fixes.
23869 (archive-l-e): Improve argument/docstring consistency.
23870 (archive-tmpdir, archive-unixdate, archive-unixtime)
23871 (archive-chmod-entry): Fix typos in docstrings.
23872 (archive-unflag, archive-unflag-backwards)
23873 (archive-unmark-all-files): "?\ " -> "?\s".
23874
23875 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23876 (Buffer-menu-not-modified, Buffer-menu-execute)
23877 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23878 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23879
23880 * composite.el (compose-string, encode-composition-rule)
23881 (compose-last-chars): Fix typos in docstrings.
23882
23883 * desktop.el (desktop-enable, desktop-basefilename):
23884 Declare with `define-obsolete-variable-alias'.
23885 (desktop-internal-v2s): Don't quote keywords.
23886 (desktop-clear): "?\ " -> "?\s".
23887
23888 * dired.el (dired-align-file, dired-flag-backup-files)
23889 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23890 (dired-listing-switches, dired-ls-F-marks-symlinks)
23891 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23892 (dired-directory, dired-faces, dired, dired-revert)
23893 (dired-mode, dired-summary, dired-view-file)
23894 (dired-copy-filename-as-kill, dired-delete-file)
23895 (dired-no-confirm, dired-unmark-all-marks)
23896 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23897 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23898 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23899 Fix typos in message strings.
23900
23901 * dired-x.el (virtual-dired): Declare with `defalias'.
23902 (dired-mark-unmarked-files, dired-local-variables-file)
23903 (dired-omit-here-always): Doc fix.
23904 (dired-omit-mode, dired-find-subdir)
23905 (dired-enable-local-variables, dired-clean-up-buffers-too)
23906 (dired-extra-startup, dired-mark-extension, dired-jump)
23907 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23908 (dired-smart-shell-command, dired-guess-shell-alist-user)
23909 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23910 (dired-x-bind-find-file, dired-x-submit-report):
23911 Fix typos in docstrings.
23912 (dired-mark-unmarked-files): "?\ " -> "?\s".
23913
23914 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23915
23916 * faces.el (describe-face): "?\ " -> "?\s".
23917 (read-all-face-attributes, read-face-font, modify-face)
23918 (face-attr-construct, italic): Fix typos in docstrings.
23919 (frame-update-face-colors): Declare with
23920 `define-obsolete-function-alias'.
23921
23922 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23923 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23924 (magic-mode-alist, buffer-file-numbers-unique)
23925 (write-file-functions, get-free-disk-space):
23926 Fix typos in docstrings.
23927 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23928 (write-contents-hooks, write-file-hooks):
23929 Declare with `define-obsolete-variable-alias'.
23930
23931 * forms-d2.el (arch-rj): Fix typo in docstrings.
23932 (arch-tocol): Likewise. "?\ " -> "?\s".
23933
23934 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23935 Fix typo in docstring.
23936 (set-screen-width, set-screen-height): Delete redundant info in
23937 doctrings.
23938 (new-frame, screen-height, screen-width): Declare with
23939 `define-obsolete-function-alias'.
23940 (delete-frame-hook, blink-cursor): Declare with
23941 `define-obsolete-variable-alias'.
23942
23943 * paths.el (prune-directory-list): Fix typos in docstring.
23944
23945 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23946 (cvs-prefix-get): Fix typos in docstrings.
23947
23948 * ps-print.el (ps-extend-face-list, ps-extend-face)
23949 (ps-print-background-image): Fix typos in docstrings.
23950 (ps-default-fg, ps-default-bg): Doc fixes.
23951
23952 * s-region.el (s-region-bind): Doc fix.
23953 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23954
23955 * textmodes/org.el (org-table-formula-substitute-names)
23956 (org-table-get-vertical-vector): Doc fixes.
23957 (org-table-recalculate): Remove unused argument to `message'.
23958
23959 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23960
23961 * textmodes/org.el (org-table-column-names)
23962 (org-table-column-name-regexp)
23963 (org-table-named-field-locations): New variables.
23964 (org-archive-subtree): Protect `this-command' when calling
23965 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23966 the kill buffer.
23967 (org-complete): Remove fixed-formula completion.
23968 (org-edit-formulas-map): New variable.
23969 (org-table-edit-formulas): New command.
23970 (org-finish-edit-formulas, org-abort-edit-formulas)
23971 (org-show-variable, org-table-get-vertical-vector): New functions.
23972 (org-table-maybe-eval-formula): Handle `:=' fields.
23973 (org-table-get-stored-formulas, org-table-store-formulas)
23974 (org-table-get-formula, org-table-modify-formulas)
23975 (org-table-replace-in-formulas): Handle named field formulas.
23976 (org-table-get-specials): Store locations of named fields.
23977
23978 2005-07-19 Juri Linkov <juri@jurta.org>
23979
23980 * progmodes/grep.el (grep-regexp-alist)
23981 (grep-mode-font-lock-keywords, grep-process-setup):
23982 Use default GNU grep match color "01;31m" instead of "01;41m".
23983 (grep-regexp-alist, grep-mode-font-lock-keywords):
23984 Use `\\[[0-9]*m' instead of `\\[00m'.
23985 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23986 sgr_start where its handling is more important. Use the real
23987 length of sgr_start instead of constant 8.
23988 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23989 specially. Delete all remaining escape sequences.
23990 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23991 (grep-regexp-alist): Make hyperlink only for binary file name
23992 instead of the whole line.
23993 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23994 (grep-mode): Add autoload.
23995
23996 * emacs-lisp/find-func.el (find-function-regexp):
23997 Add `define-compilation-mode'.
23998
23999 2005-07-19 Juri Linkov <juri@jurta.org>
24000
24001 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24002 (compare-windows-sync-string-size, compare-windows-recenter)
24003 (compare-windows-highlight, compare-windows): Add version 22.1.
24004 (compare-windows) <defface>: Inherit from lazy-highlight instead
24005 of duplicating its default value.
24006
24007 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24008 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24009
24010 * descr-text.el (describe-char): Create link buttons for `charset'
24011 and `code point'. Add the current input method name with a link
24012 button to `to input' field. Print face names of display table
24013 characters in `The display table entry is displayed by' section
24014 instead of printing face-id in the `display' field.
24015 Guess hardcoded faces and create a link button for them.
24016 Skip empty fields when calculating max-width.
24017 Treat `widget-create' specially while inserting strings from the
24018 collected field list.
24019 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24020
24021 * diff-mode.el (diff-file-header): Change foreground color from
24022 yellow to green on light backgrounds.
24023 (diff-context): Inherit from `shadow' only for color/grayscale
24024 with more than 88 colors.
24025 (diff-indicator-removed, diff-indicator-added)
24026 (diff-indicator-changed): New faces.
24027 (diff-font-lock-keywords): Use new faces. Regroup rules.
24028 Add "^---$" for `normal' diff format. Fontify `#' lines with
24029 font-lock-comment-delimiter-face and font-lock-comment-face.
24030 Add `#' to ^[^...] in the rule for `diff-context-face'.
24031
24032 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24033 a button-like box. Inherit from `highlight' on low colors.
24034 (shadow): Use shades of gray only for color/grayscale with
24035 more than 88 colors. Use green for light backgrounds with
24036 8 colors, and yellow for dark backgrounds with 8 colors.
24037
24038 * font-lock.el (font-lock-regexp-grouping-backslash):
24039 Don't inherit from escape-glyph (use bold for all cases).
24040
24041 * info.el (info-xref-visited): Use light foreground color `violet'
24042 for dark backgrounds instead of dark color `magenta3'.
24043 (info-title-1): Use `yellow' color for dark backgrounds.
24044
24045 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24046 too-light magenta2.
24047
24048 * replace.el (match): Use slightly more light RoyalBlue3 instead
24049 of dark RoyalBlue4.
24050
24051 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24052
24053 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24054
24055 * novice.el (disabled-command-hook): Declare it with
24056 `define-obsolete-variable-alias'.
24057
24058 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24059 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24060 (desktop-load-default): Add release to obsolescence info.
24061 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24062 (desktop-append-buffer-args, desktop-read):
24063 Fix typos in docstrings.
24064 (desktop-kill): Fix typo in message.
24065 (desktop-save): Doc fix.
24066
24067 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24068
24069 * viper-cmd.el (viper-escape-to-state): Bug fix.
24070 (viper-envelop-ESC-key): Change the definition of fast
24071 keysequence so it'll work with keyboard macros.
24072
24073 * ediff.el (ediff-patch-buffer): Change the docstring.
24074
24075 2005-07-19 Kenichi Handa <handa@m17n.org>
24076
24077 * international/mule-cmds.el (select-safe-coding-system): Try to
24078 use an auto-coding (if any) before anything else. If the found
24079 auto-coding is invalid, show a warning message.
24080
24081 * international/mule.el (find-auto-coding): New function created
24082 by modifying the body of set-auto-coding.
24083 (set-auto-coding): Use find-auto-coding to find a coding.
24084
24085 2005-07-18 Richard M. Stallman <rms@gnu.org>
24086
24087 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24088 not isearch-mode-end-hook-error.
24089 (allout-before-change-protect): Fix error message.
24090
24091 2005-07-18 Juri Linkov <juri@jurta.org>
24092
24093 * allout.el (allout-mode):
24094 * calculator.el (calculator-copy):
24095 * custom.el (custom-known-themes):
24096 * dired.el (dired-desktop-buffer-misc-data)
24097 (dired-restore-desktop-buffer):
24098 * dired-x.el (dired-omit-marker-char):
24099 * files.el (basic-save-buffer):
24100 * font-core.el (font-lock-mode):
24101 * calendar/calendar.el (calendar-goto-hebrew-date)
24102 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24103 (calendar-goto-persian-date):
24104 * language/ethio-util.el (ethio-sera-to-fidel-region):
24105 * textmodes/picture.el (picture-mode):
24106 Delete duplicate duplicate words.
24107
24108 2005-07-18 Juri Linkov <juri@jurta.org>
24109
24110 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24111 chars * ? } |.
24112 (isearch-fallback): Don't call `isearch-process-search-char'.
24113 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24114 (isearch-process-search-char): Call `isearch-fallback' for regexp
24115 chars * ? } |.
24116 (isearch-return-char): Make obsolete with `make-obsolete' instead
24117 of simply documenting it as obsolete in the docstring.
24118 (isearch-fallback): Refill docstring.
24119
24120 * international/isearch-x.el
24121 (isearch-process-search-multibyte-characters): Remove unneeded
24122 `concat'. Add intermediate values to `junk-hist' instead of
24123 `minibuffer-history'. Test the length of `str'.
24124
24125 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24126
24127 * allout.el (allout-resolve-xref): Fix typos in error strings.
24128 (allout-before-change-protect): Remove unneeded `concat'.
24129
24130 * array.el (array-mode, array-reconfigure-rows)
24131 (untabify-backward): Fix typos in docstrings.
24132 (array-reconfigure-rows): Use `insert-buffer-substring', not
24133 `insert-buffer'.
24134
24135 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24136 * progmodes/ada-mode.el (ada-make-body):
24137 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24138
24139 * dired.el (dired-log):
24140 * tar-mode.el (tar-subfile-save-buffer):
24141 * play/zone.el (zone-pgm-stress-destress):
24142 Use `insert-buffer-substring', not `insert-buffer'.
24143
24144 2005-07-17 Simon Josefsson <jas@extundo.com>
24145
24146 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24147
24148 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24149
24150 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24151 Add plain auth method.
24152 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24153
24154 2005-07-17 Kim F. Storm <storm@cua.dk>
24155
24156 * ido.el (dired-other-window): Add ido property.
24157
24158 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24159
24160 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24161 Fix typo in docstring.
24162 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24163 `insert-file-literally'.
24164
24165 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24166 info and delete redundant message. Doc fix.
24167 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24168 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24169
24170 2005-07-16 Richard M. Stallman <rms@gnu.org>
24171
24172 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24173 (byte-compile-and): Use byte-compile-and-recursion.
24174 (byte-compile-or-recursion): New function.
24175 (byte-compile-or): Use that.
24176 (byte-compile-if): Guard the else-clause too.
24177 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24178
24179 * isearch.el (isearch-mode-end-hook-quit): New variable.
24180 (isearch-done): Bind it.
24181 (isearch-mode-end-hook): Doc fix.
24182
24183 * allout.el (allout-isearch-did-quit): Variable deleted.
24184 (allout-real-isearch-abort): Function name no longer used.
24185 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24186 (allout-isearch-rectification): isearch-mode always exists.
24187 Don't set allout-isearch-did-quit.
24188 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24189 allout-isearch-did-quit.
24190 (allout-enwrap-isearch): Just add the hook.
24191 (allout-isearch-abort): Function deleted.
24192 (allout-pre-command-business): Avoid warning.
24193
24194 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24195 Correctly avoid warnings.
24196 (pascal-outline): Likewise.
24197
24198 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24199
24200 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24201
24202 * play/tetris.el (tetris-mode): Avoid warning.
24203
24204 * play/snake.el (snake-mode): Avoid warning.
24205
24206 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24207 (gamegrid-set-display-table): Avoid warning.
24208 (gamegrid-set-timer): Likewise.
24209 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24210 (gamegrid-add-score-with-update-game-score-1): Take FILE
24211 as argument.
24212 (gamegrid-add-score-with-update-game-score): Pass that argument.
24213 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24214
24215 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24216
24217 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24218 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24219
24220 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24221 and insert-file.
24222
24223 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24224 (sc-ask): Avoid warnings.
24225
24226 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24227 (eshell-hist-initialize): Use that var the natural way.
24228
24229 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24230
24231 * emacs-lisp/re-builder.el (reb-cook-regexp):
24232 Avoid warning calling lre-compile-string.
24233 (reb-color-display-p): Avoid warning.
24234
24235 * calculator.el (calculator-last-input): Guard uses
24236 of event-key and key-press-event-p.
24237 (event-key, key-press-event-p): Delete definitions.
24238
24239 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24240 (find-gc-source-directory, find-gc-subrs-callers)
24241 (find-gc-noreturn-list, find-gc-source-files)
24242 (find-gc-subrs-called): Vars renamed and defvar'd.
24243
24244 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24245 (checkdoc-overlay-put, checkdoc-delete-overlay)
24246 (checkdoc-overlay-start, checkdoc-overlay-end)
24247 (checkdoc-mode-line-update, checkdoc-char=):
24248 Define such that compiler knows they are defined.
24249 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24250 (checkdoc-read-event): Delete. Use read-event directly.
24251
24252 * whitespace.el (whitespace-make-overlay)
24253 (whitespace-overlay-put, whitespace-delete-overlay)
24254 (whitespace-overlay-start, whitespace-overlay-end):
24255 Define such that compiler knows they are defined.
24256 (whitespace): Move conditional inside.
24257
24258 * tempo.el (tempo-insert-template): Suppress warning.
24259
24260 * ediff-diff.el (longlines-mode): Add defvar.
24261
24262 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24263
24264 * server.el: Bind "C-x #" in a way that works even if C-x is
24265 redefined to a command key, not a prefix key.
24266
24267 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24268
24269 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24270 cl-make-type-test till execution time.
24271
24272 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24273
24274 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24275 arg ARG and use it.
24276
24277 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24278
24279 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24280
24281 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24282
24283 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24284 a defcustom with two :set or :type keywords.
24285
24286 2005-07-15 Richard M. Stallman <rms@gnu.org>
24287
24288 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24289 Don't give ^M comment-end syntax.
24290
24291 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24292
24293 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24294 Don't consider gdbmi (gdb-mi.el has its own update functions).
24295 (gdb-var-delete): Make it work for gdbmi as well.
24296 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24297
24298 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24299 (gud-speedbar-menu-items): Correct logic for enabling items.
24300
24301 2005-07-15 Kim F. Storm <storm@cua.dk>
24302
24303 * ido.el: Fix commentary.
24304 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24305 Use with-no-warnings around ffap-guesser.
24306 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24307 Let bind minibuffer-completing-file-name to t.
24308
24309 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24310
24311 * startup.el (site-run-file, keyboard-type): Doc fixes.
24312 (command-line): Check for "--basic-display" argument; also for
24313 "--quick", not "--bare-bones" (which was renamed).
24314 (fancy-splash-text): Add missing item "Getting New Versions".
24315 (normal-splash-screen): Fix typos and improve consistency with
24316 `fancy-splash-text'. Update copyright year.
24317
24318 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24319 valid binding for `help-char'.
24320
24321 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24322
24323 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24324
24325 * term.el (term-mode): Disable cua-mode for term buffers.
24326
24327 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24328
24329 * add-log.el (add-log-mailing-address, change-log-merge):
24330 Doc fixes.
24331 (change-log-get-method-definition): Fix typo in docstring.
24332
24333 2005-07-14 Kim F. Storm <storm@cua.dk>
24334
24335 * emulation/cua-base.el:
24336 (cua--pre-command-handler-1, cua--pre-command-handler)
24337 (cua--post-command-handler-1, cua--post-command-handler):
24338 Split in two. Check (buffer local) value of cua-mode.
24339 (cua-selection-mode): New command.
24340
24341 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24342
24343 * custom.el (custom-initialize-safe-set)
24344 (custom-initialize-safe-default): Doc fixes.
24345
24346 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24347 and simplify :init-value again.
24348
24349 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24350 and simplify :init-value again. Delete autoload.
24351
24352 * startup.el (command-line): Use `custom-reevaluate-setting' again
24353 for tooltip-mode.
24354
24355 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24356 a defcustom with two :initialize keywords.
24357
24358 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24359
24360 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24361 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24362 (allout-post-command-business, allout-flag-region)
24363 (isearch-reenable-font-lock, allout-yank)
24364 (allout-insert-latex-header, allout-insert-latex-trailer)
24365 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24366 (allout-latex-verb-quote): Fix typos in docstrings.
24367 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24368 (allout-unprotected, allout-prefix-data):
24369 Improve argument/docstring consistency.
24370 (allout-chart-subtree): Fix argument spec.
24371 (allout-open-topic): Rename `use_sib_bullet' argument to
24372 `use-sib-bullet'. Doc fix.
24373
24374 * whitespace.el (whitespace-check-buffer-leading)
24375 (whitespace-check-buffer-trailing)
24376 (whitespace-check-buffer-indent)
24377 (whitespace-check-buffer-spacetab)
24378 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24379 (whitespace-check-leading-whitespace)
24380 (whitespace-check-trailing-whitespace)
24381 (whitespace-check-spacetab-whitespace)
24382 (whitespace-check-indent-whitespace)
24383 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24384 (whitespace-modes): Fix typos in docstrings.
24385 (defgroup, defcustom): Doc fixes.
24386
24387 * winner.el (winner-mode, winner-boring-buffers)
24388 (winner-pending-undo-ring): Doc fixes.
24389 (winner-ring): Remove unneeded `progn'.
24390 (winner-equal): `defsubst' it.
24391 (winner-redo): Fix message.
24392
24393 2005-07-13 Kim F. Storm <storm@cua.dk>
24394
24395 * simple.el (line-move-1): Always use vertical-motion to
24396 do the last (or only) line move to ensure some movement.
24397 Undo 2005-06-23 change--don't check for overlays.
24398
24399 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24400
24401 * term/mac-win.el (ccl-encode-mac-roman-font)
24402 (ccl-encode-mac-centraleurroman-font)
24403 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24404 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24405 Change charset-id boundary of dimension to ?\xef.
24406 (mac-char-fontspec-list): New constant.
24407 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24408 argument. Nil uses itself as family in font-spec. Previous
24409 behavior for nil is now provided by non-nil non-string argument.
24410 All callers changed. Add font-specs for Mac fonts to
24411 "fontset-default" unless iso8859-1 fonts are installed.
24412
24413 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24414
24415 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24416 a continuation line if the \ is preceded by SPC or TAB.
24417 (sh-get-indent-info): Simplify.
24418 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24419 Use with-current-buffer.
24420
24421 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24422 when the matched text is empty.
24423
24424 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24425
24426 * startup.el (command-line): Revert to previous handling of
24427 tooltip-mode. Explain in comment why the complexity is needed.
24428
24429 * tooltip.el (tooltip-mode): Revert to previous implementation of
24430 its defcustom.
24431
24432 * frame.el (blink-cursor-mode): Revert to previous implementation
24433 of its defcustom. Update comment.
24434
24435 2005-07-12 Lars Hansen <larsh@soem.dk>
24436
24437 * desktop.el: Update e-mail address.
24438
24439 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24440
24441 * term/mac-win.el (mac-services-mail-selection)
24442 (mac-services-mail-to): New functions.
24443 (mac-application-menu-map): Bind them.
24444
24445 2005-07-12 wulei <milton@wulei.net> (tiny change)
24446
24447 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24448
24449 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24450
24451 * custom.el (custom-reevaluate-setting): Doc fix.
24452
24453 2005-07-11 Jay Belanger <belanger@truman.edu>
24454
24455 * calc/calc.el (calc-embedded-announce-formula-alist)
24456 (calc-embedded-open-close-plain-alist)
24457 (calc-embedded-open-close-mode-alist): Add checks for additional
24458 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24459
24460 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24461
24462 * custom.el (custom-enable-theme): Don't add theme to
24463 `custom-enabled-themes' with `push' because there is no
24464 setf-method for `delq'.
24465
24466 2005-07-11 Richard M. Stallman <rms@gnu.org>
24467
24468 * custom.el (custom-declare-variable): Doc fix.
24469
24470 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24471 from the alists.
24472
24473 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24474 Do nothing if edebug-active.
24475
24476 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24477 (edebug-display): Do it here instead.
24478
24479 2005-07-10 Richard M. Stallman <rms@gnu.org>
24480
24481 * cus-face.el (custom-theme-set-faces): Make it work.
24482 (custom-reset-faces): Doc fix.
24483 (custom-theme-reset-internal-face, custom-theme-face-value):
24484 Functions deleted.
24485
24486 * custom.el (custom-push-theme): Maintain list of the settings
24487 of a given theme in its theme-settings property.
24488 Maintain position of old settings in the theme-value
24489 or theme-face property.
24490 (custom-enabled-themes): New variable.
24491 (custom-theme-enabled-p): New function.
24492 (provide-theme): Update custom-enabled-themes.
24493 Disable and reenable the `user' theme.
24494 (require-theme): Doc fix.
24495 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24496 (custom-theme-value, custom-theme-variable-value): Likewise.
24497 (custom-theme-reset-internal): Likewise.
24498 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24499 (custom-enable-theme, custom-disable-theme): New functions.
24500 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24501 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24502 (custom-theme-reset-variables): Simplify.
24503 (deftheme, custom-declare-theme, custom-make-theme-feature):
24504 Definitions moved.
24505
24506 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24507
24508 * longlines.el (longlines-show-region)
24509 (longlines-unshow-hard-newlines): Recognize hard newlines by
24510 non-nil hard property, instead of t.
24511
24512 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24513
24514 * viper-cmd.el (viper--key-maps): New variable.
24515 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24516 emulation-mode-map-alists.
24517 (viper-envelop-ESC-key): Use viper-subseq.
24518 (viper-search-forward/backward/next): Disable debug-on-error.
24519
24520 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24521 (viper-ESC-key): New defcustoms.
24522
24523 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24524
24525 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24526 (viper-subseq): Copy of subseq from cl.el.
24527
24528 * viper.el (viper-go-away, viper-set-hooks): Use
24529 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24530
24531 * viper-mous.el (viper-current-frame-saved): Use defvar.
24532
24533 * viper-init.el: Get rid of -face in face names.
24534
24535 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24536 Make it work with longlines mode
24537
24538 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24539
24540 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24541
24542 * ediff-init.el: Get rid of -face in face names.
24543
24544 2005-07-10 Richard M. Stallman <rms@gnu.org>
24545
24546 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24547 and with-timeout-unsuspend.
24548
24549 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24550 and with-timeout-unsuspend.
24551
24552 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24553 (with-timeout): Bind that variable to record timers.
24554 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24555
24556 * emacs-lisp/debug.el (debug-help-follow): New function.
24557 (debugger-mode-map): Use that instead of help-follow.
24558 (debugger-setup-buffer): Use eval-buffer-list
24559 to handle eval-buffer frames.
24560
24561 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24562
24563 * timezone.el (timezone-parse-date): Change first regexp
24564 so it will not mistakenly match dates with no time zone.
24565
24566 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24567
24568 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24569
24570 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24571
24572 * custom.el (custom-initialize-safe-set)
24573 (custom-initialize-safe-default): New functions.
24574
24575 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24576 and simplify :init-value.
24577
24578 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24579 and simplify :init-value. Delete obsolete comment.
24580
24581 * startup.el (command-line): Use `custom-reevaluate-setting' to
24582 handle `tooltip-mode'. Delete obsolete comment.
24583
24584 * files.el (set-visited-file-name): Avoid calling
24585 `file-name-nondirectory' with a nil argument.
24586
24587 2005-07-09 Richard M. Stallman <rms@gnu.org>
24588
24589 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24590 was called with nil for the buffer, handle the read position right.
24591 Handle read position for eval-region, too.
24592
24593 2005-07-09 Juri Linkov <juri@jurta.org>
24594
24595 * fringe.el (fringe-mode): Add period in docstring.
24596 (fringe-query-style): Build prompt depending on `all-frames' arg.
24597
24598 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24599 to not create links to unrelated functions in the Help buffer.
24600
24601 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24602 Doc fix.
24603
24604 * simple.el (next-error-hook): New variable.
24605 (next-error): Use it. Doc fix.
24606
24607 * textmodes/ispell.el (ispell-command-loop): Add current
24608 dictionary name and program name to mode-line-format.
24609 (ispell-region, ispell-process-line): Add current dictionary name
24610 and program name to messages.
24611
24612 2005-07-08 Jay Belanger <belanger@truman.edu>
24613
24614 * calc/calc.el (calc-embedded-announce-formula-alist)
24615 (calc-embedded-open-close-formula-alist)
24616 (calc-embedded-open-close-word-alist)
24617 (calc-embedded-open-close-plain-alist)
24618 (calc-embedded-open-close-new-formula-alist)
24619 (calc-embedded-open-close-mode-alist)
24620 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24621 (calc-embedded-mode-hook): New variables.
24622
24623 * calc/calc-embed.el (calc-embedded-firsttime)
24624 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24625 New variables.
24626 (calc-do-embedded): Use calc-embedded-firsttime,
24627 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24628 determine whether or not to run hooks.
24629 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24630 calc-embedded-firsttime-formula appropriately.
24631 Set calc-embedded delimiter variables according to mode.
24632
24633 2005-07-08 Richard M. Stallman <rms@gnu.org>
24634
24635 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24636 Check for "emacs", etc., as entire symbol, not just as word.
24637 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24638
24639 * files.el (set-visited-file-name): Report the error
24640 for "empty filename" earlier.
24641 (kill-some-buffers): Ignore buffers already dead.
24642
24643 * fringe.el (fringe-mode): Doc fix.
24644
24645 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24646 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24647 Use unwind-protect to ensure byte-compile-unresolved-functions
24648 is updated.
24649
24650 * whitespace.el (whitespace-buffer-leading-cleanup):
24651 Simplify w/ skip-chars-forward.
24652 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24653
24654 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24655 Unconditionally try to leave point at the same old place.
24656
24657 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24658
24659 * comint.el (comint-postoutput-scroll-to-bottom)
24660 (comint-show-maximum-output): Take scroll-margin into consideration.
24661
24662 2005-07-08 Kim F. Storm <storm@cua.dk>
24663
24664 * ido.el (ido-use-filename-at-point): New choice `guess'.
24665 (ido-file-internal): Try ffap-guesser if selected.
24666
24667 * ido.el (ido-before-fallback-functions): New hook.
24668 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24669 (ido-read-file-name): Run it.
24670
24671 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24672
24673 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24674 strings rather than a list of symbols to the completion function.
24675
24676 2005-07-07 Jay Belanger <belanger@truman.edu>
24677
24678 * calc/calc-units.el (math-apply-units): Change the places in
24679 which units are simplified.
24680
24681 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24682
24683 * cus-edit.el (customize-option, customize-option-other-window):
24684 Make them handle aliases.
24685
24686 * custom.el (custom-variable-p): Make it recursively follow
24687 aliases. Mention that in the docstring.
24688
24689 2005-07-07 Richard M. Stallman <rms@gnu.org>
24690
24691 * cus-start.el (exec-path): Use `directory' instead of `file'.
24692 Fix tag for nil.
24693
24694 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24695
24696 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24697 when called non-interactively. Doc fix.
24698
24699 2005-07-07 Lute Kamstra <lute@gnu.org>
24700
24701 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24702 new address as well.
24703
24704 2005-07-07 Kenichi Handa <handa@m17n.org>
24705
24706 * international/mule.el (make-coding-system):
24707 Describe `ascii-incompatible' property in the docstring.
24708 (set-file-name-coding-system): Signal an error if coding-system is
24709 ascii-incompatible.
24710 (set-keyboard-coding-system): Likewise.
24711
24712 * international/mule-cmds.el (set-default-coding-systems):
24713 Don't set default-file-name-coding-system and
24714 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24715
24716 * international/utf-16.el: Declare that all UTF-16-based coding
24717 systems are ASCII-incompatible.
24718
24719 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24720
24721 * progmodes/gud.el: Require font-lock for displaying errors.
24722 Used by gdb-ui.el.
24723
24724 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24725
24726 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24727 values for the pattern lists which are `read'able but not
24728 `append'able (like symbols).
24729
24730 2005-07-06 Richard M. Stallman <rms@gnu.org>
24731
24732 * progmodes/flymake.el (flymake-float-time): Instead of
24733 with-no-warnings, test for XEmacs.
24734 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24735 to avoid warning.
24736
24737 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24738
24739 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24740
24741 2005-07-05 Lute Kamstra <lute@gnu.org>
24742
24743 * battery.el: Add support for Darwin (with much debugging help
24744 from Samuel Lauber <sam124@operamail.com>).
24745 (battery-status-function, battery-echo-area-format)
24746 (battery-mode-line-format): Add support for pmset on Darwin.
24747 (battery-load-low, battery-load-critical): New user options.
24748 (battery-pmset): New function.
24749
24750 2005-07-05 Lute Kamstra <lute@gnu.org>
24751
24752 Update FSF's address in GPL notices.
24753
24754 * textmodes/page-ext.el: Update FSF's address.
24755
24756 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24757
24758 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24759 filling from using prefix when filling a single-line docstring.
24760
24761 * progmodes/flymake.el: Remove useless eval-when-compile.
24762
24763 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24764
24765 2005-07-04 Richard M. Stallman <rms@gnu.org>
24766
24767 * textmodes/org.el (org-file-apps-defaults-gnu):
24768 Rename from org-file-apps-defaults-linux.
24769 (org-default-apps): Don't test system-type for `linux'.
24770 (org-file-apps): Doc fix.
24771
24772 2005-07-04 David Ponce <david@dponce.com>
24773
24774 * tree-widget.el: Improve header Commentary section.
24775 (tree-widget) [defgroup]
24776 (tree-widget-image-enable, tree-widget-themes-directory)
24777 (tree-widget-theme, tree-widget-image-properties-emacs)
24778 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24779 (tree-widget-image-formats, tree-widget-control)
24780 (tree-widget-empty-control, tree-widget-leaf-control
24781 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24782 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24783 (tree-widget-keep, tree-widget-after-toggle-functions)
24784 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24785 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24786 :help-echo message.
24787 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24788 (tree-widget-image-properties): Doc fix. Clearer implementation.
24789 (tree-widget--cursors): New constant.
24790 (tree-widget-lookup-image): New function split from
24791 `tree-widget-find-image'. Clearer implementation.
24792 (tree-widget-find-image): Use it.
24793 (tree-widget-button-keymap): Use `set-keymap-parent'.
24794 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24795 Define the sub-widgets here.
24796 (tree-widget-node): Check that :node is not a tree-widget.
24797 (tree-widget-get-super, tree-widget-open-control)
24798 (tree-widget-close-control, tree-widget-empty-control)
24799 (tree-widget-leaf-control, tree-widget-guide)
24800 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24801 (tree-widget-no-handle, tree-widget-value-delete)
24802 (tree-widget-map): Remove.
24803 (tree-widget-children-value-save): Doc fix. Simplified.
24804 (tree-widget-value-create): Update according to previous changes.
24805
24806 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24807
24808 * textmodes/org.el: Leading space replaced by TABS.
24809 (org-recalc-marks, org-table-rotate-recalc-marks)
24810 (org-table-get-specials): Treat "^" and "_" marks.
24811 (org-table-justify-field-maybe): Optional argument NEW.
24812 (org-table-eval-formula): Parsing of the format simplified.
24813 New modes C,I. Honor the %= parameter in the current table.
24814 Avoid unnecessary re-align by using the NEW argument to
24815 `org-table-justify-field-maybe'.
24816 (org-calc-default-modes): Default for date-format mimicks org-mode.
24817 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24818
24819 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24820
24821 * cus-face.el (custom-theme-set-faces): Make it handle face
24822 aliases whose alias declarations are pre- or autoloaded.
24823
24824 2005-07-04 Juri Linkov <juri@jurta.org>
24825
24826 * faces.el (read-face-name): Put the code for getting a face name
24827 from the buffer before adding the faces from the `face' property.
24828 Use `completing-read-multiple' instead of `completing-read'.
24829 Require `crm'. Add default value and post-process the returned
24830 list of faces.
24831
24832 * emacs-lisp/crm.el (crm-find-current-element)
24833 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24834
24835 * emacs-lisp/lisp-mode.el (eval-defun-1):
24836 * emacs-lisp/edebug.el (edebug-eval-defun):
24837 Remove unnecessary quotes.
24838
24839 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24840
24841 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24842 (prolog-indent-level): Fix typo in docstring.
24843
24844 * info.el (Info-history, Info-history-forward)
24845 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24846
24847 * add-log.el (add-change-log-entry):
24848 * comint.el (comint-dynamic-list-input-ring)
24849 (comint-dynamic-list-completions):
24850 * dabbrev.el (dabbrev-expand):
24851 * delim-col.el (delimit-columns-rectangle-line):
24852 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24853 (diff-unified->context):
24854 * ediff-init.el (ediff-abbrev-jobname):
24855 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24856 (ediff-replace-session-activity-marker-in-meta-buffer):
24857 * info.el (Info-summary):
24858 * lpr.el (printify-region):
24859 * printing.el (pr-create-interface):
24860 * ps-print.el (ps-print-quote):
24861 * ses.el (ses-column-widths, ses-print-cell)
24862 (ses-adjust-print-width, ses-center):
24863 * shell.el (shell-file-name-quote-list):
24864 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24865 (strokes-fill-current-buffer-with-whitespace)
24866 (strokes-xpm-for-stroke, strokes-list-strokes)
24867 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24868 * term.el (term-dynamic-list-input-ring)
24869 (term-dynamic-list-completions):
24870 * calc/calc.el (math-format-stack-value):
24871 * emacs-lisp/edebug.el (edebug-display-freq-count):
24872 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24873 (delphi-new-comment-line):
24874 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24875 * progmodes/executable.el (executable-set-magic):
24876 * progmodes/python.el (inferior-python-mode):
24877 * progmodes/scheme.el (scheme-mode-syntax-table):
24878 * progmodes/sh-script.el (sh-maybe-here-document):
24879 * progmodes/sql.el (sql-copy-column):
24880 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24881 * textmodes/bibtex.el (bibtex-mode):
24882 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24883 (sgml-auto-attributes):
24884 * textmodes/table.el (table-insert, table-shorten-cell)
24885 (table--generate-source-scan-lines, table-delete-row)
24886 (*table--cell-delete-char, table--spacify-frame)
24887 (table--horizontally-shift-above-and-below)
24888 (table--cell-insert-char, table--cell-blank-str)
24889 (table--fill-region-strictly):
24890 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24891 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24892
24893 * add-log.el (change-log):
24894 * apropos.el (apropos):
24895 * comint.el (comint-completion, comint-source):
24896 * dabbrev.el (dabbrev):
24897 * delim-col.el (columns):
24898 * diff-mode.el (diff-mode):
24899 * ediff.el (ediff):
24900 * ediff-diff.el (ediff-diff):
24901 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24902 * ediff-mult.el (ediff-mult):
24903 * ediff-ptch.el (ediff-ptch):
24904 * ediff-wind.el (ediff-window):
24905 * facemenu.el (facemenu):
24906 * indent.el (indent):
24907 * info.el (info):
24908 * jka-cmpr-hook.el (compression, jka-compr):
24909 * lpr.el (lpr):
24910 * outline.el (outlines):
24911 * pcmpl-cvs.el (pcmpl-cvs):
24912 * pcmpl-rpm.el (pcmpl-rpm):
24913 * printing.el (printing):
24914 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24915 (ps-print-vertical, ps-print-headers, ps-print-font)
24916 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24917 (ps-print-background, ps-print-printer, ps-print-page)
24918 (ps-print-miscellany):
24919 * ses.el (ses):
24920 * shell.el (shell, shell-directories, shell-faces):
24921 * startup.el (initialization):
24922 * strokes.el (strokes):
24923 * term.el (term):
24924 * uniquify.el (uniquify):
24925 * w32-vars.el (w32):
24926 * calc/calc.el (calc):
24927 * emacs-lisp/bytecomp.el (bytecomp):
24928 * emacs-lisp/cl-indent.el (lisp-indent):
24929 * emacs-lisp/edebug.el (edebug):
24930 * emacs-lisp/elp.el (elp):
24931 * emacs-lisp/testcover.el (testcover):
24932 * emacs-lisp/trace.el (trace):
24933 * emulation/viper-ex.el (viper-ex):
24934 * emulation/viper-mous.el (viper-mouse):
24935 * mail/mailalias.el (mailalias):
24936 * mail/supercite.el (supercite, supercite-frames)
24937 (supercite-attr, supercite-cite, supercite-hooks):
24938 * net/rcompile.el (remote-compile):
24939 * net/rlogin.el (rlogin):
24940 * obsolete/ooutline.el (outlines):
24941 * progmodes/delphi.el (delphi):
24942 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24943 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24944 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24945 (ebnf-optimization):
24946 * progmodes/etags.el (etags):
24947 * progmodes/executable.el (executable):
24948 * progmodes/idlwave.el (idlwave):
24949 * progmodes/pascal.el (pascal):
24950 * progmodes/prolog.el (prolog):
24951 * progmodes/python.el (python):
24952 * progmodes/scheme.el (scheme):
24953 * progmodes/sh-script.el (sh, sh-script):
24954 * progmodes/sql.el (SQL):
24955 * progmodes/tcl.el (tcl):
24956 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24957 * textmodes/enriched.el (enriched):
24958 * textmodes/makeinfo.el (makeinfo):
24959 * textmodes/sgml-mode.el (sgml):
24960 * textmodes/table.el (table-hooks):
24961 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24962 * textmodes/texinfo.el (texinfo):
24963 * textmodes/two-column.el (two-column):
24964 Finish `defgroup' description with period.
24965
24966 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24967 * eshell/esh-var.el (eshell-var):
24968 * progmodes/vhdl-mode.el (vhdl-testbench):
24969 * textmodes/org.el (org): Fix typos in docstrings.
24970
24971 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24972 consistency.
24973
24974 * progmodes/flymake.el (flymake-find-file): Remove.
24975 (flymake-float-time): Use `with-no-warnings'.
24976 (flymake-check-start-time, flymake-check-was-interrupted)
24977 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24978 (flymake-new-err-info): `defvar' at compile time.
24979
24980 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24981
24982 * replace.el (occur-hook): Doc fix.
24983 (occur-1): Don't call `occur-hook' if there are no matches.
24984
24985 2005-07-03 Richard M. Stallman <rms@gnu.org>
24986
24987 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24988 global-map, save the same map.
24989 (global-map): Don't alter it at top level.
24990 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24991 Then alter it here instead.
24992 (tpu-edt-off): Set global-map to the saved one.
24993
24994 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24995 All references simplified.
24996 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24997 (zmacs-regions): Add defvar.
24998 (repeat-complex-command-map): Everything about that deleted.
24999
25000 * textmodes/artist.el (artist-key-is-drawing)
25001 (artist-key-endpoint1, artist-key-poly-point-list)
25002 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25003 (artist-key-compl-table, artist-rb-save-data)
25004 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25005 Don't put them in eval-when-compile.
25006 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25007
25008 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25009 Use with-no-warnings.
25010
25011 * net/browse-url.el (dos-windows-version): Add defvar.
25012
25013 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25014
25015 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25016 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25017 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25018 Add defvar.
25019 (rmail-summary-beginning-of-message): Use with-no-warnings.
25020 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25021
25022 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25023 Use with-no-warnings.
25024
25025 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25026 (c-mark-function): Add point-moving-unit property.
25027 (vi-goto-line): Use with-no-warnings.
25028
25029 * emulation/edt.el (edt-last-copied-word): Add defvar.
25030 (zmacs-region-stays): Likewise.
25031 (edt-mark-section-wisely): Use c-mark-function for C.
25032 Use makr-defun for Fortran.
25033 (time-string): defvar deleted.
25034 (edt-display-the-time): Don't set time-string.
25035
25036 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25037
25038 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25039 Don't warn when name is not constant
25040 or for defining the group `emacs'.
25041
25042 * tooltip.el (gud-tooltip-mode): Add defvar.
25043
25044 * startup.el (default-frame-background-mode): Add defvar.
25045
25046 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25047
25048 * info.el (tool-bar-map): Add defvar.
25049
25050 * dired.el (dnd-protocol-alist): Add defvar.
25051
25052 * dired-aux.el (dired-query): Display question with answer, when
25053 the user answers.
25054
25055 * custom.el (custom-add-option): Doc fix.
25056
25057 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25058
25059 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25060
25061 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25062 bogus name from the last change.
25063
25064 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25065
25066 * custom.el (custom-declare-variable): Fix typos in comment.
25067 (custom-known-themes): Doc fix.
25068 (custom-theme-directory): New defcustom.
25069 (require-theme): Make it check `custom-theme-directory'.
25070
25071 * cus-theme.el (custom-new-theme-mode): New function.
25072 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25073 (custom-theme-description): Add compiler defvars.
25074 (customize-create-theme): Add doc to the "*New Custom Theme*"
25075 buffer. Use `custom-new-theme-mode'.
25076 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25077 and save it to the `custom-theme-directory'. Make this the
25078 default directory of the buffer.
25079
25080 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25081
25082 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25083 Fix unbalanced parentheses.
25084
25085 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25088 into flymake-mode and delegate to flymake-mode.
25089
25090 * find-file.el (ff-which-function-are-we-in): Clean up.
25091
25092 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25093
25094 * replace.el (occur-rename-buffer): Fix docstring.
25095
25096 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25097 (edt-last-copied-word, edt-learn-macro-count)
25098 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25099 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25100 (time-string, zmacs-region-stays):
25101 * emulation/edt-mapper.el (edt-save-function-key-map)
25102 (EDT-key-name): `defvar' to silence the byte-compiler.
25103
25104 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25105
25106 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25107 font-lock-regexp-backslash. Doc fix.
25108 (font-lock-regexp-backslash-grouping-construct): Rename from
25109 font-lock-regexp-backslash-construct. Doc fix.
25110 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25111 grouping constructs.
25112
25113 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25114
25115 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25116 updating all the prerequisites.
25117
25118 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25119
25120 * textmodes/org.el (org-agenda-start-on-weekday)
25121 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25122 (org-agenda-use-time-grid, org-archive-location)
25123 (org-allow-space-in-links, org-usenet-links-prefer-google)
25124 (org-enable-table-editor, org-export-default-language)
25125 (org-export-html-show-new-buffer, org-fill-paragraph)
25126 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25127 (org-goto-quit, org-occur, org-eval-in-calendar)
25128 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25129 (org-agenda-diary-entry, org-remember-help)
25130 (org-table-convert-region, org-at-table-p)
25131 (org-table-move-row-down, org-table-move-row-up)
25132 (org-table-copy-region, org-table-toggle-vline-visibility)
25133 (org-table-get-stored-formulas, org-table-get-specials)
25134 (org-recalc-commands, org-table-eval-formula)
25135 (org-table-formula-substitute-names, orgtbl-make-binding)
25136 (org-format-org-table-html, org-format-table-table-html)
25137 (org-format-table-table-html-using-table-generate-source)
25138 (org-customize): Fix typos in docstrings.
25139 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25140 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25141 (org-back-to-heading): Doc fixes.
25142 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25143 (org-agenda-change-all-lines, org-get-header):
25144 Improve argument/docstring consistency.
25145 (orgtbl-error): Fix error message.
25146
25147 * progmodes/flymake.el (flymake-find-possible-master-files)
25148 (flymake-master-file-compare, flymake-get-line-err-count)
25149 (flymake-highlight-line, flymake-gui-warnings-enabled):
25150 Fix typos in docstrings.
25151 (flymake-parse-line, flymake-get-project-include-dirs-function)
25152 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25153 Doc fixes.
25154 (flymake-get-project-include-dirs-function)
25155 (flymake-make-err-menu-data):
25156 Improve argument/docstring consistency.
25157
25158 2005-07-01 Lute Kamstra <lute@gnu.org>
25159
25160 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25161 Catch errors with ignore-errors. Use temporary buffer.
25162 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25163
25164 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25165 background color faces.
25166 (facemenu-set-foreground, facemenu-set-background):
25167 Use facemenu-set-face-from-menu.
25168 (facemenu-set-face-from-menu): Treat face names that start with
25169 "fg:" or "bg:" as special.
25170 (facemenu-add-new-color): Don't create faces. Simplify.
25171
25172 2005-06-30 Richard M. Stallman <rms@gnu.org>
25173
25174 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25175 (crm-find-current-element): Likewise.
25176
25177 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25178
25179 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25180
25181 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25182
25183 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25184 (archive-mouse-extract): Make it an obsolete alias.
25185 (archive-mode-map): Don't use archive-mouse-extract any more.
25186 (archive-mode, archive-extract): write-contents-hooks ->
25187 write-contents-functions.
25188 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25189 first arg.
25190 (archive-rename-entry): Update the call.
25191 (archive-zip-summarize): Remove unused var `method'.
25192 (archive-lzh-summarize): Remove unused var `creator'.
25193
25194 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25195 dedicated frame upon exit.
25196
25197 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25198 (archive-zip-extract, archive-zip-expunge)
25199 (archive-zip-update, archive-zip-update-case): Use executable-find.
25200 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25201 Use restore-buffer-modified-p.
25202 (archive-extract, archive-add-new-member, archive-write-file-member):
25203 Use with-current-buffer.
25204 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25205
25206 2005-06-30 Andreas Schwab <schwab@suse.de>
25207
25208 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25209
25210 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25211
25212 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25213
25214 2005-06-30 Juri Linkov <juri@jurta.org>
25215
25216 * faces.el (vertical-border): Inherit from mode-line-inactive
25217 only on tty.
25218
25219 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25220
25221 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25222 example, -NLINES in the `occur' docstring).
25223
25224 * replace.el (occur-1): When no matches are found, do not set the
25225 `buffer-read-only' and modified flags for the occur buffer,
25226 because it is deleted.
25227
25228 * emulation/cua-base.el (cua-check-pending-input)
25229 (cua-repeat-replace-region, cua-mode, cua-debug)
25230 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25231 Fix typos in docstrings.
25232
25233 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25234 (cua-cut-region-to-global-mark)
25235 (cua--cut-rectangle-to-global-mark):
25236 Remove period from end of messages.
25237
25238 * emulation/cua-rect.el (cua-do-rectangle-padding):
25239 Remove period from end of messages.
25240 (cua--rectangle-seq-format): Fix typo in docstring.
25241 (cua-sequence-rectangle, cua-fill-char-rectangle):
25242 Improve argument/docstring consistency.
25243
25244 2005-06-29 Juri Linkov <juri@jurta.org>
25245
25246 * faces.el (default-frame-background-mode): New internal variable.
25247 (frame-set-background-mode): Use it.
25248
25249 * startup.el (normal-top-level): Set default-frame-background-mode
25250 instead of frame-background-mode. Before setting it, test for its
25251 nil value. Remove tests for frame-background-mode and frame
25252 parameter `reverse'. Add test for "unspecified-fg".
25253
25254 * term/xterm.el (xterm-rxvt-set-background-mode):
25255 * term/rxvt.el (rxvt-set-background-mode):
25256 Set default-frame-background-mode instead of frame-background-mode.
25257
25258 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25259
25260 * simple.el (set-variable): Warn about obsolete user variables.
25261
25262 * imenu.el (imenu--completion-buffer):
25263 * mouse.el (mouse-buffer-menu-alist):
25264 * msb.el (msb-invisible-buffer-p):
25265 * calendar/diary-lib.el (diary-header-line-format):
25266 * emacs-lisp/pp.el (pp-buffer):
25267 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25268 * textmodes/picture.el (picture-replace-match):
25269 Change space constants followed by a sexp to "?\s ".
25270
25271 * play/decipher.el (decipher-loop-with-breaks):
25272 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25273 constants "protected" from end of line by a comment to "?\s".
25274
25275 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25276
25277 * font-lock.el (save-buffer-state): Use `declare'.
25278
25279 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25280 reset the syntax-table to cperl-mode-syntax-table.
25281 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25282 "foo_print_bar" is not matched as a reserved keyword.
25283
25284 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25285
25286 * textmodes/org.el (orgtbl-setup): New function, for delayed
25287 setup for the orgtbl commands.
25288 (org-calc-default-modes): New option.
25289 (orgtbl-make-binding): Use `defun' to get better help display.
25290 (org-diary): Call `org-compile-prefix-format'.
25291 (org-table-formula-substitute-names): New function.
25292 (org-agenda-day-view, org-agenda-week-view): New commands.
25293 (org-agenda-toggle-week-view): Command removed.
25294 (org-tbl-menu): Split off from org-org-menu.
25295 (org-mode): Move removal of outline-mode menus to here.
25296 (org-table-formula-debug): New option.
25297 (org-table-insert-row): Keep first field if just "#" or "*".
25298 (org-mode): Paragraph regexps fixed.
25299 (org-table-recalculate-regexp): New constant.
25300 (org-table-justify-field-maybe): Avoid replace if not necessary.
25301 (org-copy-special, org-cut-special): Use `call-interactively'.
25302 (org-table-copy-region): Take region from `interactive' call.
25303 (org-trim): Return string even if no match.
25304 (org-formula): New face.
25305 (org-set-font-lock-defaults): No longer highlight "FIXME".
25306 But highlight formula-related fields in table.
25307 (org-table-p): Use regexp, not fontification.
25308 (org-table-align): Handle white space at end of line.
25309 (org-table-formula-evaluate-inline): New option.
25310 (org-mode): Auto-wrapping in comment lines turned off.
25311 (org-table-copy-down): Evaluate only in copied field, not in
25312 destination.
25313 (org-table-current-formula): Variable removed.
25314 (org-table-store-formulas, org-table-get-stored-formulas)
25315 (org-table-modify-formulas, org-table-replace-in-formulas)
25316 (org-table-maybe-eval-formula): New functions.
25317 (org-table-get-formula): Modify to use stored formulas.
25318 (org-table-insert-column, org-table-delete-column)
25319 (org-table-move-column): Call `org-table-modify-formulas'.
25320 (org-complete): Add completion for keyword formulas.
25321 (orgtbl-mode): Pull orgtbl-mode-map to start of
25322 minor-mode-map-alist.
25323
25324 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25325
25326 * progmodes/python.el (python-check): Require `compile' before
25327 modifying its variables.
25328
25329 * newcomment.el (comment-indent-default): Don't get fooled by an early
25330 end of buffer.
25331
25332 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25333
25334 * ps-print.el (ps-print-version): Fix version number.
25335
25336 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25337
25338 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25339
25340 2005-06-28 Richard M. Stallman <rms@gnu.org>
25341
25342 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25343 (flyspell-local-mouse-map): Declaration deleted.
25344 (flyspell-mouse-map): Bind only mouse-2.
25345 (flyspell-mode-map): Don't test flyspell-use-local-map.
25346 (flyspell-overlay-keymap-property-name): Var deleted.
25347 (flyspell-mode-on): Don't make local bindings for
25348 flyspell-mouse-map and flyspell-mode-map.
25349 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25350
25351 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25352
25353 * progmodes/compile.el (compilation-next-error-function):
25354 Don't switch buffers; operate on the current buffer.
25355
25356 * progmodes/compile.el (compilation-error-file-name)
25357 (compilation-warning-file-name, compilation-info-file-name)
25358 (compilation-line-number, compilation-column-number): New faces.
25359 (compilation-error-face, compilation-warning-face)
25360 (compilation-info-face, compilation-line-face)
25361 (compilation-column-face): Use them.
25362
25363 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25364
25365 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25366
25367 * bindings.el (global-map): Bind insertchar and its variants.
25368
25369 2005-06-27 Richard M. Stallman <rms@gnu.org>
25370
25371 * textmodes/artist.el (artist-text-overwrite)
25372 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25373
25374 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25375
25376 * ps-print.el: It was not working the page selection for printing.
25377 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25378 (ps-print-version): New version 6.6.7.
25379 (ps-end-sheet): New fun.
25380 (ps-header-sheet, ps-end-job): Call it.
25381
25382 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25383
25384 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25385
25386 2005-06-27 Lute Kamstra <lute@gnu.org>
25387
25388 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25389 background color faces.
25390 (facemenu-get-face): Delete function.
25391 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25392 (facemenu-add-new-color): Make second argument mandatory.
25393 Create the appropriate face and return it. Simplify.
25394 (facemenu-set-foreground, facemenu-set-background): Don't check if
25395 color is defined. Use return value of facemenu-add-new-color.
25396
25397 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25398
25399 * progmodes/gud.el (gud-filter): Add missing argument to
25400 with-selected-window.
25401
25402 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25403
25404 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25405 a :require to the defcustom.
25406
25407 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25408 defcustoms corresponding to minor modes.
25409
25410 2005-06-26 David Ponce <david@dponce.com>
25411
25412 * recentf.el: Require tree-widget instead of wid-edit.
25413 (recentf-filename-handler): Fix widget :type.
25414 (recentf-cancel-dialog, recentf-open-more-files)
25415 (recentf-open-files-action): Doc fix.
25416 (recentf-dialog-goto-first): New function.
25417 (recentf-dialog-mode-map): Set parent keymap first.
25418 (recentf-dialog-mode): Define with define-derived-mode.
25419 Don't display continuation lines in dialogs.
25420 (recentf-edit-list): Rename from recentf-edit-selected-items.
25421 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25422 Simplify.
25423 (recentf-edit-list-validate): New function.
25424 (recentf-edit-list): Update accordingly.
25425 (recentf-open-files-item-shift): Remove.
25426 (recentf-open-files-item): Convert menu elements into tree and
25427 link widgets. Don't create the widgets.
25428 (recentf-open-files): Update accordingly.
25429 (recentf-save-list): Untabify.
25430
25431 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25432
25433 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25434 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25435 partially contained in the active region. Do not take active
25436 region into account when called from Lisp, unless INTERACTIVE arg
25437 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25438 avoid trouble with fields. Make marker point nowhere when no
25439 longer used. Always return nil. Doc fix.
25440 (flush-lines): Add INTERACTIVE arg. Do not take active region
25441 into account when called from Lisp, unless INTERACTIVE arg is
25442 non-nil. Use `forward-line' instead of `beginning-of-line' to
25443 avoid trouble with fields. Make marker point nowhere when no
25444 longer used. Always return nil. Doc fix.
25445 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25446 interchangeable. Do not take active region into account when
25447 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25448 message in echo area when called from Lisp, unless INTERACTIVE arg
25449 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25450 Return the number of matches. Doc fix.
25451 (occur): Doc fix.
25452 (perform-replace): Make comment follow double space convention for
25453 the sake of `outline-minor-mode'.
25454
25455 * faces.el (facep): Doc fix.
25456
25457 2005-06-25 Richard M. Stallman <rms@gnu.org>
25458
25459 * facemenu.el (facemenu-enable-faces-p): New function.
25460 (facemenu-background-menu, facemenu-foreground-menu)
25461 (facemenu-face-menu): Add menu-enable property.
25462
25463 * jka-compr.el (jka-compr-insert-file-contents):
25464 Special handling if cannot find the uncompression program.
25465
25466 * cus-face.el (custom-face-attributes): Add autoload.
25467
25468 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25469 Bind comment-indent-function locally.
25470
25471 * window.el (save-selected-window): Use save-current-buffer.
25472
25473 * subr.el (with-selected-window): Use save-current-buffer.
25474
25475 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25476 and with-current-buffer.
25477
25478 2005-06-24 Richard M. Stallman <rms@gnu.org>
25479
25480 * simple.el (line-move-1): Fix previous change.
25481
25482 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25483
25484 * replace.el (occur-1): Set `buffer-read-only' and the
25485 buffer-modified flag before running `occur-hook' to protect
25486 against unintentional buffer switches that can lead to data loss.
25487
25488 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25489
25490 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25491 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25492 initial error.
25493
25494 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25495 after fresh input.
25496 (gdb-var-create-handler): Put name of expression in quotes.
25497
25498 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25499
25500 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25501 elements of RING in order, and without bogus nil elements.
25502
25503 2005-06-23 Richard M. Stallman <rms@gnu.org>
25504
25505 * simple.el (set-variable): Args renamed; doc fix.
25506 (line-move-1): When there are overlays around, use vertical-motion.
25507
25508 * faces.el (escape-glyph): Use brown against light background.
25509 (nobreak-space): Rename from no-break-space.
25510 Fix previous change.
25511
25512 * dired-aux.el (dired-do-copy): Fix arg prompt.
25513
25514 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25515
25516 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25517
25518 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25519 rather than "Distributor".
25520
25521 2005-06-23 Lute Kamstra <lute@gnu.org>
25522
25523 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25524 (debug-on-entry): Use it. New interactive declaration that uses
25525 function-called-at-point.
25526
25527 2005-06-23 Kim F. Storm <storm@cua.dk>
25528
25529 * subr.el (save-match-data): Add comment about using evaporate arg
25530 to set-match-data.
25531
25532 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25533
25534 * cus-edit.el (customize-face)
25535 (customize-face-other-window): Handle face aliases.
25536
25537 * faces.el (face-documentation, set-face-attribute)
25538 (face-spec-set): Handle face aliases.
25539
25540 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25541
25542 * help-mode.el (help-make-xrefs): If a symbol representing a face
25543 name is not followed by the word "face", it could still be a
25544 function or variable name, so don't bypass other checks.
25545
25546 2005-06-22 Juri Linkov <juri@jurta.org>
25547
25548 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25549 Replace aliased functions with calls where second arg `inherit' is t.
25550
25551 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25552
25553 * progmodes/gdb-ui.el (gdb-error): New variable.
25554 (gdb-error): New function.
25555 (gdb-annotation-rules): Act on error-begin and error annotations.
25556 (gdb-concat-output): Use font-lock-warning-face for errors.
25557
25558 2005-06-22 Miles Bader <miles@gnu.org>
25559
25560 * bindings.el (propertized-buffer-identification): Use renamed
25561 `Buffer-menu-buffer' face.
25562
25563 * faces.el (vertical-border): Rename from `vertical-divider'.
25564 (escape-glyph): Change dark-background color back to `cyan'.
25565
25566 2005-06-21 Juri Linkov <juri@jurta.org>
25567
25568 * faces.el (face-user-default-spec): Try getting `customized-face'
25569 prior to `saved-face'.
25570 (frame-background-mode): Refill docstring.
25571
25572 * emacs-lisp/lisp-mode.el (eval-defun-1):
25573 * emacs-lisp/edebug.el (edebug-eval-defun):
25574 Set `saved-face' temporarily to nil before calling form.
25575 Set `customized-face' to the new spec after that.
25576
25577 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25578
25579 * subr.el (1value, lambda, key-substitution-in-progress):
25580 Doc fixes.
25581
25582 * autoinsert.el (auto-insert-alist):
25583 * ses.el (ses-call-printer):
25584 * subr.el (noreturn):
25585 * emacs-lisp/lisp.el (check-parens):
25586 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25587 * net/browse-url.el (browse-url-mosaic):
25588 * progmodes/cc-defs.el (c-safe-scan-lists):
25589 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25590 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25591 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25592 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25593 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25594 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25595
25596 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25597
25598 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25599
25600 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25601
25602 * calendar/appt.el (appt-make-list): Activate the package, if
25603 not already active (for backwards compatibility).
25604
25605 2005-06-20 Kim F. Storm <storm@cua.dk>
25606
25607 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25608
25609 2005-06-20 Miles Bader <miles@gnu.org>
25610
25611 * faces.el (vertical-divider): New face.
25612
25613 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25614
25615 * simple.el (kill-whole-line): Doc fix.
25616 (next-error-buffer-p, next-error-find-buffer)
25617 (clone-indirect-buffer): Fix typos in docstrings.
25618 (comment-line-break-function): Doc fix: don't say variable
25619 is automatically buffer-local (it isn't).
25620
25621 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25622
25623 * net/tramp-ftp.el (top):
25624 * net/tramp-smb.el (top):
25625 * net/tramp-util.el (top):
25626 * net/tramp-uu.el (top):
25627 * net/tramp-vc.el (top):
25628 * net/tramp.el (top): Revert copyright years back to original
25629 ones. Tramp has a life outside GNU Emacs.
25630
25631 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25632
25633 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25634
25635 2005-06-18 Juri Linkov <juri@jurta.org>
25636
25637 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25638 end of first regexp to limit the match to the position between
25639 line number and source line with same separator character as used
25640 between file name and line number. In the second regexp limit
25641 mouse-face area to file name and line number by adding new group
25642 for them and referring it in HYPERLINK arg.
25643 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25644 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25645 previous line where grep markers may be already removed.
25646
25647 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25648
25649 * progmodes/ps-mode.el: Update version and maintainer's email address.
25650
25651 2005-06-18 Steve Youngs <steve@xemacs.org>
25652
25653 * net/browse-url.el (browse-url-browser-function)
25654 (browse-url-default-browser): Add firefox.
25655 (browse-url-firefox-program, browse-url-firefox-arguments)
25656 (browse-url-firefox-startup-arguments)
25657 (browse-url-firefox-new-window-is-tab): New defcustoms.
25658 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25659
25660 2005-06-17 Richard M. Stallman <rms@gnu.org>
25661
25662 * startup.el (command-line): Warn if specified user name has
25663 no home directory.
25664
25665 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25666 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25667
25668 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25669 Doc fixes.
25670
25671 * faces.el (underline): Try bold if terminal doesn't support underline.
25672
25673 * mail/sendmail.el (mail-setup-with-from): New variable.
25674 (mail-insert-from-field): New function.
25675 (sendmail-send-it): Call it.
25676 (mail-setup): Optionally call it here.
25677
25678 * term/linux.el: Call tty-no-underline.
25679
25680 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25681
25682 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25683
25684 2005-06-17 Miles Bader <miles@gnu.org>
25685
25686 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25687 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25688 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25689 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25690 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25691 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25692 Remove "-face" suffix from face names.
25693 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25694 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25695 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25696 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25697 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25698 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25699 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25700 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25701 New backward-compatibility aliases for renamed faces.
25702 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25703 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25704 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25705 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25706 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25707 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25708 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25709 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25710 Use renamed ediff faces.
25711
25712 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25713 Remove "-face" suffix from face names.
25714 (eshell-test-ok-face, eshell-test-failed-face):
25715 New backward-compatibility aliases for renamed faces.
25716 (eshell-run-test): Use renamed eshell-test faces.
25717
25718 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25719 face name.
25720 (eshell-prompt-face): New backward-compatibility alias for renamed
25721 face.
25722 (eshell-emit-prompt): Use renamed eshell-prompt face.
25723
25724 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25725 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25726 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25727 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25728 Remove "-face" suffix from face names.
25729 (eshell-ls-directory-face, eshell-ls-symlink-face)
25730 (eshell-ls-executable-face, eshell-ls-readonly-face)
25731 (eshell-ls-unreadable-face, eshell-ls-special-face)
25732 (eshell-ls-missing-face, eshell-ls-archive-face)
25733 (eshell-ls-backup-face, eshell-ls-product-face)
25734 (eshell-ls-clutter-face):
25735 New backward-compatibility aliases for renamed faces.
25736 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25737
25738 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25739 Remove "-face" suffix from face name.
25740 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25741 instead of literal face.
25742
25743 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25744
25745 * emacs-lisp/warnings.el (display-warning, lwarn)
25746 (warning-minimum-log-level): Doc fixes.
25747 (warning-minimum-level, warning-minimum-log-level):
25748 Add :debug to :type choices.
25749
25750 * progmodes/ada-mode.el (ada-format-paramlist)
25751 (ada-get-indent-case, ada-check-matching-start)
25752 (ada-check-defun-name, ada-goto-matching-decl-start)
25753 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25754 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25755 (ada-make-subprogram-body): Follow error conventions.
25756 (ada-case-exception-file, ada-indent-comment-as-code)
25757 (ada-indent-handle-comment-special, ada-indent-renames)
25758 (ada-indent-return, ada-search-directories-internal)
25759 (ada-tab-policy, ada-case-exception-substring)
25760 (ada-other-file-alist, ada-matching-start-re)
25761 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25762 (ada-imenu-generic-expression, ada-compile-goto-error)
25763 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25764 (ada-popup-menu, ada-add-extensions, ada-mode)
25765 (ada-region-selected, ada-create-case-exception)
25766 (ada-create-case-exception-substring, ada-after-keyword-p)
25767 (ada-activate-keys-for-case, ada-adjust-case-region)
25768 (ada-adjust-case-buffer, ada-format-paramlist)
25769 (ada-scan-paramlist, ada-insert-paramlist)
25770 (ada-indent-newline-indent)
25771 (ada-indent-newline-indent-conditional)
25772 (ada-justified-indent-current, ada-goto-previous-word)
25773 (ada-indent-current, ada-get-indent-open-paren)
25774 (ada-get-indent-paramlist, ada-get-indent-end)
25775 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25776 (ada-get-indent-block-start, ada-get-indent-subprog)
25777 (ada-get-indent-noindent, ada-get-indent-label)
25778 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25779 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25780 (ada-goto-stmt-end, ada-goto-next-word)
25781 (ada-check-matching-start, ada-check-defun-name)
25782 (ada-goto-matching-decl-start, ada-goto-matching-start)
25783 (ada-goto-matching-end, ada-search-ignore-string-comment)
25784 (ada-in-decl-p, ada-looking-at-semi-or)
25785 (ada-looking-at-semi-private, ada-in-paramlist-p)
25786 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25787 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25788 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25789 (ada-previous-package, ada-create-menu)
25790 (ada-fill-comment-paragraph-justify)
25791 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25792 (ada-other-file-name, ada-last-which-function-line)
25793 (ada-last-which-function-subprog, ada-which-function)
25794 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25795 (ada-gen-treat-proc, ada-check-emacs-version)
25796 (ada-continuation-indent, ada-align-region-separate):
25797 Fix typos in docstrings.
25798 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25799
25800 2005-06-16 Lute Kamstra <lute@gnu.org>
25801
25802 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25803 conditionally.
25804
25805 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25806
25807 * comint.el (comint-replace-by-expanded-filename)
25808 (comint-prompt-regexp, comint-delimiter-argument-list)
25809 (comint-preinput-scroll-to-bottom):
25810 * info.el (Info-hide-cookies-node):
25811 * ls-lisp.el (ls-lisp-classify):
25812 * find-file.el (ff-search-directories, ff-special-constructs)
25813 (ff-find-other-file):
25814 * font-lock.el (font-lock-keywords):
25815 * shell.el (shell-prompt-pattern)
25816 (shell-dynamic-complete-functions, shell-mode)
25817 (shell-delimiter-argument-list):
25818 * term.el (term-replace-by-expanded-filename)
25819 (term-prompt-regexp, term-delimiter-argument-list):
25820 * woman.el (woman-ignore, woman0-if):
25821 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25822 * emacs-lisp/elint.el (elint-init-env):
25823 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25824 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25825 * language/ethio-util.el (ethio-tilde-escape)
25826 (ethio-use-three-dot-question):
25827 * net/zone-mode.el (zone-mode-load-time-setup):
25828 * progmodes/cc-align.el (c-lineup-argcont):
25829 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25830 * progmodes/cperl-mode.el (cperl-set-style-back):
25831 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25832 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25833 Fix spellings in docstrings.
25834
25835 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25836 * progmodes/modula2.el (m2-for): Fix spellings.
25837
25838 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25839
25840 * simple.el (undo-more): Don't use `format' on `error' arguments.
25841 Improve argument/docstring consistency.
25842 (pending-undo-list): Doc fix.
25843
25844 * smerge-mode.el (smerge-ensure-match):
25845 * emulation/vip.el (vip-ex):
25846 * net/zone-mode.el (zone-mode-update-serial):
25847 * progmodes/idlwave.el (idlwave-complete):
25848 * progmodes/vhdl-mode.el (vhdl-visit-file)
25849 (vhdl-compose-wire-components):
25850 Don't use `format' on `error' arguments.
25851
25852 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25853 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25854 (tooltip-help-tips): Fix typos in docstrings.
25855
25856 2005-06-16 David Ponce <david@dponce.com>
25857
25858 * tree-widget.el (tree-widget-value-create): Simplify last change.
25859
25860 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25861
25862 * ido.el (ido-incomplete-regexp): New variable.
25863 (ido-set-matches-1): Handle invalid-regexp error and set
25864 ido-incomplete-regexp.
25865 (ido-incomplete-regexp): New face.
25866 (ido-completions): Use it.
25867 (ido-complete, ido-exit-minibuffer, ido-completions):
25868 Handle incomplete regexps.
25869 (ido-completions): Add check for complete match when entering a regexp.
25870
25871 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25872
25873 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25874
25875 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25876
25877 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25878 by field delimiters.
25879
25880 2005-06-15 David Ponce <david@dponce.com>
25881
25882 * tree-widget.el: eval-and-compile inlined functions so they will
25883 be available at run-time too.
25884 (tree-widget-super-format-handler)
25885 (tree-widget-format-handler): Remove.
25886 (tree-widget-value-create): Handle the :indent property.
25887
25888 2005-06-15 Miles Bader <miles@gnu.org>
25889
25890 * progmodes/which-func.el (which-func): Only inherit
25891 `font-lock-function-name-face' when that makes sense against the
25892 default mode-line face, otherwise set the face color explicitly.
25893
25894 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25895 faces instead of (non-existent) variables.
25896
25897 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25898
25899 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25900 (iswitchb-get-matched-buffers): Likewise. Simplify.
25901
25902 2005-06-14 Miles Bader <miles@gnu.org>
25903
25904 * progmodes/ld-script.el (ld-script-location-counter):
25905 Remove "-face" suffix from face name.
25906 (ld-script-location-counter-face):
25907 New backward-compatibility alias for renamed face.
25908 (ld-script-location-counter-face): Use renamed face.
25909
25910 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25911 (cperl-hash): Remove "-face" suffix from face names.
25912 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25913 New backward-compatibility aliases for renamed faces.
25914 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25915 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25916
25917 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25918 name.
25919 (which-func-face): New backward-compatibility alias for renamed face.
25920 (which-func-format): Use renamed which-func face.
25921
25922 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25923 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25924 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25925 names.
25926 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25927 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25928 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25929 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25930 (vhdl-speedbar-architecture-selected)
25931 (vhdl-speedbar-configuration-selected)
25932 (vhdl-speedbar-package-selected)
25933 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25934 names.
25935 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25936 Use renamed faces.
25937 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25938 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25939 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25940 Use renamed faces.
25941 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25942 names.
25943 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25944 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25945 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25946 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25947 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25948 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25949
25950 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25951 face name.
25952 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25953 (sh-heredoc-face): Use renamed sh-heredoc face.
25954
25955 * progmodes/idlw-help.el (idlwave-help-link):
25956 Remove "-face" suffix from face name.
25957 (idlwave-help-link-face):
25958 New backward-compatibility alias for renamed face.
25959 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25960
25961 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25962 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25963 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25964 New backward-compatibility aliases for renamed faces.
25965 (idlwave-shell-disabled-breakpoint-face)
25966 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25967
25968 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25969 Remove "-face" suffix from face names.
25970 (flymake-errline-face, flymake-warnline-face):
25971 New backward-compatibility aliases for renamed faces.
25972 (flymake-highlight-line): Use renamed flymake faces.
25973
25974 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25975 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25976 (ebrowse-member-class, ebrowse-progress):
25977 Remove "-face" suffix from face names.
25978 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25979 (ebrowse-file-name-face, ebrowse-default-face)
25980 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25981 (ebrowse-progress-face):
25982 New backward-compatibility aliases for renamed faces.
25983 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25984 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25985 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25986 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25987
25988 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25989 antlr-syntax)
25990 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25991 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25992 names.
25993 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25994 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25995 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25996 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25997 backward-compatibility aliases for renamed faces.
25998 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25999 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26000 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26001 remove "font-lock-". Use renamed antlr-mode faces.
26002 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26003 literal face-names with face variable references.
26004
26005 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26006 face name.
26007 (Buffer-menu-buffer-face): New backward-compatibility alias for
26008 renamed face.
26009 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26010
26011 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26012
26013 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26014 Eliminate "-face" suffix.
26015 (makefile-targets): Inherit from font-lock-function-name-face and
26016 eliminate "-face" suffix.
26017 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26018 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26019 actions, instead of prepending, to make it less visible.
26020 (makefile-previous-dependency, makefile-match-dependency):
26021 Don't match a target on a continuation line.
26022
26023 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26024
26025 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26026
26027 * progmodes/gdb-ui.el (menu): Re-order menu items.
26028 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26029
26030 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26031 Define in tooltip.el.
26032 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26033 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26034 gud-tooltip-echo-area.
26035
26036 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26037 backward compatibility and make obsolete.
26038 (tooltip-help-tips): Use tooltip-use-echo-area.
26039 (tooltip-show-help-function): Rename to...
26040 (tooltip-show-help): ...this, because it is a function.
26041 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26042
26043 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26044
26045 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26046 (edebug-print-length, edebug-print-level, edebug-print-circle)
26047 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26048 (edebug-eval-print-last-sexp): Doc fixes.
26049
26050 2005-06-14 Kim F. Storm <storm@cua.dk>
26051
26052 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26053 as the coverage buffer/file/both may change.
26054
26055 2005-06-14 Lute Kamstra <lute@gnu.org>
26056
26057 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26058 and run-mode-hooks. Simplify.
26059
26060 * mail/rmailedit.el (rmail-edit-mode):
26061 * progmodes/octave-inf.el (inferior-octave-mode):
26062 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26063
26064 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26065 and run-mode-hooks.
26066 (recentf-edit-list, recentf-open-files): Don't call
26067 kill-all-local-variables directly.
26068
26069 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26070
26071 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26072
26073 * emacs-lisp/byte-run.el (make-obsolete)
26074 (define-obsolete-function-alias): Rename arguments FUNCTION and
26075 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26076 (make-obsolete-variable, define-obsolete-variable-alias):
26077 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26078 respectively.
26079
26080 * isearchb.el (isearchb-activate):
26081 * pcvs.el (cvs-mode):
26082 * ses.el (ses-load):
26083 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26084 * net/tramp.el (tramp-find-file-exists-command)
26085 (tramp-find-shell):
26086 * progmodes/ada-mode.el (ada-create-case-exception)
26087 (ada-create-case-exception-substring, ada-make-subprogram-body):
26088 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26089 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26090 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26091 * textmodes/org.el (org-promote, org-evaluate-time-range)
26092 (org-agenda-next-date-line, org-agenda-previous-date-line)
26093 (org-agenda-error, org-open-at-point, org-table-move-row)
26094 (org-format-table-table-html-using-table-generate-source)
26095 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26096 * textmodes/reftex.el (reftex-access-scan-info):
26097 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26098 (reftex-toc-promote-prepare): Follow error conventions.
26099
26100 * diff-mode.el (diff-mode): Fix typo in docstring.
26101
26102 * forms.el (forms--intuit-from-file): Fix reference to
26103 `forms-number-of-fields' in error message.
26104 (forms-print): Fix quoting in error message.
26105
26106 * forms.el (forms-mode):
26107 * emulation/vi.el (vi-goto-insert-state):
26108 * progmodes/flymake.el (flymake-new-err-info)
26109 (flymake-start-syntax-check-for-current-buffer)
26110 (flymake-simple-cleanup):
26111 * eshell/esh-var.el (eshell/export):
26112 * progmodes/gud.el (xdb):
26113 * textmodes/flyspell.el (flyspell-incorrect-hook)
26114 (flyspell-maybe-correct-transposition)
26115 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26116
26117 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26118
26119 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26120 minibuffer prompt.
26121
26122 2005-06-13 Kim F. Storm <storm@cua.dk>
26123
26124 * subr.el (add-to-ordered-list): New defun.
26125
26126 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26127 add cua--keymap-alist to emulation-mode-map-alists.
26128
26129 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26130
26131 * subr.el (complete-in-turn): New macro.
26132 (dynamic-completion-table, lazy-completion-table): Add debug info.
26133
26134 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26135 in preference to face aliases.
26136
26137 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26138 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26139 Remove unused vars `start' and `firstline'.
26140 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26141 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26142
26143 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26144
26145 * cus-start.el (all): Don't complain about missing GTK-related
26146 variables, unless either `gtk' is boundp or this isn't a
26147 `windows-nt' build.
26148
26149 2005-06-13 Lute Kamstra <lute@gnu.org>
26150
26151 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26152 run-mode-hooks.
26153
26154 * ediff-mult.el (ediff-meta-mode):
26155 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26156
26157 * ledit.el (ledit-mode): Use delay-mode-hooks.
26158
26159 * woman.el (woman-mode-line-format): Delete constant.
26160 (woman-mode-map): Initialize it properly.
26161 (woman-mode): Set mode-class property to special.
26162 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26163 Set major-mode and mode-name. Don't set mode-line-format directly.
26164 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26165
26166 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26167 string argument obsolete.
26168
26169 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26170
26171 * textmodes/org.el (org-CUA-compatible): New option.
26172 (org-disputed-keys): New variable.
26173 (org-key): New function.
26174 (orgtbl-make-binding): Add docstring to the created function.
26175 (org-mode): Set paragraph start/separate regexps.
26176 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26177 (org-archive-location, org-archive-mark-done)
26178 (org-archive-stamp-time): New options.
26179 (org-archive-subtree): New command.
26180 (org-fill-paragraph): New function.
26181 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26182 (org-fake-empty-table-line): Function removed.
26183 (org-format-org-table-html): Do not create empty table lines at
26184 separator lines. Improved table header treatment.
26185 (org-link-format): New option.
26186 (org-make-link): New function.
26187 (org-insert-link, org-store-link): Use org-make-link.
26188 (org-open-file): Quote file name for shell command, to allow
26189 spaces in file names.
26190 (org-link-regexp): Fix bug with mailto link.
26191 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26192 New constants.
26193 (org-export-as-html): Deal with the optional angles around a link.
26194 Better treatment of file: links.
26195 (org-open-at-point): Replace @{ and @} with < and >.
26196 (org-run-mode-hooks): Function removed.
26197 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26198
26199 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26200
26201 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26202 MI command -data-list-register-values.
26203 (gdb-post-prompt): Indent properly.
26204
26205 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26206
26207 * hilit-chg.el (highlight-changes-colors): Rename from
26208 `highlight-changes-colours'.
26209 (highlight-changes-colours): Keep as obsolete alias.
26210 (highlight-changes-face-list): Doc fix.
26211 (hilit-chg-make-list): Use `highlight-changes-colors'.
26212
26213 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26214
26215 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26216 defun-prompt-regexp.
26217
26218 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26219
26220 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26221 and cygwin.
26222
26223 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26224 Don't use an old loaddefs.el, as in Makefile.in.
26225
26226 2005-06-12 Lute Kamstra <lute@gnu.org>
26227
26228 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26229
26230 * man.el (Man-mode-map): Initialize it properly.
26231 (Man-mode): Set mode-class property to special.
26232
26233 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26234
26235 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26236
26237 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26238 A newline is needed in the docstring there.
26239
26240 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26241 Doc fixes.
26242
26243 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26244
26245 * printing.el: Doc fix. The menubar is no more changed when printing
26246 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26247 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26248 (pr-version): New version number (6.8.4).
26249 (pr-menu-bind): New command.
26250 (pr-update-menus): Docstring and code fix.
26251 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26252 Docstring fix.
26253 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26254 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26255
26256 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26257
26258 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26259 "Returns" to "return", document useful return values, etc.
26260
26261 2005-06-11 Alan Mackenzie <acm@muc.de>
26262
26263 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26264 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26265 (adaptive-file-function): Minor amendment to doc-string.
26266
26267 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26268
26269 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26270 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26271 Fix :type--it is `integer', not `string'.
26272
26273 * faces.el (modeline-highlight): Rename from (the erroneous)
26274 `modeline-higilight'.
26275
26276 2005-06-11 Lute Kamstra <lute@gnu.org>
26277
26278 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26279 lisp-interaction-mode-map but make it the parent.
26280 (edebug-eval-mode): Use define-derived-mode.
26281
26282 2005-06-11 Andreas Schwab <schwab@suse.de>
26283
26284 * bindings.el: Add binding of `ESC functionkey' for every
26285 `M-functionkey'.
26286 * hexl.el (hexl-mode-map): Likewise.
26287
26288 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26289
26290 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26291 [msft]: update regexp for newer msft compilers.
26292
26293 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26294
26295 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26296 ATTLIST portions of included DTDs.
26297 (xml-parse-dtd): Eliminate use of inefficient match-data.
26298
26299 2005-06-10 Miles Bader <miles@gnu.org>
26300
26301 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26302 (mpuz-text): Remove "-face" suffix from face names.
26303 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26304 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26305 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26306
26307 * play/gomoku.el (gomoku-O, gomoku-X):
26308 Remove "-face" suffix from face names.
26309 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26310 New backward-compatibility aliases for renamed faces.
26311 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26312
26313 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26314
26315 * thumbs.el: Fixes for changes of 2005-06-09.
26316 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26317 as a directory.
26318 (thumbs-thumbname): Remove directory separator from format string;
26319 `thumbs-thumbsdir' now returns a valid directory name.
26320 (thumbs-temp-dir): New defsubst.
26321 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26322 Use it.
26323
26324 * cus-edit.el (minibuffer):
26325 * files.el (make-backup-file-name-function):
26326 * filesets.el (filesets-external-viewers):
26327 * hilit-chg.el (highlight-changes-colours)
26328 (highlight-changes-face-list, highlight-changes-rotate-faces):
26329 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26330 * kmacro.el (kmacro-call-macro):
26331 * log-edit.el (log-edit-changelog-full-paragraphs):
26332 * mouse.el (mouse-1-click-follows-link):
26333 * skeleton.el (skeleton-autowrap):
26334 * subr.el (insert-for-yank-1):
26335 * tempo.el (tempo-insert-region):
26336 * terminal.el (terminal-emulator):
26337 * time.el (display-time-mail-face):
26338 * vc.el (vc-annotate):
26339 * vcursor.el (vcursor-copy-line):
26340 * woman.el (woman-bold-headings, woman-ignore)
26341 (woman-default-faces, woman-monochrome-faces):
26342 * calendar/todo-mode.el (todo-insert-threshold):
26343 * emulation/pc-select.el (pc-select-selection-keys-only)
26344 (pc-selection-mode):
26345 * emulation/vip.el (vip-find-char-forward):
26346 * emulation/viper-cmd.el (viper-find-char-forward):
26347 * international/mule-cmds.el
26348 (select-safe-coding-system-accept-default-p)
26349 (input-method-exit-on-invalid-key):
26350 * international/mule-diag.el (describe-coding-system):
26351 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26352 * net/browse-url.el (browse-url-xterm-program):
26353 * obsolete/lazy-lock.el (lazy-lock-mode):
26354 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26355 (cperl-mode):
26356 * progmodes/cpp.el (cpp-face-light-name-list)
26357 (cpp-face-dark-name-list):
26358 * progmodes/delphi.el (delphi-newline-always-indents):
26359 Fix spellings in docstrings.
26360
26361 * ido.el (ido-mode, ido-file-extensions-order)
26362 (ido-default-file-method, ido-default-buffer-method)
26363 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26364 (ido-decorations, ido-read-file-name-as-directory-commands)
26365 (ido-read-file-name-non-ido, ido-work-directory-list)
26366 (ido-ignore-item-temp-list, ido-current-directory)
26367 (ido-magic-forward-char, ido-enter-find-file)
26368 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26369 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26370
26371 2005-06-10 Lute Kamstra <lute@gnu.org>
26372
26373 * play/dunnet.el (dun-mode): Use define-derived-mode.
26374 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26375 obsolete alias.
26376
26377 * play/doctor.el (doctor-mode-map): Remove defvar.
26378 (doctor-mode): Use define-derived-mode.
26379
26380 * mail/mspools.el (mspools-mode):
26381 * net/eudc-hotlist.el (eudc-hotlist-mode):
26382 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26383
26384 2005-06-10 Miles Bader <miles@gnu.org>
26385
26386 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26387 Remove "-face" suffix from face names.
26388 (flyspell-incorrect-face, flyspell-duplicate-face):
26389 New backward-compatibility aliases for renamed faces.
26390 (flyspell-mode-on, make-flyspell-overlay)
26391 (flyspell-highlight-incorrect-region)
26392 (flyspell-highlight-duplicate-region)
26393 (flyspell-display-next-corrections)
26394 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26395
26396 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26397 from face name.
26398 (texinfo-heading-face): New backward-compatibility alias for
26399 renamed face.
26400 (texinfo-heading-face): Use renamed texinfo-heading face.
26401
26402 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26403 suffix from face names.
26404 (tex-math-face, tex-verbatim-face):
26405 New backward-compatibility aliases for renamed faces.
26406 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26407 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26408 literal face name.
26409
26410 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26411 name.
26412 (table-cell-face): New backward-compatibility alias for renamed face.
26413 (table--put-cell-face-property, table--update-cell-face):
26414 Use renamed table-cell face.
26415
26416 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26417 from face name.
26418 (sgml-namespace-face): New backward-compatibility alias for
26419 renamed face.
26420 (sgml-namespace-face): Use renamed sgml-namespace face.
26421
26422 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26423 (org-level-4, org-level-5, org-level-6, org-level-7)
26424 (org-level-8, org-warning, org-headline-done)
26425 (org-deadline-announce, org-scheduled-today)
26426 (org-scheduled-previously, org-link, org-done, org-table)
26427 (org-time-grid): Remove "-face" suffix from face names.
26428 (org-level-1-face, org-level-2-face, org-level-3-face)
26429 (org-level-4-face, org-level-5-face, org-level-6-face)
26430 (org-level-7-face, org-level-8-face, org-warning-face)
26431 (org-headline-done-face, org-deadline-announce-face)
26432 (org-scheduled-today-face, org-scheduled-previously-face)
26433 (org-link-face, org-done-face, org-table-face)
26434 (org-time-grid-face):
26435 New backward-compatibility aliases for renamed faces.
26436 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26437 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26438 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26439 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26440
26441 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26442 (viper-minibuffer-emacs, viper-minibuffer-insert)
26443 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26444 (viper-search-face, viper-replace-overlay-face)
26445 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26446 (viper-minibuffer-vi-face):
26447 New backward-compatibility aliases for renamed faces.
26448 (viper-search-face, viper-replace-overlay-face)
26449 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26450 (viper-minibuffer-vi-face): Use renamed viper faces.
26451
26452 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26453 Remove "-face" suffix from face names.
26454 (testcover-nohits-face, testcover-1value-face):
26455 New backward-compatibility aliases for renamed faces.
26456 (testcover-mark): Use renamed testcover faces.
26457
26458 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26459 face name.
26460 (diary-button-face): New backward-compatibility alias for renamed face.
26461 (diary-entry): Use renamed diary-button face.
26462
26463 * calendar/calendar.el (diary, calendar-today, holiday)
26464 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26465 (diary-face, calendar-today-face, holiday-face):
26466 New backward-compatibility aliases for renamed faces.
26467 (eval-after-load "facemenu", diary-entry-marker)
26468 (calendar-today-marker, calendar-holiday-marker, diary-face):
26469 Use renamed calendar faces.
26470
26471 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26472 (compare-windows-face): New backward-compatibility alias for
26473 renamed face.
26474 (compare-windows-highlight): Use renamed compare-windows face.
26475
26476 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26477 (strokes-char-face): New backward-compatibility alias for renamed face.
26478 (strokes-encode-buffer): Use renamed strokes-char face.
26479
26480 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26481 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26482 Remove "-face" suffix from face names.
26483 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26484 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26485 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26486 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26487 Use renamed pcvs faces.
26488 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26489 * pcvs-defs.el (cvs-mode-map): Likewise.
26490 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26491
26492 * info.el (info-title-1, info-title-2, info-title-3)
26493 (info-title-4): Remove "-face" suffix from and downcase face names.
26494 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26495 (Info-title-4-face):
26496 New backward-compatibility aliases for renamed faces.
26497 (Info-fontify-node): Use renamed info faces.
26498
26499 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26500 Remove "-face" suffix from face names.
26501 (highlight-changes-face, highlight-changes-delete-face):
26502 New backward-compatibility aliases for renamed faces.
26503 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26504 (hilit-chg-make-list): Use renamed highlight-changes faces.
26505
26506 * generic-x.el (show-tabs-tab, show-tabs-space):
26507 Remove "-face" suffix from face names.
26508 (show-tabs-tab-face, show-tabs-space-face):
26509 New backward-compatibility aliases for renamed faces.
26510 (show-tabs-generic-mode-font-lock-defaults-1)
26511 (show-tabs-generic-mode-font-lock-defaults-2):
26512 Use renamed show-tabs faces.
26513
26514 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26515 (smerge-markers): Remove "-face" suffix from face names.
26516 (smerge-mine-face, smerge-other-face, smerge-base-face)
26517 (smerge-markers-face):
26518 New backward-compatibility aliases for renamed faces.
26519 (smerge-mine-face, smerge-other-face, smerge-base-face)
26520 (smerge-markers-face): Use renamed smerge faces.
26521
26522 * log-view.el (log-view-file, log-view-message): Remove "-face"
26523 suffix from face names.
26524 (log-view-file-face, log-view-message-face):
26525 New backward-compatibility aliases for renamed faces.
26526 (log-view-file-face, log-view-message-face): Use renamed log-view
26527 faces.
26528
26529 * paren.el (show-paren-match, show-paren-mismatch):
26530 Remove "-face" suffix from face names.
26531 (show-paren-match-face, show-paren-mismatch-face):
26532 New backward-compatibility aliases for renamed faces.
26533 (show-paren-function): Use renamed show-paren faces.
26534
26535 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26536 (ruler-mode-margins, ruler-mode-fringes)
26537 (ruler-mode-column-number, ruler-mode-fill-column)
26538 (ruler-mode-comment-column, ruler-mode-goal-column)
26539 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26540 suffix from face names.
26541 (ruler-mode-default-face, ruler-mode-pad-face)
26542 (ruler-mode-margins-face, ruler-mode-fringes-face)
26543 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26544 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26545 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26546 New backward-compatibility aliases for renamed faces.
26547 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26548 (ruler-mode-column-number, ruler-mode-fill-column)
26549 (ruler-mode-comment-column, ruler-mode-goal-column)
26550 (ruler-mode-tab-stop, ruler-mode-current-column)
26551 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26552 faces.
26553
26554 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26555 face name.
26556 (whitespace-highlight-the-space): Use renamed face.
26557 (whitespace-highlight-face): New backward-compatibility alias for
26558 renamed face.
26559
26560 * woman.el (woman-italic, woman-bold, woman-unknown)
26561 (woman-addition, woman-symbol-face):
26562 Remove "-face" suffix from face names.
26563 (woman-italic-face, woman-bold-face, woman-unknown-face)
26564 (woman-addition-face):
26565 New backward-compatibility aliases for renamed faces.
26566 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26567 (woman-decode-region, woman-replace-match)
26568 (woman-display-extended-fonts, woman-special-characters)
26569 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26570 Use renamed woman faces.
26571
26572 * longlines.el (longlines-visible-face): Face removed.
26573
26574 * diff-mode.el (diff-header, diff-file-header, diff-index)
26575 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26576 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26577 suffix from face names.
26578 (diff-header-face, diff-file-header-face, diff-index-face)
26579 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26580 (diff-changed-face, diff-function-face, diff-context-face)
26581 (diff-nonexistent-face): New backward-compatibility aliases for
26582 renamed faces.
26583 (diff-header-face, diff-file-header-face)
26584 (diff-index, diff-index-face, diff-hunk-header)
26585 (diff-hunk-header-face, diff-removed, diff-removed-face)
26586 (diff-added, diff-added-face, diff-changed-face, diff-function)
26587 (diff-function-face, diff-context-face, diff-nonexistent)
26588 (diff-nonexistent-face): Use renamed diff-mode faces.
26589
26590 * progmodes/compile.el (compilation-warning-face)
26591 (compilation-info-face): Remove "-face" suffix from face names.
26592 (compilation-warning-face, compilation-info-face):
26593 New backward-compatibility aliases for renamed faces.
26594 (compilation-warning-face, compilation-info-face):
26595 Use renamed compilation faces.
26596
26597 * add-log.el (change-log-date, change-log-name)
26598 (change-log-email, change-log-file, change-log-list)
26599 (change-log-conditionals, change-log-function)
26600 (change-log-acknowledgement): Remove "-face" suffix from face names.
26601 (change-log-date-face, change-log-name-face)
26602 (change-log-email-face, change-log-file-face)
26603 (change-log-list-face, change-log-conditionals-face)
26604 (change-log-function-face, change-log-acknowledgement-face):
26605 New backward-compatibility aliases for renamed faces.
26606 (change-log-font-lock-keywords): Use renamed change-log faces.
26607
26608 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26609 (custom-set, custom-changed, custom-saved, custom-button)
26610 (custom-button-pressed, custom-documentation, custom-state)
26611 (custom-comment, custom-comment-tag, custom-variable-tag)
26612 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26613 (custom-group-tag): Remove "-face" suffix from face names.
26614 (custom-magic-alist, custom-magic-value-create)
26615 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26616 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26617 (custom-set-face, custom-changed-face, custom-saved-face)
26618 (custom-button-face, custom-button-pressed-face)
26619 (custom-documentation-face, custom-state-face)
26620 (custom-comment-face, custom-comment-tag-face)
26621 (custom-variable-tag-face, custom-variable-button-face)
26622 (custom-face-tag-face, custom-group-tag-face-1)
26623 (custom-group-tag-face):
26624 New backward-compatibility aliases for renamed faces.
26625
26626 * wid-edit.el (widget-documentation, widget-button)
26627 (widget-field, widget-single-line-field, widget-inactive)
26628 (widget-button-pressed): "-face" suffix removed from face names.
26629 (widget-documentation-face, widget-button-face)
26630 (widget-field-face, widget-single-line-field-face)
26631 (widget-inactive-face, widget-button-pressed-face):
26632 New backward-compatibility aliases for renamed faces.
26633 (widget-documentation-face, widget-button-face)
26634 (widget-button-pressed-face, widget-specify-field)
26635 (widget-specify-inactive): Use renamed widget faces.
26636
26637 2005-06-10 Kenichi Handa <handa@m17n.org>
26638
26639 * term/x-win.el (x-clipboard-yank): Remove condition-case
26640 wrapping.
26641
26642 2005-06-11 Kenichi Handa <handa@m17n.org>
26643
26644 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26645 date lines stricter.
26646
26647 2005-06-10 Zhang Wei <id.brep@gmail.com>
26648
26649 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26650 of x-get-selection.
26651
26652 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26653
26654 * comint.el (comint-mode, comint-snapshot-last-prompt):
26655 * frame.el (frame-current-scroll-bars):
26656 * term.el (term-mode, term-check-proc, term-input-sender)
26657 (term-simple-send, term-extract-string, term-word)
26658 (term-match-partial-filename):
26659 * window.el (window-current-scroll-bars):
26660 * emulation/cua-base.el (cua-normal-cursor-color)
26661 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26662 (cua-global-mark-cursor-color):
26663 * mail/undigest.el (rmail-forward-separator-regex):
26664 Fix typos in docstrings.
26665
26666 * comint.el (comint-check-proc, make-comint-in-buffer)
26667 (comint-source-default): Doc fixes.
26668
26669 * term.el (term-send-string): Improve argument/docstring consistency.
26670
26671 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26672
26673 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26674 call to `delete-region'.
26675 (comint-mode-hook): Do not enable Font Lock by default.
26676
26677 2005-06-09 Lute Kamstra <lute@gnu.org>
26678
26679 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26680 could be void.
26681
26682 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26683
26684 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26685 (debug): Use it.
26686 (debugger-step-through, debugger-continue, debugger-jump)
26687 (debugger-return-value): Set it when needed.
26688 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26689 Use inhibit-read-only.
26690
26691 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26692
26693 * window.el (shrink-window-if-larger-than-buffer)
26694 (window-size-fixed): Fix typo in docstring.
26695
26696 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26697 thumbnails directory on loading.
26698 (thumbs-conversion-program): Use `eq' to check the system type,
26699 not `equal'.
26700 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26701 not "/tmp". Fix docstring.
26702 (thumbs-thumbsdir): New function to return the thumbnails
26703 directory, creating it if needed.
26704 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26705 (thumbs-temp-file): Delete variable and make it into a function.
26706 (thumbs-resize-image, thumbs-modify-image): Use it.
26707 (thumbs-kill-buffer): Simplify.
26708 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26709 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26710 docstrings.
26711
26712 2005-06-09 Kim F. Storm <storm@cua.dk>
26713
26714 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26715 set-match-data to free markers in match-data.
26716
26717 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26718 match-data to unchain markers in match-data.
26719
26720 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26721
26722 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26723 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26724 unnecessary now.
26725
26726 2005-06-08 Richard M. Stallman <rms@gnu.org>
26727
26728 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26729 give the variable a doc string that doesn't say don't set it directly.
26730
26731 * textmodes/ispell.el (ispell-check-version):
26732 Use match-string-no-properties.
26733 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26734 (ispell-buffer-local-words): Likewise.
26735
26736 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26737 except on terminals with enough colors to really display it.
26738 (makefile-dependency-regex): Delete spurious `bb'.
26739
26740 * faces.el (escape-glyph): Use blue once again in last case.
26741 (no-break-space): Redefine so that it isn't invisible on a tty.
26742
26743 2005-06-08 Kim F. Storm <storm@cua.dk>
26744
26745 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26746 also when reading directory name.
26747
26748 2005-06-08 Lute Kamstra <lute@gnu.org>
26749
26750 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26751 (flyspell-mode-line-string): Remove autoload cookie.
26752 (flyspell-mode): Remove defvar.
26753
26754 2005-06-07 Lute Kamstra <lute@gnu.org>
26755
26756 * textmodes/org.el (org-run-mode-hooks): New function.
26757 (org-agenda-mode): Use it.
26758
26759 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26760
26761 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26762
26763 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26764
26765 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26766
26767 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26768
26769 * font-lock.el (font-lock-add-keywords): Doc fix.
26770
26771 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26772
26773 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26774 (tex-compile-default): In the absence of any history, use the order in
26775 tex-compile-alist to choose the preferred command.
26776 (tex-compile-commands): Reorder a bit.
26777
26778 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26779 (flyspell-incorrect-face, flyspell-duplicate-face):
26780 Use (X)Emacs-agnostic code.
26781 (flyspell-mode-map): Don't overwrite at each load. Remove code
26782 redundant with the subsequent add-minor-mode. Merge Emacs and
26783 XEmacs code.
26784 (flyspell-word): Minor simplification.
26785 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26786 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26787 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26788 Merge the corresponding Emacs code.
26789 (flyspell-correct-word, flyspell-xemacs-popup):
26790 Use flyspell-do-correct.
26791
26792 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26793 a dedicated window.
26794
26795 * international/latexenc.el (latexenc-find-file-coding-system):
26796 Undo part of last patch, to turn off a compiler warning.
26797
26798 2005-06-06 Juri Linkov <juri@jurta.org>
26799
26800 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26801 Rename `tmm-inactive-face' to `tmm-inactive'.
26802
26803 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26804
26805 * iswitchb.el: Rename faces.
26806
26807 2005-06-06 Kim F. Storm <storm@cua.dk>
26808
26809 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26810 (cua-global-mark): Remove -face suffix from face names.
26811
26812 * emulation/cua-gmrk.el (cua--init-global-mark):
26813 Remove cua-global-mark face setup.
26814
26815 2005-06-06 Richard M. Stallman <rms@gnu.org>
26816
26817 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26818 just like other allowed characters.
26819 (makefile-match-dependency): Exclude leading and training whitespace
26820 from the range of regexp subexp 1.
26821 (makefile-macroassign-regex): Don't try to match the body,
26822 just the name of the macro being defined.
26823
26824 * info.el (Info-read-node-name-2): New function.
26825 (Info-read-node-name-1): Use that.
26826 Add a completion-base-size-function property.
26827
26828 * simple.el (completion-setup-function): Look for
26829 completion-base-size-function property of minibuffer-completion-table.
26830
26831 * files.el (locate-file-completion): Doc fix.
26832
26833 * printing.el: Don't call pr-update-menus; user must do that.
26834
26835 * emacs-lisp/debug.el (debugger-window): New variable.
26836 (debug): Use debugger-window if it is set and still alive.
26837 Record debugger-window for next entry.
26838
26839 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26840
26841 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26842
26843 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26844 (hack-one-local-variable, hack-local-variables)
26845 (hack-local-variables-prop-line): Pass that arg.
26846
26847 2005-06-06 Kim F. Storm <storm@cua.dk>
26848
26849 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26850 (ido-indicator): Remove -face suffix from face names.
26851
26852 2005-06-06 Juri Linkov <juri@jurta.org>
26853
26854 * font-lock.el (font-lock-regexp-backslash)
26855 (font-lock-regexp-backslash-construct): New faces.
26856 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26857 after `('. Add `while-no-input' to control structures.
26858
26859 * faces.el (no-break-space, shadow): New faces.
26860 (escape-glyph): Use less loud colors pink2 and red4.
26861
26862 * diff-mode.el (diff-context-face)
26863 * dired.el (dired-ignored)
26864 * rfn-eshadow.el (file-name-shadow)
26865 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26866
26867 * info.el (Info-title-1-face): Use green instead of yellow because
26868 bold yellow is not readable on light backgrounds.
26869
26870 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26871 before selecting the desired mode to not spend time fontifying
26872 old contents.
26873
26874 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26875
26876 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26877 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26878
26879 * ps-print.el (ps-default-fg, ps-default-bg):
26880 Fix typos in docstrings.
26881
26882 * isearchb.el (isearchb): Don't pass a spurious second argument to
26883 `iswitchb-completions'.
26884
26885 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26886
26887 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26888 to preserve point.
26889 (gdb-find-file-hook): Add doc string.
26890
26891 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26892 C dereferenced pointer expression.
26893 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26894
26895 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26896
26897 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26898 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26899 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26900 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26901 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26902 Make background transparent.
26903
26904 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26905
26906 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26907 (font-lock-remove-keywords): Doc fix.
26908 (font-lock-mode-major-mode): Compiler defvar.
26909 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26910
26911 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26912 (font-lock-mode): Update `font-lock-mode-major-mode'.
26913 (font-lock-set-defaults): Compiler defvar.
26914 (font-lock-default-function): Take `font-lock-mode-major-mode'
26915 into account.
26916
26917 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26918 keep track of which major mode it enabled the minor mode for.
26919 Use find-file-hook again. Update docstring.
26920
26921 * simple.el (eval-expression-print-level)
26922 (eval-expression-print-length, eval-expression-debug-on-error):
26923 Doc fixes.
26924
26925 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26926
26927 * iswitchb.el (iswitchb-single-match-face)
26928 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26929 (iswitchb-invalid-regexp-face): New faces.
26930 (iswitchb-completions): Use them.
26931 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26932 now marked as an obsolete alias.
26933 (iswitchb-read-buffer): Remove check for bound font variables.
26934 (iswitchb-invalid-regexp): New free variable.
26935 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26936 set iswitchb-invalid-regexp.
26937 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26938 invalid regexps.
26939 (iswitchb-completions): Add check for complete match when entering
26940 a regexp.
26941 (iswitchb-completions): Remove require-match argument.
26942 (iswitchb-exhibit): Fix caller.
26943 (iswitchb-common-match-inserted): New variable.
26944 (iswitchb-complete, iswitchb-completion-help): Use it.
26945
26946 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26947
26948 * url-http.el (url-http-chunked-encoding-after-change-function):
26949 Use `url-http-debug' instead of `message'.
26950
26951 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26952
26953 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26954 callback argument.
26955
26956 2005-06-04 Kim F. Storm <storm@cua.dk>
26957
26958 * simple.el (line-move): Only call sit-for when moving backwards.
26959
26960 * ido.el (ido-make-merged-file-list-1): New defun split from
26961 ido-make-merged-file-list.
26962 (ido-make-merged-file-list): Bind throw-on-input around call to
26963 ido-make-merged-file-list-1. Return input-pending-p if
26964 interrupted by more input available.
26965 (ido-read-internal): Handle input-pending-p return value from
26966 ido-make-merged-file-list.
26967
26968 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26969
26970 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26971 compatibility code.
26972
26973 * international/latexenc.el (latexenc-find-file-coding-system):
26974 Don't inherit the EOL part of the coding-system from the
26975 tex-main buffer. Fit within 80 columns.
26976
26977 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26978
26979 * tmm.el (tmm-inactive-face): New face.
26980 (tmm-remove-inactive-mouse-face): New function.
26981 (tmm-prompt, tmm-add-one-shortcut)
26982 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26983 but not selectable.
26984
26985 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26986
26987 * faces.el (face-equal): Improve argument/docstring consistency.
26988
26989 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26990
26991 * progmodes/make-mode.el (makefile-targets-face)
26992 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26993 (makefile-bsdmake-dependency-regex)
26994 (makefile-makepp-rule-action-regex)
26995 (makefile-bsdmake-rule-action-regex): New constants.
26996 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26997
26998 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26999 Allow (...) within `...' for makepp messages.
27000
27001 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27002
27003 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27004
27005 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27006 "." files are deleted from all file lists before comparison.
27007
27008 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27009 (viper-ESC-key): Made them customizable.
27010
27011 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27012
27013 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27014
27015 * autorevert.el (auto-revert-buffers): Use save-match-data.
27016
27017 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27018
27019 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27020 menu items with a nil command binding.
27021
27022 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27023
27024 * emacs-lisp/cl-macs.el (defsetf):
27025 Improve argument/docstring consistency.
27026
27027 * faces.el (list-faces-display): Improve the formatting by
27028 computing the maximum length required for any face-name (reworked
27029 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27030 (internal-find-face): Remove redundant info in docstring.
27031
27032 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27033
27034 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27035 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27036 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27037 (gdb-assembler-custom): Improve regexps.
27038 (def-gdb-auto-update-handler): Use window point to preserve point.
27039
27040 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27041
27042 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27043
27044 2005-05-31 Jay Belanger <belanger@truman.edu>
27045
27046 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27047 to calc-embedded.
27048 (calc-embedded-make-info): Have plain prefix argument select
27049 entire line.
27050
27051 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27052
27053 * faces.el (list-faces-display): Signal error if passed a regexp
27054 that matches no face name.
27055
27056 * simple.el (filter-buffer-substring): Fix typo in docstring.
27057
27058 2005-05-31 Richard M. Stallman <rms@gnu.org>
27059
27060 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27061 (vhdl-emacs-21): Doc fix.
27062 (vhdl-mode): Unconditionally set comment-padding.
27063 (vhdl-fixup-whitespace-region): Insert spaces only where
27064 there are none.
27065 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27066
27067 2005-05-30 John Wiegley <johnw@newartisans.com>
27068
27069 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27070 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27071 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27072 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27073 `string-to-number'.
27074
27075 2005-05-30 Jay Belanger <belanger@truman.edu>
27076
27077 * calc/calc.el (calc-bug-address): Fix docstring.
27078 (calc-window-hook, calc-trail-window-hook): New variables.
27079 (calc-trail-display): Restore use of calc-trail-window-hook.
27080 (calc): Restore use of calc-window-hook.
27081
27082 2005-05-31 Masatake YAMATO <jet@gyve.org>
27083
27084 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27085
27086 * help-fns.el (help-C-file-name): Add autoload mark for
27087 `find-function-noselect'.
27088
27089 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27090
27091 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27092 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27093
27094 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27095
27096 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27097 included diary buffer if it was not already being visited.
27098 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27099
27100 * calendar/icalendar.el (top-level): Do not require appt.
27101
27102 * mail/supercite.el (sc-select-attribution): Only use a list
27103 element from sc-attrib-selection-list if it returns a string.
27104 Reported by Davide G. M. Salvetti <salve@debian.org>.
27105
27106 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27107
27108 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27109 includes a hash value to improve its uniqueness, and has a ".jpg"
27110 extension. Also, it is now a valid filename on all systems.
27111 (thumbs-make-thumb): Use `let', not `let*'.
27112 (thumbs-show-thumbs-list): Check for JPEG availability.
27113
27114 2005-05-30 Richard M. Stallman <rms@gnu.org>
27115
27116 * filesets.el (filesets-menu-ensure-use-cached):
27117 Prevent warning when emacs-version>= is undefined.
27118
27119 * printing.el (pr-interactive-n-up): Use string-to-number.
27120
27121 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27122
27123 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27124 Warn only when name to be defined is quoted.
27125
27126 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27127
27128 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27129 Make regexp more robust.
27130 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27131 Force regeneration of disassembly.
27132
27133 2005-05-29 Jay Belanger <belanger@truman.edu>
27134
27135 * calc/calc.el (calc-user-invocation): Check if
27136 calc-invocation-macro is non-nil.
27137
27138 2005-05-29 Juri Linkov <juri@jurta.org>
27139
27140 * add-log.el (change-log-font-lock-keywords):
27141 Add `+' to e-mail regexp to accept mail address with keywords.
27142
27143 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27144
27145 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27146
27147 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27148
27149 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27150
27151 2005-05-29 Richard M. Stallman <rms@gnu.org>
27152
27153 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27154 Undo the change that moves to end of the current word.
27155
27156 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27157
27158 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27159 Throw error when count <= 0 to ensure input is a number.
27160 (gdb-read-memory-custom): Pick up address from buffer.
27161 (gdb-memory-mode): Allow user to increment and decrement
27162 memory address from header line.
27163
27164 2005-05-29 Richard M. Stallman <rms@gnu.org>
27165
27166 * flyspell.el (flyspell-version): Function deleted.
27167 (flyspell-auto-correct-previous-hook): Doc fix.
27168
27169 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27170 Do nothing if memory is full.
27171
27172 * font-lock.el (font-lock-fontify-syntactically-region):
27173 Pass t for GREEDY to looking-back.
27174
27175 * saveplace.el (save-place-alist-to-file): Write the file
27176 using write-region.
27177
27178 * subr.el (looking-back): New argument GREEDY.
27179
27180 * progmodes/compile.el (compilation-start): Set the mode
27181 before inserting the initial text.
27182
27183 * progmodes/which-func.el (which-func-update-1): Turn the mode
27184 off in case of error by setting which-func-mode.
27185
27186 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27187
27188 * flyspell.el (flyspell-auto-correct-previous-word):
27189 Narrow down to what's on the screen, and recenter overlays
27190 at the end of the next word.
27191
27192 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27193
27194 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27195 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27196 (flyspell-abbrev-p): Default to nil.
27197 (flyspell-use-global-abbrev-table-p): Doc fix.
27198 (flyspell-large-region): Allow nil as value.
27199 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27200
27201 (mail-mode-flyspell-verify): More robust handling
27202 of `mail-header-separator'. More efficient signature detection.
27203 Allow for regexp metacharacters in message-header-separator.
27204 Adding `To' not to be checked in mail-mode-flyspell-verify.
27205
27206 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27207 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27208 Bind flyspell-auto-correct-binding.
27209 Bind C-. and C-, .
27210 (flyspell-mode-map): Likewise.
27211 (flyspell-mode): Doc fix.
27212 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27213 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27214 (flyspell-word-cache-result): New var, always local.
27215 (flyspell-check-pre-word-p): Doc fix.
27216 (flyspell-check-changed-word-p): Handle spc like newline.
27217 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27218 (flyspell-word-search-backward, flyspell-word-search-forward):
27219 New functions.
27220 (flyspell-word): Return t if nothing to check.
27221 When parsing TeX code, check for after } or \.
27222 Use flyspell-word-search-backward to find previous word.
27223 Return nil if duplicated word.
27224 For word already checked, return same value as last time.
27225 Set flyspell-word-cache-result after checking.
27226 Don't clobber the return value.
27227 (flyspell-get-word): Major rewrite.
27228 (flyspell-external-point-words): New locals pword, pcount.
27229 Fix size used in progress message.
27230 Find the proper corresponding word in flyspell-large-region-buffer.
27231 (flyspell-region): Check for flyspell-large-region = nil.
27232 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27233 (flyspell-auto-correct-word): Check that WORD is a cons.
27234 (flyspell-correct-word): Likewise.
27235
27236 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27237
27238 * progmodes/make-mode.el (makefile-rule-action-regex)
27239 (makefile-macroassign-regex, makefile-makepp-mode)
27240 (makefile-bsdmake-mode): Continuation lines may be empty.
27241 Reported by Joshua Varner.
27242 (makefile-makepp-font-lock-keywords): Add $(stem).
27243
27244 2005-05-28 Karl Berry <karl@gnu.org>
27245
27246 * textmodes/tex-mode.el: Now that tex-send-command calls
27247 shell-quote-argument (2005-03-31 change), remove all calls to
27248 shell-quote-argument; they all end up invoking tex-send-command.
27249 The double quoting loses on filenames with non-safe characters,
27250 such as "@". Reported by Frederik Fouvry.
27251
27252 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27253
27254 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27255 about preserving point.
27256
27257 2005-05-27 Jay Belanger <belanger@truman.edu>
27258
27259 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27260 Info-goto-node.
27261
27262 * calc/calc-embed.el (calc-embed-arg): New variable.
27263 (calc-do-embedded-activate, calc-embedded-activate-formula)
27264 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27265 variable by new variable.
27266 (calc-embedded-make-info): Replace undeclared variable by new
27267 variable. When selecting region with positive prefix
27268 argument, use end of previous line instead of beginning of line.
27269
27270 * calc/calc-aent.el (calc-arg-values): Declare it.
27271
27272 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27273 Declare them.
27274
27275 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27276
27277 * calc/calc.el (calc-alg-map): Declare it.
27278
27279 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27280
27281 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27282
27283 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27284 (gdb-registers-buffer, toggle-gdb-all-registers):
27285 Toggle display of floating point registers.
27286 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27287
27288 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27289 (toggle-gud-tooltip-dereference):
27290 Rename from gud-toggle-tooltip-dereference.
27291
27292 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27293
27294 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27295
27296 2005-05-27 Jay Belanger <belanger@truman.edu>
27297
27298 * calc/calc-prog.el (calc-kbd-report): Remove.
27299 (calc-kbd-query): Rewrite.
27300
27301 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27302
27303 * image.el (image-library-alist): Move to image.c.
27304 (image-type-available-p): Doc fix.
27305
27306 2005-05-27 Lute Kamstra <lute@gnu.org>
27307
27308 * calc/calc.el (calc):
27309 * outline.el (outline-1, outline-2, outline-3, outline-4)
27310 (outline-5, outline-6, outline-7, outline-8):
27311 * textmodes/dns-mode.el (dns-mode):
27312 * textmodes/sgml-mode.el (sgml-namespace-face):
27313 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27314 (tex-verbatim-face, tex-use-reftex):
27315 * textmodes/texinfo.el (texinfo-heading-face):
27316 Specify customization group.
27317
27318 * longlines.el: Don't require easy-mmode.
27319 (longlines-visible-face): Specify customization group.
27320
27321 2005-05-27 Kenichi Handa <handa@m17n.org>
27322
27323 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27324 encoding table of windows-1251.
27325
27326 * international/ucs-tables.el (ucs-set-table-for-input):
27327 If translation-table-for-input of a coding system is a symbol, get
27328 its translation-table property.
27329
27330 * international/code-pages.el: Don't register a coding system into
27331 non-iso-charset-alist more than once.
27332 (cp-make-coding-system): Likewise.
27333
27334 2005-05-26 John Wiegley <johnw@newartisans.com>
27335
27336 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27337 `eshell-resume-eval' is wrapped in a list, it indicates that the
27338 command was run asynchronously. In that case, unwrap the value
27339 before checking the delimiter value.
27340
27341 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27342 character before a space at the end of a line is \, assume the space
27343 is part of the last argument rather than a final argument separator.
27344
27345 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27346 is in use, and the target is `t' or `nil' (which are the most common
27347 values), don't assume that the symbol target is a buffer.
27348
27349 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27350
27351 * calendar/calendar.el (calendar-mode-line-format):
27352 Use mode-line-highlight as mouse-face.
27353
27354 * time.el (display-time-string-forms, display-time-update):
27355 Use mode-line-highlight as mouse-face.
27356
27357 2005-05-26 Jay Belanger <belanger@truman.edu>
27358
27359 * calc/calc.el (calc-language-alist): Remove extra defvar.
27360
27361 2005-05-26 Lute Kamstra <lute@gnu.org>
27362
27363 * arc-mode.el (archive-mode):
27364 * bookmark.el (bookmark-read-annotation-mode)
27365 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27366 * bs.el (bs-mode):
27367 * calc/calc-yank.el (calc-edit-mode):
27368 * calc/calc.el (calc-mode, calc-trail-mode):
27369 * calculator.el (calculator-mode):
27370 * chistory.el (command-history-mode):
27371 * comint.el:
27372 * cus-edit.el (custom-mode):
27373 * descr-text.el (describe-text-mode):
27374 * ebuff-menu.el (Electric-buffer-menu-mode):
27375 * ediff-util.el (ediff-mode):
27376 * emacs-lisp/re-builder.el (reb-mode):
27377 * emulation/vi.el (vi-mode-setup):
27378 * emulation/ws-mode.el (wordstar-mode):
27379 * eshell/esh-mode.el (eshell-mode):
27380 * forms.el (forms-mode):
27381 * help-mode.el (help-mode):
27382 * hexl.el (hexl-mode):
27383 * ibuffer.el (ibuffer-mode):
27384 * ielm.el (inferior-emacs-lisp-mode):
27385 * info.el (Info-mode, Info-edit-mode):
27386 * international/swedish.el:
27387 * ledit.el (ledit-from-lisp-mode):
27388 * locate.el (locate-mode):
27389 * mail/rmail.el (rmail-mode):
27390 * mail/rmailedit.el (rmail-edit-mode):
27391 * mail/rmailsum.el (rmail-summary-mode):
27392 * mail/supercite.el (sc-electric-mode):
27393 * net/eudc.el (eudc-mode):
27394 * net/quickurl.el (quickurl-list-mode):
27395 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27396 * obsolete/ooutline.el (outline-mode):
27397 * obsolete/options.el (Edit-options-mode):
27398 * obsolete/rnews.el (news-mode):
27399 * obsolete/rnewspost.el (news-reply-mode):
27400 * play/5x5.el (5x5-mode):
27401 * play/decipher.el (decipher-mode, decipher-stats-mode):
27402 * play/gomoku.el (gomoku-mode):
27403 * play/snake.el (snake-mode):
27404 * play/solitaire.el (solitaire-mode):
27405 * play/tetris.el (tetris-mode):
27406 * progmodes/ada-mode.el (ada-mode):
27407 * progmodes/antlr-mode.el (antlr-mode):
27408 * progmodes/autoconf.el (autoconf-mode):
27409 * progmodes/dcl-mode.el (dcl-mode):
27410 * progmodes/delphi.el (delphi-mode):
27411 * progmodes/ebrowse.el (ebrowse-tree-mode)
27412 (ebrowse-electric-list-mode, ebrowse-member-mode)
27413 (ebrowse-electric-position-mode):
27414 * progmodes/f90.el (f90-mode):
27415 * progmodes/fortran.el (fortran-mode):
27416 * progmodes/icon.el (icon-mode):
27417 * progmodes/idlw-help.el (idlwave-help-mode):
27418 * progmodes/idlw-shell.el (idlwave-shell-mode):
27419 * progmodes/idlwave.el (idlwave-mode):
27420 * progmodes/inf-lisp.el (inferior-lisp-mode):
27421 * progmodes/m4-mode.el (m4-mode):
27422 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27423 * progmodes/modula2.el (modula-2-mode):
27424 * progmodes/octave-inf.el (inferior-octave-mode):
27425 * progmodes/octave-mod.el (octave-mode):
27426 * progmodes/pascal.el (pascal-mode):
27427 * progmodes/sh-script.el (sh-mode):
27428 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27429 * progmodes/vhdl-mode.el (vhdl-mode):
27430 * progmodes/xscheme.el (scheme-interaction-mode):
27431 * replace.el (occur-mode):
27432 * ses.el (ses-mode):
27433 * simple.el (completion-list-mode):
27434 * skeleton.el:
27435 * speedbar.el (speedbar-mode):
27436 * term.el (term-mode):
27437 * terminal.el (terminal-edit-mode):
27438 * textmodes/reftex-index.el (reftex-index-mode)
27439 (reftex-index-phrases-mode):
27440 * textmodes/reftex-sel.el (reftex-select-label-mode)
27441 (reftex-select-bib-mode):
27442 * textmodes/reftex-toc.el (reftex-toc-mode):
27443 * wdired.el (wdired-change-to-wdired-mode):
27444 * wid-browse.el (widget-browse-mode):
27445 Use run-mode-hooks.
27446
27447 * array.el (array-mode):
27448 * calendar/todo-mode.el (todo-mode):
27449 * man.el (Man-mode):
27450 * play/landmark.el (lm-mode):
27451 * play/mpuz.el (mpuz-mode):
27452 Use kill-all-local-variables and run-mode-hooks.
27453
27454 * subr.el (delay-mode-hooks): Specify indentation.
27455
27456 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27457
27458 * xml.el (xml-substitute-special): Don't die for undefined xml
27459 entities.
27460
27461 2005-05-26 Jay Belanger <belanger@truman.edu>
27462
27463 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27464 of nil.
27465
27466 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27467
27468 * progmodes/gdb-ui.el (gdb-frame-address):
27469 Rename from gdb-current-address.
27470 (gdb-previous-frame-address): Rename from gdb-previous-address.
27471 (gdb-selected-frame): Rename from gdb-current-frame.
27472 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27473 (gdb-frame-number): Rename from gdb-current-stack-level.
27474 (gdb-ann3): Match new mode-name for disassembly buffer.
27475 Extend initialization of variables.
27476 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27477 (gdb-memory-mode): Use mouse-face in header line.
27478 (gdb-assembler-buffer-name): Call it disassembly and give frame
27479 in mode line.
27480 (gdb-source-spec-regexp, gdb-assembler-custom)
27481 (gdb-invalidate-assembler, gdb-frame-handler):
27482 Make robust to leading zeroes in address format.
27483
27484 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27485
27486 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27487 define `org-mode'.
27488 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27489
27490 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27491
27492 * log-edit.el (log-edit-changelog-entries): Distinguish between
27493 filenames like xfns.c and fns.c.
27494
27495 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27496
27497 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27498 point after reverting.
27499 (Buffer-menu-make-sort-button): Handle the case where
27500 `Buffer-menu-use-header-line' is nil.
27501
27502 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27503
27504 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27505 New funcs. In minibuffer-local-completion-map bind `]', `/'
27506 and `:' to them.
27507
27508 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27509
27510 * startup.el (normal-top-level): Allow modification of load-path while
27511 we're iterating over it.
27512
27513 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27514
27515 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27516 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27517 (thumbs-resize-interactive, thumbs-insert-image)
27518 (thumbs-insert-thumb, thumbs-dired-show-marked)
27519 (thumbs-find-image-at-point, thumbs-delete-images)
27520 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27521 (thumbs-increment-image-size, thumbs-decrement-image-size):
27522 Fix typos in docstrings.
27523
27524 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27525
27526 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27527 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27528 (cperl-mode): Use them.
27529
27530 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27531
27532 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27533 Doc fixes.
27534
27535 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27536
27537 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27538 Bind C-d to gdb-inferior-io-eof.
27539
27540 * dired.el (dired-dnd-popup-notice): Use message-box.
27541
27542 2005-05-23 Masatake YAMATO <jet@gyve.org>
27543
27544 * bindings.el (mode-line-major-mode-keymap):
27545 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27546
27547 * faces.el (mode-line-highlight): New face.
27548
27549 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27550 as mouse-face.
27551
27552 * bindings.el (top-level, help-echo, mode-line-modified)
27553 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27554 as mouse-face.
27555
27556 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27557
27558 * progmodes/cc-engine.el (c-guess-basic-syntax):
27559 Remove spurious call to `zerop'.
27560
27561 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27562
27563 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27564
27565 CC Mode update to 5.30.10:
27566
27567 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27568 could go past the limit in decoration level 2, thereby causing
27569 errors during interactive fontification.
27570
27571 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27572 the file is evaluated interactively.
27573
27574 * cc-engine.el (c-guess-basic-syntax): Handle operator
27575 declarations somewhat better in C++.
27576
27577 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27578 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27579 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27580 (awk-mode): Use it.
27581 (make-local-hook): Suppress warning about obsoleteness.
27582
27583 * cc-engine.el, cc-align.el, cc-cmds.el
27584 (c-append-backslashes-forward, c-delete-backslashes-forward)
27585 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27586 Compensate for return value from `forward-line' when it has moved
27587 but not to a different line due to eob.
27588
27589 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27590 `objc-method-intro' and `objc-method-args-cont'.
27591
27592 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27593
27594 CC Mode update to 5.30.10:
27595
27596 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27597 in the copyright statement. Incidentally, change "along with GNU
27598 Emacs" to "along with this program" where it occurs.
27599
27600 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27601 so that it is interactive, hence can be found by M-x awk-mode
27602 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27603 <gmorris+emacs@ast.cam.ac.uk>.
27604
27605 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27606 Mode's regexps.
27607
27608 2005-05-23 Kevin Ryde <user42@zip.com.au>
27609
27610 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27611 c-parse-state, to avoid a lisp error (on bad code).
27612
27613 2005-05-23 Lute Kamstra <lute@gnu.org>
27614
27615 * subr.el (font-lock-defaults): Remove defvar as it's already
27616 defined in font-core.el.
27617
27618 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27619
27620 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27621
27622 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27623 more general and work when GDB variable "print pretty" is on,
27624 as with Emacs, for example.
27625
27626 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27627
27628 * font-core.el: Update comment.
27629
27630 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27631 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27632
27633 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27634
27635 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27636
27637 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27638 and `yank-handler' in the doc strings.
27639
27640 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27641
27642 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27643
27644 2005-05-22 Richard M. Stallman <rms@gnu.org>
27645
27646 * help.el (describe-key): Move print-help-return-message call
27647 out of conditional.
27648
27649 * progmodes/etags.el (list-tags): Use with-no-warnings.
27650
27651 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27652 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27653 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27654
27655 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27656
27657 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27658 Add defvar.
27659
27660 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27661 Use defvar, not defconst.
27662
27663 * hexl.el (hexl-follow-line): Use with-no-warnings.
27664
27665 * emulation/tpu-extras.el: Use write-file-functions instead of
27666 write-file-hooks.
27667
27668 * dired.el (dired-font-lock-keywords): Fontify files with junk
27669 extensions even if marked by -F.
27670
27671 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27672
27673 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27674 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27675 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27676 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27677 (concatenate, list-length, get*, getf, cl-remprop):
27678 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27679 (etypecase, progv, lexical-let, lexical-let*)
27680 (multiple-value-bind, multiple-value-setq, shiftf):
27681 Improve argument/docstring consistency.
27682
27683 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27684
27685 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27686
27687 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27688 doesn't exist.
27689
27690 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27691 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27692
27693 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27694
27695 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27696 already deleted variables: auto-fill-hook, blink-paren-hook,
27697 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27698 suspend-hooks, comment-indent-hook, meta-flag,
27699 before-change-function, after-change-function,
27700 font-lock-doc-string-face.
27701
27702 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27703
27704 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27705
27706 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27707
27708 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27709 rmail-dont-reply-to.
27710
27711 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27712
27713 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27714 literal blank when splitting new-header-values.
27715
27716 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27717
27718 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27719 string so that tmm doesn't create a completion entry for it.
27720
27721 * textmodes/table.el (table-disable-menu): Ditto.
27722
27723 2005-05-21 Richard M. Stallman <rms@gnu.org>
27724
27725 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27726
27727 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27728
27729 * net/rcompile.el (remote-compile): Use compilation-start.
27730
27731 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27732
27733 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27734
27735 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27736 Default to makefile-bsdmake-mode on BSD systems.
27737
27738 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27739 REGEXP may also be a search function now. The part of doc-string
27740 for describing the structure was 95% identical to that of
27741 `imenu--generic-function'. Unify it there.
27742
27743 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27744 Use function to find dependencies, because regexp alone is so complex,
27745 it easily goes into an endless loop.
27746 (makefile-makepp-mode): Also add submenu for Perl functions
27747 defined in the makefile.
27748 (makefile-bsdmake-mode): Special imenu-generic-expression no
27749 longer needed, due to function call.
27750 (makefile-match-dependency): Take BOUND into account when checking
27751 if we're through.
27752
27753 2005-05-20 Jay Belanger <belanger@truman.edu>
27754
27755 * calc/calc-units.el (calc-invalidate-units-table):
27756 Use inhibit-read-only.
27757 (math-build-units-table-buffer): Use view-mode.
27758
27759 2005-05-20 David Kastrup <dak@gnu.org>
27760
27761 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27762 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27763
27764 2005-05-20 Lute Kamstra <lute@gnu.org>
27765
27766 * diff-mode.el (diff-header-face, diff-file-header-face)
27767 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27768 (diff-added-face, diff-changed-face, diff-function-face)
27769 (diff-context-face, diff-nonexistent-face): Put them in the
27770 diff-mode customization group.
27771
27772 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27773
27774 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27775
27776 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27777
27778 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27779 Minor regexp-optimization.
27780
27781 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27782
27783 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27784 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27785 (org-agenda-add-time-grid-maybe): New function.
27786 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27787 (org-table-create): `dotimes' instead of `mapcar'.
27788 (org-xor): Simplify implementation.
27789 (org-agenda): `inhibit-redisplay' turned on.
27790 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27791 a consistent line after a state change.
27792 (org-agenda-remove-times-when-in-prefix): New option.
27793 (org-prefix-has-time): New variable.
27794 (org-parse-time-string): Optional argument NODEFAULT.
27795 (org-format-agenda-item): Parse items for time-of-day
27796 specifications and move these into the prefix if possible.
27797 (org-agenda-priority): Get current heading, not previous heading
27798 during agenda remote editing.
27799
27800 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27801
27802 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27803 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27804 (remove-duplicates, delete-duplicates, substitute)
27805 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27806 (nsubstitute-if-not, find, find-if, find-if-not, position)
27807 (position-if, position-if-not, count, count-if, count-if-not)
27808 (mismatch, search, sort*, stable-sort, merge, member*)
27809 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27810 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27811 (intersection, nintersection, set-difference, nset-difference)
27812 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27813 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27814 (nsublis, tree-equal): Improve argument/docstring consistency.
27815
27816 * subr.el (send-string, send-region): Remove obsolescence declaration.
27817 (window-dot, set-window-dot, read-input, show-buffer)
27818 (eval-current-buffer, string-to-int):
27819 Add release number to obsolescence declarations.
27820
27821 2005-05-19 Kim F. Storm <storm@cua.dk>
27822
27823 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27824 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27825
27826 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27827
27828 * faces.el (list-faces-display): Make back button respect optional
27829 regexp arg.
27830
27831 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27832
27833 * calculator.el (calculator-radix-grouping-mode)
27834 (calculator-radix-grouping-digits, calculator-displayer)
27835 (calculator-radix-grouping-separator, calculator-copy-displayer):
27836 * dabbrev.el (dabbrev-search-these-buffers-only):
27837 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27838 (diff-advance-after-apply-hunk, diff-mode-hook)
27839 (diff-minor-mode-prefix):
27840 * imenu.el (imenu-use-popup-menu):
27841 * jit-lock.el (jit-lock-context-time):
27842 * newcomment.el (comment-fill-column, comment-column)
27843 (comment-style, comment-padding, comment-multi-line)
27844 (comment-empty-lines, comment-auto-fill-only-comments):
27845 * reveal.el (reveal-around-mark):
27846 * uniquify.el (uniquify-buffer-name-style)
27847 (uniquify-after-kill-buffer-p)
27848 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27849 (uniquify-min-dir-content, uniquify-separator)
27850 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27851 * w32-vars.el (w32-fixed-font-alist):
27852 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27853 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27854 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27855 * progmodes/perl-mode.el (perl-indent-level)
27856 (perl-continued-statement-offset, perl-continued-brace-offset)
27857 (perl-brace-offset, perl-brace-imaginary-offset)
27858 (perl-label-offset, perl-indent-continued-arguments)
27859 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27860 * progmodes/tcl.el (tcl-indent-level)
27861 (tcl-continued-indent-level, tcl-auto-newline)
27862 (tcl-tab-always-indent, tcl-electric-hash-style)
27863 (tcl-help-directory-list, tcl-use-smart-word-finder)
27864 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27865 (inferior-tcl-source-command):
27866 * textmodes/fill.el (enable-kinsoku):
27867 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27868 * textmodes/table.el (table-yank-handler):
27869 Specify missing group (and type, if simple) in defcustom.
27870
27871 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27872
27873 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27874
27875 2005-05-19 Richard M. Stallman <rms@gnu.org>
27876
27877 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27878
27879 * subr.el (event-basic-type): Don't get an error.
27880 (left-fringe-p): Function deleted.
27881
27882 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27883 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27884
27885 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27886 in recursive copy.
27887
27888 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27889
27890 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27891
27892 * emacs-lisp/bytecomp.el
27893 (byte-compile-file-form-custom-declare-variable):
27894 Call byte-compile-nogroup-warn if appropriate.
27895
27896 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27897 (compilation-set-window): Don't call left-fringe-p; do it directly.
27898
27899 2005-05-19 Jay Belanger <belanger@truman.edu>
27900
27901 * calc/calc-graph.el (calc-graph-format-data): Make sure
27902 var-PlotRejects is bound before trying to check its value.
27903
27904 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27905
27906 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27907 definition of this variable from reftex-global.el to reftex.el,
27908 because it is needed in the menu.
27909
27910 2005-05-19 Lute Kamstra <lute@gnu.org>
27911
27912 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27913 years are fixed. Don't insert a space after a dash.
27914
27915 2005-05-19 Kim F. Storm <storm@cua.dk>
27916
27917 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27918
27919 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27920
27921 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27922 strings, because (eq ... ?\\) is fairly frequent.
27923
27924 * progmodes/make-mode.el (makefile-add-this-line-targets):
27925 Simplify and integrate into `makefile-pickup-targets'.
27926 (makefile-add-this-line-macro): Simplify and integrate into
27927 `makefile-pickup-macros.
27928 (makefile-pickup-filenames-as-targets): Simplify.
27929 (makefile-previous-dependency, makefile-match-dependency):
27930 Don't stumble over `::'.
27931
27932 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27933
27934 * subr.el (post-command-idle-hook, post-command-idle-delay):
27935 Remove obsoletion of post-command-idle-hook and
27936 post-command-idle-delay.
27937
27938 * faces.el (list-faces-display): Provide button when describe-face
27939 is called to take user back to the list of faces.
27940
27941 * help-fns.el (describe-variable): Remove hyperlinks in a
27942 variable's value as these are quite frequently inappropriate.
27943
27944 * follow.el (follow-submit-feedback, follow-mode):
27945 Remove references to post-command-idle-hook.
27946
27947 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27948
27949 * progmodes/make-mode.el (makefile-previous-dependency)
27950 (makefile-match-dependency): Check for := (and in bsd mode also
27951 !=) to give a better result, even when font-lock is not on.
27952
27953 2005-05-18 Jay Belanger <belanger@truman.edu>
27954
27955 * calc/calc-help.el (calc-s-prefix-help):
27956 Add `calc-copy-special-constant' to help string.
27957
27958 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27959
27960 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27961
27962 2005-05-18 Jay Belanger <belanger@truman.edu>
27963
27964 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27965 in linear factors are in proper order.
27966
27967 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27968
27969 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27970 Support for jurabib.
27971
27972 * textmodes/reftex.el (featurep): Define aliases for overlay
27973 commands, for XEmacs compatibility, and use these aliases in
27974 overlay initializations.
27975 (reftex-highlight): Use `reftex-move-overlay'.
27976 (reftex-unhighlight): Use `reftex-delete-overlay'.
27977 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27978 (reftex-access-search-path): Use `reftex-uniquify' instead of
27979 `reftex-uniq'
27980
27981 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27982 `before-string' property modification enables for Emacs as well.
27983 (reftex-select-item): Use `reftex-delete-overlay'.
27984 (reftex-select-mark): Use `reftex-make-overlay' and
27985 `reftex-overlay-put'.
27986 (reftex-select-unmark): Use `reftex-delete-overlay' and
27987 `reftex-overlay-put'.
27988
27989 2005-05-18 Lute Kamstra <lute@gnu.org>
27990
27991 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27992
27993 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27994
27995 * add-log.el (add-change-log-entry):
27996 * array.el (array-make-template, array-reconfigure-rows)
27997 (array-init-max-row, array-init-max-column)
27998 (array-init-columns-per-line, array-init-field-width):
27999 * replace.el (replace-match-maybe-edit, perform-replace):
28000 * textmodes/spell.el (spell-region):
28001 Replace `read-input' by `read-string'.
28002
28003 * forms.el (forms-mode):
28004 * finder.el (finder-compile-keywords):
28005 * shadowfile.el (shadow-read-files):
28006 Replace `eval-current-buffer' by `eval-buffer'.
28007
28008 * terminal.el (te-pass-through):
28009 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28010 (ange-ftp-raw-send-cmd):
28011 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28012 (send-process-next-char, telnet-initial-filter, telnet):
28013 Replace `send-string' by `process-send-string'.
28014
28015 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28016 (prolog-consult-region): Replace `send-string' by
28017 `process-send-string'; replace `send-region' by `process-send-region'.
28018
28019 * progmodes/delphi.el (delphi-log-msg):
28020 Replace `set-window-dot' by `set-window-point'.
28021
28022 * subr.el (window-dot, set-window-dot, read-input, send-string)
28023 (send-region, show-buffer, eval-current-buffer):
28024 Make really obsolete, as the comment says.
28025
28026 2005-05-17 Kim F. Storm <storm@cua.dk>
28027
28028 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28029 (cua--init-keymaps): Bind C-return instead of S-return to set
28030 rectangle mark.
28031
28032 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28033 instead of S-return to toggle/clear rectangle mark.
28034
28035 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28036
28037 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28038 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28039 Also fontify plain strings assigned to variables, mostly so that a
28040 colon has a face and is thus not taken as a dependency separator.
28041 (makefile-previous-dependency): Inline the new matcher, because it
28042 is too complex to work in both directions.
28043 (makefile-match-dependency): Eliminate `backward' arg (see above).
28044 Completely reimplemented so as to not sometimes go into an endless
28045 loop. It should also be more efficient, because first it only
28046 searches for `:', instead of applying the very complex regexp.
28047 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28048 to be fontified in one piece can be too long for JIT.
28049 Makefiles are never *that* big.
28050
28051 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28052
28053 * dired.el (dired-mode): Simplify.
28054
28055 2005-05-17 Lute Kamstra <lute@gnu.org>
28056
28057 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28058 defcustom for the mode hook variable.
28059
28060 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28061 Emacs Lisp Reference Manual.
28062
28063 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28064
28065 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28066 (evenp, list*):
28067 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28068 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28069
28070 * net/tramp-smb.el (tramp-smb-open-connection):
28071 Pass `tramp-chunksize' as fifth (required) argument.
28072
28073 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28074
28075 * font-lock.el (lisp-font-lock-keywords-1):
28076 Set `font-lock-negation-char-face' for [^...] char group.
28077 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28078
28079 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28080 a var, and refine it to mask one more level of nested vars.
28081 (makefile-rule-action-regex): Turn it into a var, and refine it so
28082 it recognizes backslashed continuation lines as belonging to the
28083 same command.
28084 (makefile-macroassign-regex): Refine it so it recognizes
28085 backslashed continuation lines as belonging to the same command.
28086 (makefile-var-use-regex): Don't look at the next char, because it
28087 might be the same one to be skipped by the initial [^$], leading
28088 to an overlooked variable use.
28089 (makefile-make-font-lock-keywords): Remove two parameters, which
28090 are now variables that some of the modes set locally.
28091 Handle dependency and rule action matching through functions, because
28092 regexps alone match too often. Dependency matching now comes
28093 last, so it can check, whether a colon already matched something else.
28094 (makefile-mode): Inform that font-lock improves makefile parsing
28095 capabilities.
28096 (makefile-match-dependency, makefile-match-action): New functions.
28097
28098 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28099
28100 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28101
28102 * align.el (align-regexp):
28103 * ansi-color.el (ansi-color-get-face):
28104 * array.el (array-reconfigure-rows, array-init-max-row)
28105 (array-init-max-column, array-init-columns-per-line)
28106 (array-init-field-width):
28107 * dired-aux.el (dired-trample-file-versions):
28108 * dired-x.el (dired-mark-sexp):
28109 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28110 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28111 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28112 * faces.el (face-read-integer):
28113 * files.el (backup-extract-version, insert-directory):
28114 * hexl.el (hexl-insert-decimal-char):
28115 * server.el (server-process-filter):
28116 * shell.el (shell-extract-num):
28117 * startup.el (command-line-1):
28118 * term.el (term-command-hook):
28119 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28120 (time-stamp-do-number):
28121 * time.el (display-time-update):
28122 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28123 (timezone-fix-time):
28124 * vms-patch.el (vms-suspend-resume-hook):
28125 * calendar/appt.el (appt-convert-time):
28126 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28127 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28128 * calendar/cal-islam.el (mark-islamic-diary-entries):
28129 * calendar/calendar.el (calendar-cursor-to-date)
28130 (calendar-star-date):
28131 * calendar/diary-lib.el (diary-attrtype-convert)
28132 (mark-diary-entries, diary-entry-time):
28133 * calendar/solar.el (solar-get-number):
28134 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28135 * emacs-lisp/re-builder.el (reb-display-subexp):
28136 * emulation/edt.el (edt-set-scroll-margins):
28137 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28138 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28139 (vip-get-ex-count):
28140 * emulation/viper-ex.el (viper-get-ex-token)
28141 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28142 * international/fontset.el (fontset-plain-name):
28143 * mail/feedmail.el (feedmail-look-at-queue-directory):
28144 * mail/mailalias.el (mail-get-names):
28145 * mail/rmail.el (rmail-convert-to-babyl-format):
28146 * mail/rmailsum.el (rmail-make-basic-summary-line)
28147 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28148 (rmail-summary-goto-msg):
28149 * mail/smtpmail.el (smtpmail-read-response):
28150 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28151 (ange-ftp-vms-add-file-entry):
28152 * play/gametree.el (gametree-looking-at-ply)
28153 (gametree-current-branch-score):
28154 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28155 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28156 * progmodes/cperl-mode.el (condition-case):
28157 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28158 (ebrowse-set-member-buffer-column-width)
28159 (ebrowse-select-1st-to-9nth):
28160 * progmodes/etags.el (etags-snarf-tag):
28161 * progmodes/flymake.el (flymake-parse-line):
28162 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28163 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28164 (idlwave-shell-menu-def):
28165 * progmodes/ps-mode.el (ps-run-goto-error):
28166 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28167 (vhdl-speedbar-contract-level):
28168 * term/mac-win.el (x-handle-numeric-switch):
28169 * term/sun-mouse.el (sun-get-frame-data):
28170 * term/w32-win.el (x-handle-numeric-switch):
28171 * term/x-win.el (x-handle-numeric-switch):
28172 * textmodes/ispell.el (ispell-parse-output):
28173 * textmodes/nroff-mode.el (nroff-outline-level):
28174 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28175 (reftex-bib-sort-year-reverse, reftex-format-citation):
28176 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28177 (reftex-section-number):
28178 * textmodes/texinfmt.el (texinfo-paragraphindent):
28179 Replace `string-to-int' by `string-to-number'.
28180
28181 * international/latexenc.el: Add page marker to force the "Local
28182 Variables:" string out of the last page.
28183
28184 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28185
28186 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28187 tooltip-change-major-mode.
28188 (gud-tooltip-print-command): Remove case where gud-minor-mode
28189 is gdb ("--fullname").
28190 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28191 explain to user.
28192
28193 2005-05-16 Jay Belanger <belanger@truman.edu>
28194
28195 * calc/calc-store.el (calc-copy-special-constant): New function.
28196
28197 * calc/calc-ext.el (calc-init-extensions): Add binding for
28198 `calc-copy-special-constant'.
28199
28200 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28201 for the `calc-copy-special-constant' command.
28202
28203 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28204
28205 * subr.el (left-fringe-p): New function.
28206
28207 * progmodes/compile.el (compilation-setup): Set local value of
28208 overlay-arrow-string to "" always.
28209 (compilation-set-window): Left fringe then don't scroll.
28210 No left fringe then no arrow and scroll message to top.
28211 (compilation-context-lines): Adjust doc string accordingly.
28212
28213 2005-05-16 Kim F. Storm <storm@cua.dk>
28214
28215 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28216 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28217 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28218 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28219 (ido-read-file-name): Handle commands with ido property value
28220 equal to find-file as reading a file name, to allow C-d to enter dired.
28221 (ibuffer-find-file): Add ido property with value find-file.
28222
28223 2005-05-15 Kim F. Storm <storm@cua.dk>
28224
28225 * subr.el (open-network-stream-nowait): Remove.
28226 (open-network-stream-server): Remove.
28227
28228 2005-05-15 Richard M. Stallman <rms@gnu.org>
28229
28230 * faces.el (describe-face): Output a definition link button.
28231
28232 * help-mode.el (help-face-def): New button type.
28233
28234 * emacs-lisp/copyright.el (copyright-fix-years):
28235 Match properly if the first year is 2-digit.
28236 Don't mess up the whitespace after the years by filling.
28237
28238 * dired-aux.el (dired-mark-confirm):
28239 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28240
28241 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28242 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28243 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28244
28245 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28246 Set font-lock-comment-start-skip.
28247
28248 * font-lock.el (font-lock-comment-start-skip): New variable.
28249 (font-lock-comment-end-skip): New variable.
28250 (font-lock-fontify-syntactically-region): Use them if non-nil.
28251
28252 2005-05-15 Jay Belanger <belanger@truman.edu>
28253
28254 * calc/calc-store.el (calc-store-value): Return a string rather
28255 than display it as a message.
28256 Use calc-var-name for variable name.
28257 (calc-store-into): Add the result of calc-store-value to message.
28258 (calc-copy-variable): Add a message.
28259 (calc-store-exchange): Improve error messages.
28260 (calc-store-binary, calc-store-map): Don't reset the values of
28261 special constants.
28262
28263 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28264
28265 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28266 manual to docstring.
28267
28268 * files.el (hack-local-variables-confirm): Add STRING argument.
28269 Make the function handle non file visiting buffers correctly.
28270 (hack-local-variables-prop-line, hack-local-variables)
28271 (hack-one-local-variable): Use STRING arg of
28272 `hack-local-variables-confirm'.
28273
28274 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28275
28276 Sync with Tramp 2.0.49.
28277
28278 * net/tramp.el (tramp-handle-dired-call-process)
28279 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28280 because the contents of the Tramp buffer is changed before
28281 insertion (`expand-file' and alike).
28282 (tramp-handle-insert-directory): If `localname' has an empty
28283 nondirectory name, it must not be quoted.
28284 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28285 variable `tramp-chunksize'. Change callees.
28286 (tramp-open-connection-setup-interactive-shell): Check remote host
28287 for buggy `send-process-string' implementation.
28288 Set `tramp-chunksize' if found. Reported by Michael Kifer
28289 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28290 (tramp-handle-shell-command): `insert-buffer' cannot be used
28291 because the contents of the Tramp buffer is changed before
28292 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28293 <frederic.bothamy@free.fr>.
28294 (tramp-set-auto-save): Actions should be done for Tramp file name
28295 handler only. Ange-FTP has its own auto-save mechanism.
28296 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28297 (tramp-set-auto-save-file-modes): Set file modes of
28298 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28299 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28300 (tramp-bug): Remove obsolete variable.
28301 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28302 for presence of `mml-mode'. Make it running for older Emacsen as well.
28303
28304 2005-05-14 John Paul Wallington <jpw@pobox.com>
28305
28306 * ibuf-ext.el (define-ibuffer-filter filename):
28307 If `dired-directory' is a list, use its car.
28308
28309 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28310
28311 * ibuffer.el (define-ibuffer-column filename):
28312 If `dired-directory' is a list, use its car.
28313
28314 2005-05-14 Richard M. Stallman <rms@gnu.org>
28315
28316 * subr.el (symbol-file): Doc fix.
28317
28318 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28319 (byte-compile-form): Call byte-compile-nogroup-warn.
28320 (byte-compile-warning-types): Doc fix.
28321
28322 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28323
28324 * progmodes/cc-engine.el (c-literal-faces):
28325 Add font-lock-comment-delimiter-face.
28326
28327 * net/net-utils.el (dig): Use with-no-warnings.
28328
28329 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28330 (sc-recite-frame-alist, sc-default-cite-frame)
28331 (sc-default-uncite-frame, sc-default-recite-frame)
28332 (sc-attrib-selection-list, sc-rewrite-header-list):
28333 Mark as risky-local-variable.
28334
28335 * international/ogonek.el (ogonek-jak, ogonek-how):
28336 Don't use beginning-of-buffer.
28337
28338 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28339
28340 * calendar/solar.el (solar-data-list): Move definition up.
28341
28342 * dnd.el (dnd-protocol-alist): Add autoload.
28343
28344 * progmodes/sh-script.el: Many doc usage fixes.
28345 (sh-indent-after-do): Change default to match common styles.
28346
28347 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28348
28349 * files.el (interpreter-mode-alist)
28350 (auto-mode-interpreter-regexp): Doc fixes.
28351
28352 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28353
28354 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28355
28356 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28357
28358 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28359
28360 * dired.el (dired-mode): make-variable-buffer-local =>
28361 make-local-variable.
28362
28363 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28364
28365 * term/mac-win.el (mac-select-convert-to-string): Try coding
28366 systems in mac-script-code-coding-systems if specified one cannot
28367 encode string for `com.apple.traditional-mac-plain-text'.
28368
28369 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28370
28371 * progmodes/make-mode.el (makefile-targets-face)
28372 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28373 (makefile-dependency-regex): Fix it to not make the colon in
28374 $(var:a=b) special.
28375 (makefile-rule-action-regex): New regexp for highlighting embedded
28376 Shell strings.
28377 (makefile-macroassign-regex): Handle != for highlighting as
28378 embedded Shell strings.
28379 (makefile-var-use-regex): New const.
28380 (makefile-statements, makefile-automake-statements)
28381 (makefile-gmake-statements, makefile-makepp-statements)
28382 (makefile-bsdmake-statements): New consts.
28383 (makefile-make-font-lock-keywords): New function.
28384 (makefile-automake-font-lock-keywords)
28385 (makefile-gmake-font-lock-keywords)
28386 (makefile-makepp-font-lock-keywords)
28387 (makefile-bsdmake-font-lock-keywords): New consts.
28388 (makefile-mode-map): Add switchers between the various submodes.
28389 (makefile-mode): Document the availability of the variants.
28390 (makefile-automake-mode, makefile-gmake-mode)
28391 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28392
28393 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28394 new variants of makefile-mode.
28395
28396 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28397
28398 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28399 the inheritance.
28400
28401 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28402
28403 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28404 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28405
28406 * files.el (normal-mode): Extend the scope of the
28407 `enable-local-variables' binding to include the `set-auto-mode' call.
28408 (magic-mode-alist): Doc fix.
28409
28410 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28411
28412 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28413 font-lock-comment-face rather than copying its setting.
28414
28415 2005-05-12 Andreas Schwab <schwab@suse.de>
28416
28417 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28418
28419 2005-05-12 Lute Kamstra <lute@gnu.org>
28420
28421 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28422 defcustom for the mode hook variable. Delete the last argument.
28423 * generic-x.el: Fix callers of define-generic-mode.
28424 (generic-x-modes): Delete group.
28425 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28426 generic-x customization group.
28427
28428 2005-05-12 Kim F. Storm <storm@cua.dk>
28429
28430 * font-lock.el (font-lock-negation-char-face): Default to "off".
28431
28432 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28433 font-lock-negation-char-face to ! in !=.
28434
28435 2005-05-12 Masatake YAMATO <jet@gyve.org>
28436
28437 * add-log.el (find-change-log): Fix typos in the docstring
28438 of function.
28439
28440 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28441
28442 * international/latexenc.el (latexenc-find-file-coding-system):
28443 Avoid `re-search-forward' when looking for input encoding because
28444 of speed and safety. Better regular expressions for recognizing
28445 input encoding. Limit a search for TeX-master/tex-main-file to
28446 the local variable section.
28447
28448 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28449
28450 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28451 syntax of $ to "'" (quote).
28452
28453 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28454
28455 * dnd.el (dnd-protocol-alist): Improve custom type.
28456
28457 * dired.el (dired-dnd-protocol-alist): New variable.
28458 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28459 `dired-mode-hook' to the end.
28460
28461 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28462
28463 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28464 comment-end if comment-start-skip is not set.
28465 Obey the font-lock-comment-delimiter-face variables.
28466
28467 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28468
28469 * files.el (executable-find): Move from executable.el. Use
28470 locate-file.
28471 * progmodes/executable.el (executable-find): Move to files.el.
28472
28473 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28474 when trying to ensure forward progress.
28475
28476 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28477
28478 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28479 (mouse-select, mouse-select-internal, mouse-extend-internal):
28480 Use it to implement mouse-1-click-follows-link functionality.
28481
28482 2005-05-11 Richard M. Stallman <rms@gnu.org>
28483
28484 * font-lock.el (font-lock-fontify-syntactically-region):
28485 Use font-lock-comment-delimiter-face for comment delimiters.
28486
28487 2005-05-10 Jay Belanger <belanger@truman.edu>
28488
28489 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28490 preserving embedded modes.
28491
28492 2005-05-10 Richard M. Stallman <rms@gnu.org>
28493
28494 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28495
28496 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28497 Move from ada-stmt.el.
28498 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28499
28500 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28501 Move to ada-mode.el.
28502 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28503
28504 * cus-edit.el (custom-file): Call file-chase-links.
28505
28506 * files.el (read-directory-name): Fix previous change.
28507 (hack-local-variables-confirm): New function.
28508 (hack-local-variables-prop-line, hack-local-variables)
28509 (hack-one-local-variable): Use it.
28510
28511 2005-05-10 Lute Kamstra <lute@gnu.org>
28512
28513 * font-lock.el (font-lock-keywords-alist)
28514 (font-lock-removed-keywords-alist): Clarify docstrings.
28515
28516 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28517
28518 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28519 (gdb-source-info): Check for preprocessor info.
28520 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28521 a macro for a function.
28522 (gdb-info-breakpoints-custom): Try to find file again if not already
28523 found (user might have used GDB dir command).
28524 (gdb-get-location): Update gdb-location-alist correctly for change
28525 to gdb-info-breakpoints-custom.
28526
28527 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28528 (gud-tooltip-print-command): Add gdbmi case.
28529 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28530 preprocessor info.
28531
28532 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28533
28534 * startup.el (fancy-splash-insert): Fix typo in doc string.
28535
28536 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28537
28538 * obsolete/float.el (string-to-float):
28539 * obsolete/hilit19.el (hilit-add-pattern):
28540 * obsolete/rnews.el (news-parse-range, news-select-message)
28541 (news-get-pruned-list-of-files): Replace `string-to-int' by
28542 `string-to-number'.
28543
28544 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28545 `find-file-not-found-hooks'; use `add-hook'.
28546 (uncompress-while-visiting): Set `write-file-functions', not
28547 `write-file-hooks'; use `add-hook'.
28548
28549 2005-05-09 Kim F. Storm <storm@cua.dk>
28550
28551 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28552 (cua-paste): Handle clipboard action.
28553 (cua--init-keymaps): Remap clipboard-kill-region and
28554 clipboard-kill-ring-save.
28555
28556 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28557
28558 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28559 Improve commentary.
28560
28561 * simple.el (next-error-overlay-arrow-position): Revert the change
28562 made on 2005-04-30.
28563
28564 2005-05-07 Jay Belanger <belanger@truman.edu>
28565
28566 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28567 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28568 `calc-sel-reselect'.
28569
28570 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28571 Calc is in embedded mode.
28572
28573 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28574
28575 * progmodes/compile.el (compilation-setup):
28576 Set overlay-arrow-string to an empty string on text terminals.
28577
28578 * textmodes/ispell.el (ispell-program-name): Try looking for
28579 "aspell" along exec-path, and if found, use it as the default
28580 speller program.
28581
28582 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28583
28584 * international/mule.el (sgml-xml-auto-coding-function):
28585 Recognize encoding='FOO' in single quotes as well as in double quotes.
28586
28587 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28588
28589 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28590 as well as `interactive', so that defmacro* would recognize
28591 `declare' forms.
28592
28593 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28594
28595 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28596 Explain more about the LIGHTER arg's usage in the doc string.
28597 Add commentary to clarify what the code does. Fix the regexp that
28598 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28599 since it could have characters special to regular expressions.
28600
28601 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28602
28603 * replace.el (occur-1): Bind inhibit-read-only so that
28604 erase-buffer doesn't barf on read-only text properties (likewise
28605 for add-text-properties in occur-engine). Mark buffer as unmodified.
28606 (occur-engine): Don't set buffer-read-only here.
28607
28608 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28609
28610 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28611 list-buffers-directory. This caused the *cvs-commit* buffer to be
28612 sometimes mistakenly reused as a *cvs* buffer.
28613
28614 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28615
28616 * tooltip.el: Move code for GUD tooltips into gud.el.
28617 (require): CL no longer needed to compile case.
28618 (tooltip-mode): Do not toggle functions for GUD tooltips.
28619 (tooltip-gud-tips-p): Remove. Replace with minor mode
28620 gud-tooltip-mode in gud.el.
28621 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28622 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28623 tooltip-gud prefix with gud-tooltip and obsolete.
28624 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28625 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28626 (tooltip-mouse-motion): Mouse movement functions/variable.
28627 Rename in gud.el by adding gud prefix.
28628 (tooltip-gud-original-filter, tooltip-gud-dereference)
28629 (tooltip-gud-event, tooltip-toggle-gud-tips)
28630 (tooltip-gud-process-output, tooltip-gud-print-command)
28631 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28632 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28633 (gdb-tooltip-print): Move to gdb-ui.el.
28634
28635 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28636 (require): CL needed to compile case.
28637 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28638 tooltip-gud-tips-p. Make it a minor-mode.
28639 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28640 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28641 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28642 (gud-tooltip-change-major-mode)
28643 (gud-tooltip-activate-mouse-motions-if-enabled)
28644 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28645 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28646 (gud-tooltip-original-filter, gud-tooltip-dereference)
28647 (gud-tooltip-event, tooltip-toggle-gud-tips)
28648 (gud-tooltip-process-output, gud-tooltip-print-command)
28649 (gud-tooltip-tips): Move from tooltip.el.
28650
28651 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28652 (gdb-cpp-define-alist-flags): Doc fix.
28653 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28654 gud-tooltip-mode is t.
28655
28656 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28657
28658 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28659 evaporate if their text is deleted.
28660 (goto-address-at-point): Make it work as a mouse binding as well.
28661 (goto-address-at-mouse): Obsolete it. Update users.
28662
28663 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28664
28665 * calendar/appt.el (top-level): No longer activate on load.
28666
28667 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28668
28669 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28670 * net/webjump.el (webjump):
28671 * progmodes/idlw-help.el (idlwave-do-context-help1)
28672 (idlwave-highlight-linked-completions):
28673 * textmodes/po.el (po-find-file-coding-system-guts):
28674 Replace `assoc-ignore-case' by `assoc-string'.
28675
28676 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28677
28678 * files.el (locate-file): Doc fix.
28679
28680 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28681 Remove the redundant test for ms-dos.
28682
28683 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28684 look for the preprocessor with exec-suffixes. If not found in
28685 standard places, look in exec-path. Remove most of the tests that
28686 used system-type.
28687
28688 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28689
28690 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28691
28692 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28693 file-name clash with jka-compr.el on 8+3 filesystems.
28694
28695 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28696
28697 * term/mac-win.el: Don't define or bind scroll bar functions if
28698 x-toolkit-scroll-bars is t.
28699 (x-select-text, x-get-selection-value): Clear
28700 x-last-selected-text-clipboard if x-select-enable-clipboard is
28701 nil.
28702 (PRIMARY): Put mac-scrap-name property.
28703 (mac-select-convert-to-file-url): New function.
28704 (public.file-url): New selection target type. Add to
28705 selection-converter-alist.
28706 (x-get-selection, x-selection-value): Handle it.
28707 (x-cut-buffer-or-selection-value): New alias.
28708
28709 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28710
28711 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28712 entry to avoid calling bibtex-find-entry with arg global
28713 being t. Remove arg key.
28714 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28715 (bibtex-copy-summary-as-kill): Change accordingly.
28716
28717 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28718
28719 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28720 (org-agenda-date-later): Use with-current-buffer.
28721
28722 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28723
28724 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28725 (define-obsolete-variable-alias): Doc Fixes.
28726
28727 2005-05-06 Kim F. Storm <storm@cua.dk>
28728
28729 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28730 vertical-motion when selective-display is active.
28731
28732 * ido.el (ido-setup-hook): New hook.
28733 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28734 (ido-input-stack): New var.
28735 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28736 ido-next-work-file binding to M-O.
28737 Bind M-f to ido-wide-find-file-or-pop-dir.
28738 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28739 (ido-read-internal): Run ido-setup-hook.
28740 Catch quit in read-file-name and read-string to cancel edit.
28741 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28742 Automatically pop-all when completing a directory name (RET).
28743 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28744 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28745 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28746 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28747 New functions for M-b/M-f to move among the directory components.
28748 (ido-make-merged-file-list): Catch quit to cancel merge.
28749 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28750 (ido-completion-help): No warnings for ido-completion-buffer-full.
28751
28752 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28753
28754 * font-lock.el (font-lock-negation-char-face): New face and variable.
28755 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28756 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28757 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28758 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28759
28760 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28761
28762 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28763 Fix typo in docstring.
28764
28765 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28766 (ebrowse-print-statistics-line)
28767 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28768
28769 * term/w32-win.el (image-library-alist): Add additional name for
28770 Xpm library.
28771
28772 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28773
28774 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28775 use gcc instead of cpp.
28776
28777 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28778 (gdb-create-define-alist): Use it.
28779 (gdb-cpp-define-alist-program): Update for MS-DOS.
28780
28781 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28782
28783 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28784
28785 2005-05-04 Richard M. Stallman <rms@gnu.org>
28786
28787 * help.el (describe-key): No error when UNTRANSLATED is nil.
28788
28789 * simple.el (line-move-1): Fix previous change to signal errors
28790 appropriately.
28791
28792 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28793
28794 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28795 (icalendar-duration-correction): Remove.
28796 (icalendar--get-event-properties): Split result at commas.
28797 (icalendar--decode-isoduration): New optional argument
28798 DURATION-CORRECTION.
28799 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28800 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28801 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28802 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28803 (icalendar--convert-anniversary-to-ical): New functions, extracted
28804 from icalendar-export-region, with bug fixes.
28805 (icalendar-export-region): Use the above functions.
28806 (icalendar-import-buffer): Check before saving diary file.
28807 (icalendar--convert-recurring-to-diary)
28808 (icalendar--convert-non-recurring-all-day-to-diary)
28809 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28810 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28811 (icalendar--convert-ical-to-diary): Use the above functions.
28812
28813 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28814
28815 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28816 Remove these recent additions.
28817 (c-mode): Restore to before 2005-04-28.
28818
28819 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28820 recent addition.
28821
28822 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28823 (gdb-define-alist): New variables.
28824 (gdb-create-define-alist): New function.
28825 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28826 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28827 with string-to-number.
28828 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28829
28830 * progmodes/gud.el: Replace string-to-int with string-to-number.
28831 (gud-find-file): Handle gdb-define-alist.
28832
28833 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28834
28835 2005-05-02 Jay Belanger <belanger@truman.edu>
28836
28837 * calc/calc-aent.el (math-read-token):
28838 * calc/calc-bin.el (calc-word-size):
28839 * calc/calc-ext.el (calc-read-number-fancy):
28840 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28841 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28842 * calc/calc-frac.el (calc-over-notation):
28843 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28844 (calc-graph-num-points, calc-graph-init):
28845 * calc/calc-prog.el (calc-read-parse-table-part)
28846 (calc-edit-macro-repeats):
28847 * calc/calc-yank.el (calc-do-grab-rectangle):
28848 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28849 Replace `string-to-int' by `string-to-number'.
28850
28851 2005-05-02 Kim F. Storm <storm@cua.dk>
28852
28853 * kmacro.el: Use executing-kbd-macro-index variable.
28854
28855 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28856
28857 * net/rlogin.el (rlogin-parse-words): Delete func.
28858 (rlogin): Use split-string, not rlogin-parse-words.
28859 Also, if there are option-like elements in the parsed args,
28860 take the host to be the first arg immediately following them.
28861 Suggested by Michael Mauger.
28862
28863 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28864
28865 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28866
28867 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28868
28869 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28870 (cc-mode-cpp-program): Rename to cc-define-list-program and
28871 move to cc-vars.el.
28872
28873 * progmodes/cc-vars.el (cc-define-list-program):
28874 Change to "gcc -E -dM -". Make customizable.
28875
28876 2005-05-02 Kim F. Storm <storm@cua.dk>
28877
28878 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28879
28880 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28881
28882 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28883
28884 * international/mule-util.el (truncate-string): Remove alias and
28885 obsolete declaration.
28886
28887 * international/mule-cmds.el (update-iso-coding-systems):
28888 Remove alias and obsolete declaration.
28889
28890 * international/mule.el (coding-system-parent): Remove alias and
28891 obsolete declaration.
28892
28893 * subr.el (define-function, sref): Remove aliases and obsolete
28894 declarations.
28895 (chars-in-region): Remove obsolete declaration.
28896
28897 2005-05-01 Richard M. Stallman <rms@gnu.org>
28898
28899 * info.el (Info-mode): Set widen-automatically to nil, locally.
28900
28901 * simple.el (widen-automatically): New variable.
28902 (pop-global-mark): Obey widen-automatically.
28903
28904 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28905
28906 * term/xterm.el (function-key-map): Call substitute-key-definition
28907 before the keymap size is increased by a lot of define-key calls.
28908
28909 2005-05-01 Richard M. Stallman <rms@gnu.org>
28910
28911 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28912 Rename ARG to ELEMENT. Doc fix.
28913
28914 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28915
28916 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28917 Remove references to allout-exposure/change to allout-new-exposure.
28918
28919 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28920 bytecode symbols.
28921
28922 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28923 (compiled-function-p, focus-frame, unfocus-frame):
28924 Remove aliases and obsolete declarations.
28925 Back out inadvertent changes from previous commit.
28926
28927 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28928
28929 * files.el (require-final-newline): Make Custom tags consistent
28930 with mode-require-final-newline.
28931 (mode-require-final-newline): Doc fix.
28932
28933 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28934
28935 * international/latexenc.el (latexenc-find-file-coding-system):
28936 Fix regular expressions.
28937
28938 2005-05-01 David Kastrup <dak@gnu.org>
28939
28940 * international/latexenc.el (latexenc-find-file-coding-system):
28941 Fix regular expressions.
28942
28943 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28944
28945 * subr.el (string-to-int): Make obsolete.
28946
28947 2005-04-30 Richard M. Stallman <rms@gnu.org>
28948
28949 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28950
28951 * loadup.el: load jka-comp-hook.
28952
28953 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28954 (jka-compr-handler): Add autoload. `put' calls moved
28955 to jka-comp-hook.el.
28956 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28957 (jka-compr-inhibit): Autoload.
28958
28959 * jka-comp-hook.el: New file.
28960 Enable the mode by default.
28961
28962 * files.el (backup-buffer-copy): Use copy-file instead
28963 of write-region, and put back the 'excl.
28964
28965 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28966
28967 * progmodes/flymake.el (flymake-split-string)
28968 (flymake-split-string, flymake-log, flymake-pid-to-names)
28969 (flymake-reg-names, flymake-get-source-buffer-name)
28970 (flymake-unreg-names, flymake-add-line-err-info)
28971 (flymake-add-err-info): Clarify docstrings.
28972 (flymake-popup-menu, flymake-make-emacs-menu)
28973 (flymake-make-xemacs-menu): Add docstrings.
28974 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28975 Set variables directly throughout.
28976
28977 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28978
28979 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28980 exists. Initialize cc-define-alist.
28981 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28982 If there is no file (Macroexpansion) don't create an alist.
28983
28984 2005-04-29 Sam Steingold <sds@gnu.org>
28985
28986 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28987 (cc-create-define-alist): Use it instead of the hard-coded string.
28988
28989 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28990
28991 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28992 for latexenc.
28993
28994 2005-04-29 Lute Kamstra <lute@gnu.org>
28995
28996 * emacs-lisp/generic.el: Improve commentary section.
28997 (define-generic-mode): Improve docstring.
28998
28999 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
29000
29001 * textmodes/org.el (many places): Change to quiet the byte compiler.
29002 (org-prefix-format-compiled): New variable.
29003 (org-compile-prefix-format): New function.
29004 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29005 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29006 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29007 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29008 consistency with entries from `org-mode' files.
29009 (org-get-time-of-day): Fix bug with partial matches early in a line.
29010 (org-non-link-chars): New constant.
29011 (org-link-regexp): Respect `org-non-link-chars'.
29012 (org-agenda-day-view): Remove command.
29013 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29014 (org-follow-bbdb-link, org-store-link): Search also company field.
29015 (org-highlight-overlay): New variable.
29016 (org-highlight, org-unhighlight): New functions.
29017 (org-agenda-mode): Add pre-command-hook to remove highlight.
29018 (org-evaluate-time-range): Behavior depends upon whether time stamp
29019 contains a time or not.
29020 (org-show-subtree, org-show-entry): New functions.
29021 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29022
29023 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29024
29025 * comint.el (comint-output-filter-functions): Add autoload cookie.
29026
29027 2005-04-28 Kim F. Storm <storm@cua.dk>
29028
29029 * ido.el (ido-everywhere): Fix last change.
29030
29031 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29032
29033 * international/latexenc.el: New file.
29034 * international/mule-conf.el (file-coding-system-alist): For .tex,
29035 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29036
29037 2005-04-28 Lute Kamstra <lute@gnu.org>
29038
29039 * font-lock.el (font-lock-add-keywords)
29040 (font-lock-remove-keywords): Clarify docstring.
29041 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29042 Don't start docstrings with a `*'.
29043 (font-lock-update-removed-keyword-alist): Give it a docstring.
29044
29045 * generic-x.el: Update commentary section.
29046 Only require font-lock when compiling.
29047 Define all modes conditionally.
29048 Place all generic modes in the generic-x-modes customization group.
29049 (generic-x-modes): New customization group.
29050 (generic-default-modes, generic-mswindows-modes)
29051 (generic-unix-modes, generic-other-modes): New constants.
29052 (generic-define-mswindows-modes, generic-define-unix-modes):
29053 Update docstrings. Make them obsolete.
29054 (generic-extras-enable-list): New default value. Update docstring.
29055 Improve :type. Change :set function.
29056 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29057 Fix docstring.
29058
29059 * emacs-lisp/generic.el (generic-mode-internal):
29060 Simplify font-lock-defaults.
29061 (define-generic-mode): Fix docstring.
29062
29063 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29064
29065 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29066 font-lock-face property to highlight matches.
29067
29068 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29069
29070 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29071 (cc-define-alist): New variable.
29072 (c-mode): Make it local and initialize it.
29073
29074 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29075 (gdb-exited): New function.
29076 (gdb-annotation-rules): Use it.
29077 (gdb-starting): Set gdb-active-process to t.
29078 (gdb-stopping): Amend doc string.
29079 (gdb-reset): Set gdb-active-process to nil.
29080
29081 * tooltip.el (tooltip-gud-tips): Show the associated #define
29082 directives when a C program under GDB is not executing.
29083
29084 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29085
29086 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29087 font-lock-fontify-syntactic-keywords.
29088
29089 * font-lock.el (font-lock-default-fontify-region): Don't force
29090 parse-sexp-lookup-properties to nil.
29091
29092 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29093
29094 * man.el (man-mode-syntax-table): Set up `:' to have
29095 word-constituent syntax.
29096
29097 2005-04-27 Lute Kamstra <lute@gnu.org>
29098
29099 * novice.el (disable-command): Don't add spurious newlines to the
29100 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29101
29102 2005-04-26 Jay Belanger <belanger@truman.edu>
29103
29104 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29105 than one window before deleting window.
29106
29107 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29108
29109 * shell.el (shell-prompt-pattern): Doc fix.
29110 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29111
29112 * comint.el (comint-prompt-regexp, comint-get-old-input)
29113 (comint-use-prompt-regexp)
29114 (comint-use-prompt-regexp-instead-of-fields)
29115 (comint-replace-by-expanded-history, comint-send-input)
29116 (comint-output-filter, comint-get-old-input-default)
29117 (comint-line-beginning-position, comint-bol, comint-show-output)
29118 (comint-backward-matching-input, comint-forward-matching-input)
29119 (comint-next-prompt, comint-previous-prompt):
29120 Rename `comint-use-prompt-regexp-instead-of-fields' to
29121 `comint-use-prompt-regexp'. Keep old name as alias and declare
29122 obsolete.
29123 (comint-use-prompt-regexp): Shorten first line of doc string.
29124
29125 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29126 Set paragraph-separate buffer locally to "\\'".
29127
29128 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29129 Adapt to above name change.
29130
29131 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29132 (smbclient-prompt-regexp): Ditto.
29133
29134 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29135
29136 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29137
29138 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29139 gdb-location-list.
29140 Break lines that are over 80 characters wide.
29141
29142 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29143
29144 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29145 New fun and var, to preserve compatibility.
29146
29147 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29148
29149 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29150
29151 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29152 name to file-newer-than-file-p.
29153
29154 2005-04-26 Richard M. Stallman <rms@gnu.org>
29155
29156 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29157
29158 * progmodes/python.el (python-mode):
29159 Use new name eldoc-documentation-function.
29160
29161 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29162
29163 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29164 (eldoc-documentation-function):
29165 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29166
29167 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29168
29169 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29170
29171 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29172
29173 * term/xterm.el (function-key-map): Fix strings for
29174 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29175 {C,S,A,C-S}-{f1-f12}.
29176
29177 2005-04-26 Kenichi Handa <handa@m17n.org>
29178
29179 * international/mule-cmds.el (select-safe-coding-system):
29180 Fix previous change.
29181
29182 2005-04-26 Lute Kamstra <lute@gnu.org>
29183
29184 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29185
29186 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29187 (font-lock-comment-delimiter-face): Ditto.
29188
29189 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29190
29191 2005-04-25 Jay Belanger <belanger@truman.edu>
29192
29193 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29194 to t while inserting information; use help-mode.
29195
29196 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29197
29198 * term.el (ansi-term-color-vector): Use the xterm colors.
29199 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29200
29201 2005-04-25 Lute Kamstra <lute@gnu.org>
29202
29203 * font-core.el (font-lock-defaults): Fix docstring.
29204
29205 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29206
29207 2005-04-25 Kenichi Handa <handa@m17n.org>
29208
29209 * international/mule-cmds.el (select-safe-coding-system):
29210 Don't check consistency with coding: spec, etc if raw-text or
29211 no-conversion was found to be safe.
29212
29213 2005-04-24 Richard M. Stallman <rms@gnu.org>
29214
29215 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29216 citation markers at start of each line.
29217
29218 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29219 citation markers at start of each line.
29220
29221 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29222
29223 * files.el (mode-require-final-newline): Fix previous change.
29224 (require-final-newline): Fix type label.
29225
29226 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29227
29228 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29229 statement in buffer (broken by 2004-11-24 change).
29230
29231 2005-04-24 Kim F. Storm <storm@cua.dk>
29232
29233 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29234 and read-file-name-function values. Don't overwrite existing
29235 non-nil values if ido-mode is enabled without ido-everywhere.
29236
29237 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29238
29239 * files.el (mode-require-final-newline): Minor doc fix.
29240
29241 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29242
29243 * subr.el (syntax-after): Doc fix.
29244 (syntax-class): If argument is nil, return nil. Mask off upper 16
29245 bits, not 8 bits.
29246
29247 * files.el (mode-require-final-newline): Doc fix.
29248 (backup-buffer-copy): Fix last change.
29249
29250 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29251
29252 * term/mac-win.el: Require select. Set selection-coding-system to
29253 mac-system-coding-system. Call menu-bar-enable-clipboard.
29254 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29255 (x-select-enable-clipboard): New variables.
29256 (x-select-text, x-get-selection, x-selection-value)
29257 (x-get-selection-value, mac-select-convert-to-string)
29258 (mac-services-open-file, mac-services-open-selection)
29259 (mac-services-insert-text): New functions.
29260 (CLIPBOARD, FIND): Put mac-scrap-name property.
29261 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29262 (public.tiff): Put mac-ostype property.
29263 (selection-converter-alist): Add entries for them.
29264 (mac-application-menu-map): New keymap.
29265 (interprogram-cut-function, interprogram-paste-function): Set to
29266 x-select-text and x-get-selection-value, respectively.
29267 (split-window-keep-point): Set to t.
29268
29269 2005-04-23 Richard M. Stallman <rms@gnu.org>
29270
29271 * files.el (read-directory-name): Always pass non-nil
29272 DEFAULT-FILENAME arg to read-file-name.
29273 (backup-buffer-copy, basic-save-buffer-2): Take care against
29274 writing thru an unexpected existing symlink.
29275 (revert-buffer): In indirect buffer, revert the base buffer.
29276 (magic-mode-alist): Doc fix.
29277 (buffer-stale-function): Doc fix.
29278 (minibuffer-with-setup-hook): Avoid warning.
29279 (mode-require-final-newline): Doc and custom fix.
29280
29281 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29282
29283 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29284 use the default appearance.
29285 (font-lock-comment-delimiter-face): New face, new variable.
29286
29287 * imenu.el (imenu--generic-function): The official position of a
29288 definition is the start of the line that BEG is in.
29289
29290 * midnight.el (midnight-timer): Move defvar up.
29291
29292 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29293
29294 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29295
29296 * startup.el (command-line): Use with-no-warnings.
29297
29298 * window.el (window-size-fixed): New defvar.
29299
29300 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29301
29302 * mail/rmail.el (rmail-font-lock-keywords):
29303 Use font-lock-comment-delimiter-face.
29304
29305 * mail/sendmail.el (mail-font-lock-keywords):
29306 Use font-lock-comment-delimiter-face.
29307
29308 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29309
29310 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29311
29312 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29313 Specify t for LAXMATCH when matching directories.
29314 Save match data around compilation-compat-error-properties form.
29315
29316 2005-04-23 David Kastrup <dak@gnu.org>
29317
29318 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29319 Mention that the autoloaded aliases should be kept for AUCTeX.
29320
29321 2005-04-23 Andreas Schwab <schwab@suse.de>
29322
29323 * isearch.el (isearch-forward): Doc fix.
29324
29325 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29326
29327 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29328 (jit-lock-stealth-nice): Change default value to 0.5.
29329
29330 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29331
29332 * abbrev.el (write-abbrev-file): Write table entries in
29333 alphabetical order by table name.
29334
29335 2005-04-22 Kim F. Storm <storm@cua.dk>
29336
29337 * ido.el (ido-read-internal): Fix `list' completion.
29338
29339 2005-04-22 Kenichi Handa <handa@m17n.org>
29340
29341 * recentf.el (recentf-save-file-coding-system): New variable.
29342 (recentf-save-list): Encode the file by
29343 recentf-save-file-coding-system and add coding: tag.
29344
29345 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29346
29347 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29348
29349 2005-04-21 Lute Kamstra <lute@gnu.org>
29350
29351 * loadhist.el (unload-feature): Don't remove a function from hooks
29352 if it is about to be restored to an autoload . Remove functions
29353 that will become unbound from auto-mode-alist. Simplify the code.
29354
29355 * subr.el (assq-delete-all): New implementation that is linear,
29356 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29357 (rassq-delete-all): New function.
29358
29359 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29360 Add size-indication-mode.
29361
29362 2005-04-21 Kenichi Handa <handa@m17n.org>
29363
29364 * international/mule-cmds.el: Add autoload for widget-value in
29365 eval-when-compile.
29366
29367 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29368
29369 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29370 Add tooltip-mode.
29371
29372 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29373
29374 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29375
29376 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29377 (inferior-lisp-filter-regexp, inferior-lisp-program)
29378 (inferior-lisp-load-command, inferior-lisp-prompt)
29379 (inferior-lisp-mode-hook, lisp-source-modes)
29380 (inferior-lisp-load-hook): defvar->defcustom.
29381 (inferior-lisp-program, inferior-lisp-prompt)
29382 (inferior-lisp-load-hook): Doc fixes.
29383 (inferior-lisp-install-letter-bindings): Small change in
29384 introductory comment.
29385
29386 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29387
29388 * vc.el (vc-annotate-color-map): Change some colors so that text
29389 using them as foreground is readable on both white and black
29390 backgrounds.
29391
29392 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29393
29394 * international/mule-conf.el (translation-table-for-input):
29395 Remove redundant declaration.
29396
29397 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29398
29399 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29400
29401 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29402 (tooltip-toggle-gud-tips): New function.
29403
29404 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29405
29406 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29407 right angle brackets.
29408
29409 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29410
29411 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29412
29413 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29414
29415 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29416 Remove. Update callers to use expand-file-name instead.
29417
29418 * subr.el (syntax-class): New function.
29419
29420 * simple.el (blink-matching-open): Use it.
29421
29422 * paren.el (show-paren-function): Use it to recognize parens that are
29423 also used in 2-char comment markers.
29424
29425 2005-04-19 Lute Kamstra <lute@gnu.org>
29426
29427 * loadhist.el (unload-feature): Update for new format of
29428 load-history. Simplify the code.
29429
29430 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29431
29432 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29433 (mac-add-charset-info): New function. Initialize variable
29434 mac-charset-info-alist using it.
29435 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29436 for translation.
29437 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29438 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29439 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29440 New CCL programs.
29441
29442 2005-04-19 Kim F. Storm <storm@cua.dk>
29443
29444 * simple.el (next-buffer, prev-buffer, next-error)
29445 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29446 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29447
29448 * bindings.el (next-buffer, prev-buffer, next-error)
29449 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29450 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29451 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29452 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29453
29454 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29455
29456 * isearch.el (isearch-edit-string): Make the search-ring available for
29457 minibuffer history commands.
29458 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29459 the default history commands now work just as well.
29460 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29461
29462 2005-04-18 Kim F. Storm <storm@cua.dk>
29463
29464 * emulation/cua-base.el (cua--pre-command-handler): Add more
29465 elaborate check for shift modifier on non-window systems.
29466
29467 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29468
29469 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29470
29471 2005-04-18 Kim F. Storm <storm@cua.dk>
29472
29473 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29474 and make it optional. Don't test tooltip-gud-echo-area here.
29475 (tooltip-gud-process-output, gdb-tooltip-print):
29476 Pass tooltip-gud-echo-area to tooltip-show.
29477 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29478
29479 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29480
29481 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29482 `display-graphic-p' may not be bound yet.
29483
29484 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29485
29486 * startup.el (command-line): No longer enable Xterm Mouse mode by
29487 default in terminals compatible with xterm.
29488
29489 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29490
29491 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29492
29493 * tooltip.el (tooltip-gud-echo-area): Rename from
29494 tooltip-use-echo-area.
29495 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29496 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29497 area independently of where help tooltips are displayed.
29498
29499 2005-04-17 David Kastrup <dak@gnu.org>
29500
29501 * cus-theme.el (custom-theme-write-variables): Quote variables
29502 where necessary.
29503
29504 2005-04-17 Richard M. Stallman <rms@gnu.org>
29505
29506 * simple.el (yank-excluded-properties): Add follow-link to value.
29507
29508 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29509
29510 * startup.el (fancy-splash-max-time): Just 30 seconds.
29511 (fancy-splash-delay): Just 7.
29512 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29513
29514 * loadhist.el (unload-feature): Update for new format of load-history.
29515 Simplify the code.
29516
29517 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29518 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29519
29520 * mail/sendmail.el (mail-font-lock-keywords):
29521 Don't fontify subject text.
29522 Don't fontify the text of a citation.
29523
29524 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29525
29526 * comint.el (comint-output-filter): Run comint-output-filter-functions
29527 with point where the user had it.
29528
29529 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29530
29531 * international/ucs-tables.el (ucs-set-table-for-input):
29532 Disable when using unify-on-decoding.
29533
29534 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29535
29536 * emulation/cua-base.el (cua-global-mark-face): Add special case
29537 for displays supporting a high number of colors.
29538
29539 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29540
29541 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29542
29543 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29544
29545 * filesets.el (filesets-add-buffer): If user supplies a name of a
29546 non-existing fileset, create a new fileset.
29547
29548 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29549
29550 * textmodes/org.el (org-up-heading-all): Fix bug with
29551 `outline-up-heading-all'.
29552
29553 2005-04-16 Andreas Schwab <schwab@suse.de>
29554
29555 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29556 /etc/permissions.d/* and /etc/aliases.d/*.
29557
29558 2005-04-16 Kenichi Handa <handa@m17n.org>
29559
29560 * international/code-pages.el (cp-make-coding-system):
29561 Set `translation-table-for-input' property value to the symbol
29562 ucs-mule-to-mule-unicode, not to that value.
29563 (pt154): Escape guillemet by `\'.
29564
29565 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29566
29567 * loadup.el: Load tooltip if x-show-tip is fboundp.
29568
29569 * startup.el (command-line): Add comment.
29570
29571 * tooltip.el (tooltip-mode): Specify correct standard value for
29572 Custom in init-value.
29573
29574 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29575
29576 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29577 possible.
29578
29579 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29580
29581 * textmodes/org.el (org-agenda-date-prompt): Rename from
29582 `org-agenda-date-today'.
29583 (org-evaluate-time-range): Insert at point instead of directly
29584 after time range.
29585 (org-first-headline-recenter, org-subtree-end-visible-p)
29586 (org-optimize-window-after-visibility-change): New functions
29587 (org-agenda-post-command-hook): Don't allow point at end of line,
29588 to make sure it always hits the text properties.
29589 (org-agenda-next-date-line, org-agenda-previous-date-line):
29590 New commands.
29591 (org-set-regexps-and-options): Category may contain white space.
29592 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29593 Improve marker positions.
29594 (org-agenda-new-marker): Argument POS made optional.
29595 (org-agenda-get-timestamps): Deadlines which are done are listed
29596 in org-done-face now.
29597 (org-agenda-get-todos, org-agenda-get-timestamps)
29598 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29599 Set `undone-face' and `done-face' properties.
29600 (org-last-todo-state-is-todo): New variable.
29601 (org-todo): Set `org-last-todo-state-is-todo'.
29602 (org-agenda-todo): Change face according to
29603 `org-last-todo-state-is-todo'. And change other lines referring to
29604 the same entry.
29605 (org-calendar-goto-agenda): New command.
29606 (org-calendar-to-agenda-key): New option.
29607 (org-startup-folded): New allowed value `content'.
29608 (org-set-regexps-and-options): Accept new value `content' for
29609 `org-startup-folded'.
29610 (org-get-current-options): Handle new value `content' for
29611 `org-startup-folded'.
29612 (org-insert-todo-heading): New command.
29613 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29614 interactively in empty file and option
29615 `org-insert-mode-line-in-empty-file' has been set.
29616 (org-agenda-todo, org-agenda-priority): Modify to use
29617 `org-agenda-change-all-lines'.
29618 (org-warning-face): Change color on dark background
29619
29620 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29621
29622 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29623 use preferences AppleLocale and AppleLanguages, and variable
29624 mac-system-locale for default locale. On Mac OS Classic, use
29625 mac-system-coding-system for default coding systems.
29626
29627 * term/mac-win.el: Don't set file-name-coding-system.
29628 Decode variables system-name, emacs-build-system, user-login-name, and
29629 user-full-name by mac-system-coding-system on Mac OS Classic.
29630 (mac-system-coding-system): New variable.
29631
29632 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29633
29634 * startup.el (command-line): Handle `xterm-mouse-mode' before
29635 reading init file.
29636
29637 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29638
29639 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29640
29641 * progmodes/sh-script.el (sh-here-document-word): Make it a
29642 defcustom. Doc fix.
29643 (sh-add): Bash uses $(( )) for arithmetic.
29644 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29645 (sh-maybe-here-document): Remove quotes and leading whitespace
29646 from heredoc word when closing. Indent heredoc with tabs if word
29647 starts with "-".
29648
29649 2005-04-13 Richard M. Stallman <rms@gnu.org>
29650
29651 * simple.el (undo): Fix previous change.
29652
29653 * custom.el (defface): Doc fix.
29654
29655 2005-04-13 Lute Kamstra <lute@gnu.org>
29656
29657 * Makefile.in (DONTCOMPILE): Remove list.
29658 (compile, compile-always): Don't use DONTCOMPILE.
29659 (update-authors): Load the library in which batch-update-authors
29660 is defined.
29661 * makefile.w32-in (DONTCOMPILE): Remove list.
29662 (compile, compile-always): Fix comments.
29663 (update-authors): Load the library in which batch-update-authors
29664 is defined.
29665
29666 * generic-x.el (generic-mode-ini-file-find-file-hook):
29667 Rename to ini-generic-mode-find-file-hook.
29668 Keep generic-mode-ini-file-find-file-hook as an alias.
29669 (ini-generic-mode-find-file-hook): Rename from
29670 generic-mode-ini-file-find-file-hook. Fix docstring.
29671 (ini-generic-mode): Docstring change.
29672 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29673
29674 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29675 called from lisp.
29676
29677 * generic.el: Move to the emacs-lisp subdir.
29678
29679 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29680
29681 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29682 and C-S- function and cursor motion keys.
29683
29684 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29685
29686 * startup.el (command-line): Enable Xterm Mouse mode by default.
29687 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29688 for Custom. No longer show "Mouse" in mode line when enabled.
29689 Doc fix.
29690
29691 2005-04-12 Kim F. Storm <storm@cua.dk>
29692
29693 * emulation/cua-base.el (cua-rectangle-face)
29694 (cua-rectangle-noselect-face): Define face attributes here.
29695
29696 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29697
29698 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29699
29700 * startup.el (command-line): Turn off blinking cursor if
29701 cursorBlink in resources is off or false.
29702
29703 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29704
29705 * term/mac-win.el (dnd): Require dnd.
29706 (mac-drag-n-drop): Call dnd-handle-one-url.
29707 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29708 (kTextEncodingISOLatin2): Remove constants.
29709 (mac-script-code-coding-systems): New constant.
29710 (mac-handle-language-change): New function.
29711 (special-event-map): Bind it to `language-change' event.
29712 (mac-centraleurroman, mac-cyrillic): New coding systems.
29713 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29714 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29715 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29716 encode-mac-cyrillic, respectively.
29717
29718 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29719
29720 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29721 Don't set overlay-arrow-string to "=>" as this is done
29722 globally in C now.
29723
29724 2005-04-12 Lute Kamstra <lute@gnu.org>
29725
29726 * generic-x.el (rc-generic-mode, rul-generic-mode):
29727 Fix auto-mode-alist entries.
29728 (etc-fstab-generic-mode): Tweak fontification.
29729
29730 * generic.el (generic-make-keywords-list): Fix docstring.
29731 (generic-mode-internal): Simplify generic-font-lock-keywords.
29732
29733 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29734
29735 * whitespace.el (whitespace-buffer-leading)
29736 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29737 However, fix the highlight area for the leading and
29738 trailing whitespaces to show space.
29739
29740 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29741
29742 * whitespace.el (whitespace-version): Bump to 3.5
29743
29744 (whitespace-buffer-leading, whitespace-buffer-trailing):
29745 Invert sense of the test to highlight the whitespace.
29746
29747 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29748
29749 * progmodes/gud.el (gud-display-line): GUD uses its own
29750 overlay arrow now so don't set overlay-arrow-string.
29751 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29752
29753 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29754
29755 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29756 (term-ansi-current-reverse, term-ansi-current-invisible)
29757 (term-ansi-face-already-done): Change to boolean.
29758 (term-reset-terminal, term-handle-colors-array): Handle the above
29759 vars accordingly.
29760 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29761 (term-emulate-terminal): Use the new name.
29762
29763 * faces.el (secondary-selection): Use yellow1, not yellow.
29764 (trailing-whitespace): Use red1, not red.
29765
29766 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29767
29768 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29769 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29770 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29771
29772 * cus-edit.el (dnd): New group.
29773
29774 * term/w32-win.el (dnd): Require dnd
29775 (w32-drag-n-drop): Call dnd-handle-one-url.
29776
29777 * x-dnd.el: Require dnd.
29778 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29779 Call dnd-handle-one-url.
29780 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29781 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29782 to dnd-insert-text.
29783 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29784 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29785 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29786 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29787
29788 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29789
29790 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29791
29792 * wdired.el: Doc fixes.
29793 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29794 (wdired-use-dired-vertical-movement): Rename from
29795 wdired-always-move-to-filename-beginning.
29796 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29797 (wdired-change-to-wdired-mode): Change mode name.
29798 (wdired-newline): Delete.
29799
29800 2005-04-11 Richard M. Stallman <rms@gnu.org>
29801
29802 * whitespace.el (whitespace-highlight-the-space):
29803 Don't call whitespace-unhighlight-the-space here.
29804
29805 * simple.el (undo): Record t in undo-equiv-table
29806 for the redo record made by an undo-in-region.
29807
29808 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29809
29810 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29811 (gdb-frame-inferior-io-buffer): New Functions to control
29812 display of separate IO buffer.
29813 (menu): Add them to menu-bar.
29814 (gdb-display-buffer): Check for buffer another frame.
29815 Protect GUD buffer.
29816 (gdb-setup-windows): Create IO buffer if not already there.
29817 (gdb-memory-mode): Remove purecopy noops.
29818
29819 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29820
29821 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29822 and pass to self-insert-command.
29823
29824 2005-04-11 Lute Kamstra <lute@gnu.org>
29825
29826 * generic.el: Commentary section cleanup.
29827 (generic): Delete.
29828 (generic-use-find-file-hook, generic-lines-to-scan)
29829 (generic-find-file-regexp, generic-ignore-files-regexp)
29830 (default-generic-mode, generic-mode-find-file-hook)
29831 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29832 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29833 (generic-use-find-file-hook, generic-lines-to-scan)
29834 (generic-find-file-regexp, generic-ignore-files-regexp)
29835 (default-generic-mode, generic-mode-find-file-hook)
29836 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29837
29838 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29839
29840 * bookmark.el (bookmark-write-file): Catch errors writing file.
29841 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29842
29843 2005-04-10 Richard M. Stallman <rms@gnu.org>
29844
29845 * startup.el (fancy-splash-tail): Update copyright year.
29846 (command-line): Split part of -Q into -D.
29847 (emacs-basic-display): New defvar.
29848 (fancy-splash-text): Correct name of menu item.
29849
29850 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29851
29852 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29853 lines in one node.
29854
29855 * comint.el (comint-send-input): New arg ARTIFICIAL.
29856 Callers in this file changed.
29857
29858 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29859
29860 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29861
29862 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29863
29864 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29865 `ldap-search-internal'.
29866
29867 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29868
29869 * files.el (set-auto-mode-1): Use line-end-position.
29870
29871 * international/latin-1.el:
29872 * international/latin-2.el:
29873 * international/latin-3.el:
29874 * international/latin-4.el:
29875 * international/latin-5.el:
29876 * international/latin-8.el:
29877 * international/latin-9.el: Give punctuation syntax to NBSP.
29878
29879 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29880 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29881 Use char-classes to accept non-ascii letters, accepted in some recent
29882 bibtex implementations.
29883
29884 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29885
29886 * custom.el (custom-set-minor-mode): Any non-nil value for the
29887 variable should enable the mode when set through Custom.
29888
29889 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29890
29891 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29892 TAB binding so tab-always-indent is obeyed.
29893 (vhdl-minibuffer-local-map): Move initialization into declaration.
29894 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29895 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29896 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29897 (vhdl-current-line): Use line-beginning-position.
29898 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29899 with-output-to-temp-buffer, so the current position can be recorded.
29900
29901 2005-04-10 Masatake YAMATO <jet@gyve.org>
29902
29903 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29904 Add regexp for gcov.
29905
29906 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29907
29908 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29909 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29910 syntax which Emacs 20 doesn't support.
29911
29912 2005-04-09 Richard M. Stallman <rms@gnu.org>
29913
29914 * help.el (describe-key-briefly, describe-key):
29915 Replace strings as event types with "(any string)".
29916
29917 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29918
29919 * arc-mode.el (archive-mode-map): Move initialization into
29920 the declaration. Override *all* bindings of `undo'.
29921 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29922
29923 2005-04-09 Jay Belanger <belanger@truman.edu>
29924
29925 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29926
29927 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29928
29929 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29930 (xterm-register-default-colors): Update color values computation
29931 to match xterm-200.
29932
29933 2005-04-09 Kenichi Handa <handa@m17n.org>
29934
29935 * international/code-pages.el (iso-latin-7): Fix the map.
29936
29937 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29938
29939 * emacs-lisp/lisp.el (defun-prompt-regexp)
29940 (parens-require-spaces, buffer-end, end-of-defun)
29941 (insert-parentheses): Doc fixes.
29942
29943 2005-04-08 Kim F. Storm <storm@cua.dk>
29944
29945 * comint.el (comint-highlight-prompt): Fix face spec.
29946 * hi-lock.el (hi-green): Likewise.
29947
29948 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29949
29950 * cus-edit.el (custom-modified-face):
29951 * comint.el (comint-highlight-input): Fix previous changes.
29952 * term.el (term-handle-ansi-escape): Add a comment.
29953
29954 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29955
29956 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29957 in the buffer and in whitespace-highlighted-space.
29958 (whitespace-unhighlight-the-space): Simplify.
29959 (whitespace-buffer): Simplify.
29960
29961 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29962
29963 * textmodes/table.el (table-cell-face): Add special case for
29964 displays supporting a high number of colors.
29965 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29966 (vhdl-font-lock-reserved-words-face)
29967 (vhdl-speedbar-architecture-face)
29968 (vhdl-speedbar-instantiation-face)
29969 (vhdl-speedbar-architecture-selected-face)
29970 (vhdl-speedbar-instantiation-selected-face): Likewise.
29971 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29972 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29973 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29974 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29975 (ebrowse-progress-face): Likewise.
29976 * progmodes/compile.el (compilation-info-face): Likewise.
29977 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29978 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29979 * calendar/calendar.el (diary-face): Likewise.
29980 * woman.el (woman-italic-face, woman-bold-face)
29981 (woman-unknown-face): Likewise.
29982 * wid-edit.el (widget-button-pressed-face): Likewise.
29983 * whitespace.el (whitespace-highlight-face): Likewise.
29984 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29985 * pcvs-info.el (cvs-marked-face): Likewise.
29986 * info.el (info-xref): Likewise.
29987 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29988 * hilit-chg.el (highlight-changes-face)
29989 (highlight-changes-delete-face): Likewise.
29990 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29991 (hi-red-b): Likewise.
29992 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29993 * font-lock.el (font-lock-keyword-face)
29994 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29995 * cus-edit.el (custom-invalid-face, custom-modified-face)
29996 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29997 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29998 * comint.el (comint-highlight-prompt): Likewise.
29999
30000 2005-04-08 Lute Kamstra <lute@gnu.org>
30001
30002 * font-lock.el (font-lock-keywords): Docstring fixes.
30003
30004 2005-04-08 Kenichi Handa <handa@m17n.org>
30005
30006 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30007 chars are more than a limit, print " and more..." at the tail.
30008
30009 2005-04-08 Kim F. Storm <storm@cua.dk>
30010
30011 * emacs-lisp/authors.el (authors-aliases): Update list.
30012 (authors-ignored-files): New list.
30013 (authors-fixed-entries): Fix typo.
30014 (authors-renamed-files-alist): Update list.
30015 (authors-add): Check authors-ignored-files.
30016
30017 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30018
30019 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30020 optional, to ensure backward compatibility.
30021
30022 2005-04-08 Stephen Eglen <stephen@gnu.org>
30023
30024 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30025
30026 2005-04-08 Kim F. Storm <storm@cua.dk>
30027
30028 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30029
30030 * mouse.el (mouse-on-link-p): Doc fix.
30031
30032 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30033
30034 * ielm.el (ielm-prompt-read-only): Doc fix.
30035
30036 * comint.el (comint-prompt-read-only): Doc fix.
30037
30038 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30039
30040 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30041 ensure dired always handles wildcards passed to ffap.
30042 (find-file-at-point): Use it.
30043 (ffap-dired-wildcards): Doc fix.
30044
30045 2005-04-07 Juri Linkov <juri@jurta.org>
30046
30047 * simple.el (next-error-overlay-arrow-position): New defvar.
30048 Put "=>" on its property `overlay-arrow-string'. Add it to
30049 `overlay-arrow-variable-list'.
30050
30051 * progmodes/compile.el (compilation-setup):
30052 Set `next-error-overlay-arrow-position' to nil. Also set it to
30053 nil in the local hook `kill-buffer-hook'. Make local variable
30054 `overlay-arrow-string' and set it to "=>".
30055 (compilation-goto-locus): Set BOL position to
30056 `next-error-overlay-arrow-position' instead of
30057 `overlay-arrow-position'.
30058
30059 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30060 locally instead of adding it to the global hook.
30061 (Info-kill-buffer): Move up.
30062
30063 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30064
30065 * term/xterm.el (xterm-standard-colors): Update color values from
30066 xterm-200.
30067
30068 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30069
30070 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30071
30072 * fast-lock.el:
30073 * lazy-lock.el: Move them to the obsolete subdir.
30074
30075 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30076
30077 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30078 (wdired-add-replace-advice): Remove.
30079 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30080
30081 2005-04-06 Kim F. Storm <storm@cua.dk>
30082
30083 * startup.el (command-line): Add --bare-bones alias for -Q.
30084
30085 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30086
30087 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30088 create the startup fontset if a font specification ends with
30089 `mac-roman'.
30090
30091 2005-04-06 Lute Kamstra <lute@gnu.org>
30092
30093 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30094 change.
30095
30096 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30097 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30098
30099 2005-04-05 Lute Kamstra <lute@gnu.org>
30100
30101 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30102 (define-generic-mode): Ditto. Fix debug declaration.
30103
30104 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30105 Put them in the generic-x group.
30106
30107 * calendar/timeclock.el (timeclock): Doc fix.
30108
30109 * generic.el (define-generic-mode): Don't use custom-current-group.
30110 Document default :group value.
30111 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30112 (define-global-minor-mode): Don't use custom-current-group.
30113
30114 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30115
30116 * startup.el (command-line-1): Display startup-echo-area-message
30117 when fancy splash screen is in use.
30118
30119 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30120 (sh-escaped-newline): New face.
30121 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30122 newline, and use sh-escaped-newline face.
30123
30124 * progmodes/tcl.el (tcl-escaped-newline): New face.
30125 (tcl-builtin-list): New variable.
30126 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30127 newlines. Fix keywords subexpression number.
30128
30129 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30130
30131 * textmodes/org.el (org-diary-default-entry): Fix call to
30132 `add-to-diary-entry'.
30133
30134 2005-04-05 Kim F. Storm <storm@cua.dk>
30135
30136 * ediff-init.el: Use (featurep 'xemacs).
30137
30138 2005-04-05 David Ponce <david@dponce.com>
30139
30140 * cus-edit.el (face): Derive from symbol widget. Display sample
30141 of the current face on the fly.
30142 (widget-face-sample-face-get, widget-face-notify): New functions.
30143 (widget-face-value-create): Remove.
30144
30145 * wid-edit.el (widget-field-end): Temporarily remove field
30146 narrowing before to call `get-char-property'.
30147
30148 2005-04-04 Jay Belanger <belanger@truman.edu>
30149
30150 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30151 (math-read-subscripts): New variable.
30152 (math-read-preprocess-string): Process subscripts.
30153
30154 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30155
30156 * comint.el (comint-prompt-read-only): Doc fix.
30157
30158 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30159 `-1'. Doc fix.
30160
30161 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30162
30163 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30164 Change default value to nil.
30165
30166 2005-04-04 Lute Kamstra <lute@gnu.org>
30167
30168 * autorevert.el (auto-revert-mode): Specify :group.
30169 * battery.el (display-battery-mode): Specify :group.
30170 * diff-mode.el (diff-minor-mode): Specify :group.
30171 * font-core.el (font-lock-mode): Specify :group.
30172 * hl-line.el (hl-line-mode): Specify :group.
30173 * iimage.el (iimage): New customization group.
30174 (iimage-mode): Specify :group.
30175 * longlines.el (longlines-mode): Specify :group.
30176 * master.el: Don't require easy-mmode.
30177 (master): New customization group.
30178 (master-mode): Specify :group.
30179 * msb.el (msb-mode): Specify :group.
30180 * reveal.el (reveal-mode): Specify :group.
30181 * simple.el (next-error-follow-minor-mode): Specify :group.
30182 * smerge-mode.el (smerge-mode): Specify :group.
30183 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30184 * emulation/cua-base.el (cua-mode): Specify :group.
30185 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30186 * language/thai-util.el (thai-auto-composition-mode)
30187 (thai-word-mode): Specify :group.
30188 * mail/supercite.el (sc-minor-mode): Specify :group.
30189 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30190 * progmodes/flymake.el (flymake-mode): Specify :group.
30191 * progmodes/glasses.el (glasses-mode): Specify :group.
30192 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30193 * textmodes/enriched.el (enriched-mode): Specify :group.
30194 * textmodes/refill.el (refill-mode): Specify :group.
30195
30196 * add-log.el (change-log-font-lock-keywords): Names in
30197 parenthesized lists can contain spaces.
30198
30199 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30200
30201 * startup.el (fancy-splash-text): Shorten default text of
30202 "Emacs Tutorial" line. Also, if the current language env
30203 indicates an available tutorial file other than TUTORIAL,
30204 extract its title and append it to the line in parentheses.
30205 (fancy-splash-insert): If arg is a thunk, funcall it.
30206
30207 2005-04-04 Jay Belanger <belanger@truman.edu>
30208
30209 * calc.el (calc-language-alist): Add tags to customization type.
30210
30211 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30212
30213 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30214 Doc fix.
30215
30216 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30217
30218 * add-log.el (change-log-font-lock-keywords): The manual
30219 describing a Change Log entry, says: (...) "Aside from these
30220 header lines, every line in the change log starts with a space or
30221 a tab.". The font-lock was not highlighting lines started with
30222 spaces, added support for it.
30223
30224 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30225
30226 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30227 (bibtex-generate-url-list): Update docstring accordingly. Put the
30228 complex example in the docstring.
30229 (bibtex-font-lock-url): Use pop.
30230
30231 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30232
30233 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30234
30235 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30236
30237 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30238
30239 * filesets.el (filesets-set-default): Doc fix.
30240
30241 2005-04-03 Lute Kamstra <lute@gnu.org>
30242
30243 * generic.el (define-generic-mode): Add argument to specify
30244 keywords for defcustom.
30245 (default-generic-mode): Specify :group.
30246
30247 * generic-x.el: Specify :group for all generic modes.
30248
30249 * desktop.el (desktop-no-desktop-file-hook)
30250 (desktop-after-read-hook): Doc fix.
30251
30252 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30253
30254 * simple.el (visible-mode): Use explicit :group keyword.
30255 This changes the group of `visible-mode-hook' from paren-blinking
30256 to editing-basics.
30257
30258 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30259
30260 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30261 mailbox specifications as well as URLs.
30262 (rmail-insert-inbox-text): Remove unused conditional branches.
30263
30264 2005-04-01 Jay Belanger <belanger@truman.edu>
30265
30266 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30267 (calc-gnuplot-print-command): Move definitions to calc.el.
30268
30269 * calc/calc-embed.el (calc-embedded-announce-formula)
30270 (calc-embedded-open-formula, calc-embedded-close-formula)
30271 (calc-embedded-open-word, calc-embedded-close-word)
30272 (calc-embedded-open-plain, calc-embedded-close-plain)
30273 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30274 (calc-embedded-open-mode, calc-embedded-close-mode):
30275 Move definitions to calc.el.
30276
30277 * calc/calc.el (calc-settings-file, calc-language-alist):
30278 Make customizable.
30279 (calc-embedded-announce-formula, calc-embedded-open-formula)
30280 (calc-embedded-close-formula, calc-embedded-open-word)
30281 (calc-embedded-close-word, calc-embedded-open-plain)
30282 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30283 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30284 (calc-embedded-close-mode, calc-gnuplot-name)
30285 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30286 from other files and make customizable.
30287
30288 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30289
30290 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30291 Use buffer-live-p.
30292 (cvs-mode-run): Don't call cvs-update-header here.
30293 (cvs-run-process): Call cvs-update-header.
30294 Use process properties for cvs-postprocess and cvs-buffer so that
30295 the sentinel can behave better if the temp buffer is killed.
30296 Use a pipe rather than a tty, to better handle unexpected prompts.
30297 (cvs-sentinel): Rewrite. Call cvs-update-header.
30298
30299 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30300
30301 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30302 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30303
30304 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30305
30306 * generic.el (define-generic-mode): Add indentation rule.
30307
30308 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30309
30310 * files.el (mode-require-final-newline): Make Custom correctly
30311 report a nil value and allow to set it to nil via Custom.
30312 Doc fix.
30313
30314 2005-04-01 Kenichi Handa <handa@m17n.org>
30315
30316 * international/characters.el: Enable the correct case setting for
30317 dotless-i and dotted-I.
30318
30319 2005-04-01 Kim F. Storm <storm@cua.dk>
30320
30321 * ido.el (ido-file-internal): Fall back to non-ido command if
30322 initial directory is on slow ftp (or tramp) host.
30323
30324 2005-03-31 Richard M. Stallman <rms@gnu.org>
30325
30326 * emacs-lisp/autoload.el (make-autoload):
30327 Handle define-global-minor-mode.
30328
30329 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30330 Rename from easy-mmode-define-global-mode.
30331 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30332
30333 * progmodes/scheme.el (scheme-mode-syntax-table):
30334 Update syntax of | and # for two-character comment syntax.
30335
30336 2005-03-31 Lute Kamstra <lute@gnu.org>
30337
30338 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30339 (define-minor-mode): Call custom-current-group at load-time.
30340
30341 * generic.el (define-generic-mode): Add debug declaration.
30342 Add defcustom for the mode hook.
30343 (generic-mode-internal): Use run-mode-hooks.
30344
30345 2005-03-31 Kim F. Storm <storm@cua.dk>
30346
30347 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30348 (mouse-fixup-help-message): New defun called by show_help_echo
30349 to fixup mouse-2 prefix in help messages when applicable.
30350
30351 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30352
30353 2005-03-31 Kenichi Handa <handa@m17n.org>
30354
30355 * language/thai-word.el (thai-find-word-ends): Pay attention to
30356 the case that we reach the end of buffer.
30357
30358 * textmodes/fill.el (fill-text-properties-at): New function.
30359 (fill-newline): Use fill-text-properties-at instead of
30360 text-properties-at.
30361
30362 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30363
30364 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30365 not comint-quote-filename.
30366
30367 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30368
30369 * help-fns.el (help-with-tutorial): Revert last change.
30370
30371 2005-03-31 Kim F. Storm <storm@cua.dk>
30372
30373 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30374
30375 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30376
30377 * calendar/cal-china.el: Update reference to "Calendrical
30378 Calculations" book; there's a new edition.
30379 * calendar/cal-coptic.el: Likewise.
30380 * calendar/cal-french.el: Likewise.
30381 * calendar/cal-hebrew.el: Likewise.
30382 * calendar/cal-islam.el: Likewise.
30383 * calendar/cal-iso.el: Likewise.
30384 * calendar/cal-julian.el: Likewise.
30385 * calendar/cal-mayan.el: Likewise.
30386 * calendar/cal-persia.el: Likewise.
30387 * calendar/calendar.el: Likewise.
30388 * calendar/holidays.el: Likewise.
30389 * calendar/lunar.el: Likewise.
30390 * calendar/solar.el: Likewise.
30391
30392 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30393 white space from doc string.
30394
30395 2005-03-30 Jay Belanger <belanger@truman.edu>
30396
30397 * calc/calc-help.el (calc-full-help): Remove email address.
30398
30399 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30400
30401 * help-fns.el (help-with-tutorial): Delete title line.
30402
30403 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30404
30405 * calendar/cal-x.el (calendar-one-frame-setup)
30406 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30407 rather than `symbol' for set-window-dedicated-p.
30408
30409 * calendar/appt.el (appt-buffer-name): Make it a constant.
30410 (appt-add): Doc fix.
30411
30412 * filesets.el (filesets-menu-path, filesets-menu-before)
30413 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30414 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30415 (filesets-add-submenu): Delete and use add-submenu instead.
30416
30417 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30418
30419 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30420 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30421 (org-diary-default-entry): New function.
30422 (org-get-entries-from-diary): Better parsing of diary entries.
30423 (org-agenda-check-no-diary): New function.
30424 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30425 linking to diary entries.
30426 (org-agenda-execute-calendar-command): New function.
30427 (org-agenda): Improve visible section in window.
30428 Use `org-fit-agenda-window'.
30429 (org-fit-agenda-window): New option.
30430 (org-move-subtree-down): Better handling of empty lines
30431 at end of subtree.
30432 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30433 levels up.
30434 (org-fontify-done-headline): New option.
30435 (org-headline-done-face): New face.
30436 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30437 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30438 When current field is non-empty, it is copied to next row.
30439 (org-table-copy-from-above): Fix bug which made it
30440 impossible to copy fields containing only a single non-white character.
30441
30442 2005-03-30 Kim F. Storm <storm@cua.dk>
30443
30444 * kmacro.el (kmacro-end-macro): Isearch may store this command
30445 into the macro -- so ignore it when executing keyboard macro.
30446
30447 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30448
30449 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30450
30451 2005-03-29 Kenichi Handa <handa@m17n.org>
30452
30453 * language/thai.el ("Thai"): Set setup-function and exit-function
30454 for Thai language environment.
30455
30456 * language/thai-util.el: Require thai-word.
30457 (thai-word-mode-map): New variable.
30458 (thai-word-mode): New minor mode.
30459 (setup-thai-language-environment-internal): New function.
30460 (exit-thai-language-environment-internal): New function.
30461
30462 * language/thai-word.el (thai-word-table): Declare it by defvar,
30463 use dolist to initialize it.
30464 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30465 (thai-fill-find-break-point): New functions.
30466
30467 2005-03-29 Richard M. Stallman <rms@gnu.org>
30468
30469 * simple.el (idle-update-delay): Move definition up.
30470 (set-mark): Doc fix.
30471
30472 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30473
30474 * longlines.el: New file.
30475
30476 * simple.el (buffer-substring-filters): New variable.
30477 (filter-buffer-substring): New function.
30478 (kill-region, copy-region-as-kill): Use it.
30479
30480 * register.el (copy-to-register, append-to-register)
30481 (prepend-to-register): Use filter-buffer-substring.
30482
30483 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30484
30485 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30486 (gud-filter-pending-text): Move in front of gdb.
30487 (gud-overlay-arrow-position): New variable.
30488 (gud-sentinel, gud-display-line): Use it in place of
30489 overlay-arrow-position.
30490
30491 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30492
30493 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30494 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30495 (fortran-font-lock-keywords-4): New variable.
30496 (fortran-blocks-re, fortran-end-block-re)
30497 (fortran-start-block-re): New constants, for hideshow.
30498 (hs-special-modes-alist): Add a Fortran entry.
30499 (fortran-mode-map): Bind fortran-end-of-block,
30500 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30501 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30502 (fortran-looking-at-if-then, fortran-end-of-block)
30503 (fortran-beginning-of-block): New functions, for hideshow.
30504
30505 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30506 Doc fix. Tweak regexp.
30507 (f90-beginning-of-block): Push mark first.
30508
30509 2005-03-29 Jay Belanger <belanger@truman.edu>
30510
30511 * calc/calc.el: Update copyright date.
30512 (calc-version): Increase to 2.1.
30513 (calc-version-date): Remove.
30514
30515 * calc/calc-help.el: Update copyright date.
30516 (calc-full-help): Remove reference to calc-version-date.
30517 Update copyright date.
30518
30519 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30520
30521 * vc.el (vc-do-command): Use a pipe for async processes, so password
30522 prompts don't show up at places where the user can't reply.
30523
30524 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30525
30526 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30527 on the file name we pass to the inferior shell.
30528
30529 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30530
30531 * progmodes/which-func.el (which-function): Be robust in the face of an
30532 imenu--make-index-alist failure.
30533
30534 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30535
30536 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30537
30538 * progmodes/python.el (python-preoutput-filter): Fix last change.
30539
30540 2005-03-29 Lute Kamstra <lute@gnu.org>
30541
30542 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30543 functions and compiled macros.
30544 (debug-convert-byte-code): Handle macros too.
30545 (debug-on-entry-1): Don't signal an error when trying to clear a
30546 function that is not set to debug on entry.
30547
30548 2005-03-29 Jay Belanger <belanger@truman.edu>
30549
30550 * calc/calc-lang.el: Add functions to math-function-table
30551 properties of tex and math.
30552
30553 2005-03-29 Kenichi Handa <handa@m17n.org>
30554
30555 * ps-mule.el (ps-mule-plot-string): Translate characters by
30556 ps-print-translation-table.
30557 (ps-mule-begin-job): Call find-charset-region/string with
30558 ps-print-translation-table.
30559 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30560
30561 * ps-print.el (ps-print-translation-table): New variable.
30562 (ps-plot-region): Translate characters by ps-print-translation-table.
30563
30564 2005-03-29 Juri Linkov <juri@jurta.org>
30565
30566 * simple.el (next-error-highlight-timer): New variable.
30567
30568 * progmodes/compile.el (compilation-goto-locus):
30569 Use `next-error-highlight-timer' instead of `sit-for'.
30570
30571 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30572
30573 * mail/supercite.el (sc-mail-field): Use assoc-string.
30574 (sc-get-address): Simplify regexps.
30575
30576 * files.el (minibuffer-with-setup-hook): New macro.
30577 (find-file-read-args): Use it to avoid let-binding
30578 minibuffer-with-setup-hook (which breaks turning on/off
30579 file-name-shadow-mode while in the prompt).
30580
30581 * complete.el (PC-read-include-file-name-internal):
30582 Use test-completion.
30583
30584 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30585
30586 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30587
30588 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30589
30590 * window.el (window-buffer-height): Use count-screen-lines.
30591
30592 * progmodes/python.el (python-preoutput-leftover): New var.
30593 (python-preoutput-filter): Use it.
30594 (python-send-receive): Loop until all the result has been received.
30595
30596 2005-03-28 Juri Linkov <juri@jurta.org>
30597
30598 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30599
30600 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30601 "Recover Crashed Session".
30602 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30603 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30604 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30605 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30606 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30607 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30608 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30609 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30610
30611 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30612 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30613 Ediff Sessions", "Toggle use of separate control buffer frame",
30614 "Use separate frame for Ediff control buffer".
30615
30616 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30617 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30618 "Rename Bookmark", "Delete Bookmark".
30619
30620 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30621 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30622 Add `:active Info-index-alternatives' to "Next Matching Item".
30623
30624 * wdired.el (wdired-change-to-wdired-mode):
30625 Mention `wdired-abort-changes' key in the initial message.
30626
30627 * international/mule.el (auto-coding-alist): Associate non-ascii
30628 image filename extensions with `no-conversion'.
30629
30630 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30631
30632 * international/iso-acc.el:
30633 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30634
30635 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30636
30637 * textmodes/sgml-mode.el (html-mode): Doc update.
30638
30639 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30640
30641 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30642
30643 * term.el (term-move-columns): Fix face after extending a line.
30644 (term-insert-spaces): Likewise.
30645 (term-reset-terminal): Fix off by one error.
30646
30647 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30648
30649 * international/mule.el (auto-coding-alist): Add .xpi files.
30650
30651 * files.el (auto-mode-alist): Add .xpi files.
30652
30653 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30654
30655 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30656
30657 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30658
30659 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30660
30661 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30662
30663 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30664 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30665
30666 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30667 cursor to Jan 1 when needed.
30668 (calendar-end-of-year): Fix -/+ typo.
30669 Reported by Chong Yidong <cyd@stupidchicken.com>.
30670
30671 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30672
30673 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30674
30675 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30676 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30677
30678 2005-03-25 Richard M. Stallman <rms@gnu.org>
30679
30680 * filesets.el (filesets-init): Add autoload.
30681
30682 * mail/mailalias.el (mail-directory): Doc fix.
30683
30684 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30685
30686 * mail/mailalias.el (mail-directory-process): Do nothing if
30687 mail-directory-process is an atom.
30688 (mail-get-names): Ignore mail-directory-names if it is an atom.
30689 (mail-directory-process defvar): Doc fix.
30690 (mail-names): Doc fix.
30691
30692 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30693
30694 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30695
30696 2005-03-26 Kenichi Handa <handa@m17n.org>
30697
30698 * international/mule-util.el (detect-coding-with-priority):
30699 Call update-coding-systems-internal before detect-coding-region.
30700
30701 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30702
30703 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30704 (gdb-frames-mode-map): Add follow-link property.
30705
30706 2005-03-25 Jay Belanger <belanger@truman.edu>
30707
30708 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30709 for variables.
30710
30711 2005-03-25 Juri Linkov <juri@jurta.org>
30712
30713 * image-mode.el: Optimize image filename extension regexps in
30714 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30715 in `auto-mode-alist'.
30716 (image-mode): Add `image-toggle-display-text' to local hook
30717 `change-major-mode-hook'. Display the image as an image by
30718 default. Set `cursor-type' and `truncate-lines' if the image
30719 is already displayed. Take into account the current mode (image
30720 or text) in message.
30721 (image-minor-mode): New minor mode.
30722 (image-mode-maybe, image-toggle-display-text): New functions.
30723 (image-toggle-display): Use called-interactively-p.
30724 Let-bind `inhibit-read-only' to t.
30725
30726 * image-mode.el (image-minor-mode): Set `cursor-type' and
30727 `truncate-lines' if the image is already displayed. Add turning
30728 image-minor-mode off to `change-major-mode-hook'. Add message.
30729 Call `image-toggle-display-text' after turning image-minor-mode off.
30730
30731 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30732
30733 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30734 Terminal.app, use utf-8.
30735 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30736 (set-locale-environment): Use it.
30737
30738 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30739
30740 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30741
30742 * progmodes/python.el (python-close-block-statement-p)
30743 (python-outdent-p, python-current-defun): Use symbol-end.
30744
30745 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30746
30747 * files.el (save-some-buffers): Doc fix.
30748
30749 2005-03-25 Werner Lemberg <wl@gnu.org>
30750
30751 * complete.el, thumbs.el: Replace `legal' with `valid'.
30752 * calendar/calendar.el: Replace `legal' with `valid'.
30753 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30754 * mail/supercite.el: Replace `legal' with `valid'.
30755 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30756 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30757 Replace `legal' with `valid'.
30758 * textmodes/reftex-vars.el, textmodes/reftex.el:
30759 Replace `legal' with `valid'.
30760
30761 2005-03-25 Werner Lemberg <wl@gnu.org>
30762
30763 * calc/calc-forms.el, calc/calc-sel.el
30764 * midnight.el, vc-cvs.el
30765 * emacs-lisp/cl-macs.el
30766 * emulation/vip.el
30767 * eshell/esh-io.el, eshell/esh-var.el
30768 * mail/supercite.el
30769 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30770 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30771 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30772 * progmodes/sh-script.el, progmodes/xscheme.el
30773 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30774 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30775 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30776 * textmodes/reftex.el, textmodes/org.el:
30777 Replace `illegal' with `invalid'.
30778
30779 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30780
30781 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30782 (flymake-find-buildfile, flymake-find-possible-master-files)
30783 (flymake-check-include, flymake-parse-line): Replace loops over the
30784 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30785
30786 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30787 Substitute file-name-as-directory in the rest of the file.
30788 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30789 (flymake-replace-region): Remove unused arg `buffer'.
30790 (flymake-check-patch-master-file-buffer): Update calls to it.
30791 (flymake-add-err-info): Remove unused var `count'.
30792 (flymake-mode): Use define-minor-mode.
30793
30794 * progmodes/flymake.el: Use with-current-buffer.
30795 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30796 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30797 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30798 Avoid testing for `xemacs'.
30799 (flymake-nop): Move.
30800 (flymake-region-has-flymake-overlays): Return the computed value.
30801 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30802 Remove unused var `endline'.
30803 (flymake-get-line-count): Remove unused function.
30804 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30805
30806 * emulation/vi.el:
30807 * generic.el:
30808 * hilit-chg.el (global-highlight-changes):
30809 * hi-lock.el (hi-lock-mode):
30810 * follow.el: find-file-hooks -> find-file-hook.
30811
30812 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30813
30814 2005-03-24 Juri Linkov <juri@jurta.org>
30815
30816 * dired.el (dired-mode-map): Add menu item "Compare directories"
30817 for dired-compare-directories.
30818
30819 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30820 Doc fix. Replace `read-file-name' with `read-directory-name'.
30821
30822 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30823
30824 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30825
30826 2005-03-24 Jay Belanger <belanger@truman.edu>
30827
30828 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30829 relevant mode settings in calc-embedded-original-modes when modes
30830 are permanently changed.
30831
30832 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30833
30834 * autoinsert.el: find-file-hooks -> find-file-hook.
30835
30836 2005-03-24 Lute Kamstra <lute@gnu.org>
30837
30838 * generic.el (generic-font-lock-defaults): Make it obsolete.
30839 (generic-font-lock-keywords): New variable to replace
30840 generic-font-lock-defaults.
30841 (generic-mode-set-font-lock): Delete it.
30842 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30843 (generic-bracket-support): Add docstring.
30844
30845 * generic-x.el: Rename generic-font-lock-defaults to
30846 generic-font-lock-keywords throughout.
30847 (mailagent-rules-setup-function): Delete it.
30848 (mailagent-rules-generic-mode): Use anonymous function instead.
30849 (show-tabs-generic-mode-font-lock-defaults-1)
30850 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30851 Quote faces.
30852 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30853 not foreground.
30854
30855 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30856 Recognize define-generic-mode.
30857
30858 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30859
30860 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30861 if there's no completion table.
30862
30863 2005-03-23 Miles Bader <miles@gnu.org>
30864
30865 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30866 Remove tty-specific variants, as they're no longer needed.
30867
30868 2005-03-23 Lute Kamstra <lute@gnu.org>
30869
30870 * generic-x.el: Code cleanup: make args constant whenever possible.
30871 (installshield-statement-keyword-list)
30872 (installshield-system-functions-list)
30873 (installshield-system-variables-list, installshield-types-list)
30874 (installshield-funarg-constants-list): Make them constants.
30875
30876 * generic.el (generic-make-keywords-list): Add autoload cookie.
30877
30878 * calendar/time-date.el: Add comment on time value formats.
30879 Don't require parse-time.
30880 (with-decoded-time-value): New macro.
30881 (encode-time-value): New function.
30882 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30883 (days-to-time): Return a valid time value when arg is huge.
30884 (time-since): Use time-subtract.
30885 (time-to-number-of-days): Use time-to-seconds.
30886
30887 2005-03-23 David Ponce <david@dponce.com>
30888
30889 * recentf.el (recentf-keep): New option.
30890 (recentf-menu-action): Default to `find-file'.
30891 (recentf-keep-non-readable-files-flag)
30892 (recentf-keep-non-readable-files-p)
30893 (recentf-file-readable-p, recentf-find-file)
30894 (recentf-cleanup-remote): Remove.
30895 (recentf-include-p): More robust.
30896 (recentf-keep-p): New function.
30897 (recentf-remove-if-non-kept): Rename from
30898 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30899 All callers updated.
30900 (recentf-menu-items-for-commands): Fix help string.
30901 (recentf-track-closed-file): Update. Doc fix.
30902 (recentf-cleanup): Update. Count removed files. Doc fix.
30903
30904 2005-03-23 Kim F. Storm <storm@cua.dk>
30905
30906 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30907 Don't inherit from fringe face (now happens automatically).
30908
30909 2005-03-22 Kim F. Storm <storm@cua.dk>
30910
30911 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30912 position values.
30913
30914 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30915
30916 * menu-bar.el (showhide-date-time): Remove.
30917 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30918 (menu-bar-make-mm-toggle): Simplify.
30919
30920 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30921
30922 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30923 Accept qualified variable and function names.
30924
30925 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30926
30927 * bindings.el (completion-ignored-extensions):
30928 Remove ".lis" for `vax-vms'.
30929
30930 2005-03-22 Andreas Schwab <schwab@suse.de>
30931
30932 * generic-x.el: Revert last change.
30933 * ldefs-boot.el: Update.
30934
30935 2005-03-22 Jay Belanger <belanger@truman.edu>
30936
30937 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30938 (calc-embedded-save-original-modes)
30939 (calc-embedded-restore-original-modes): New functions.
30940 (calc-do-embedded): Save original modes when entering embedded mode
30941 and restore when leaving embedded mode.
30942 (calc-embedded-modes-change): Change the value of
30943 calc-embedded-original-modes to reflect permanent changes.
30944
30945 2005-03-22 Lute Kamstra <lute@gnu.org>
30946
30947 * generic-x.el: Require generic again.
30948
30949 2005-03-22 Miles Bader <miles@gnu.org>
30950
30951 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30952 Tweak details to look good on both ttys and bitmap displays, light
30953 or dark background, etc.
30954
30955 2005-03-21 Kim F. Storm <storm@cua.dk>
30956
30957 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30958 mouse position.
30959
30960 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30961
30962 * icomplete.el: Don't forcibly turn on the mode upon load.
30963 (icomplete-mode): Use define-minor-mode.
30964 (icomplete-eoinput): Default to nil.
30965 (icomplete-minibuffer-setup): Remove autoload.
30966 (icomplete-tidy): Simplify.
30967 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30968 in the initial state or if the user has modified the field.
30969 Fix handling of icomplete-max-delay-chars.
30970 Remove code that handles the oddball case where
30971 minibuffer-completion-table is an integer.
30972 Wrap icomplete-completions in while-no-input in case building
30973 completions takes more time than expected.
30974 (icomplete-completions): Simplify.
30975
30976 2005-03-21 Richard M. Stallman <rms@gnu.org>
30977
30978 * jka-compr.el (jka-compr-really-do-compress):
30979 Make variable buffer-local.
30980
30981 * image-mode.el: Handle .xpm files too.
30982 (image-toggle-display): Preserve modification flag.
30983
30984 * help.el (where-is): Don't mention aliases with no key bindings.
30985
30986 2005-03-21 Lute Kamstra <lute@gnu.org>
30987
30988 * generic.el: Fix commentary section. Don't require cl for
30989 compilation.
30990 (generic-mode-list): Add autoload cookie.
30991 (generic-use-find-file-hook, generic-lines-to-scan)
30992 (generic-find-file-regexp, generic-ignore-files-regexp)
30993 (generic-mode, generic-mode-find-file-hook)
30994 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30995 (define-generic-mode): Make it a defmacro. Fix docstring.
30996 (generic-mode-internal): Code cleanup. Add autoload cookie.
30997 (generic-mode-set-comments): Code cleanup.
30998 * generic-x.el: Don't prevent compilation. Don't require generic.
30999 Follow coding conventions. Minor code cleanup.
31000 (etc-fstab-generic-mode): Add some keywords.
31001 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31002 define-generic-mode like a function declaration.
31003
31004 2005-03-21 Jay Belanger <belanger@truman.edu>
31005
31006 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31007 changing modes.
31008
31009 2005-03-21 Sam Steingold <sds@gnu.org>
31010
31011 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31012
31013 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31014
31015 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31016 Add underscore to "f$ lexicals" regexp.
31017
31018 2005-03-20 Juri Linkov <juri@jurta.org>
31019
31020 * subr.el (progress-reporter-do-update): When `min-value' is equal
31021 to `max-value', set `percentage' to 0 and prevent division by zero.
31022
31023 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31024
31025 Sync with Tramp 2.0.48.
31026
31027 * net/tramp.el (all): Change all addresses to .gnu.org.
31028 (tramp-append-tramp-buffers): New defun.
31029 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31030 Catch `dont-send' signal.
31031 (tramp-set-auto-save-file-modes): Set always permissions, because
31032 there might be an old auto-saved file belonging to another
31033 original file. This could be a security threat. Reported by
31034 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31035 Check for Emacs 21.3.50 removed.
31036
31037 * net/tramp-smb.el (all): Remove debug construct for
31038 `with-parsed-tramp-file-name'.
31039 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31040 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31041 No error message if DIRECTORY or FILENAME doesn't exist.
31042 (tramp-smb-open-connection): Check existence of
31043 `tramp-smb-program'.
31044
31045 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31046
31047 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31048 Properly handle the case where the `m' or `s' command's argument is not
31049 yet terminated.
31050 (perl-indent-new-calculate): New function.
31051 (perl-indent-line): Use it.
31052
31053 2005-03-20 Miles Bader <miles@gnu.org>
31054
31055 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31056 in text-mode too. Change to new face names.
31057 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31058 Add `:weight bold' attribute.
31059 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31060
31061 2005-03-19 Juri Linkov <juri@jurta.org>
31062
31063 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31064
31065 * international/mule.el (auto-coding-alist): Sync with
31066 `auto-mode-alist' by adding upper case archive file extensions
31067 and adding ear/war to jar extension.
31068
31069 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31070
31071 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31072 running, restart it.
31073
31074 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31075
31076 * finder.el (finder-current-item): Throw an error on an empty line.
31077
31078 * man.el (Man-follow-manual-reference): If current-word returns
31079 nil, use "".
31080
31081 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31082
31083 * simple.el (goto-line): Doc fix.
31084
31085 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31086
31087 * files.el (save-buffer): Doc fix.
31088
31089 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31090
31091 * recentf.el (recentf-cleanup-remote): New variable.
31092 (recentf-cleanup): Use it to conditionally check availability of
31093 remote files.
31094
31095 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31096
31097 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31098 function names.
31099
31100 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31101
31102 * language/thai-word.el: New file.
31103
31104 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31105
31106 * files.el (backup-buffer): If the file's directory is not
31107 writable, use copy instead of move to backup the file.
31108
31109 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31110
31111 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31112
31113 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31114
31115 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31116 Use functionp instead of symbolp and fboundp. Reported by Drkm
31117 <darkman_spam@yahoo.fr>.
31118 (ps-print-version): New version 6.6.6.
31119
31120 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31121
31122 * textmodes/table.el (table--line-column-position): New idiom.
31123 (table--row-column-insertion-point-p): New function to test
31124 validity of row and column insertion operation at a location.
31125 (table-global-menu, table-cell-menu): Use above functions for
31126 deterministic test operation.
31127 (table--editable-cell-p): Behave in deterministic fashion.
31128
31129 2005-03-18 Juri Linkov <juri@jurta.org>
31130
31131 * isearch.el (isearch-lazy-highlight-new-loop):
31132 Make arguments beg and end optional.
31133 (isearch-update): Remove optional arguments nil from
31134 isearch-lazy-highlight-new-loop.
31135 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31136 isearch-lazy-highlight-case-fold-search instead of
31137 isearch-case-fold-search, and let-bind isearch-regexp to
31138 isearch-lazy-highlight-regexp.
31139 Use isearch-lazy-highlight-last-string instead of isearch-string.
31140
31141 * replace.el (perform-replace): Remove bindings of global
31142 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31143 Add three new arguments to `replace-highlight'.
31144 (replace-highlight): Add arguments string, regexp, case-fold.
31145 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31146 to allow isearch-lazy-highlight-new-loop to use these values
31147 to set corresponding isearch-lazy-highlight-* internal
31148 variables whose values lazy highlighting will use regardless of
31149 changes to global variables isearch-string, isearch-regexp,
31150 isearch-case-fold-search during lazy highlighting loop.
31151 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31152 to `lazy-highlight-cleanup'.
31153
31154 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31155 (ispell-highlight-face): Set default face to `isearch' when
31156 lazy highlighting is enabled.
31157 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31158 priority to 1. Add lazy highlighting.
31159 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31160 from `isearch-dehighlight'.
31161
31162 2005-03-18 David Ponce <david@dponce.com>
31163
31164 * files.el (hack-local-variables): Do a case-insensitive search
31165 for End.
31166
31167 2005-03-18 Juri Linkov <juri@jurta.org>
31168
31169 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31170 `isearch-lazy-highlight-cleanup', add alias to old name and
31171 declare obsolete. Add release numbers to other obsolete vars.
31172 (isearch-done, isearch-lazy-highlight-new-loop):
31173 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31174 (lazy-highlight-cleanup) <variable>: Doc fix.
31175 (isearch-lazy-highlight-update): Rename obsolete
31176 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31177
31178 2005-03-18 Kenichi Handa <handa@m17n.org>
31179
31180 * language/thai-util.el: Fix categorization of Thai characters in
31181 thai-category-table.
31182 (thai-composition-pattern): Adjust it for the above change.
31183 (thai-self-insert-command, thai-compose-syllable): New functions.
31184 (thai-compose-region): Use thai-compose-syllable.
31185 (thai-compose-string): Likewise.
31186 (thai-composition-function): Likewise.
31187 (thai-auto-composition): New function.
31188 (thai-auto-composition-mode): New minor mode.
31189
31190 * language/thai.el: Fix patterns to be registered in
31191 composition-function-table.
31192
31193 * international/quail.el (quail-input-method): Locally bind
31194 inhibit-modification-hooks to t.
31195
31196 2005-03-17 Richard M. Stallman <rms@gnu.org>
31197
31198 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31199 (perl-mode): Use run-mode-hooks.
31200
31201 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31202 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31203 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31204
31205 * mail/sendmail.el (sendmail-send-it): Reenable the code
31206 to compute resend-to-address and use it.
31207
31208 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31209
31210 * image-mode.el: New file.
31211
31212 * image.el (insert-sliced-image): Add autoload cookie.
31213
31214 * font-lock.el (font-lock-lines-before): New user option.
31215 (font-lock-after-change-function): Obey it.
31216
31217 * bindings.el (esc-map): Make M-g a prefix.
31218 Bind M-g g and M-g M-g to goto-line.
31219
31220 * faces.el (face-id): Doc fix.
31221
31222 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31223
31224 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31225 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31226 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31227
31228 * mail/sendmail.el (mail-yank-ignored-headers)
31229 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31230 Add Mail-Followup-To and Mail-Reply-To headers.
31231 (mail-citation-hook): Add autoload cookie.
31232 (mail-mode): Doc fix.
31233 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31234 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31235 (mail-mode-fill-paragraph): Handle those headers.
31236 (mail-mailing-lists): New variable.
31237 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31238
31239 2005-03-17 Juri Linkov <juri@jurta.org>
31240
31241 * isearch.el (isearch-fallback): Check for `(car previous)'
31242 before calling `isearch-other-end-state'.
31243
31244 2005-03-17 Kim F. Storm <storm@cua.dk>
31245
31246 * simple.el (move-beginning-of-line): Move to beginning of buffer
31247 line, as well as beginning of screen line.
31248
31249 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31250
31251 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31252 argument REDRAW rather than calendar-redrawing variable.
31253 * calendar/calendar.el (calendar-redrawing): Delete.
31254 (redraw-calendar): Do not bind calendar-redrawing.
31255
31256 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31257
31258 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31259 diary-file buffer.
31260
31261 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31262
31263 * help.el (describe-mode): Allow a :minor-mode-function property to
31264 specify a different minor mode toggle function than the variable.
31265 * simple.el (auto-fill-function):
31266 * subr.el (add-minor-mode): Use it.
31267
31268 2005-03-16 Kenichi Handa <handa@m17n.org>
31269
31270 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31271 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31272 (ethio-fidel-to-sera-buffer): Likewise.
31273
31274 2005-03-16 Juri Linkov <juri@jurta.org>
31275
31276 * emacs-lisp/find-func.el (find-function-regexp):
31277 Add defun-emitting macro `menu-bar-make-toggle'.
31278
31279 * isearch.el: Put `isearch-scroll' property to
31280 `split-window-horizontally'.
31281
31282 * info.el: Update error messages for `debug-ignored-errors'.
31283 (Info-isearch-search): Doc fix.
31284 (Info-find-node): Move up code to go into info buffer before
31285 recording the node to the history.
31286 (Info-fontify-node): Fontify titles only if the next line
31287 has two or more `*', `=', `-', `.'.
31288 Display "go to this node" for empty (match-string 3).
31289
31290 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31291
31292 * term/mac-win.el: Add mouse pointer shape constants.
31293
31294 2005-03-15 Kim F. Storm <storm@cua.dk>
31295
31296 * simple.el (move-beginning-of-line): Use vertical-motion.
31297
31298 2005-03-15 Juri Linkov <juri@jurta.org>
31299
31300 * isearch.el (isearch-error): New variable.
31301 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31302 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31303 (isearch-within-brackets-state): Remove.
31304 (isearch-case-fold-search-state, isearch-pop-fun-state):
31305 Decrease frame index.
31306 (isearch-mode, isearch-top-state, isearch-push-state)
31307 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31308 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31309 (isearch-search, isearch-lazy-highlight-new-loop):
31310 Replace `isearch-invalid-regexp' with `isearch-error'.
31311 Remove `isearch-within-brackets'.
31312 (isearch-search): Add `search-failed' handler to `condition-case'.
31313 (isearch-lazy-highlight-search): Add `condition-case' to catch
31314 errors and allow `isearch-lazy-highlight-update' to try
31315 highlighting from the beginning of the window.
31316 (isearch-repeat): Move up code to set isearch-wrapped to t
31317 before calling isearch-wrap-function.
31318
31319 * info.el (Info-isearch-initial-node): New internal variable.
31320 (Info-search): Signal an error in isearch mode when search leaves
31321 the initial node. Signal an error when `bound' is non-nil and
31322 nothing was found in the current subfile.
31323 (Info-isearch-search): Remove `condition-case'.
31324 (Info-isearch-wrap): Don't wrap when search failed during leaving
31325 the initial node. If `Info-isearch-search' is nil, wrap around
31326 the current node.
31327 (Info-isearch-start): New fun.
31328 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31329 `isearch-mode-hook'.
31330
31331 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31332
31333 * simple.el (normal-erase-is-backspace): Set default to t if
31334 running on Mac.
31335
31336 * term/mac-win.el (function-key-map): Sync with x-win.el.
31337
31338 2005-03-15 Kenichi Handa <handa@m17n.org>
31339
31340 * international/mule-cmds.el (locale-language-names): Modify the
31341 format of elements and add more entries.
31342 (locale-preferred-coding-systems): Add more entries.
31343 (set-locale-environment): Adjust for the change of
31344 locale-language-names.
31345
31346 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31347
31348 * pcvs.el (smerge-ediff): Remove bogus autoload.
31349
31350 2005-03-14 Lute Kamstra <lute@gnu.org>
31351
31352 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31353 Ignore a `*' at the beginning of a line.
31354
31355 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31356 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31357 subr.el.
31358 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31359 to specify indentation.
31360
31361 * generic.el (define-generic-mode): Let generic-mode-list be a
31362 list of strings; test membership with equal.
31363
31364 2005-03-14 Kim F. Storm <storm@cua.dk>
31365
31366 * simple.el (next-line, previous-line): Add optional try-vscroll
31367 arg to recognize interactive use. Pass it on to line-move.
31368 (line-move): Don't perform auto-window-vscroll when defining or
31369 executing keyboard macro to ensure consistent behavior.
31370
31371 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31372
31373 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31374
31375 2005-03-13 Lute Kamstra <lute@gnu.org>
31376
31377 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31378 debugger-setup-buffer so that backtrace marks the frames set to
31379 debug-on-exit and we don't have to do it manually. Set an extra
31380 debug-on-exit for macro's.
31381 (debugger-setup-buffer): Don't mark the top frame manually.
31382
31383 2005-03-12 Lute Kamstra <lute@gnu.org>
31384
31385 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31386 lisp-indent-function throughout.
31387 (with-no-warnings): Set lisp-indent-function property.
31388
31389 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31390
31391 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31392 Add entry for backslash.
31393
31394 2005-03-12 Juri Linkov <juri@jurta.org>
31395
31396 * info.el (Info-search): Four fixes for backward search.
31397
31398 2005-03-11 Jay Belanger <belanger@truman.edu>
31399
31400 * calc/calc.el (calc-language-alist): New variable.
31401 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31402 (calc-embedded-find-modes): Use calc-language-alist instead of
31403 calc-embedded-language-alist.
31404
31405 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31406
31407 * calendar/calendar.el (calendar-redrawing): New internal
31408 variable.
31409 (redraw-calendar): Remove bogus save-excursion from previous
31410 change. Bind calendar-redrawing to t for mark-diary-entries.
31411 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31412 calendar if that is why we were called.
31413
31414 2005-03-11 Kenichi Handa <handa@m17n.org>
31415
31416 * international/mule.el (make-coding-system): Set property
31417 coding-system-define-form to nil.
31418 (define-coding-system-alias): Likewise.
31419
31420 2005-03-11 Kenichi Handa <handa@m17n.org>
31421
31422 These changes are suggested by Dave Love <fx@gnu.org>.
31423
31424 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31425 coding: tag.
31426 (adaptive-fill-regexp): Add more bullets.
31427 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31428 regexps.
31429
31430 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31431
31432 * help.el (describe-mode): Properly handle non-trivial lighters.
31433 Don't ignore minor modes that are not listed in minor-mode-list.
31434
31435 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31436 feature ON when the user requests to turn it OFF.
31437
31438 2005-03-10 Lute Kamstra <lute@gnu.org>
31439
31440 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31441 (implement-debug-on-entry): New function to replace debug-entry-code.
31442 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31443 second argument as the 2005-03-07 change makes it obsolete.
31444 (debug-on-entry, cancel-debug-on-entry): Update call to
31445 debug-on-entry-1.
31446 (debug, debugger-setup-buffer): Comment update.
31447 (debugger-frame-number): Update to work with implement-debug-on-entry.
31448
31449 2005-03-10 Jay Belanger <belanger@truman.edu>
31450
31451 * calc/calc-embed.el (math-ms-args): Declare it.
31452 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31453 math-ms-args.
31454 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31455 variables.
31456
31457 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31458
31459 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31460 Use message-box.
31461
31462 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31463 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31464 (tooltip-gud-tips): Simplify.
31465 (tooltip-gud-tips-p): Remove superfluous :set.
31466 (tooltip-gud-modes): Add fortran-mode.
31467 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31468
31469 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31470
31471 2005-03-09 Kim F. Storm <storm@cua.dk>
31472
31473 * play/animate.el (animate-place-char): Use forward-line instead
31474 of next-line to improve performance.
31475
31476 2005-03-09 Simon Josefsson <jas@extundo.com>
31477
31478 * net/browse-url.el (browse-url-default-browser): Doc fix.
31479
31480 2005-03-09 Miles Bader <miles@gnu.org>
31481
31482 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31483 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31484
31485 2005-03-09 Kenichi Handa <handa@m17n.org>
31486
31487 * international/latin-1.el: Set case and syntax for 255 only if
31488 set-case-syntax-set-multibyte is nil.
31489
31490 * textmodes/ispell.el (ispell-insert-word): New function.
31491 (ispell-word): Use ispell-insert-word to insert a new word.
31492 (ispell-process-line): Likewise.
31493 (ispell-complete-word): Likewise.
31494
31495 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31496
31497 * calendar/calendar.el (redraw-calendar): Preserve point.
31498 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31499 (calendar-week-start-day): Move after definition of
31500 redraw-calendar. Delete buffer test, since redraw-calendar has
31501 that now.
31502
31503 * calendar/diary-lib.el (mark-diary-entries): Only call
31504 redraw-calendar in the first of any recursive calls.
31505 Reported by Alan Shutko <ats@acm.org>.
31506
31507 2005-03-08 Juri Linkov <juri@jurta.org>
31508
31509 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31510 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31511 (html-radio-buttons): Add a space before the trailing `/>' where
31512 sgml-xml-mode is non-nil.
31513 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31514 the subsequent tag of the empty XML tag.
31515 (html-href-anchor): Don't set initial input to "http:".
31516 (html-image): Ask for the image URL and set point inside alt="".
31517 (html-name-anchor): Duplicate the name in the `id' attribute when
31518 sgml-xml-mode is non-nil.
31519 (html-paragraph): Remove \n before <p>.
31520 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31521 instead of `checked' when sgml-xml-mode is non-nil.
31522
31523 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31524 Remove 1 space before #RRGGBB to not truncate it on terminal
31525 windows w/o fringes. Remove 1 space between bg and fg examples
31526 to get more space.
31527 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31528 avoid byte-compile warnings.
31529
31530 * image-file.el (image-file-handler): Put `safe-magic' property to
31531 `image-file-handler'.
31532
31533 * info.el (Info-isearch-search): Emulate word search in
31534 isearching through multiple Info nodes with Info-search.
31535 (Info-isearch-wrap): Allow isearch-word.
31536
31537 2005-03-08 Lute Kamstra <lute@gnu.org>
31538
31539 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31540 stepping into the debugger's code is not possible.
31541 (debugger-jumping-flag): Docstring update.
31542
31543 2005-03-08 Jay Belanger <belanger@truman.edu>
31544
31545 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31546 embedded mode begins.
31547 (calc-embedded-language-alist): New variable.
31548 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31549 set default language mode.
31550
31551 2005-03-08 Kenichi Handa <handa@m17n.org>
31552
31553 * international/ccl.el (define-ccl-program): Fix docstring about
31554 extra 256 bytes assured for the output buffer.
31555
31556 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31557 Fix BUFFER_MAGNIFICATION to 2.
31558 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31559
31560 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31561
31562 * align.el (align-rules-list): Added an alignment rule for CSS
31563 declarations (applies to css-mode and html-mode buffers).
31564
31565 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31566
31567 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31568
31569 2005-03-07 Kim F. Storm <storm@cua.dk>
31570
31571 * simple.el (move-beginning-of-line): New command.
31572
31573 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31574
31575 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31576
31577 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31578 and move-beginning-of-line.
31579
31580 * apropos.el (apropos-print): Omit command from M-x ... RET.
31581
31582 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31583
31584 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31585 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31586
31587 2005-03-06 Richard M. Stallman <rms@gnu.org>
31588
31589 * bindings.el (esc-map): Bind M-g to goto-line.
31590
31591 * facemenu.el (global-map): Bind M-o, not M-g.
31592
31593 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31594
31595 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31596 "Open Directory" as for "Open File".
31597
31598 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31599
31600 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31601 (push-mark-command): Run activate-mark-hook.
31602
31603 2005-03-06 Richard M. Stallman <rms@gnu.org>
31604
31605 * help-mode.el (help-mode-finish): Don't alter the element
31606 in view-return-to-alist if there already is one.
31607
31608 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31609 make sure the current buffer is the expected one.
31610
31611 * novice.el (disabled-command-function): Output in *Disabled Command*.
31612 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31613
31614 * textmodes/flyspell.el (flyspell-large-region):
31615 Pass args differently for aspell.
31616
31617 * files.el (mode-require-final-newline): Doc fix.
31618
31619 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31620
31621 * progmodes/which-func.el (which-function):
31622 Specify NOERROR when calling imenu--make-index-alist.
31623
31624 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31625
31626 * simple.el (normal-erase-is-backspace): Define default value.
31627
31628 * custom.el (custom-theme-set-variables): Remove unused var
31629 `immediate'.
31630 (custom-reevaluate-setting): Simple function to handle variables
31631 that are defined before their default value can really be
31632 computed.
31633
31634 * startup.el (command-line): Use it for temporary-file-directory,
31635 small-emporary-file-directory, auto-save-file-name-transforms,
31636 blink-cursor-mode, and normal-erase-is-backspace.
31637
31638 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31639 progress, even with buggy anchored keywords.
31640
31641 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31642
31643 * simple.el (goto-line): Remove unbalanced final parenthesis.
31644
31645 2005-03-05 Richard M. Stallman <rms@gnu.org>
31646
31647 * simple.el (goto-line): Use a number at point as the default.
31648 With C-u as arg, switch buffers.
31649
31650 2005-03-05 Juri Linkov <juri@jurta.org>
31651
31652 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31653 with `no-blinking-cursor'.
31654
31655 * startup.el (no-blinking-cursor): New defvar.
31656 (command-line): Add `--no-blinking-cursor' to longopts.
31657 Set `no-blinking-cursor' to t for command line arguments
31658 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31659 with `no-blinking-cursor' in the condition for calling
31660 `blink-cursor-mode'.
31661
31662 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31663
31664 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31665 (menu-bar-options-save): Add blink-cursor-mode.
31666 (menu-bar-options-menu): Add blink-cursor-mode.
31667
31668 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31669
31670 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31671 (icalendar-export-file, icalendar-export-region)
31672 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31673 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31674
31675 2005-03-04 Lute Kamstra <lute@gnu.org>
31676
31677 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31678 (debug-function-list): Ditto.
31679
31680 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31681
31682 * textmodes/texinfmt.el (texinfo-append-refill):
31683 Redefine the types of line to which @refill
31684 is not appended by replacing a search for `@refill\\|@bye' with
31685 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31686 itemize@refill' bug and the unfilled long lines bug.
31687 (texinfmt-version): Update number and date.
31688
31689 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31690
31691 * international/code-pages.el (windows-1250, windows-125[2-8])
31692 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31693
31694 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31695
31696 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31697 bound yet.
31698
31699 2005-03-02 Romain Francoise <romain@orebokech.com>
31700
31701 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31702 buffer after removing limits.
31703 (ibuffer-pop-filter): Ditto.
31704 Update copyright.
31705
31706 2005-03-02 Miles Bader <miles@gnu.org>
31707
31708 * button.el (make-text-button): If the user doesn't specify a
31709 type, use the default. Rewrite to use `add-text-properties' and
31710 plist functions.
31711
31712 2005-03-01 Lute Kamstra <lute@gnu.org>
31713
31714 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31715 (debugger-jumping-flag): New var.
31716 (debug-entry-code): Use it.
31717 (debugger-jump): Use debugger-jumping-flag and add
31718 debugger-reenable to post-command-hook.
31719 (debugger-reenable): Use debugger-jumping-flag and remove itself
31720 from post-command-hook.
31721 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31722 debugger-reenable.
31723
31724 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31725
31726 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31727 inclusion of "itemize\\|", which may be unnecessary, is certainly
31728 inelegant, and stops refilling in itemize lists when formatting
31729 Japanese Texinfo files to Info.
31730 Update copyright to 2005.
31731
31732 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31733
31734 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31735 of an error if GDB can't find the source file.
31736
31737 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31738
31739 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31740 not just the calendar.
31741
31742 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31743 first.
31744 (diary-redraw-calendar): New function.
31745 (make-diary-entry): Add diary-redraw-calendar to local
31746 write-contents-functions. Turn off selective display before
31747 inserting in diary.
31748
31749 2005-03-01 Kim F. Storm <storm@cua.dk>
31750
31751 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31752
31753 2005-03-01 Lute Kamstra <lute@gnu.org>
31754
31755 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31756 that debug-entry-code can be safely removed from a function while
31757 this code is being evaluated. Revert the 2005-02-27 change as the
31758 new implementation no longer requires it. Make sure that a
31759 function body containing just a string is not mistaken for a docstring.
31760 (debug): Skip one more frame in case of debug on entry.
31761 (debugger-setup-buffer): Delete one more frame line in case of
31762 debug on entry.
31763 (debugger-frame-number): Update to use the new text introduced by
31764 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31765
31766 2005-02-28 Kim F. Storm <storm@cua.dk>
31767
31768 * double.el (double-translate-key): Call force-window-update after
31769 read-event to avoid crash in redisplay.
31770
31771 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31772
31773 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31774 (debug): Use it. Move the inhibit-trace earlier.
31775 (debug-entry-code): New const.
31776 (debug-on-entry-1): Use it.
31777
31778 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31779
31780 * international/utf-16.el (ccl-encode-mule-utf-16le):
31781 Fix BUFFER_MAGNIFICATION to 2.
31782 (ccl-encode-mule-utf-16be): Likewise.
31783
31784 2005-02-28 Kenichi Handa <handa@m17n.org>
31785
31786 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31787 Fix BUFFER_MAGNIFICATION to 4.
31788 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31789
31790 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31791
31792 * speedbar.el (speedbar-update-flag): Doc fix.
31793 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31794 argument.
31795
31796 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31797
31798 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31799 have a non-nil `invisible' property but are actually visible.
31800
31801 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31802 for perldoc sections.
31803 (perl-outline-regexp, perl-outline-level): New var and function.
31804 (perl-mode): Use them.
31805
31806 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31807
31808 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31809 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31810
31811 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31812
31813 * cus-edit.el: Comment change.
31814 (custom-buffer-create-internal): Slightly reword text at top of
31815 Custom buffers. Mention there that saving an option edits the
31816 init file. Add link to Emacs manual node on `custom-file'.
31817 (custom-magic-alist): Rewrite individual State messages to use
31818 capitalized keywords. Doc fix.
31819
31820 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31821
31822 * calendar/calendar.el (calendar-buffer): Move above
31823 calendar-week-start-day.
31824 (calendar-week-start-day): Doc fix. Add :set function.
31825 (calendar-minimum-window-height): New variable.
31826 (generate-calendar-window): Only resize window if selected-window
31827 is displaying the calendar buffer. Use new variable
31828 calendar-minimum-window-height.
31829 (generate-calendar): Reword error message.
31830 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31831
31832 2005-02-27 Andreas Schwab <schwab@suse.de>
31833
31834 * vc.el (vc-do-command): Don't run command asynchronously when
31835 operating in a remote directory.
31836
31837 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31838 change from sync with Tramp 2.0.47.
31839
31840 2005-02-27 Richard M. Stallman <rms@gnu.org>
31841
31842 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31843
31844 * textmodes/flyspell.el (flyspell-mode-on):
31845 Call ispell-change-dictionary only if necessary.
31846
31847 * emacs-lisp/re-builder.el (regexp-builder): New function.
31848
31849 * register.el (describe-register-1): Explicitly handle
31850 yank-excluded-properties = t.
31851
31852 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31853 (custom-magic-alist): Change the status descriptions again.
31854 (face widget-type): Total rewrite based on `restricted-sexp'
31855 to eliminate the confusing double hiding levels.
31856
31857 * emacs-lisp/debug.el (debug-on-entry-1):
31858 If function body is empty, add nil as body form.
31859
31860 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31861
31862 * emacs-lisp/trace.el (inhibit-trace): New var.
31863 (trace-make-advice): Use it.
31864
31865 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31866
31867 2005-02-26 Kim F. Storm <storm@cua.dk>
31868
31869 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31870 (mouse-on-link-p, mouse-drag-region-1): Use it.
31871
31872 2005-02-25 Lute Kamstra <lute@gnu.org>
31873
31874 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31875
31876 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31877
31878 * frame.el (blink-cursor-mode): Add :group keyword.
31879
31880 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31881
31882 * calendar/icalendar.el (icalendar--decode-isodatetime):
31883 New optional argument DAY-SHIFT.
31884 (icalendar-export-region): Fix coding-system-for-write.
31885 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31886 events by one.
31887
31888 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31889
31890 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31891
31892 2005-02-24 Kim F. Storm <storm@cua.dk>
31893
31894 * international/iso-acc.el (iso-accents-compose): Fix crash
31895 during redisplay. Call force-window-update after read-event
31896 and delete-region to signal that window is not accurate.
31897
31898 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31899
31900 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31901 Remove unused and inexistent var `inhibit-trace'.
31902 (debugger-mode): Use run-mode-hooks.
31903 (debugger-list-functions): Add buttons; setup xref stack.
31904
31905 2005-02-23 Richard M. Stallman <rms@gnu.org>
31906
31907 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31908 appointment says it was explicitly made.
31909 (appt-add): Set the 3rd element.
31910 (appt-make-list): Preserve explicit appointments.
31911
31912 * subr.el (find-tag-default): Catch errors in forward-sexp.
31913
31914 2005-02-23 Juri Linkov <juri@jurta.org>
31915
31916 * info.el (Info-isearch-search): New defcustom.
31917 (Info-isearch-search): Call the default isearch function
31918 when Info-isearch-search is nil.
31919 (Info-isearch-wrap): Use variable Info-isearch-search.
31920
31921 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31922
31923 * cus-edit.el: Comment change.
31924
31925 2005-02-22 Kim F. Storm <storm@cua.dk>
31926
31927 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31928 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31929
31930 2005-02-22 Simon Josefsson <jas@extundo.com>
31931
31932 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31933 New variable.
31934 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31935 Oskarsson" <myrkraverk@users.sourceforget.net>.
31936
31937 2005-02-22 Kim F. Storm <storm@cua.dk>
31938
31939 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31940 check that window of that event is the selected window.
31941 (mouse-drag-region-1): Compare mouse event window to selected
31942 window before setting point.
31943
31944 * tooltip.el (tooltip-show-help-function): Pass event to
31945 mouse-on-link-p so it can check selected window.
31946
31947 2005-02-22 Kenichi Handa <handa@m17n.org>
31948
31949 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31950 (ps-mule-show-warning): New function.
31951 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31952 characters are found.
31953
31954 * ps-print.el (ps-header-footer-string): Return a list of header
31955 and footer strings.
31956
31957 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31958
31959 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31960
31961 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31962
31963 * frame.el (blink-cursor-mode): Use define-minor-mode.
31964
31965 * term/mac-win.el (function-key-map): Use char-names more consistently.
31966 (file-name-coding-system): Only set it for MacOS-9. The other case is
31967 already handled in mule-cmds.el (where it also works when mac-win.el
31968 is not used).
31969
31970 2005-02-21 Kenichi Handa <handa@m17n.org>
31971
31972 * international/mule.el (ctext-pre-write-conversion): Always use
31973 " *code-converting-work*" buffer for work.
31974
31975 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31976
31977 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31978
31979 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31980
31981 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31982
31983 * ses.el (undo-more): Restore defadvice, but only the part that
31984 allows changes outside the restricted area of the buffer.
31985
31986 2005-02-20 Kim F. Storm <storm@cua.dk>
31987
31988 * simple.el (line-move): Add fourth optional arg try-vscroll which
31989 must be set to perform auto-window-vscroll.
31990 When moving backwards and doing auto-window-vscroll, automatically
31991 vscroll to the last part of lines which are taller than the window.
31992 (next-line, previous-line): Set try-vscroll arg on line-move.
31993
31994 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31995
31996 * replace.el (query-replace, query-replace-regexp)
31997 (replace-string, replace-regexp): When operating on region, make
31998 the minibuffer prompt say so.
31999
32000 * isearch.el (isearch-forward): Document isearch-query-replace and
32001 isearch-query-replace-regexp keybindings.
32002
32003 2005-02-19 Jay Belanger <belanger@truman.edu>
32004
32005 * calc/calc-aent.el (math-read-token): Add local variable.
32006
32007 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32008 (calc-edit-top): Move declaration to earlier in file.
32009 (calc-edit-macro-repeats): Add local variables.
32010
32011 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32012 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32013 calcFunc-tanh.
32014 Adjust integration rule for calcFunc-tan.
32015
32016 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32017
32018 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32019 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32020 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32021 (viper-skip-separators): Bug fix.
32022 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32023 particular major mode.
32024 (viper-del-backward-char-in-replace): Don't put deleted char on the
32025 kill ring.
32026
32027 * viper-ex.el (viper-color-display-p): New function.
32028 (viper-has-face-support-p): Use viper-color-display-p.
32029
32030 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32031
32032 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32033
32034 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32035 (viper-file-remote-p): Make equivalent to file-remote-p.
32036
32037 * viper.el (viper-major-mode-modifier-list):
32038 Use viper-gnus-modifier-map.
32039
32040 2005-02-19 David Kastrup <dak@gnu.org>
32041
32042 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32043 quoting.
32044
32045 2005-02-19 Jay Belanger <belanger@truman.edu>
32046
32047 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32048 Remove extra definitions.
32049 (calc-coth): New function.
32050 (calcFunc-cot): Fix `let'.
32051
32052 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32053
32054 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32055 the reasons we use "type pc" in these faces.
32056
32057 * button.el (button): Ditto.
32058
32059 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32060
32061 * replace.el (query-replace-read-from): Set the value of
32062 query-replace-from-history-variable to handle the case of an empty
32063 string entered to accept the suggested default.
32064
32065 * net/tramp.el (tramp-file-name-for-operation):
32066 Use dired-call-process instead of dired-call-process-command.
32067
32068 2005-02-19 Jay Belanger <belanger@truman.edu>
32069
32070 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32071 (math-div-non-trig): New variables.
32072 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32073 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32074 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32075 trig expressions.
32076
32077 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32078
32079 * progmodes/gdb-ui.el (gdb-var-update-handler)
32080 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32081 for watch expressions,
32082 (gdb-var-create-handler): Don't set speedbar-update-flag.
32083 (gdb-post-prompt): Simplify test for speedbar.
32084
32085 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32086
32087 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32088 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32089 we use the syntax table of the correct buffer.
32090 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32091 Felix Gatzemeier.
32092
32093 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32094 (ediff-file-remote-p): Make synonymous with file-remote-p.
32095 In all deffaces ediff-*-face-*, use min-colors.
32096
32097 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32098 ediff-recurse-to-subdirectories.
32099 (ediff-mark-if-equal): Check that the arguments are strings, use
32100 ediff-same-contents (after to Felix Gatzemeier).
32101
32102 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32103 nil.
32104
32105 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32106
32107 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32108
32109 2005-02-18 David Kastrup <dak@gnu.org>
32110
32111 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32112 use `mark-active' when defined.
32113
32114 2005-02-18 Kenichi Handa <handa@m17n.org>
32115
32116 * ps-print.el (ps-font-info-database): New entry
32117 ZapfChancery-MediumItalic with correct font name. Fix font name
32118 of the entry Zapf-Chancery-MediumItalic.
32119
32120 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32121
32122 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32123
32124 2005-02-16 Kim F. Storm <storm@cua.dk>
32125
32126 * ido.el (ido-fallback-command): Pass user input to fallback command.
32127
32128 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32129
32130 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32131 (gdb-find-file-hook): Add server prefix.
32132
32133 2005-02-16 Richard M. Stallman <rms@gnu.org>
32134
32135 * replace.el (perform-replace): Pass new args to replace-highlight.
32136 (replace-highlight): Take region args,
32137 and pass them to isearch-lazy-highlight-new-loop.
32138
32139 * novice.el (disabled-command-hook): Autoload the defalias
32140 and the make-obsolete-variable call.
32141
32142 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32143
32144 * isearch.el (isearch-lazy-highlight-start-limit)
32145 (isearch-lazy-highlight-end-limit): New variables limit
32146 the region for highlighting.
32147 (isearch-lazy-highlight-new-loop): New args BEG and END.
32148 (isearch-lazy-highlight-search): Use the new vars.
32149 (isearch-lazy-highlight-update): Likewise.
32150
32151 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32152
32153 * cus-start.el (all): Use default-boundp.
32154
32155 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32156
32157 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32158
32159 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32160
32161 * autorevert.el (auto-revert-stop-on-user-input)
32162 (auto-revert-verbose): Doc fixes.
32163
32164 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32165
32166 * international/mule-cmds.el (set-locale-environment): Remove call
32167 to set-selection-coding-system on Windows.
32168
32169 2005-02-15 Jay Belanger <belanger@truman.edu>
32170
32171 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32172 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32173 calcFunc-coth.
32174 (math-simplify-sqrt): Add simplifications.
32175
32176 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32177 to list.
32178
32179 * calc/calc-ext.el: Add functions to autoloads.
32180
32181 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32182 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32183 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32184 (math-csc-raw, math-cot-raw): New functions.
32185
32186 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32187
32188 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32189 the variable name in a message.
32190
32191 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32192 calcFunc-csc, calcFunc-cot.
32193
32194 * calc/calcalg2.el: Add derivative and integration rules for
32195 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32196 calcFunc-csch, calcFunc-coth.
32197 (math-do-integral-methods): Add to checks for when to use
32198 substitutions.
32199
32200 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32201
32202 2005-02-15 Lute Kamstra <lute@gnu.org>
32203
32204 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32205 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32206 <monnier@iro.umontreal.ca>.
32207 (lisp-outline-level): Improve efficiency. Suggested by David
32208 Kastrup <dak@gnu.org>.
32209
32210 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32211
32212 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32213 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32214 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32215 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32216 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32217
32218 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32219
32220 * cus-start.el (all): Comment change.
32221
32222 2005-02-14 Lute Kamstra <lute@gnu.org>
32223
32224 * cus-start.el (all): Check if symbol is void.
32225
32226 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32227
32228 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32229 optional argument to \cite.
32230
32231 2005-02-14 Richard M. Stallman <rms@gnu.org>
32232
32233 * cus-edit.el (custom-buffer-create-internal): Update help message.
32234 (custom-magic-alist): Update help messages.
32235
32236 * cus-start.el (all): Allow a var to specify a standard value.
32237
32238 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32239
32240 * custom.el (custom-theme-set-variables): Handle variable aliases.
32241
32242 * frame.el (blink-cursor-timer): Doc fix.
32243 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32244 declare obsolete.
32245 (blink-cursor-mode): Define with defcustom and use correct
32246 standard expression in that defcustom.
32247 * startup.el (command-line): Adapt to above changes in frame.el.
32248
32249 2005-02-11 Lute Kamstra <lute@gnu.org>
32250
32251 * apropos.el (apropos-score-doc): Prevent division by zero.
32252
32253 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32254
32255 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32256 (icalendar--get-event-property-attributes)
32257 (icalendar--get-event-properties)
32258 (icalendar--datetime-to-diary-date): New functions.
32259 (icalendar--split-value): Doc fix.
32260 (icalendar--datetime-to-noneuropean-date)
32261 (icalendar--datetime-to-european-date): New optional argument
32262 SEPARATOR. Return result as a string instead of a list.
32263 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32264 (icalendar--convert-string-for-export): Rename arg S to STRING.
32265 (icalendar-export-region): Doc fix. Change name of error buffer.
32266 Save output buffer.
32267 (icalendar-import-file): Add blank at end of prompt.
32268 (icalendar-import-buffer): Doc fix. Do not switch to error
32269 buffer. Indicate status in return value.
32270 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32271 buffer. Save output buffer. Handle exception from recurrence
32272 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32273 events. Fix problems with weekly all-day events.
32274
32275 2005-02-10 Richard M. Stallman <rms@gnu.org>
32276
32277 * simple.el (eval-expression-print-format):
32278 Avoid warning about edebug-active.
32279
32280 * help.el (help-for-help-internal): Rename from help-for-help.
32281 (help-for-help): Define with defalias.
32282
32283 * font-core.el (font-lock-default-function): Use with-no-warnings.
32284
32285 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32286
32287 * custom.el (defface): Doc fix.
32288
32289 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32290
32291 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32292 width 0" to prevent word wrapping problems.
32293
32294 2005-02-09 Kim F. Storm <storm@cua.dk>
32295
32296 * ido.el (ido-file-extensions-order): New defcustom.
32297 (ido-file-extension-lessp, ido-file-extension-aux)
32298 (ido-file-extension-order): New advanced file ordering.
32299 (ido-file-lessp): New simple file ordering.
32300 (ido-sort-list): Remove.
32301 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32302 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32303
32304 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32305
32306 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32307 that some versions of grep produce.
32308 (grep-mode-font-lock-keywords): Likewise.
32309
32310 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32311
32312 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32313 (gdb-cdir): Delete.
32314 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32315 (gdb-source-info): Treat case when source file is in another
32316 directory properly.
32317 (gdb-get-location): New function.
32318
32319 2005-02-07 Jay Belanger <belanger@truman.edu>
32320
32321 * calc/calc-prog.el (calc-write-parse-table-part)
32322 (calc-fix-token-name): Fix a check for language type.
32323
32324 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32325
32326 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32327
32328 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32329 as directory not writable.
32330
32331 2005-02-07 Kim F. Storm <storm@cua.dk>
32332
32333 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32334 (cua--standard-movement-commands): Remove list.
32335 Instead, set CUA property value to move for movement commands.
32336 (cua-movement-commands): Remove. Users must set CUA prop instead.
32337 (cua--pre-command-handler): Check CUA property.
32338 (cua--init-keymaps): Don't remap undo commands.
32339 (cua-mode): Don't call cua--rectangle-on-off.
32340
32341 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32342 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32343 (cua--rect-undo-set-point): New var.
32344 (cua--rectangle-undo-boundary): Setup undo apply entry.
32345 (cua--rect-undo-handler): New function for rectangle undo.
32346 (cua--rect-start-position, cua--rect-end-position): Add.
32347 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32348 for restored rectangle. Set point if cua--rect-undo-set-point.
32349
32350 2005-02-06 Jay Belanger <belanger@truman.edu>
32351
32352 * calc/calc-lang.el (calc-tex-language): Display more information
32353 in messages.
32354
32355 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32356 in TeX mode.
32357
32358 2005-02-06 Richard M. Stallman <rms@gnu.org>
32359
32360 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32361
32362 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32363
32364 * net/ldap.el (ldap-search-internal): Support attributes with
32365 optional descriptions separated by a semi-colon, as in
32366 "userCertificate;binary".
32367
32368 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32369
32370 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32371 isn't a cons (i.e. the version is 0).
32372
32373 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32374
32375 * help.el (help-for-help): Doc fix.
32376
32377 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32378
32379 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32380 GDB-Windows on the menu-bar as this works better.
32381
32382 2005-02-04 Jay Belanger <belanger@truman.edu>
32383
32384 * calc/calc-embed.el (calc-embedded-update): Don't put in
32385 unnecessary newlines. Adjust the end of formula marker.
32386
32387 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32388 (math-latex-parse-two-args): New function.
32389
32390 2005-02-03 Lute Kamstra <lute@gnu.org>
32391
32392 * help-fns.el (help-with-tutorial): Make sure that users cannot
32393 remove the entire text of the tutorial by means of `undo'.
32394
32395 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32396
32397 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32398 in recent changes, where the ispell process was repeatedly
32399 killed & restarted.
32400
32401 * international/mule-cmds.el (set-locale-environment): Set file-name
32402 coding system to utf-8 on Darwin systems.
32403 (set-default-coding-systems): Don't set default-file-name-coding-system
32404 on Darwin systems.
32405
32406 2005-02-03 Richard M. Stallman <rms@gnu.org>
32407
32408 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32409
32410 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32411
32412 * faces.el (list-faces-display): Add optional argument.
32413
32414 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32415
32416 * font-core.el (font-lock-default-function): Handle the rare case where
32417 only font-lock-keywords is set.
32418
32419 2005-02-02 Kenichi Handa <handa@m17n.org>
32420
32421 * international/characters.el: Cancel previous change for
32422 I-WITH-DOT-ABOVE and DOTLESS-i.
32423
32424 * international/latin-5.el: Cancel previous change.
32425
32426 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32427
32428 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32429
32430 2005-02-02 Kenichi Handa <handa@m17n.org>
32431
32432 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32433 DOTLESS-i.
32434
32435 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32436 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32437
32438 * case-table.el (get-upcase-table): New function.
32439 (copy-case-table): Copy upcaes table too if non-nil.
32440 (set-case-syntax-delims): Maintain upcase table too.
32441 (set-case-syntax-pair): Likewise.
32442 (set-upcase-syntax, set-downcase-syntax): New functions.
32443 (set-case-syntax): Maintain upcase table too.
32444
32445 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32446
32447 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32448
32449 * progmodes/gud.el (gud-goto-info): New function.
32450 (gud-tool-bar-map): Use correct icon.
32451
32452 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32453
32454 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32455 When delegating, order args in the funcall correctly.
32456
32457 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32458
32459 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32460
32461 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32462
32463 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32464 buffer not visiting a file.
32465
32466 2005-01-31 Jay Belanger <belanger@truman.edu>
32467
32468 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32469 bound on the line with the formula.
32470
32471 2005-01-31 Kim F. Storm <storm@cua.dk>
32472
32473 * ses.el (ses-create-cell-variable-range)
32474 (ses-destroy-cell-variable-range, ses-reset-header-string)
32475 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32476 (ses-insert-row): Fix format of apply undo entries.
32477
32478 2005-01-31 Jay Belanger <belanger@truman.edu>
32479
32480 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32481 parts.
32482
32483 * calc/calc-embed.el (calc-embedded-open-formula)
32484 (calc-embedded-close-formula): Ignore matrix environments.
32485
32486 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32487 TeX mode.
32488
32489 * calc/calc-lang.el (math-function-table, math-oper-table)
32490 (math-variable-table): Adjust the LaTeX portions.
32491
32492 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32493 (math-latex-ignore-words): New constant.
32494
32495 2005-01-31 Richard M. Stallman <rms@gnu.org>
32496
32497 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32498 (ispell-local-dictionary): Doc fix.
32499 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32500 Don't reinitialize at run time. Don't defcustom.
32501 All uses changed to append ispell-local-dictionary-alist,
32502 or check it first.
32503 (ispell-current-dictionary): New variable for dictionary in use.
32504 (ispell-dictionary): Now used only for global default.
32505 (ispell-start-process): Set ispell-current-dictionary,
32506 not ispell-dictionary.
32507 (ispell-change-dictionary): Use this only for setting
32508 user preferences.
32509 (ispell-internal-change-dictionary): New function
32510 to change the current dictionary in use.
32511 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32512 Use ispell-current-dictionary.
32513 Handle ispell-local-dictionary-overridden.
32514 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32515
32516 2005-01-31 Jay Belanger <belanger@truman.edu>
32517
32518 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32519
32520 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32521 (calc-mode-map): Add calc-latex-language.
32522
32523 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32524 (math-latex-print-frac): New functions.
32525 (math-oper-table, math-function-table, math-variable-table)
32526 (math-complex-format, math-input-filter): Add latex properties.
32527 (calc-set-language): Set math-expr-special-function-mapping.
32528
32529 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32530 (calc-write-parse-table-part): Add LaTeX support.
32531
32532 * calc/calc.el (calc-language): Adjust docstring.
32533 (calc-set-mode-line): Add LaTeX support.
32534 (math-expr-special-function-mapping): New variable.
32535 (math-tex-ignore-words): Add to list.
32536
32537 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32538 Add LaTeX support.
32539 (math-compose-expr): Add support for special functions.
32540
32541 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32542
32543 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32544
32545 * progmodes/gdb-ui.el (gdb-memory-address)
32546 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32547 (gdb-memory-mode-map, gdb-memory-format-keymap)
32548 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32549 (gdb-memory-unit-menu): New variables for a buffer
32550 that lets the user examine program memory.
32551 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32552 (gdb-memory-format-binary, gdb-memory-format-octal)
32553 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32554 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32555 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32556 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32557 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32558 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32559 (gdb-memory-mode, gdb-memory-buffer-name)
32560 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32561 New functions for above buffer.
32562
32563 2005-01-30 Richard M. Stallman <rms@gnu.org>
32564
32565 * cus-edit.el (custom-bury-buffer): Function deleted.
32566 (custom-buffer-done-function): Option deleted.
32567 (custom-buffer-done-kill): New replacement option.
32568 (Custom-buffer-done): Call quit-window.
32569 (custom-buffer-create-internal): Update for above changes.
32570
32571 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32572
32573 * simple.el (undo-ask-before-discard): New var.
32574 (undo-outer-limit-truncate): Implement it.
32575 (undo-extra-outer-limit): Doc update.
32576
32577 2005-01-29 Richard M. Stallman <rms@gnu.org>
32578
32579 * ses.el (undo-more): Delete defadvice.
32580 (ses-begin-change): Doc fix.
32581
32582 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32583 instead of rebinding C-x u and C-_.
32584
32585 * files.el (normal-backup-enable-predicate): Return nil for files
32586 in /tmp, regardless of temporary-file-directory.
32587
32588 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32589
32590 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32591 (open-rectangle, delete-whitespace-rectangle-line)
32592 (clear-rectangle-line): If FILL, pass t instead of FILL
32593 for move-to-column's 2nd arg.
32594
32595 * simple.el (undo): Fix the test for continuing a series of undos.
32596 (undo-more): Set pending-undo-list to t when we reach end.
32597 (pending-undo-list): Move up defvar.
32598
32599 * wid-edit.el (widget-button-click):
32600 Shorten the range of the track-mouse binding.
32601
32602 * comint.el (comint-insert-input): Undo previous changes;
32603 use last-input-event in interactive spec.
32604
32605 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32606
32607 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32608 to nil before invoking call-process. Reset buffer's modified flag
32609 after fontifying it in the no-async branch.
32610
32611 * wid-edit.el (widget-specify-button): If mouse pointer shape
32612 cannot be changed, use mouse face instead.
32613
32614 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32615
32616 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32617 (gdb-goto-breakpoint): Make breakpoint handling work on template
32618 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32619 (gdb-assembler-custom): Update to recognize breakpoint information
32620 added on 2005-01-19.
32621
32622 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32623
32624 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32625 (dsssl-mode): Use define-derived-mode.
32626 (scheme-mode-initialize): Remove.
32627 (scheme-mode): Use run-mode-hooks.
32628
32629 * cus-edit.el (customize-group-other-window)
32630 (custom-buffer-create-other-window): Don't override special-display-*.
32631 (custom-mode-map): Make it dense.
32632
32633 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32634 sets the default value.
32635
32636 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32637
32638 * descr-text.el: Add more keywords.
32639
32640 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32641
32642 * speedbar.el: Avoid unnecessary use of locate-library.
32643
32644 * international/mule-cmds.el (standard-display-european-internal):
32645 Don't fiddle with latin-1 non-break space any more since it's now
32646 special cased in the C code.
32647 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32648
32649 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32650
32651 * cus-start.el (all): Add `undo-outer-limit'.
32652
32653 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32654
32655 * textmodes/bibtex.el (bibtex-format-entry):
32656 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32657 field lines.
32658 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32659 not on part of a buffer.
32660
32661 2005-01-25 Lute Kamstra <lute@gnu.org>
32662
32663 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32664 nonempty field text strings like "{letters\\macro{}more letters}".
32665 Clarify docstring.
32666 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32667 (bibtex-entry-offset, bibtex-parse-association)
32668 (bibtex-parse-field-name): Fix typos in docstrings.
32669 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32670
32671 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32672
32673 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32674 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32675 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32676 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32677
32678 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32679 isearch minor mode.
32680
32681 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32682
32683 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32684
32685 2005-01-24 Lute Kamstra <lute@gnu.org>
32686
32687 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32688 CASECHARS and NOT-CASECHARS regular expressions of the
32689 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32690 striding over charsets" error.
32691
32692 2005-01-24 Jay Belanger <belanger@truman.edu>
32693
32694 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32695 display variable name.
32696
32697 2005-01-24 Kenichi Handa <handa@m17n.org>
32698
32699 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32700 Fix setting of the element of encoded-kbd-iso2022-invocations.
32701
32702 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32703
32704 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32705 (gdb-threads-select): Change to also accept mouse events.
32706 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32707 (gdb-threads-mouse-select): Delete.
32708
32709 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32710
32711 * files.el (insert-directory): Take care of empty directory,
32712 listed without -a switch.
32713
32714 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32715
32716 * textmodes/refill.el (refill-post-command-function):
32717 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32718 to the list of functions that we should be careful not to undo.
32719 (refill-late-fill-paragraph-function): Remove.
32720 (refill-saved-state): New var.
32721 (refill-mode): Use it to save fill-paragraph-function.
32722 Save also the value of auto-fill-function.
32723
32724 * term/w32-win.el: Simplify code.
32725
32726 2005-01-23 Kim F. Storm <storm@cua.dk>
32727
32728 * simple.el (line-move): Adapt to new return value from
32729 pos-visible-in-window-p.
32730
32731 * simple.el (line-move): Fix last change. Check partial
32732 visibility at point rather than at window-start.
32733
32734 2005-01-22 Jason Rumney <jasonr@gnu.org>
32735
32736 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32737
32738 2005-01-22 David Kastrup <dak@gnu.org>
32739
32740 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32741
32742 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32743
32744 * type-break.el (type-break-mode): Add a test for
32745 type-break-file-name being non-nil.
32746
32747 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32748
32749 * net/eudc.el (top level): Call (message "") via progn, so that
32750 eudc-options-file is loaded.
32751
32752 2005-01-22 Kim F. Storm <storm@cua.dk>
32753
32754 * simple.el (line-move-1): Rename from line-move.
32755 (line-move): New function that adjusts vscroll for partially
32756 visible rows, and calls line-move-1 otherwise.
32757
32758 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32759
32760 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32761 since it's not a complete read-event implementation
32762
32763 2005-01-20 Jay Belanger <belanger@truman.edu>
32764
32765 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32766 for called function.
32767
32768 2005-01-20 Steven Tamm <steventamm@mac.com>
32769
32770 * term/mac-win.el (process-connection-type): Remove.
32771 Controlled now by s/darwin.h:PTY_ITERATION.
32772
32773 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32774
32775 * window.el (handle-select-window): Don't switch window when we're
32776 in the minibuffer.
32777
32778 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32779
32780 * subr.el (dotimes-with-progress-reporter): New macro.
32781
32782 * ses.el (ses-dotimes-msg): Remove macro.
32783 Use `dotimes-with-progress-reporter' instead.
32784
32785 2005-01-19 Steven Tamm <steventamm@mac.com>
32786
32787 * term/mac-win.el (process-connection-type): Use new
32788 operating-system-release variable to use ptys on Darwin 7 (OS X
32789 10.3) when using carbon build.
32790
32791 2005-01-19 Jay Belanger <belanger@truman.edu>
32792
32793 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32794 flags if the last command was a tab or M-tab.
32795
32796 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32797 in formula editing buffer.
32798
32799 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32800
32801 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32802 breakpoint image symbol in margin.
32803
32804 2005-01-19 Jay Belanger <belanger@truman.edu>
32805
32806 * calc/calc-prog.el (calc-execute-kbd-macro):
32807 Ignore calc-keep-arg-flag.
32808
32809 2005-01-19 Kenichi Handa <handa@m17n.org>
32810
32811 * textmodes/ispell.el (ispell-looking-at): New function.
32812 (ispell-process-line): Use ispell-looking-at to compare the ispell
32813 output and the buffer contents.
32814
32815 2005-01-18 Jay Belanger <belanger@truman.edu>
32816
32817 * calc/calc.el (calc-display-raw): Fix docstring.
32818
32819 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32820
32821 * simple.el (blink-matching-open): Strip extra info from syntax.
32822
32823 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32824 funny chars in the end-of-here-doc marker.
32825
32826 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32827
32828 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32829 that enable/disabled state of breakpoints is shown correctly in
32830 fringe and on ttys.
32831 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32832 Add breakpoint information as text properties.
32833 (gdb-mouse-toggle-breakpoint):
32834 Rename to gdb-mouse-set-clear-breakpoint.
32835 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32836 breakpoints in the margin.
32837 (gdb-remove-strings): Simplify.
32838
32839 2005-01-17 Jay Belanger <belanger@truman.edu>
32840
32841 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32842 erasing buffer.
32843
32844 2005-01-17 Richard M. Stallman <rms@gnu.org>
32845
32846 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32847 for calling grep-compute-defaults.
32848
32849 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32850 if buffer is empty.
32851
32852 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32853
32854 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32855
32856 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32857
32858 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32859 non-preloaded variables.
32860
32861 2005-01-17 Steven Tamm <steventamm@mac.com>
32862
32863 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32864 tex-shell cause to force interactivity when using pipes.
32865
32866 2005-01-17 Kim F. Storm <storm@cua.dk>
32867
32868 * simple.el (just-one-space): Make arg optional.
32869
32870 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32871
32872 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32873 posn-at-x-y to t to access left-margin.
32874
32875 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32876
32877 Sync with Tramp 2.0.47.
32878
32879 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32880 catching keep-date problems in cp/scp operations.
32881 (tramp-handle-copy-file): Don't call `set-file-modes'
32882 unconditionally. Specialized functions should know better what is
32883 necessary. This improves performance a little bit, and the
32884 functions could catch errors with `cp -p' and `scp -p'.
32885 (tramp-do-copy-or-rename-file-via-buffer)
32886 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32887 when appropriate.
32888 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32889 Call `set-file-modes' when appropriate.
32890 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32891 Johnsson <isak@hypergene.com>.
32892 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32893 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32894 <joakim@verona.se>.
32895 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32896 Emacs only.
32897
32898 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32899 `find-file-hooks' and `dired-mode-hook'.
32900 (tramp-minor-mode-map): Respective map. Add remapping for
32901 `compile' and `recompile'.
32902 (tramp-remap-command, tramp-recompile): New defuns.
32903 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32904 in buffer "*Compilation*". Call the commands asynchronously.
32905
32906 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32907 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32908 `shell-command', because it isn't magic in XEmacs. Reported by
32909 Adrian Aichner <adrian@xemacs.org>.
32910
32911 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32912 `substitute-in-file-name.
32913 (tramp-smb-handle-substitute-in-file-name): New defun.
32914 (tramp-smb-advice-PC-do-completion): Delete advice.
32915
32916 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32917
32918 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32919 Fix error in deleting region.
32920
32921 2005-01-15 Richard M. Stallman <rms@gnu.org>
32922
32923 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32924 In non-temp buffer, switch syntax table temporarily.
32925
32926 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32927
32928 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32929
32930 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32931
32932 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32933 (imenu--generic-function): Use START, not BEG, as pos of definition.
32934
32935 * simple.el (just-one-space): Argument specifies number of spaces.
32936
32937 * simple.el (eval-expression-print-format): Avoid warning
32938 about edebug-active.
32939
32940 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32941
32942 * progmodes/sh-script.el: Code copied from make-mode.el
32943 with small changes,
32944 (sh-mode-map): Bind C-c C-\.
32945 (sh-backslash-column, sh-backslash-align): New variables.
32946 (sh-backslash-region, sh-append-backslash): New functions.
32947
32948 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32949
32950 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32951 (rmail-pop-password, rmail-pop-password-required): Move to
32952 rmail-obsolete group.
32953 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32954 All callers updated.
32955 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32956 Take an argument specifying whether it is POP or IMAP mailbox we
32957 are using. All callers updated.
32958 (rmail-pop-password-error): Rename to
32959 rmail-remote-password-error. Added mailutils-specific error message.
32960 (rmail-movemail-search-path)
32961 (rmail-movemail-variant-in-use): New variables.
32962 (rmail-remote-password, rmail-remote-password-required):
32963 New customization variables.
32964 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32965 (rmail-parse-url): New function.
32966 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32967 with GNU mailutils movemail.
32968
32969 2005-01-15 Kevin Ryde <user42@zip.com.au>
32970
32971 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32972 suffix to space, $ or '$, to correctly position point when going
32973 to @table style constants like DBL_MAX.
32974
32975 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32976
32977 * type-break.el (type-break-mode, type-break-file-time)
32978 (type-break-file-keystroke-count, type-break-choose-file):
32979 Don't store data in or load data from the file if type-break-file-name
32980 is nil.
32981 (type-break-file-name): Doc update as per the above.
32982
32983 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32984
32985 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32986 lookup-key might return nil; handle that.
32987
32988 2005-01-15 Alan Mackenzie <acm@muc.de>
32989
32990 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32991 rather than the element found, thus enabling the tree to be setcar'd.
32992
32993 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32994
32995 * textmodes/org.el (org-show-following-heading): New option.
32996 (org-show-hierarchy-above): Use `org-show-following-heading'.
32997 (org-cycle): Documentation fix.
32998
32999 * textmodes/org.el (orgtbl-optimized): New option
33000 (orgtbl-mode): New command, a minor mode.
33001 (orgtbl-mode-map): New variable.
33002 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33003 (orgtbl-error, orgtbl-self-insert-command)
33004 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33005
33006 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33007 a local variable in each org-mode buffer.
33008
33009 * textmodes/org.el (org-set-regexps-and-options): Rename from
33010 `org-set-regexps'. Added checking for STARTUP keyword.
33011 (org-get-current-options): Add STARTUP options.
33012 (org-table-insert-row): Make mode intelligent about when
33013 realignment is needed.
33014 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33015 New commands.
33016 (org-enable-table-editor): New default value `optimized'.
33017 (org-table-blank-field): Support blanking regions if active.
33018
33019 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33020
33021 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33022 if the year is not given.
33023
33024 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33025 Add new escapes %m and %M, fixed bug with %F by adding
33026 save-match-data.
33027 (reftex-reference): Remove ?. from list of spaces.
33028 (reftex-label-info): Add automatic label prefix recognition.
33029
33030 * textmodes/reftex-index.el (reftex-index-next-phrase):
33031 Add slave parameter to call of `reftex-index-this-phrase'.
33032 (reftex-index-this-phrase): New optional argument.
33033 (reftex-index-region-phrases): Add slave parameter to call of
33034 `reftex-index-this-phrase'.
33035 (reftex-display-index): New argument redo.
33036 (reftex-index-rescan): Add `redo' to arguments of
33037 `reftex-display-index'.
33038 (reftex-index-Rescan, reftex-index-revert)
33039 (reftex-index-switch-index-tag): Add `redo' to arguments of
33040 `reftex-display-index'.
33041 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33042 indexing. Fix bug with matching is there is a quote before or
33043 after the word.
33044
33045 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33046 Fix bug when collecting citation keys in lines with comments.
33047 (reftex-citation): Prefix argument no longer rescans the document,
33048 but forces prompting for optional arguments of cite macros.
33049 (reftex-do-citation): Prompting for optional arguments implemented.
33050
33051 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33052 Add optional arguments to most cite commands.
33053 (reftex-cite-cleanup-optional-args): New option
33054 (reftex-cite-prompt-optional-args): New option.
33055 (reftex-trust-label-prefix): New option.
33056
33057 * textmodes/reftex-toc.el (reftex-toc-find-section):
33058 Add push-mark before changing the position in the buffer.
33059
33060 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33061 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33062
33063 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33064
33065 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33066 more carefully.
33067
33068 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33069
33070 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33071 (sgml-mode): Use it.
33072 (sgml-get-context): Better keep track of implicitly closed tags.
33073
33074 2005-01-13 Kenichi Handa <handa@m17n.org>
33075
33076 * textmodes/ispell.el: These changes are to fix misalignment error
33077 caused by equivalent characters of different Emacs charsets.
33078 (ispell-unified-chars-table): New variable.
33079 (ispell-get-decoded-string): New function.
33080 (ispell-get-casechars, ispell-get-not-casechars)
33081 (ispell-get-otherchars): Call ispell-get-decoded-string.
33082
33083 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33084
33085 * custom.el (custom-declare-variable): Just put symbol instead
33086 of (defvar . symbol) in `current-load-list'.
33087
33088 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33089
33090 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33091
33092 2005-01-12 Jay Belanger <belanger@truman.edu>
33093
33094 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33095 to create a Calc summary.
33096
33097 2005-01-12 Kim F. Storm <storm@cua.dk>
33098
33099 * mouse.el (mouse-on-link-p): Change functionality and doc
33100 string to comply with latest description in lisp ref.
33101
33102 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33103
33104 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33105 Enable mouse clicks on mode-line, header-line and margin.
33106 (event-type): Give mouse event symbols an `event-kind' property
33107 with value `mouse-click'.
33108
33109 2005-01-12 Juri Linkov <juri@jurta.org>
33110
33111 * facemenu.el (list-colors-display): Add new arg buffer-name.
33112 Use it. Fix docstring. Replace code for identifying duplicate
33113 colors by the name with call to `list-colors-duplicates' which
33114 identifies duplicate colors by the value unless the color
33115 is one of special Windows colors. Set truncate-lines to t.
33116 Print sorted duplicate color names on each line. Indent to 22
33117 \(the longest color name in rgb.txt) instead of 20. Optimize.
33118 (list-colors-duplicates): New function.
33119 (facemenu-color-name-equal): Delete function.
33120
33121 * facemenu.el (list-colors-print): New function created from code
33122 in list-colors-display. Print #RRGGBB at the window right edge.
33123 (list-colors-display): When temp-buffer-show-function is not
33124 defined, call list-colors-print from temp-buffer-show-hook
33125 to get the right value of window-width in list-colors-print
33126 after the buffer is displayed.
33127
33128 * simple.el (pop-mark): Move deactivate-mark out of conditional
33129 part to deactivate the active mark regardless of the state of the
33130 mark ring.
33131
33132 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33133 variables line in desktop files.
33134
33135 2005-01-12 Juri Linkov <juri@jurta.org>
33136
33137 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33138 Bring together isearch highlight related options.
33139 (lazy-highlight): Replace group `replace' by `matching'.
33140 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33141 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33142 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33143 and declare them obsolete.
33144 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33145 (isearch-faces): Remove defgroup.
33146 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33147 Move isearch highlighting code closer to lazy highlighting code.
33148
33149 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33150 (query-replace-highlight, query-replace-lazy-highlight)
33151 (query-replace): Move definitions to the beginning of the file.
33152
33153 2005-01-11 Juri Linkov <juri@jurta.org>
33154
33155 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33156 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33157 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33158
33159 * info.el (Info-history-forward): New variable.
33160 (Info-select-node): Reset Info-history-forward to nil.
33161 (Info-last): Turn into defalias.
33162 (Info-history-back): Rename from Info-last.
33163 Add current node to Info-history-forward.
33164 (Info-history-forward): New fun.
33165 (Info-mode-map): Replace Info-last by Info-history-back.
33166 Bind Info-history-forward to "r".
33167 (Info-mode-menu): Replace Info-last by Info-history-back.
33168 Fix menu item text. Add menu item for Info-history-forward.
33169 (info-tool-bar-map): Replace Info-last by Info-history-back.
33170 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33171 for Info-history-forward.
33172 (Info-mode): Replace Info-last by Info-history-back in docstring.
33173 Add local variable Info-history-forward.
33174 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33175
33176 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33177
33178 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33179 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33180 Ignore select-window events rather than fiddle with
33181 mouse-autoselect-window.
33182
33183 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33184
33185 * type-break.el (type-break-mode): Fix previous change.
33186
33187 2005-01-10 Jay Belanger <belanger@truman.edu>
33188
33189 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33190 calculator; only reset when point is inside a calculator.
33191 Don't adjust the window height if the window takes up the whole height
33192 of the frame.
33193
33194 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33195
33196 * ebuff-menu.el (Electric-buffer-menu-mode):
33197 Preserve value of buffer-local var header-line-format.
33198
33199 2005-01-09 Jay Belanger <belanger@truman.edu>
33200
33201 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33202 Make sure settings file exists before accessing it.
33203
33204 * calc/calc-embed.el (calc-embedded-subst):
33205 Replace math-multi-subst-rec, which is only supposed to be called
33206 by math-multi-subst, by math-multi-subst.
33207
33208 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33209
33210 * vc.el (vc-allow-async-revert): New user option.
33211 (vc-disable-async-diff): New internal variable.
33212 (vc-revert-buffer): Use them to disable asynchronous diff.
33213
33214 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33215 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33216 asynchronously if vc-disable-async-diff is t.
33217
33218 2005-01-09 Jay Belanger <belanger@truman.edu>
33219
33220 * calc/calc.el (defcalcmodevar): New macro.
33221 (calc-mode-var-list-restore-default-values)
33222 (calc-mode-var-list-restore-saved-values): New functions.
33223 (calc-mode-var-list): Use defcalcmodevar to define it.
33224 (calc-always-load-extensions, calc-line-numbering)
33225 (calc-line-breaking, calc-display-just, calc-display-origin)
33226 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33227 (calc-group-char, calc-point-char, calc-frac-format)
33228 (calc-prefer-frac, calc-hms-format, calc-date-format)
33229 (calc-float-format, calc-full-float-format, calc-complex-format)
33230 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33231 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33232 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33233 (calc-matrix-brackets, calc-language, calc-language-option)
33234 (calc-left-label, calc-right-label, calc-word-size)
33235 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33236 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33237 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33238 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33239 (calc-window-height, calc-display-trail, calc-show-selections)
33240 (calc-use-selections, calc-assoc-selections)
33241 (calc-display-working-message, calc-auto-why, calc-timing)
33242 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33243 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33244 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33245 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33246 (calc-gnuplot-geometry, calc-graph-default-resolution)
33247 (calc-graph-default-resolution-3d, calc-invocation-macro)
33248 (calc-show-banner): Use defcalcmodevar to declare them and set
33249 their default values.
33250
33251 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33252 instead of default values (but restore default values if there is
33253 an argument of 0).
33254
33255 2005-01-09 David Kastrup <dak@gnu.org>
33256
33257 * desktop.el (desktop-restore-eager): Fix typo in type.
33258
33259 2005-01-08 Richard M. Stallman <rms@gnu.org>
33260
33261 * cus-edit.el (customize): Delete :link.
33262
33263 2005-01-08 Jay Belanger <belanger@truman.edu>
33264
33265 * calc/calc.el (calc-mode): Remove the extension from the
33266 `calc-settings-file' file name when loading it.
33267
33268 2005-01-08 Kim F. Storm <storm@cua.dk>
33269
33270 * info.el (Info-mode-map, Info-next-link-keymap)
33271 (Info-prev-link-keymap, Info-up-link-keymap):
33272 Map follow-link to mouse-face.
33273 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33274
33275 2005-01-08 Jay Belanger <belanger@truman.edu>
33276
33277 * calc/calc.el (calc-settings-file): Change default value.
33278 Suggested by cgw in a comment in calc-mode.el.
33279
33280 * calc/calc-mode.el (calc-settings-file-name):
33281 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33282 Replace ~/.emacs in a prompt by calc-settings-file.
33283
33284 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33285
33286 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33287 (desktop-lazy-idle-delay): New customizable variables.
33288 (desktop-buffer-args-list): New variable.
33289 (desktop-append-buffer-args): New function.
33290 (desktop-save): Call desktop-append-buffer-args for some buffers.
33291 (desktop-lazy-create-buffer): New function.
33292 (desktop-idle-create-buffers): New function.
33293 (desktop-read): Add message about buffers to restore lazily.
33294 (desktop-lazy-abort): New command.
33295 (desktop-clear): Call desktop-lazy-abort.
33296 (desktop-lazy-complete): New command.
33297
33298 2005-01-06 Richard M. Stallman <rms@gnu.org>
33299
33300 * emacs-lisp/find-func.el (find-face-definition):
33301 Rename from find-face.
33302
33303 2005-01-06 Kim F. Storm <storm@cua.dk>
33304
33305 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33306
33307 * man.el (Man-xref-man-page, Man-xref-header-file)
33308 (Man-xref-normal-file): Add follow-link property.
33309
33310 2005-01-06 Jay Belanger <belanger@truman.edu>
33311
33312 * calc/calc-units.el: Make sure the proper macro definitions are
33313 available when compiling.
33314
33315 2005-01-06 Juri Linkov <juri@jurta.org>
33316
33317 * isearch.el (isearch-lazy-highlight-update):
33318 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33319
33320 2005-01-06 Miles Bader <miles@gnu.org>
33321
33322 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33323 (isearch-lazy-highlight-face): Use new name.
33324
33325 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33326
33327 * uniquify.el (uniquify-rationalize-file-buffer-names):
33328 Re-add an interactive spec.
33329 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33330 to the same name.
33331
33332 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33333 (isearch-update, isearch-done): Adjust calls accordingly.
33334
33335 2005-01-05 Richard M. Stallman <rms@gnu.org>
33336
33337 * custom.el (custom-set-variables, custom-theme-set-variables):
33338 Clarify documentation.
33339
33340 * emacs-lisp/find-func.el (find-variable)
33341 (find-variable-other-window, find-variable-other-frame):
33342 Fix the TYPE args to find-function-read and find-function-do-it.
33343 (find-function): Doc fix.
33344 (find-function-at-point): Replace function-at-point alias.
33345
33346 2005-01-04 Richard M. Stallman <rms@gnu.org>
33347
33348 * cus-face.el (custom-declare-face):
33349 Record defface in current-load-list.
33350
33351 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33352
33353 * emacs-lisp/find-func.el: Doc fixes.
33354 (find-face-regexp): New variable.
33355 (find-function-regexp-alist): New variable.
33356 (find-function-C-source): Third arg is now TYPE.
33357 (find-function-search-for-symbol): Handle general TYPE.
33358 (find-function-read, find-function-do-it): Handle general TYPE.
33359 (find-definition-noselect, find-face): New functions.
33360 (function-at-point): Alias deleted.
33361
33362 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33363
33364 * battery.el (display-battery-mode): Rename from display-battery.
33365 Handle the case where it gets turned off.
33366
33367 2005-01-04 Richard M. Stallman <rms@gnu.org>
33368
33369 * cus-edit.el (customize): Make :link point to user doc.
33370
33371 * man.el (Man-fontify-manpage): Turn off undo generation.
33372
33373 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33374
33375 2005-01-04 Andreas Schwab <schwab@suse.de>
33376
33377 * files.el (insert-directory): Only look for error lines in
33378 inserted text. Don't move too far after processing --dired markers.
33379
33380 2005-01-04 Richard M. Stallman <rms@gnu.org>
33381
33382 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33383 Don't expand if the character is @, period, dash, etc.
33384 (define-mail-abbrev): Quote names that contain problem characters.
33385
33386 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33387
33388 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33389
33390 2005-01-03 Richard M. Stallman <rms@gnu.org>
33391
33392 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33393 (query-replace-highlight, query-replace-lazy-highlight)
33394 (query-replace): Definitions moved up. Doc fix.
33395
33396 2005-01-03 Richard M. Stallman <rms@gnu.org>
33397
33398 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33399 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33400 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33401 (lazy-highlight-face): Rename from isearch-lazy-...
33402 Change all references to them.
33403
33404 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33405
33406 * cus-edit.el (custom-file): Doc fix for defcustom.
33407 (custom-file): The function no longer sets the variable
33408 `custom-file' to its return value.
33409
33410 * startup.el (command-line): No longer load `custom-file'.
33411
33412 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33413
33414 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33415
33416 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33417 Don't confuse module-prefixed identifiers for labels.
33418 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33419
33420 2005-01-02 Richard M. Stallman <rms@gnu.org>
33421
33422 * files.el (basic-save-buffer-1): Fix previous change.
33423
33424 * loadhist.el (file-loadhist-lookup): New function.
33425 (file-provides, file-requires): Use it.
33426
33427 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33428 instead of calculating the right size.
33429
33430 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33431
33432 * vc-svn.el (vc-svn-diff): Stay local if possible.
33433
33434 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33435
33436 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33437
33438 * files.el (hack-local-variables): Fix last change.
33439
33440 2005-01-02 Jay Belanger <belanger@truman.edu>
33441
33442 * calc/calc-yank.el (calc-edit-top): New variable.
33443 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33444 object. Change header properties.
33445 (calc-edit-finish, calc-edit-finish-stack-object)
33446 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33447 edited object.
33448 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33449 for the beginning of the edited object.
33450 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33451 for the beginning of the edited object.
33452 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33453 (calc-finish-formula-edit, calc-macro-repeats)
33454 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33455 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33456 beginning of the edited object.
33457 (calc-user-define-edit): Change the header for editing macros.
33458 Remove unnecessary variable.
33459
33460 2005-01-01 Jay Belanger <belanger@truman.edu>
33461
33462 * calc/calc-yank.el (calc-edit-mode): Change default header.
33463 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33464 * calc/calc-store.el (calc-edit-variable): Change title to match new
33465 header.
33466 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33467 mode to match new header.
33468 (calc-user-define-edit): Change titles to include names of commands.
33469 (calc-finish-formula-edit): Adjust to handle new header.
33470 (calc-finish-macro-edit): Remove.
33471 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33472 (calc-edit-macro-command, calc-edit-macro-command-type)
33473 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33474 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33475 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33476 (calc-edit-macro-finish-edit): New functions.
33477 (calc-user-define-edit): Use new functions to edit named calc macros.
33478
33479 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33480
33481 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33482
33483 * ses.el (copy-region-as-kill): Deactivate mark.
33484
33485 2005-01-01 Richard M. Stallman <rms@gnu.org>
33486
33487 * replace.el (occur-1): If the output buffer is also an input,
33488 don't kill it, rename it.
33489
33490 * faces.el (set-face-background, set-face-foreground): Doc fix.
33491
33492 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33493 for :foreground and :background.
33494
33495 * dired.el (dired-view-command-alist): Variable deleted.
33496 (dired-view-file, dired-mouse-find-file-other-window):
33497 Delete the code to use it.
33498
33499 2005-01-01 Kim F. Storm <storm@cua.dk>
33500
33501 * image.el (insert-sliced-image): Use t for line-height property.
33502
33503 See ChangeLog.11 for earlier changes.
33504
33505 ;; Local Variables:
33506 ;; coding: iso-2022-7bit
33507 ;; add-log-time-zone-rule: t
33508 ;; End:
33509
33510 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33511
33512 This file is part of GNU Emacs.
33513
33514 GNU Emacs is free software; you can redistribute it and/or modify
33515 it under the terms of the GNU General Public License as published by
33516 the Free Software Foundation; either version 2, or (at your option)
33517 any later version.
33518
33519 GNU Emacs is distributed in the hope that it will be useful,
33520 but WITHOUT ANY WARRANTY; without even the implied warranty of
33521 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33522 GNU General Public License for more details.
33523
33524 You should have received a copy of the GNU General Public License
33525 along with GNU Emacs; see the file COPYING. If not, write to the
33526 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33527 Boston, MA 02110-1301, USA.
33528
33529 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1